Richmond,

Do you have these handlers in the palette stack itself? Although that should be possible, it is causes an ugly flash on the screen. The use of the palette command is correct, though. So, if you have a button to open the stack, you would write:

on mouseUp
  palette stack "XXX"
end mouseUp

If you are using Media, it might not work. If it doesn't, use

 go stack "XXX" as palette

instead.

Best regards,

Mark Schonewille

--

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

A large collection of scripts for HyperCard, Revolution, SuperCard and other programming languages can be found at http://runrev.info




On 18 mrt 2008, at 12:15, Richmond Mathewson wrote:

I am trying to get a stack to load as a Palette rather
than a Stack:

tried this;

on preOpenStack
 palette stack "XXX"
end preOpenStack

and

on openStack
  palette stack "XXX"
end openStack

neither worked,

obviously getting something wrong!

sincerely, Richmond Mathewson

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

Reply via email to