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         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to