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