Started by marcoheuer ·
2012-04-25 10:46 UTC ·
9 replies · SMF topic #1792
marcoheuer
2012-04-25 10:46 UTC
hello,
i have a problem with grid event "OnEndLabelEdit" in modal dialogs in version 7.0.0.4:
when i select/edit a cell, then is called event "OnBeginLabelEdit". if i select a other cell then is called the event "OnEndLabelEdit".
this is ok.
but:
when i select/edit a cell and then set the focus e.g. in a "text box", the event "OnEndLabelEdit" is not called.
(this behavior can be comprehend in the sample grid)
what can i do?
(this problem is not in version 6.0.2.5)
regards
marco
krunch
2012-04-26 17:21 UTC
Hi, it looks like the same problem so you could try this code :
{2}
marcoheuer
2012-04-27 06:53 UTC
hello krunch
thank's for your response.
the described "OnMouseMove" function I use that myself. everything works fine in version 6.0.2.5.
because I'm starting to test my programs for acad 2013, I use version 7.0.0.4
the problem is in this version that the event grid "OnEndLabelEdit" not called, if I click outside of the grid. But this happens only in modal dialogs (for all modeless dialogs with grids it's all ok)
regards
marco
krunch
2012-04-27 09:02 UTC
the problem is in this version that the event grid "OnEndLabelEdit" not called, if I click outside of the grid.
I get the same problem (not really penalizing) with modeless in 6.0.2.5 : it's triggered if I click onto another control but not on the Form...
marcoheuer
2012-04-27 10:59 UTC
6.0.2.5
"OnEndLabelEdit" triggered if I click onto another control in modal and modeless dialogs
7.0.0.4
"OnEndLabelEdit" triggered if I click onto another control in modeless dialogs
"OnEndLabelEdit" not triggered if I click onto another control in modal dialogs -> and this is the problem
regards
marco
owenwengerd
2012-04-27 15:52 UTC
Can you attach a simple project that demonstrates the problem?
marcoheuer
2012-04-30 07:19 UTC
hello owen,
here is an example
regards
marco
owenwengerd
2012-05-14 06:00 UTC
I've made some changes in the grid cell editing mechanism for alpha 4 that I hope fixes this problem. When alpha 4 is released (probably next week), please test it and report any problems.
marcoheuer
2012-05-14 06:23 UTC
i will make.
thanks.
regards
marco
marcoheuer
2012-05-22 08:56 UTC
hello owen,
the problem seems to be eliminated in version 7.0.0.5.
thanks
but i have a new problem with grid in version 7.0.0.5
(look at here
{2})
regards
marco