Normal Topic combo box crazyness (Read 268 times)
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
combo box crazyness
Apr 23rd, 2004 at 7:04pm
Print Post Print Post  
Im seeing some wild behavior with combo boxes that may need some fixing.

After making a selection, then mouse clicking BACK into a combo box field , the following programming runs, in this order, as revealed in my writeln window:

element change
element exit
element change
element entry
element change
element change

Thats with just one mouse click. It repeats everytime I click in the fieldl. Also, I cant use the mouse to drop down the list after clicking back in, but I think this may be becuase the writeln window was still open...which is also an issue. Down arrow does drop down the list.

Programming seems to run correctly entering and exiting the combo box as long as a selection has not been made yet, or the default selection has not been altered.

I diagnosed this by adding Writeln("programming type name") in each of the programming types. Ie. Element exit, change, immediate change, etc.

Thanks for listening.

Steve in Texas

ps. I think Erika mentioned that Writeln messages get duplicated depending on certain events (bug?) Maybe this is related?
  
Back to top
IP Logged