Stack order
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Stack order
I have several open stacks. One of them is a "tools" stack that acts like a palette--it's supposed to act on the stack just below it. How do I determine which stack is that one underneath? Is there a stacks layer property?
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Stack order
See the topStack function in the Dictionary.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Stack order
What Richard said.
But also look at the "mode" property.
Craig Newman
But also look at the "mode" property.
Craig Newman
Re: Stack order
Thanks, that's it!dunbarx wrote:What Richard said.
But also look at the "mode" property.
Craig Newman