Hello,
I have a problem: I cannot find a way to determine if a stack is loaded in memory at runtime (not in the development environment).
All functions I found can be used only in dev environment (the openFiles, revLoadedStacks).
I open a stack from another stack, then I need to close (and remove from memory) the first stack: so I need to check if the first stack was correctly removed.
Can you help me?
Thank you!
Check if a stack is loaded at runtime
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Check if a stack is loaded at runtime
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki
http://runrevwidgets.com/wiki
Re: Check if a stack is loaded at runtime
Hi ale870,
"the openstacks" works fine for me in my runtimes.
Best
Klaus
"the openstacks" works fine for me in my runtimes.
Best
Klaus
Re: Check if a stack is loaded at runtime
revLoadedStacks also works in a standalone. The openstacks will return something only if the stack is really open (in other words has a window). You can also check
there is a stack "yourStackNameHere"
Hope that helps,
Malte
there is a stack "yourStackNameHere"
Hope that helps,
Malte
Re: Check if a stack is loaded at runtime
I tried both of them, executing them in a standalone executable, but it seems they return empty lists.
i will make more tests.
Thank you!
i will make more tests.
Thank you!
Runtime Revolution Widgets, tutorials, tips & tricks and more!
http://runrevwidgets.com/wiki
http://runrevwidgets.com/wiki