critical socket error

2012-01-17 Thread Terry Judd
More last minute network woes! I'm now having problems connecting to a particular server from an app but not from the IDE. From the app the connection info looks like this... socket selected: cats.medicine.unimelb.edu.au:443|6927 GET /api/announcements/?username=tsj2&api_key=&date=2000-01-01

Re: network error 'previous request not completed'

2012-01-17 Thread Bob Sneidar
Now if only we could get a command like that for when Livecode gets into a weird state and won't respond to anything! Bob On Jan 17, 2012, at 5:09 PM, Terry Judd wrote: > In the IDE this can > sometimes (but not always) be rectified by calling resetAll ___

re: network error 'previous request not completed'

2012-01-17 Thread Terry Judd
Thanks Jacqui - I think that's a separate issue. I occasionally get those empty results as well and have ways of working around them - the big difference is that unlike the 'previous request not completed' error they don't break subsequent network connections. I've added a network activity log

Re: Include an image in the text of a label?

2012-01-17 Thread Pete
Excellent, thanks Mike. On Tue, Jan 17, 2012 at 4:26 PM, Mike Bonner wrote: > DOH > > set the imagesource of char 1 of field "yourfield to > "binfile:\path\to\image\file.jpg" -- forgot binfile. > > On Tue, Jan 17, 2012 at 5:21 PM, Mike Bonner wrote: > > > Look at imagesource > > > > you can "s

Re: network error 'previous request not completed'

2012-01-17 Thread J. Landman Gay
On 1/17/12 6:04 PM, Terry Judd wrote: I'm experiencing a serious connectivity problem that appears to start with the error 'error Previous request not completed', usually in response to a post request, and ends with LC being pretty much totally unresponsive to any network requests. In the IDE thi

Re: iOS: performance issues with visual effects

2012-01-17 Thread J. Landman Gay
On 1/17/12 2:27 PM, Chris Sheffield wrote: show/hide group "window" with visual effect dissolve very fast The effect happens, but sometimes there is a 2 or 3 second delay between the tap on the screen and the change on the screen. I wonder if it would be faster if you use the new syntax: loc

Re: Include an image in the text of a label?

2012-01-17 Thread Mike Bonner
DOH set the imagesource of char 1 of field "yourfield to "binfile:\path\to\image\file.jpg" -- forgot binfile. On Tue, Jan 17, 2012 at 5:21 PM, Mike Bonner wrote: > Look at imagesource > > you can "set the imagesource of char 1 of field "yourfield" to > "\path\to\image" > > > On Tue, Jan 17, 20

Re: Include an image in the text of a label?

2012-01-17 Thread Mike Bonner
Look at imagesource you can "set the imagesource of char 1 of field "yourfield" to "\path\to\image" On Tue, Jan 17, 2012 at 5:06 PM, Pete wrote: > Is there any way to include an image in the text of label control? > > > -- > Pete > Molly's Revenge > _

Include an image in the text of a label?

2012-01-17 Thread Pete
Is there any way to include an image in the text of label control? -- Pete Molly's Revenge ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscr

network error 'previous request not completed'

2012-01-17 Thread Terry Judd
I'm experiencing a serious connectivity problem that appears to start with the error 'error Previous request not completed', usually in response to a post request, and ends with LC being pretty much totally unresponsive to any network requests. In the IDE this can sometimes (but not always) be r

Re: iOS: performance issues with visual effects

2012-01-17 Thread Andrew Henshaw
Have you tried firing it off touchstart instead of touchend or mouseup. I find that gains a little performance. On 17 Jan 2012, at 21:14, William de Smet wrote: > Hi Chris, > > I am experiencing the same thing (iPad 1) here with LC 5.02. > > I just use: > visual effect push left > go cd "st

Re: iOS: performance issues with visual effects

2012-01-17 Thread Randy Hengst
Chris, I've not had that problem with visual effects… I've had problems with code not being called after an effect. However, I have had trouble with audio causing a delay that "sounds" like the problem you're having. Just for my curiosity, have you tried removing the audio call and leaving eve

Re: iOS: performance issues with visual effects

