Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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: Fri Apr 26 04:26:40 CEST 2024

Total time taken to generate the page: 0.10239 seconds