Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1762, comment 17


Ignore:
Timestamp:
06/29/12 11:27:41 (12 years ago)
Author:
ascheibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1762, comment 17

    initial v1  
    1717> Ok, now i see your point, you are right. The problem is that the progress view can't call SetEnabledStateOfControls on the parent. That's the reason why all users of the progress view call it themselves after the progress Finish call. I will remove the disabling of all controls. Should i also remove the setting of Locked and ReadOnly from the progress view? I'm not sure if there is a use case where the controls of the parent view should be enabled, especially because the progress view probably hides some controls of the parent anyway.
    1818
    19 Ah, i just saw the SetEnabledStateOfControls gets called when ReadOnly/Locked is set...
     19Ah, i just saw that SetEnabledStateOfControls gets called when ReadOnly/Locked is set...