Re: [off]sublimeText update

2019-03-14 Thread Mark Wieder via use-livecode
On 3/14/19 9:53 AM, Brian Milby via use-livecode wrote: I noticed that the plugin was a single file and wondered how you did that.   When I convert Navigator, I create a single sub stack and map each behavior to a new button with the same name as the script only stack name.  I’ll need to read

Re: Relayering Madness

2019-03-14 Thread J. Landman Gay via use-livecode
I guess I'm not sure what the problem was, I relayer groups all the time. I change the layer number in the group's property inspector though, since I don't use the Project Browser. Maybe it's different there. On 3/14/19 5:09 PM, Bob Sneidar via use-livecode wrote: Thanks Jacque, I did that of

Re: Relayering Madness

2019-03-14 Thread Bob Sneidar via use-livecode
Thanks Jacque, I did that of course, same result. I forgot that there is a way of doing this using Navigator, by starting a drag on the group in Navigator, THEN pressing the option key, and dropping it where you want it. If you start with the option key it clones it instead. DOH! If you

Re: Drag-and-Drop with Desktop Files

2019-03-14 Thread kee nethery via use-livecode
I had drag and drop in my macOS app but … when going with the AppStore, and sandboxing, there was no way for drag and drop to trigger the sandbox permission that would allow the app to read that file. I knew which file, but since it did not go through the dialog box, the permission wasn’t set.

Re: Drag-and-Drop with Desktop Files

2019-03-14 Thread hh via use-livecode
Hi, I use MacOS or linux (on Raspi only), never really worked with windows. I'm using Windows only to test my stacks/apps on the PC of my youngest son. Scripting Host-WScript can execute JScript, the MS-extension of ECMAScript. It has a lot of features. We probably can use a lot of these

Re: no SMTP emailing in LC Indy?

2019-03-14 Thread JJS via use-livecode
Ok, i just found out. Works a treat! Op 14-3-2019 om 21:15 schreef JJS via use-livecode: Hi, is it correct that in LC Indy there is no possibility to use SMTP for emailing? Or am i confused. As there is TSnet? thanks for any clearance on it. Regards, Jerry

no SMTP emailing in LC Indy?

2019-03-14 Thread JJS via use-livecode
Hi, is it correct that in LC Indy there is no possibility to use SMTP for emailing? Or am i confused. As there is TSnet? thanks for any clearance on it. Regards, Jerry ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: Ineffective lazy screenRect

2019-03-14 Thread J. Landman Gay via use-livecode
On 3/13/19 3:59 PM, Mark Wieder via use-livecode wrote: On 3/13/19 12:10 PM, Richmond via use-livecode wrote: Had that happened initially I would not have started this thread. I think there's a valuable lesson to be learned here. I'm not sure what it is. It sort of fits with what I've

Re: Relayering Madness

2019-03-14 Thread J. Landman Gay via use-livecode
The default is as you'd expect, relayerGroupedControls is false. The dictionary doesn't say it, but I believe the property is persistent until you turn it off or restart LC. So set it to false and try again. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Saving Data in Mac Standalone via Splash Launcher

2019-03-14 Thread Roger Guay via use-livecode
Back In the day, I used to use the standard method of saving data in a standalone via the standalone Splash/Launcher with LiveCode subStacks technique, but it does not seem to work anymore. What’s up with that? Sorry if I missed something in the archives. Mac OS 10.14.3, LC 9.0.2 Thanks,

Re: [off]sublimeText update

2019-03-14 Thread Brian Milby via use-livecode
I noticed that the plugin was a single file and wondered how you did that.   When I convert Navigator, I create a single sub stack and map each behavior to a new button with the same name as the script only stack name.  I’ll need to read your script a little more closely to see what is

Re: [off]sublimeText update

2019-03-14 Thread Trevor DeVore via use-livecode
On Wed, Mar 13, 2019 at 12:30 PM Brian Milby via use-livecode < use-livecode@lists.runrev.com> wrote: > > One area where I prefer binary stacks is plugins. It seems cleaner to > keep the code self contained inside the IDE. I actually consolidate > Navigator to a single binary file on my systems

Re: Relayering Madness

2019-03-14 Thread Bob Sneidar via use-livecode
Thanks Richard. So that is not the property I need. I still cannot relayer groups though, without moving a group inside another group. How do I make that stop? (And who the heck at RunRev thought that the default behavior when moving groups around should be to move one group INTO another

Re: Relayering Madness

2019-03-14 Thread Richard Gaskin via use-livecode
Bob Sneidar wrote: > I am really at a loss when it comes to relayering groups. I read the > dictionary on relayerGroupControls and it appears to me while reading > it that if you set it to false, you can relayer groups by bringing > forward or sending backward and it won't become a part of

Re: get an overview of all scripts (e.g total lines of all scripts) of a stack

2019-03-14 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: > On 3/12/19 4:30 PM, Richard Gaskin via use-livecode wrote: >> >> At some point I'll roll project metrics into the Projects pane in >> devolution, but truth be told I have a note about that right in the >> very place I'll be adding it, and no one's asked about it. > > Well,

Relayering Madness

2019-03-14 Thread Bob Sneidar via use-livecode
I am really at a loss when it comes to relayering groups. I read the dictionary on relayerGroupControls and it appears to me while reading it that if you set it to false, you can relayer groups by bringing forward or sending backward and it won't become a part of another group. In fact, the

[ANN] Release 9.0.3 RC-2

2019-03-14 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.0.3 RC-2. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.0.3 RC-2 comes with 4

Re: Drag-and-Drop with Desktop Files

2019-03-14 Thread R.H. via use-livecode
hh, I have one more question for Windows: Selecting a file through Microsoft File Explorer on Windows 10 works for all selected files with your wscript, also when it is a Desktop file accessed through the dialogue. The problem I have is when the user selects a file _directly_ visible on the

Drag-and-Drop with Desktop Files

2019-03-14 Thread R.H. via use-livecode
I am referring to: Message: 17, Date: Thu, 14 Mar 2019 00:44:05 +0100, From: hh Regarding MacOS I can not say much, but I use Windows, and IT WORKS. 'hh ' = Hermann's contribution, right? This fantastic. I never expected anybody to have a solution. I had searched Git and whatever. Well, first

Re: Ineffective lazy screenRect

2019-03-14 Thread Lagi Pittas via use-livecode
"Have you tried turning it off and on again?" https://www.youtube.com/watch?v=nn2FB1P_Mn8 Lagi On Wed, 13 Mar 2019 at 20:59, Mark Wieder via use-livecode < use-livecode@lists.runrev.com> wrote: > On 3/13/19 12:10 PM, Richmond via use-livecode wrote: > > > Had that happened initially I would

Re: Ineffective lazy screenRect

2019-03-14 Thread Richmond via use-livecode
Yes, there is a valuable lesson: reel in one's impulsive nature, and don't panic. Richmond. On 13.03.19 22:59, Mark Wieder via use-livecode wrote: On 3/13/19 12:10 PM, Richmond via use-livecode wrote: Had that happened initially I would not have started this thread. I think there's a