2012-01-17 Thread William de Smet
Hi Chris, I am experiencing the same thing (iPad 1) here with LC 5.02. I just use: visual effect push left go cd "start" There is no delay in the IDE but there is with an compiled app on iOS 5. Sadly I don't have an solution :-( . groeten, William 2012/1/17 Chris Sheffield > > Wor

Scrolling a Datagrid

2012-01-17 Thread Marty Knapp
I have a "form" datagrid that I want to enhance the scrolling on. It's an adaptation of the stack "ExpandingRow.rev" from the Datagrid lesson, "How do I create rows that can expand/contract?"

iOS: performance issues with visual effects

2012-01-17 Thread Chris Sheffield
Working on an iPad app that uses visual effects in a few places to make things a little more pleasing for the user. But I'm noticing some strange lags between the time I tap and the time the effect actually happens. For example, in one place I have a text field set up with several different "li

Another oddity

2012-01-17 Thread Bob Sneidar
> I just discovered an oddity with checkboxes. In the browse tool, if you right > click a checkbox it does not change it's hilite, but if you right click it > does! This has screwed me up with contextual menus because I modify them to > add validations to objects among other things, and I was a

Re: mySQL integer types

2012-01-17 Thread Bob Sneidar
Oh right duh that makes sense. I have no idea where I got that. Bob On Jan 17, 2012, at 11:47 AM, Pete wrote: > Hi Bob, > I don't think that's true. I think you can have it not autoincrement and > supply the primary key value yourself when you insert a row. In fact, you > have to do that if t

Re: mySQL integer types

2012-01-17 Thread Pete
Hi Bob, I don't think that's true. I think you can have it not autoincrement and supply the primary key value yourself when you insert a row. In fact, you have to do that if the primary key is one of the text data types since autoincrement doesn't make any sense in that context. Pete On Mon, Jan

Another oddity

2012-01-17 Thread Bob Sneidar
I just discovered an oddity with checkboxes. In the browse tool, if you right click a checkbox it does not change it's hilite, but if you right click it does! This has screwed me up with contextual menus because I modify them to add validations to objects among other things, and I was a bit shoc

Re: set tool not working?

2012-01-17 Thread Bob Sneidar
Right which is why I was stunned to find that after having it work for months of development that it was causing a problem. Of course it was in a script that I don't use often so I cannot really say how long it has been this way. I am using 5.02. I think some kind of bug has crept in somewhere.

Re: set tool not working?

2012-01-17 Thread dunbarx
Hmmm. The short form: set the tool to "browse", works for me. The dictionary (in the "tool" property entry) says: ...followed by the word "tool" But it also says you can:...omit the word "tool" Of the two entry examples, one contains "tool", the other does not. Craig -Origi

Re: set tool not working?

2012-01-17 Thread Bob Sneidar
Aye and not to make a big deal of it because it's not, the dictionary states: When setting the tool property, you can omit the word "tool". If I recall correctly (and that is by no means assured) I have had the problem either way, except I was setting the tool to "Pointer Tool". Well there is a

Re: set tool not working?

2012-01-17 Thread J. Landman Gay
On 1/17/12 12:15 PM, Bob Sneidar wrote: Hi all. This just started happening to me. If I use: set the tool to "Browse" I get an error, but if I use: choose browse tool that works! set the tool to "browse tool" -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Soft

set tool not working?

2012-01-17 Thread Bob Sneidar
Hi all. This just started happening to me. If I use: set the tool to "Browse" I get an error, but if I use: choose browse tool that works! The dictionary says the first form works, and it did until today sometime! Weird! I know, I know, "Don't do that" right? Bob _

Re: Copy to Group problems - solved!

2012-01-17 Thread Richard Gaskin
FWIW, I submitted a request some time ago to the RQCC to have "it" contain the long ID of the newly-created object whenever a command creates one: This is currently done with the "create" command (with the exception of "create folder", as noted

Re: Copy to Group problems - solved!

2012-01-17 Thread Keith Clarke
That's an interesting distinction, especially as it's often the case that both are true when creating new objects - the last (most recent) becomes the last (highest numbered). The fallacy of the first rule is only proven when a new object is created and forced down the 'recency' scale - by pla