Tab Button
Posted: Thu Nov 27, 2008 11:56 pm
Is there a way to specify which tab to go to when I open a card?
Thanks for any help!
Warren
Thanks for any help!
Warren
Questions and answers about the LiveCode platform.
https://www.forums.livecode.com/
Code: Select all
on preopencard
set the menuhistory of btn "tabButton" to 2 --or whatever number
end preopencard