Dark Mode in macOS Mojave, any thoughts from the mothership?

2018-06-14 Thread Klaus major-k via use-livecode
Hi friends, the subject says it all, thanks for any insights! Best Klaus -- Klaus Major http://www.major-k.de kl...@major-k.de ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Anything LiveCode Can Learn From GO

2018-06-14 Thread Mark Talluto via use-livecode
tsNet with async calls can help you get this. Best regards, Mark Talluto livecloud.io nursenotes.net canelasoftware.com > On Jun 14, 2018, at 8:24 AM, Ralph DiMola via use-livecode > wrote: > > I would love to

Re: Close nodes in Tree View widget

2018-06-14 Thread Andrew Bell via use-livecode
Thank you! https://quality.livecode.com/show_bug.cgi?id=21361 --Andrew Bell Quoting Brian Milby : Could you open a bug report/enhancement request for this? I’ll see what I can do about a PR targeting 9.1 release. I can think of several ways to address the situation. Easiest would be to

Re: Open recent File Menu

2018-06-14 Thread Bob Sneidar via use-livecode
Yes every time someone comes up with a useful snippet like this I add it to my Development menu. :-) Bob S > On Jun 8, 2018, at 13:38 , Terence Heaford via use-livecode > wrote: > >> On 8 Jun 2018, at 16:56, Klaus major-k via use-livecode >> wrote: >> >> set the cRecentStackPaths of

Re: Close nodes in Tree View widget

2018-06-14 Thread Brian Milby via use-livecode
Could you open a bug report/enhancement request for this? I’ll see what I can do about a PR targeting 9.1 release. I can think of several ways to address the situation. Easiest would be to reset the array that handles what is expanded when the data array is changed. Would not be hard to add a

Re: Close nodes in Tree View widget

2018-06-14 Thread Andrew Bell via use-livecode
Setting the arrayData to EMPTY acts the same as setting the arrayData to some other array: the open nodes remain open. I even tried changing the number of elements in the array to something as low as 1 but it still remembered what nodes had been open when setting the arrayData to something

Re: Anything LiveCode Can Learn From GO

2018-06-14 Thread Bob Sneidar via use-livecode
Multithreading sounds like a good idea until you realize most things that have to happen in Livecode due to the message heirarchy need to be single threaded. It's only when you need to make a server of some sort that multithreading really needs to be implemented. Bob S > On Jun 11, 2018, at

RE: Anything LiveCode Can Learn From GO

2018-06-14 Thread Ralph DiMola via use-livecode
I would love to be able to start a thread that formatted a field that might be selected and made visible at a later date or have a scrolling field that could have the non-visible lines being formatted in another thread before you scroll down. Say you were going to a new card that required a DB

RE: Anything LiveCode Can Learn From GO

2018-06-14 Thread Ralph DiMola via use-livecode
I was referring to a local mobile SQLite DB query. But I do use async tsNet for web service requests. It works like a charm even with many requests outstanding. I fire up 10 or more at a time and they all compete as expected. Async tsNet +1 Ralph DiMola IT Director Evergreen Information

Need help with a project

2018-06-14 Thread Peter Bogdanoff via use-livecode
Hi, I’m working on a project that we are getting ready to publish as a desktop application for Mac and Windows. It is content heavy and I'm wanting to protect it, and am using a product called SoftwareShield/GameShield: http://softwareshield.com

Re: Anything LiveCode Can Learn From GO

2018-06-14 Thread Mark Talluto via use-livecode
I missed the local db part. It is clearly written in your original email. But, since I am here typing these chars…pondering…how about running a local server that accesses your local db and use tsnet to do async calls? Best regards, Mark Talluto livecloud.io

Re: Need help with a project

2018-06-14 Thread Peter Bogdanoff via use-livecode
> you want to include some of the advanced capabilities like restricted trial, Yes, I do want to use advanced capabilities. > Does it just wrap the executable or does it encapsulate the entire directory? It can do either. I am using pw protection on all stacks, which is is working well. More

Re: Anything LiveCode Can Learn From GO

