--- 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

Reply via email to