Re: Object Referencing in LC 9.0.0

2018-06-10 Thread Brian Milby via use-livecode
Here's the revised function call: on seSetObjectState objRef, objState if objRef is empty then pass seSetObjectState put the long id of objRef into t1 put the long id of btn "Lib" of cd "LibMgr" of stack "MasterLibrary" into t2 if t1 = t2 and objState = "applied" then send

Re: Object Referencing in LC 9.0.0

2018-05-29 Thread Bob Sneidar via use-livecode
I cannot make heads nor tails of your post. The asterisks and words running together make it impossible to read. Bob S > On May 26, 2018, at 13:34 , Michael Doub via use-livecode > wrote: > > Can someone using 9.0.0 help me out? > > This used to work in LC 7 but now generates an error on

Object Referencing in LC 9.0.0

2018-05-26 Thread Michael Doub via use-livecode
Can someone using 9.0.0 help me out? This used to work in LC 7 but now generates an error on the second line (*put*thelongidofobjRef intot1).  What is the new correct syntax?   This popped up in the MasterLibrary. -= Thanks   Mike *on*seSetObjectState objRef, objState*