Accessing handler in LC resource stack

2016-02-07 Thread James Hale
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

Re: Accessing handler in LC resource stack

2016-02-07 Thread [-hh]
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 >

Re: Accessing handler in LC resource stack

2016-02-07 Thread Ali Lloyd
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

Re: Accessing handler in LC resource stack

2016-02-07 Thread jameshale
ly: 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: h

Re: Accessing handler in LC resource stack

2016-02-07 Thread Ali Lloyd
ically: > 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 &g

Re: Accessing handler in LC resource stack

2016-02-07 Thread jameshale
05.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, unsubscribe