U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Library : Other (not classified elsewhere) » DropList events
DropList events [message #37005] Tue, 07 August 2012 21:45 Go to previous message
nixnixnix is currently offline  nixnixnix
Messages: 415
Registered: February 2007
Location: Kelowna, British Columbia
Senior Member
Hi,

I use a DropList to switch a dialog's data from one object to another. I use the following events

     dropTower.WhenDrop = THISBACK(GetTower);
     dropTower.WhenAction = THISBACK(SetTower);


to grab the current object's data from the dialog and then initialise it with the next chosen object and that all works fine.

My problem is that my users love the ability to scroll the mouse wheels to choose towers and this only generates the second event WhenAction.

My question is: is there are way to disable this mousewheel functionality for some DropLists or even better would be if I can still generate the two events and have it work like it does just now but with the mousewheel?

Thanks for any help or suggestions.

Nick

 
Read Message
Read Message
Read Message
Previous Topic: Unstable 64bit builds
Next Topic: Serial.cpp for 64bit
Goto Forum:
  


Current Time: Thu Sep 10 05:28:59 GMT+2 2026

Total time taken to generate the page: 0.00714 seconds