New topic: Bigger Smaller action event not working?
<http://forums.realsoftware.com/viewtopic.php?t=34254> Page 1 of 1 [ 2 posts ] Previous topic | Next topic Author Message brianheibert Post subject: Bigger Smaller action event not working?Posted: Sat Jun 12, 2010 1:14 pm Joined: Sat Jan 23, 2010 3:03 pm Posts: 221 Location: Loveland,OH 45140 I have this in my bevel button's open event Code: me.captionalign=3//caption aligned flush left me.hasMenu=1 //menu on right me.caption="View" me.addrow "Bigger" me.addrow "Smaller" me.addSeparator me.addrow "Source" and this in the action event Code: select case Me.list(Me.MenuValue) case "Bigger" msgbox "Bigger test" case "Smaller" msgbox "Smaller test" end select But nothing happens when I click on Bigger or Smaller? I don't get why this doesn't work _________________ Brian Heibert heibert.net insanemonkeysoftware.com [email protected] Top mjh Post subject: Re: Bigger Smaller action event not working?Posted: Sat Jun 12, 2010 2:39 pm Joined: Sun Feb 19, 2006 3:10 pm Posts: 771 Location: Hamburg, Germany I have placed a BevelButton in a window, copied and pasted your code snippets to its Open and Action event handlers, respectively, and everything worked as it should. Have you tried placing a breakpoint in the Action event handler so you can use the debugger to see whatâs going wrong? _________________ Michael J. HuÃmann http://digicam-experts.de Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 2 posts ]
-- Over 1500 classes with 29000 functions in one REALbasic plug-in collection. The Monkeybread Software Realbasic Plugin v9.3. http://www.monkeybreadsoftware.de/realbasic/plugins.shtml [email protected]
