Events consecution

Started by VovKa, February 01, 2011, 12:10:08 AM

Previous topic - Next topic

VovKa

this is the crosspost from theswamp:

see and run the attached files

1 click on "Label1"
2 click on "Parent1"
3 close the dialog
4 see the output

QuoteCommand: test
start   c:Test_Form1_OnInitialize
end     c:Test_Form1_OnInitialize

start   c:test_Form1_Grid1_OnBeginLabelEdit
end     c:test_Form1_Grid1_OnBeginLabelEdit


start   c:test_Form1_TreeControl1_OnSelChanged
end     c:test_Form1_TreeControl1_OnSelChanged


start   c:test_Form1_Grid1_OnEndLabelEdit
end     c:test_Form1_Grid1_OnEndLabelEdit

as you see "c:test_Form1_TreeControl1_OnSelChanged" event fires before "c:test_Form1_Grid1_OnEndLabelEdit".
i think it is not right, it must wait until "c:test_Form1_Grid1_OnEndLabelEdit" finishes.

OpenDCL.Studio.ENU.6.0.2.1