Re: DG outcomes on desktop vs mobile

2020-10-23 Thread JeeJeeStudio via use-livecode
What do you see when you answer the data you set the dgdata to? Does it show the values? Op vr 23 okt. 2020 08:44 schreef Phil Davis via use-livecode < use-livecode@lists.runrev.com>: > 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 t

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

2020-10-23 Thread Pi Digital via use-livecode
It’s not listed in LC5.0.2 dictionary so I arseumed it wasn’t implemented in that version. But I tried it. It made no difference at all. Either set to true or false. Even the call to put url https://google.com came back with error socket closed. Http works. Https does not. It is locked out to

Re: Livecode Podcast Player

2020-10-23 Thread David Bovill via use-livecode
I guess not - could not find anything in the forums or email thread. On 21 Oct 2020, 20:17 +0100, JeeJeeStudio via use-livecode , wrote: > You've just hijacked someone's thread...you said something last time. It's > now a totally different subject. That’s fine :) It’s kind of related to the gener

Re: Livecode Podcast Player

2020-10-23 Thread JeeJeeStudio via use-livecode
So in fact it needs to retrieve a list of podcast streams, user can pick a stream, and then it has to play like an mp3 player. Can be done with either the browser or audio player right? Op vr 23 okt. 2020 10:29 schreef David Bovill via use-livecode < use-livecode@lists.runrev.com>: > I guess not

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

2020-10-23 Thread matthias rebbe via use-livecode
You are writing that curl is not an option, because the app shall run under Windows, but there are also Curl builds for Windows available. https://curl.haxx.se/windows/ Regards - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.10.2020 um 06:48 schrieb Sean Cole (Pi) via use-livecode

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

2020-10-23 Thread matthias rebbe via use-livecode
What i forgot. You can include that version from the url i posted in your standalone using "copy files" in standalone settings, as it has not to be installed. - Matthias Rebbe Life Is Too Short For Boring Code > Am 23.10.2020 um 10:54 schrieb matthias_livecode_150...@m-r-d.de: > > You are writi

Re: Livecode Podcast Player

2020-10-23 Thread Pi Digital via use-livecode
I made a conscious effort to reply to the OP thread by Tom by somehow got attributed to David’s. So I’m guessing either there is a problem with the LC use list server or (more likely) iPhones dumb mail app. It was meant to be following on from Tom’s original thread. But even added to the pod

Re: Livecode Podcast Player

2020-10-23 Thread matthias rebbe via use-livecode
- Matthias Rebbe Life Is Too Short For Boring Code > Am 23.10.2020 um 10:28 schrieb David Bovill via use-livecode > : > > I can mainly speak for my personal experience, but if I produce this podcast > player, and various libraries for it - then historically I haven't really see > a good way t

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

2020-10-23 Thread Pi Digital via use-livecode
Yes. But have you seen how it has to get turned on. I have trouble enough with IT departments not wanting to install our software let alone ask them to go through the hassle of setting curl up on all of their clients desktops. This whole ssl https mySQL security thing came about because an IT Te

Re: Livecode Podcast Player

2020-10-23 Thread David Bovill via use-livecode
On 23 Oct 2020, 10:08 +0100, matthias rebbe via use-livecode , wrote: > I thought one could also create Widgets and submit them to/publish on the > Widget store instead of submitting them to be included in the Livecode > Release. > The documentation for the dictionary is in the widget itself. So

Re: Livecode Podcast Player

2020-10-23 Thread JeeJeeStudio via use-livecode
No worries Sean. I know you're sincere seeing your posts. And i understand what you mean. Op vr 23 okt. 2020 10:57 schreef Pi Digital via use-livecode < use-livecode@lists.runrev.com>: > I made a conscious effort to reply to the OP thread by Tom by somehow got > attributed to David’s. > > So I’m

Livecode Podcast Player - earbud click?

2020-10-23 Thread David Bovill via use-livecode
Yes. I have some old code - seems to still work fetching and parsing RSS steams. I’m looking into the best way. To make the player now - browser or player widget? An interesting experiment this morning with earbuds - if I play an mp3 or a video in the player object and listen to the sound throu

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

2020-10-23 Thread Pi Digital via use-livecode
Hi Is there any way I can get Lc5.0.2 unlocked to Enterprise level just so I can get this ssl https revdb behind me so our clients don’t all go running before we upgrade the code to v9.x. I’m truly at a loss. Sean Cole Pi Digital > On 23 Oct 2020, at 05:48, Sean Cole (Pi) wrote: > >  > Hi

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

2020-10-23 Thread Bernard Devlin via use-livecode
Hi Martin In the Script Editor try unchecking the various entries under Edit/Options e.g. variable checking, live errors, etc. I've recently moved to using LC on OS X and was surprised how snappy the editor was i.e. I didn't need to switch off most of those things as I did on Windows 10. I don't

Re: Can't edit scripts in DataGrid group in Windows 10

2020-10-23 Thread Mark Smith via use-livecode
I put code in the dg script. It works fine. But to be clear, I only have 8 lines in my script so I’ve never tested the limits. mark > On Oct 22, 2020, at 10:19 PM, Martin Koob via use-livecode > wrote: > > Hi all > > Maybe this is not good practice but I have DataGrids with script in the g

Re: Livecode Podcast Player - earbud click?

2020-10-23 Thread JeeJeeStudio via use-livecode
From other threads and maybe on the forum similar is done for video of which the dev also wanted to catch likewise information when played in the browser. So maybe if you search the list you might find some javascript which could help with that. Op 23-10-2020 om 11:33 schreef David Bovill vi

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

