RE: broken buttons
- Posted by Jonas Temple <jtemple at yhti.net> Jul 21, 2003
- 390 views
George, Yep, you're right. I also remembered the following "fix" if you don't want to go through converting to setHandler. Add this line of code right before WinMain(): void = onXXX(True) HTH, Jonas George Walters wrote: > > > OHHH, you're right and this is a big impact on my programs..... I have > routines which I branch to with buttons, but I also call them directly > and > now have no 3 arguments to pass since they don't need any input..... > > george >