selecting tab button from script

Mark Swindell mdswindell at charter.net
Sat Nov 9 15:17:01 EST 2002


on 11/9/02 10:53 AM, Jan Schenkel at janschenkel at yahoo.com wrote:

> set the menuHistory of btn 'tabbedBtn' to 2


Thank you!  I put the following in the opencard handler in the stack script
and it appears to work great.
  

if exists (btn "MainTabbedButton") then
    set the menuHistory of btn "MainTabbedButton" to the number of this cd
end if


Mark




More information about the use-livecode mailing list