when I open the sub-stack, it is not in the foreground but behind the main stack,
how can I fix this?
Code: Select all
open stack "mysubstack"
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
open stack "mysubstack"
Code: Select all
go stack "mysubstack"
Code: Select all
open stack "substack1"
close stack "mainstack"
Code: Select all
on MouseUp
open stack "substack2"
end MouseUP
Klaus wrote:Did you try our proposals?
Code: Select all
toplevel stack "your substack here"