Tab panels

J. Landman Gay jacque at hyperactivesw.com
Fri Mar 25 13:47:22 EDT 2011


On 3/25/11 12:11 PM, James Hurley wrote:

> In summary, is there any way to force the tab panel to receive a second
> menupick message when it is already selected?

If the menuhistory doesn't change, the tab panel doesn't bother to 
update itself. You might be able to hack it with something like this:

   -- assume tab button's history is currently at "1":
   lock screen
   lock messages
   set the menuhistory of btn "tabpanel" to 2
   unlock messages
   set the menuhistory of btn "tabpanel" to 1
   unlock screen

Didn't try it though.


-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list