Re: LC iOS Command 'mergPopActivity'

2020-10-22 Thread Graham Samuel via use-livecode
Thanks Bernard - looks very promising! I will experiment. Means a lot of installation into an actual phone, I think, due to the limitations of the Xcode simulator (can’t load existing apps).. Very helpful Graham > On 22 Oct 2020, at 01:08, Bernard Devlin via use-livecode > wrote: > > Hi Gra

Re: LC iOS Command 'mergPopActivity'

2020-10-22 Thread Graham Samuel via use-livecode
The subject of this conversation is a bit wrong now, but I will keep so that the thread continues. Looking at this a bit further, it looks like there is more than one scheme for getting one app to open another. I find that the Dictionary entry for ‘launch url’ doesn’t quite conform to the exam

Can't edit scripts in DataGrid group in Windows 10

2020-10-22 Thread Martin Koob via use-livecode
Hi all Maybe this is not good practice but I have DataGrids with script in the group that contains the DataGrid in addition to the behaviour script of the DataGrid. So to edit the script in the DataGrid group I just select the Datagrid group I right click on the DataGrid and select the ‘Edit

IDE Hang When Exiting. (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Ralph DiMola via use-livecode
Martin, I don’t have an answer for that but this post perked my interest in a hang I was getting. I just found out why the IDE hangs in an apparently tight loop when it's closing. This happened only on one card of the stack. It had a closeCard handler in the behavior. A "breakpoint" statement t

Re: IDE Hang When Exiting. (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Martin Koob via use-livecode
Hi Ralph I generally experience IDE hang when exiting in all versions of LC 9.x i have used so far (using a Mac however). I haven’t had time to delve into figuring out a recipe I could report as a bug. I just force quit and relaunched LiveCode. That is just part of my work flow now. Sometimes

Script Editor freezes in Windows 10 (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Martin Koob via use-livecode
Hi Just to follow up. It is not just happening in a DataGrid group script. I just opened a main stack script. It has almost 600 lines. Something Odd going on. I am just new to using LiveCode on Windows as I am now working on an application for release on Mac and Windows. However I have e

Re: Script Editor freezes in Windows 10 (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Martin Koob via use-livecode
Hi again, Sorry just re-read my previous email and realized it is not clear. I meant to say that is that I get the same issue where the IDE stops responding when I try to edit the main stack script too. So it is not a strictly DataGrid issue. Martin > On Oct 22, 2020, at 8:05 PM, Martin Koo

Re: Script Editor freezes in Windows 10 (was Can't edit scripts in DataGrid group in Windows 10)

2020-10-22 Thread Martin Koob via use-livecode
Another bit of info regarding the length of script where this happens. I have been going through the project browser trying to open small scripts then opening those with more and more lines. I found that a script with 53 lines opens, a script with 62 lines freezes. anyway. Down with this for

POST to https in LC5.0.2 - Error socket closed

2020-10-22 Thread Sean Cole (Pi) via use-livecode
Hi all, I'm desperate. I'd written my code in LC9 and tested to put into an LC5.0.2 stack. It worked ok in v9 but v5 throws back an error of 'error socket closed'. This is my only workaround for accessing MySQL using SSL via a 'post' command through PHP, as suggested by Mark Waddingham and others

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-22 Thread ELS Prothero via use-livecode
Sean, I wonder if you used http without ssl, but did 256 bit encryption and decryption at source and in the php connecting to mysql. I posted a link to a sample stack using this method awhile back. It’s pretty simple. I am traveling and not at my computer, but if you searched the emails for the

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-22 Thread Pi Digital via use-livecode
Hi bill Even a call to https://google.com returns the same error. It’s https it does not like. As mentioned, in LC9 it works perfectly. LC5.0.2 won’t let me access https because LC locked out that for enterprise users only. So basically, I screwed! Again! Sean Cole Pi Digital > On 23 Oct 202

Re: POST to https in LC5.0.2 - Error socket closed

2020-10-22 Thread Mark Wieder via use-livecode
On 10/22/20 9:48 PM, Sean Cole (Pi) via use-livecode wrote: I don't know what else I can do. Curl is not an option as this will be running as an app on clients Windows machines. But even put url("https:// returns error socket closed so that rules out setting up a server app too. Nothing works!

DG outcomes on desktop vs mobile

2020-10-22 Thread Phil Davis via use-livecode
I'm building an iPad app that reads a bunch of files into an array and then sets the dgData of a form DG to that array. The array is well-formed for DG use. After setting the dgData of the DG, the result is empty. Only one problem: the DG now contains no data. (I also tried setting the dgText o