--- Yves Copp� <[EMAIL PROTECTED]> wrote: > Hi, > > I've created an option menu btn in mac OS X 10.1.5 > The menu is a list of item and some hierarchical > subMenu Item > > My handler is > > if the selectedText of me is "xxx" then > > else if the selectedText of me is "yyy" then > > else... > > end if > > > > This doesn't work. I cannot access my script from > the selectedtext > > How can I do ? > > Thanks. > -- > Greetings. > > Yves COPPE >
Hi Yves, The selected line is actually copied into the 'label' property when an item is selected. If you want to react to a user's choice, you should handle the 'menuPick' event. Hope this helped, Jan Schenkel. ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
