Thanks, Jan. At the risk of not a little embarrassment... I discovered that I had written a handler previously that I had forgotten about that handled the menuHistory. When I was modifying my newly written handler, the old handler was actively intercepting my message. No wonder anything I did didn't work. It was late. I figured it out this morning. Maybe I'm working too hard... Jim
on 9/27/04 3:59 PM, Jan Schenkel wrote: > --- Jim Carwardine > <[EMAIL PROTECTED]> wrote: >> I have a tabbed button that I?m using to navigate to >> certain cards. I can?t >> seem to get the tabs to behave in that I have to >> click another tab then >> click the tab I want to get the tab I want to >> respond. I thought the >> menuHistory took care of that automatically. I can >> get the menuHistory of >> the button and identify the clicked tab, but the >> button doesn?t seem to know >> what tab was last clicked. What am I missing? Jim >> -- >> > > Hi Jim, > > At the risk of rehashing the basics : when the user > clicks on a tab, your button will get a 'menuPick <new > item name>,<old item name>' message. > If you want to get the number of the current selected > tab, you can use the 'menuHistory' property, and if > you want to trigger a change from within a script, you > can also set this menuHistory property of that control > and it will happily call your menuPick handler. > Which part doesn't work properly, or what are you > having troubles with ? > > Jan Schenkel. > > ===== > "As we grow older, we grow both wiser and more foolish at the same time." (La > Rochefoucauld) > > > > _______________________________ > Do you Yahoo!? > Declare Yourself - Register online to vote today! > http://vote.yahoo.com > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution -- OYF is... Highly resourceful people working together. <http://www.OwnYourFuture-net.com> Own Your Future Consulting Services Limited, 1959 Upper Water Street, Suite 407, Halifax, Nova Scotia. B3J 3N2 Info Line: 902-823-2477, Phone: 902-823-2339. Fax: 902-823-2139 _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
