Events consecution

Started by VovKa · 2011-02-01 08:10 UTC · 0 replies · SMF topic #1581

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

Command: 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
Attachments