2020-10-23 Thread matthias rebbe via use-livecode
Do you have a current commercial license? If so, maybe Support is willing to give you a license for the old 5.x. Regards, Matthias > Am 23.10.2020 um 11:47 schrieb Pi Digital via use-livecode > : > > Hi > > Is there any way I can get Lc5.0.2 unlocked to Enterprise level just so I can > get

Re: Livecode Podcast Player - earbud click?

2020-10-23 Thread David Bovill via use-livecode
Checking the interaction between earbud clicks (trying two different types of earbud) and Livecode - no "appleEvent" message is sent to Livecode. I wonder how this interaction works across different apps? Trying on desktop at the moment. So seems like the browser widget is the only way to go. W

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

2020-10-23 Thread matthias rebbe via use-livecode
Martin, i am not sure if the freezes are also caused by this, but what Antivirus Software are you using. A 3rd party or Microsoft Defender? If the latter then please try to exclude the Livecode program folder and its support folders (like preferences) from realtime scanning in MS Defender. Ther

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread Andrew at MidWest Coast Media via use-livecode
This happened to me, twice, in a project I just launched. I was in crunch so didn’t have time to properly document but something happened where the DG wasn’t loading. I could take the same dgData or dgText and load it to another DG fine. Being on mobile made this harder to debug because even wit

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

2020-10-23 Thread Ralph DiMola via use-livecode
It was a hardcoded breakpoint in this form. If x<0 then breakpoint I wonder if inadvertently triggered "red dot" breakpoints when exiting can cause the same hang? Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [ma

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

2020-10-23 Thread Pi Digital via use-livecode
Hi Heather Had you managed to find anything? I imagine it’s quite a task going back so far for a key generator. All the best Sean Cole Pi Digital Productions Ltd eMail Ts & Cs > On 23 Oct 2020, at 11:27, matthias rebbe via use-livecode > wrote: > > Do you have a current commercial lice

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

2020-10-23 Thread Martin Koob via use-livecode
Hi everyone. Thanks for all the suggestions. I tried them all but no joy. I figured out what caused it. I am using Monte’s lcVCS plugin to keep the project in bitbucket and I was trying to work on it on the Mac and Windows by making changes on the Mac and then updating the stacks by exporti

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread Phil Davis via use-livecode
Thanks Andrew - I think I'll try this for the same reasons you did. Phil On 10/23/20 5:19 AM, Andrew at MidWest Coast Media via use-livecode wrote: This happened to me, twice, in a project I just launched. I was in crunch so didn’t have time to properly document but something happened where t

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread Phil Davis via use-livecode
That's a good question. On desktop, the array variable is full of data. On the iPad it's apparently empty. I'll drill down further and see what's going on. Thanks for the idea. Phil On 10/23/20 1:03 AM, JeeJeeStudio via use-livecode wrote: What do you see when you answer the data you set the

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread Dan Friedman via use-livecode
Phil, One thing I have noticed is if you have a put command with no destination, mobile devices DO NOT LIKE THIS!! It will halt script execution completely as if it were an error. For example: put myVar This would normally put the contents of myVar into the message box. But on a

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread J. Landman Gay via use-livecode
What is the path you use to get the files? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On October 23, 2020 12:26:34 PM Phil Davis via use-livecode wrote: That's a good question. On desktop, the array variable is full of data. On th

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread Phil Davis via use-livecode
All the files are in a 'Students' subfolder of the app's Documents folder, and the path reflects that. However, your question is making me go through the handling of data with a fine-tooth comb, so that may result in something. Thanks Jacque - Phil On 10/23/20 11:22 AM, J. Landman Gay via us

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

2020-10-23 Thread matthias rebbe via use-livecode
Sean, i just reactivated on an VM an old "LC 5.0.2 Complete" license which was similar to the Enterprise license in earlier versions of LC on a Windows I tried to post to a https:// url in 5.0.2 and i got an SSL error. It seems that 5.0.2 does only support the old TLS V1 and newer web servers

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

2020-10-23 Thread Peter Bogdanoff via use-livecode
Yesterday I had LC hang when using the red dot on the same line as the breakpoint command. LC 9.5.1 Peter > On Oct 23, 2020, at 5:33 AM, Ralph DiMola via use-livecode > wrote: > > It was a hardcoded breakpoint in this form. > > If x<0 then breakpoint > > I wonder if inadvertently triggere

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

2020-10-23 Thread Mark Wieder via use-livecode
On 10/23/20 6:44 AM, Martin Koob via use-livecode wrote: I figured out what caused it. I am using Monte’s lcVCS plugin to keep the project in bitbucket Try Brian Milby's Script Tracker plugin. -- Mark Wieder ahsoftw...@gmail.com ___ use-livec

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

2020-10-23 Thread Martin Koob via use-livecode
Thanks mark I will check this out. Martin > On Oct 23, 2020, at 4:45 PM, Mark Wieder via use-livecode > wrote: > > Brian Milby's Script Tracker ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread Bob Sneidar via use-livecode
I got into the habit of setting the dgdata to empty before populating it because I ran into issues where my own code set the dgdata to something not an array, and this seems to bork the data grid. I think it was an empty array, or an empty record. This didn’t show up as a blank line however, the

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread Phil Davis via use-livecode
Well, I'm feeling pretty dumb about now. It's the architecture, stupid! I overlooked the fact that, unlike on desktop systems, my mobile app doesn't automagically have access to the test files that reside in the app's dev environment on my Mac. During startup on the iPad, the app has to popula

Re: DG outcomes on desktop vs mobile

2020-10-23 Thread J. Landman Gay via use-livecode
Well it's about time. All the rest of us have felt pretty dumb on multiple occasions and you were the only outlier. ;) But seriously, mobile apps are their own kind of animal. There's a learning curve. And each OS has its own idiosyncrasies. -- Jacqueline Landman Gay | jac...@hyperactivesw.