Re: newbie - TabControl, TabItem within a TabItem
- Posted by Greg Haberek <ghaberek at gmail.com> Oct 17, 2005
- 533 views
> On another note, how do I keep the mouse wheel from terminating > programs while running them in the *.exw state? Or is it just me > and a setting somewhere? This is odd, and shouldn't happen. Are you handling w32HMouse events somewhere? Wait....... You're not using onMouse are you? That might cause a crash. Make sure you're using the setHandler() method, and not onXXX. ~Greg