the attached screenshot shows a custom dialog with a push button, this button's published events, and its properties. The question I have about this is: When the button is pushed, the 3rd published action is executed, and so is the 5th, but the 4th action isn't. Is there an obvious error in the button's configuration, or something else that escaped my attention?
The log file (created with /L*V) containes these two lines immediately following each other, with no indication of the child dialog in between:
Code: Select all
MSI (c) (14:C0) [08:06:27:770]: PROPERTY CHANGE: Modifying USING_CORP_REG property. Its current value is 'False'. Its new value: '<<BEFORE>>'.
MSI (c) (14:C0) [08:06:27:770]: PROPERTY CHANGE: Modifying USING_CORP_REG property. Its current value is '<<BEFORE>>'. Its new value: '<<AFTER>>'.
I tried several variations (like using "True" as condition or disabling actions 1 and 2, as in the screenshot) but with no effect.