open me <> open stack "xxx"?
Posted: Fri Jun 20, 2008 12:58 pm
Hello again!
RR is driving me crazy...
Within a stack script handler of a library stack (which has already been registered by "start using"), I tried to open the stack's window using
because "me" contains a reference to the stack.
Unfortunately, this approach doesn't work. Me contains the correct reference, but it does not work...
If I use the command
where xxx is the stack's name, everything works fine.
What am I doing wrong?
Do I really have to write
to achieve the desired effect?
In that case: how do I find out when to write a reference itself or "the long|short name|id of" that reference? To me it seems, that I always use the wrong expression(s)...
Thanks in advance for any help![/quote]
RR is driving me crazy...
Within a stack script handler of a library stack (which has already been registered by "start using"), I tried to open the stack's window using
Code: Select all
open me
Unfortunately, this approach doesn't work. Me contains the correct reference, but it does not work...
If I use the command
Code: Select all
open stack "xxx"
What am I doing wrong?
Do I really have to write
Code: Select all
open stack (the short name of me)
In that case: how do I find out when to write a reference itself or "the long|short name|id of" that reference? To me it seems, that I always use the wrong expression(s)...
Thanks in advance for any help![/quote]