.278305.n4.nabble.com/Accessing-handler-in-LC-resource-stack-tp4700856p4700884.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubs
AsStandalone theStack, theOutputFolder" to stack
> "revSaveAsStandalone" of stack "revStandaloneSettings"
>
> Looks explicit.
>
> BTW This is in a TRY construct and this is where the error arises.
>91,72,1
>532,72,1
>
>
>
>
>
>
send "revSaveAsStandalone theStack, theOutputFolder" to stack
"revSaveAsStandalone" of stack "revStandaloneSettings"
Looks explicit.
BTW This is in a TRY construct and this is where the error arises.
91,72,1
532,72,1
--
View this message in context:
http:
revsaveasstandalone.livecodescript is just a stack named
"revSaveAsStandalone", so can be referred to that way, eg dispatch
"handler" to stack "revSaveAsStandalone".
However, it *should* be in the backscripts already, so I think that may not
be the problem (unless the GLX framework explicitly call
James H. wrote:
> Hi, I am using the GLX framework with LC7 and have hit a snag.
> Its application builder calls a handler in an LC resource stack
> "revStandaloneSettings.rev" which no longer exists. Looking at
> the LC package I think it has been replaced by
> revsaveasstandalone.livecodescript
Hi,
I am using the GLX framework with LC7 and have hit a snag.
Its application builder calls a handler in an LC resource stack
"revStandaloneSettings.rev" which no longer exists.
Looking at the LC package I think it has been replaced by
"revsaveasstandalone.livecodescript".
How do I address the