Rodney Tamblyn wrote: > Is there a syntax to select a tab of a tabbed button programmatically? > Something along the lines of: select tab/line <whatever> of button <button> ?
It's the menuhistory property: set the menuhistory of <btnDescriptor> to <tabNumber> -- Richard Gaskin Fourth World Media Corporation Multimedia Design and Development for Mac, Windows, UNIX, and the Web _____________________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc Fax: 323-225-0716 Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
