07-02-2009 11:56 AM - edited 07-02-2009 11:58 AM
My problem is quite complicated to explain so I made short swf video to explain it. I am trying to show a detail view of one of the columns of a multicolumn listbox(MCLB) by showing a button control allowing to edit a value that I hover over. That works fine. I want to chanage the value of corresponding cell when the user uses inc/dec arrows or enters a number and hits enter. The problem is that when the user only enters number without using enter afterwards such a value should be simply ignored and when hovering over some other cell it should display its value. Unfortunatelly it chnages the value of following cell. The reason is that at first MouseLeave event of the Btn is fired thus the Btn is hidden and thus the Value change event fired. But before the ValChange event is fired it also handles the MCLB Mouse Move event where the actual cell coordinates are changed thereby following ValChange has inproper cell cordinates. Sounds complicated but the video hopefully enlightes it. How to overcome this issue. I just want when the num is entered manuanlly without hiting enter to ignore the value. Thanks!
07-02-2009 12:26 PM - edited 07-02-2009 12:26 PM
07-04-2009 05:21 PM
07-05-2009 02:28 AM
ceties wrote:
It's at least good to know that it was changed.
Actually, I might take that back. after playing with this some more, I can see the problem in 8.6.1, so may be it's no fixed.
I'll study it some more.....
09-23-2009 10:39 AM