Re: Why won't this work.

2015-10-30 Thread Peter M. Brigham
Yes. You have to use syntax that makes it plain to the engine that the variable tID should be evaluated before any action is taken. The only way to do that is to use language that can only be applied to controls, ie, setting a property. Since you can't set a property of a variable, the engine

Re: Why won't this work.

2015-10-29 Thread Scott Rossi
Try: set the text of tlongid to "my email" Otherwise, you're just putting a value into your tlongid variable, the same way you did with the long id of the field. Regards, Scott Rossi Creative Director Tactile Media, UX/UI Design > On Oct 29, 2015, at 5:02 PM, Earthednet-wp

Why won't this work.

2015-10-29 Thread Earthednet-wp
Folks, I tried Put the long id of field "email" into tlongid Put "my email" into tlongid This does not work. It works if I copy the long id and paste the second line in the message box. Seems this should work. Bill William Prothero http://es.earthednet.org

Re: Why won't this work?

2015-10-29 Thread Earthednet-wp
Folks, I've had to forward this to my iPad to send it. I had to update my ssl certificate and it buggered the email from my server and I can't send from my Mac laptop, but I can from my iPad. Go figure! Thanks for your feedback, here is what I found out: > The long ID of a field looks

Re: Why won't this work.

2015-10-29 Thread Geoff Canyon
To describe the other aspect of this, you can only use a variable containing a long id as a reference to the underlying object if you reference properties of the object. Hence why put the long id of fld "test" into tID set the left of tID to 47 set the vis of tID to true set the dontwrap of tiD

Re: Why won't this work.

2015-10-29 Thread dunbarx
proth...@earthednet.org> To: Use-livecode Use-livecode <use-livecode@lists.runrev.com> Sent: Thu, Oct 29, 2015 8:20 pm Subject: Why won't this work. Folks, I tried Put the long id of field "email" into tlongid Put "my email" into tlongid This does not work.

Re: Why won't this work.

2015-10-29 Thread Scott Rossi
> > > > > -Original Message- > From: Earthednet-wp <proth...@earthednet.org> > To: Use-livecode Use-livecode <use-livecode@lists.runrev.com> > Sent: Thu, Oct 29, 2015 8:20 pm > Subject: Why won't this work. > > > Folks, > > I tried >

Re: Why won't this work.

2015-10-29 Thread J. Landman Gay
On 10/29/2015 10:29 PM, dunb...@aol.com wrote: I do not understand. This is simple and straightforward. Both peices of data go into the variable just fine. Craig Newman Put the long id of field "email" into tlongid Put "my email" into tlongid I had to read it four times and

Why won't this work ?...:-(

2012-02-02 Thread John Dixon
The script below will run on a Mac, under Windows XP but not under Windows 7... anyone able to tell me why not ? on openCard /* set the rect of the image on which to overlay revBrowser */ set the rect of image browserimage to 0, 0 , (the width of this stack) , (the height of this