2018-06-14 Thread Tom Glod via use-livecode
Ralph, which part is not possible on mobile?the asynched requests with tsnet or something different? On Thu, Jun 14, 2018 at 8:59 PM, Ralph DiMola via use-livecode < use-livecode@lists.runrev.com> wrote: > Mark, > > Thanks but, Sigh...Not possible on mobile. > > Ralph DiMola > IT Director >

Re: Open recent File Menu

2018-06-14 Thread Monte Goulding via use-livecode
> On 15 Jun 2018, at 11:25 am, Brian Milby via use-livecode > wrote: > PR submitted against develop: > https://github.com/livecode/livecode-ide/pull/1984 Just reviewed it thanks again Brian. Still wondering why it’s useful given the menu cleans out deleted stacks by itself but it seems

RE: Anything LiveCode Can Learn From GO

2018-06-14 Thread Ralph DiMola via use-livecode
Mark, Thanks but, Sigh...Not possible on mobile. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mark Talluto via use-livecode Sent: Thursday, June 14,

Re: Need help with a project

2018-06-14 Thread Peter Bogdanoff via use-livecode
Also, I want to add this: Yummy Interactive who is behind SoftwareShield has responded to my tech support questions about what to do, but I’m somewhat flummoxed with their responses. They assume I have more technical chops. This is the kind of thing: > 1. Is it possible to create a project

Re: Open recent File Menu

2018-06-14 Thread Brian Milby via use-livecode
A better command to use is (at least in 8/9, not sure about 7): revIDESetPreference "cRecentStackPaths", empty And, yes it has been requested formally (2/19/07): https://quality.livecode.com/show_bug.cgi?id=4382 PR submitted against develop: https://github.com/livecode/livecode-ide/pull/1984

RE: Anything LiveCode Can Learn From GO

2018-06-14 Thread Ralph DiMola via use-livecode
Running a web server on a mobile device accessing the app's data. tsNet work like a charm on mobile. I download a slew of images while the user is entering their credentials. I used to do it serially. tsNet rocks(and rolls). Ralph DiMola IT Director Evergreen Information Services

Re: Need help with a project

2018-06-14 Thread Brian Milby via use-livecode
Are you saying that you have the standard mode working but you want to include some of the advanced capabilities like restricted trial, etc? Does it just wrap the executable or does it encapsulate the entire directory? I’m assuming you have decided that the password protection of the stack

OT: Fascinating read

2018-06-14 Thread Kurt Kaufman via use-livecode
I apologize that, in addition to being someone who almost never contributes to this list (although I do read the posts I can understand), when I finally do it's OT. But so it goes: https://www.technologyreview.com/s/609048/the-seven-deadly-sins-of-ai-predictions/ Kurt

Re: Dark Mode in macOS Mojave, any thoughts from the mothership?

2018-06-14 Thread Colin Holgate via use-livecode
>>We haven’t yet got a system with it running on yet. If anyone does (Colin?) I have several tight deadline things on at the moment, otherwise I would have gone ahead and installed it! Come to think of it, I do have an external drive I could try it on.

Listfield Questions

2018-06-14 Thread Charles Szasz via use-livecode
Does anybody know how to script a listfield to hilite a line using arrow keys on the keyboard? Also, how do you save a hilited line in a listfield? Sent from my iPad ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Dark Mode in macOS Mojave, any thoughts from the mothership?

2018-06-14 Thread Brian Milby via use-livecode
I'm also interested to see what they have to say. I do like the dark look (that is how I have Atom configured and the SE in LiveCode too). With property inheritance, it shouldn't be too difficult to implement for elements within the stack. This is the kind of thing that the profile manager

Re: Dark Mode in macOS Mojave, any thoughts from the mothership?

2018-06-14 Thread Monte Goulding via use-livecode
> On 15 Jun 2018, at 12:05 pm, Brian Milby via use-livecode > wrote: > > I'm also interested to see what they have to say. I do like the dark look > (that is how I have Atom configured and the SE in LiveCode too). > > With property inheritance, it shouldn't be too difficult to implement for