Any feedback or suggestions for InstaMaker and WinSignHelper?

2018-09-05 Thread Matthias Rebbe via use-livecode
Hi, in the first quarter of this year i posted links to my utilities InstaMaker and WinSignHelper. InstaMaker InstaMaker is a Windows app which allows you to create Windows Installers based on Innosetup. There is even a Wine version for Mac OSX available

Re: 3WDevolution question

2018-09-05 Thread prothero--- via use-livecode
I do have 2 monitors. It started to appear in LC 9.0.1 Bill William Prothero http://ed.earthednet.org > On Sep 5, 2018, at 8:56 AM, Mark Talluto via use-livecode > wrote: > > Multi-monitor issue? > > > Best regards, > > Mark Talluto > livecloud.io > nursenotes.net

Re: Slow LC 9 Performance - Test Stack, Video, QA Report

2018-09-05 Thread Tom Glod via use-livecode
Hey Curry, I really appreciate you doing this video / post , hopefully it will have the intended outcome. I must say I am in production with 9 and have been satisfied with the performance so far, but i can't go back to compare so I guess I am happy to hear that there is a boost still to come.

Re: 3WDevolution question

2018-09-05 Thread Mark Talluto via use-livecode
Multi-monitor issue? Best regards, Mark Talluto livecloud.io nursenotes.net canelasoftware.com > On Sep 4, 2018, at 10:41 PM, William Prothero via use-livecode > wrote: > > Richard: > I’ve been playing

Re: Mobile Rotation Redux

2018-09-05 Thread Brian Milby via use-livecode
I've posted an updated version of the stack: https://milby.us/lc/MobileDemo2.livecode This version uses the new properties for orientation rects which causes the engine to send resizestack messages on rotation. I've also moved the buttons into a background groups with a behavior that handles the

Stacks in Memory

2018-09-05 Thread Knapp Martin via use-livecode
I have all my stacks configured with destroyStack and destroyWindow (gotta love those names!) set to true. And yet after I close them, if I check the revLoadedStacks() it shows that they and their subStacks are still loaded in memory. What do I need to do to get them out of memory?? Using LC

Project Browser - refresh button still not available

2018-09-05 Thread Matthias Rebbe via use-livecode
Currently one has to close and reopen the Project Browser to get a refreshed list of the loaded stacks. Ben Rubinstein suggested already in 2016 to add a refresh button to the Project Browser. Bug 17916 I can´t believe that no one at

Re: Stacks in Memory

2018-09-05 Thread Bob Sneidar via use-livecode
Hmmm... I have all three set on my mainstack and when I close it, the stack and it's substacks are not in memory. However, stacks I started using are. Bob S > On Sep 5, 2018, at 10:49 , Knapp Martin via use-livecode > wrote: > > To answer my own question, although the Property Inspector

RE: Android install on Lollypop 9.01 rc2

2018-09-05 Thread Ralph DiMola via use-livecode
Thanks all! I rebuilt using 9.0.1rc2 but un-ticked "ad support" in the standalone settings. The user was able to install. Although I don't use ads, I looking into it. I will re-enable and have the user try to install just so we can all know if this was indeed the problem. Film at 11. Ralph

Re: ANN: LC Documentation Cache Cleaner

2018-09-05 Thread Mark Wieder via use-livecode
On 09/04/2018 08:27 AM, Klaus major-k via use-livecode wrote: Yeah. Grab it again. It's fixed now. except the embarrasing "checkbox-group". 8-) /sigh That updating-a-shared-stack thing is far from intuitive. Must have missed a step along the way. The corrected version is now uploaded. It

Re: Stacks in Memory

2018-09-05 Thread Knapp Martin via use-livecode
To answer my own question, although the Property Inspector will allow you to set both the destroyStack and cantDelete properties of a stack to true, cantDelete (when true) blocks destroyStack. I’d set cantDelete to true so that I wouldn’t accidentally delete a stack or sub stack. But generally,

Re: Stacks in Memory

2018-09-05 Thread Knapp Martin via use-livecode
Did you check revLoadedStacks()? Marty > On Sep 5, 2018, at 11:25 AM, Bob Sneidar via use-livecode > wrote: > > Hmmm... I have all three set on my mainstack and when I close it, the stack > and it's substacks are not in memory. However, stacks I started using are. > > Bob S > > > >> On

Re: Android install on Lollypop 9.01 rc2

2018-09-05 Thread J. Landman Gay via use-livecode
On 9/5/18 12:20 PM, Ralph DiMola via use-livecode wrote: I rebuilt using 9.0.1rc2 but un-ticked "ad support" in the standalone settings. The user was able to install. Although I don't use ads, I looking into it. I will re-enable and have the user try to install just so we can all know if this

Re: Stacks in Memory

2018-09-05 Thread Bob Sneidar via use-livecode
yup Bob S > On Sep 5, 2018, at 11:34 , Knapp Martin via use-livecode > wrote: > > Did you check revLoadedStacks()? > > Marty > >> On Sep 5, 2018, at 11:25 AM, Bob Sneidar via use-livecode >> wrote: >> >> Hmmm... I have all three set on my mainstack and when I close it, the stack >> and

Re: Project Browser - refresh button still not available

2018-09-05 Thread Matthias Rebbe via use-livecode
If i could do it, i would have done this already. > Am 05.09.2018 um 23:53 schrieb Tom Glod via use-livecode > : > > I think adding that to the PB code and interface could not be that > difficult. What about doing it yourself ? > > On Wed, Sep 5, 2018 at 4:00 PM Matthias Rebbe via

Re: Project Browser - refresh button still not available

2018-09-05 Thread Matthias Rebbe via use-livecode
Yes, it can be, but it is a shame. Matthias > Am 05.09.2018 um 21:53 schrieb Bob Sneidar via use-livecode > : > >> On Sep 5, 2018, at 11:57 , Matthias Rebbe via use-livecode >> wrote: >> >> I know there is Navigator from Geoff Canyon which can be used as an >> replacement, but it can´t

Re: Project Browser - refresh button still not available

2018-09-05 Thread Tom Glod via use-livecode
I think adding that to the PB code and interface could not be that difficult. What about doing it yourself ? On Wed, Sep 5, 2018 at 4:00 PM Matthias Rebbe via use-livecode < use-livecode@lists.runrev.com> wrote: > Yes, it can be, but it is a shame. > > Matthias > > > > Am 05.09.2018 um 21:53

Re: Stacks in Memory

2018-09-05 Thread J. Landman Gay via use-livecode
There are a number of things that will prevent destroyStack from working. It will fail if the stack is in use, if there is an open socket, if there is an open driver, and maybe some other things I can't remember. Basically, if any part of the stack is still in operation it can't be purged.

Re: PreOpenBackground Messages

2018-09-05 Thread Brian Milby via use-livecode
Interesting. Now that I re-read it, I see the solution. That seems really odd though, why would the message go through every background? So, I need a "if pBackgroundID is not the id of me then pass preOpenBackground" in each handler. Now I need to go fix my MobileDemo stack :) Thanks for the

Re: PreOpenBackground Messages

2018-09-05 Thread Brian Milby via use-livecode
Right, but the message for group B is sent to group A. If A doesn’t pass, B never sees it. I see it in the dictionary, but it seems weird. The openBackground works the same way, but the dictionary entry there makes it sound like the message is direct. I only read that entry which is why I was

Re: PreOpenBackground Messages

2018-09-05 Thread Bob Sneidar via use-livecode
The alternative would be to send a separate message for every background on a card. It is odd though. Brian, have you tried the target to determine the group you need? Bob S > On Sep 5, 2018, at 13:55 , Mark Wieder via use-livecode > wrote: > > On 09/05/2018 01:45 PM, Brian Milby via

Re: Slow LC 9 Performance - Test Stack, Video, QA Report

2018-09-05 Thread Curry Kenworthy via use-livecode
Tom: > Thanks again for the efforts. You're welcome! Glad you liked it. I guess I should have mentioned that the big slowdown in LC 9 is not something that people will notice with extremely short code like go next card or put 12 into field 1. This is about substantial code (loops or many

Re: PreOpenBackground Messages

2018-09-05 Thread J. Landman Gay via use-livecode
You may need to pass the message. From the dictionary entry for preOpenBackground: "If the card does not handle the message, or passes it, the message proceeds through each group in reverse layer order (from highest to lowest)." On 9/5/18 12:23 AM, Brian Milby via use-livecode wrote: Quick

Re: Project Browser - refresh button still not available

2018-09-05 Thread Bob Sneidar via use-livecode
> On Sep 5, 2018, at 11:57 , Matthias Rebbe via use-livecode > wrote: > > I know there is Navigator from Geoff Canyon which can be used as an > replacement, but it can´t be that one has to use a 3rd party plugin to get a > function the old deprecated RevApplicationBrowser already had. Oh,

Re: PreOpenBackground Messages

2018-09-05 Thread Bob Sneidar via use-livecode
Because the background is being opened when the card is loaded. All backgrounds on the card are opened, and therefore pre-opened. Bob S > On Sep 5, 2018, at 13:20 , Brian Milby via use-livecode > wrote: > > Interesting. > > Now that I re-read it, I see the solution. That seems really odd

Re: PreOpenBackground Messages

2018-09-05 Thread Mark Wieder via use-livecode
On 09/05/2018 01:45 PM, Brian Milby via use-livecode wrote: Right, but the message for group B is sent to group A. If A doesn’t pass, B never sees it. I see it in the dictionary, but it seems weird. Yeah, that just seems wrong to me. Doesn't seem like there should be a hierarchy for

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Ralf Bitter via use-livecode
Hi Matthias, loading extensions (.lcm files) works with LC server too. Please see "load extension" in the dictionary. Ralf > On 5. Sep 2018, at 00:56, Matthias Rebbe via use-livecode > wrote: > > Hi, > > i´ve just noticed that the new Timezone Library is not available under > Livecode

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Matthias Rebbe via use-livecode
Ralf, thank you very much. It´s so easy if one knows how to do. ;) Being able to use LCB built libraries extremely extends LC Server. One question: Did you find out about that by your own or was it announced somewhere, maybe with additional useful information? Regards, Matthias > Am

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Matthias Rebbe via use-livecode
Hm, seems i was a little bit to quick with my answer. Loading the .lcm and “put timezones()” outputs all timezones. But executing the following lines load extension from file "./extensions/com.livecode.library.timezone/module.lcm" put the seconds into tDate put FromUniversaltime(tDate,

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Ralf Bitter via use-livecode
Matthias, in my understanding you need to add the path to the resources where all the zoneinfo is lacated using "with resource path". Ralf > On 5. Sep 2018, at 10:34, Matthias Rebbe via use-livecode > wrote: > > Hm, > > seems i was a little bit to quick with my answer. > > Loading the

Re: ANN: LC Documentation Cache Cleaner

2018-09-05 Thread Richard Gaskin via use-livecode
Mark Wieder wrote: > It still bugs me that: > > 1. the menubar item says "Share this stack" > 2. the Login dialog says "revOnline" > 3. when you log in, the next window says "Sample Stacks" > 4. the website is "livecodeshare" Several times over the last decade I've discussed with the team the

Re: Slow LC 9 Performance - Test Stack, Video, QA Report

2018-09-05 Thread Richard Gaskin via use-livecode
Curry Kenworthy wrote: > repeat with i=1 to 1234567 > end repeat Is that an actual test from the stack? -- Richard Gaskin Fourth World Systems Software Design and Development for the Desktop, Mobile, and the Web

Re: Another Tree View Oddity

2018-09-05 Thread Brian Milby via use-livecode
Bug report and PR submitted. https://quality.livecode.com/show_bug.cgi?id=21567 https://github.com/livecode/livecode/pull/6675 On Wed, Sep 5, 2018 at 7:12 PM Brian Milby wrote: > That should be pretty easy to change. You can actually pass any invalid > string (I.e. non-existing key path) to

Re: Mobile Rotation Redux

2018-09-05 Thread Brian Milby via use-livecode
With an astute observation from Jaque, I was able to figure out why the messages didn't seem to be flowing properly. Since I only read the openBackground entry, I missed the note about needing to pass the message for other backgrounds to handle. I've updated the file that I posted. Eventually I

Re: Slow LC 9 Performance - Test Stack, Video, QA Report

2018-09-05 Thread Curry Kenworthy via use-livecode
Richard: > Is that an actual test from the stack? The stack had (essentially) this: repeat with i=1 to 1234567 add sqrt(i) to n end repeat (LC 9 is 2.8 times slower.) So my latest experiment removed the inside line: repeat with i=1 to 1234567 end repeat (LC 9 is 2.8 times slower,

Re: PreOpenBackground Messages

2018-09-05 Thread Brian Milby via use-livecode
There is a parameter to tell which group is the target of the message. I didn’t think the group would need to check to see if it was supposed to be the target of the message though. The openBackground dictionary entry doesn’t make that clear. The preOpenBackground dictionary entry does point it

Another Tree View Oddity

2018-09-05 Thread Bob Sneidar via use-livecode
Not a biggie, but try getting the hilitedElement of a tree view widget when nothing is selected. It returns empty. Now try setting the hilitedElement of a tree view widget to empty. Runtime error! You have to set it to 0, and then it still returns and displays empty in the property inspector!

Re: Project Browser - refresh button still not available

2018-09-05 Thread Mark Wieder via use-livecode
On 09/05/2018 03:37 PM, Mark Wieder via use-livecode wrote: On 09/05/2018 02:53 PM, Tom Glod via use-livecode wrote: I think adding that to the PB code and interface could not be that difficult. What about doing it yourself ? Ha! The PB is a maintenance nightmare... you're looking at 12

Re: Slow LC 9 Performance - Test Stack, Video, QA Report

2018-09-05 Thread Curry Kenworthy via use-livecode
PS - one more test that I will add later to the "showdown" stack: "Root Loops" tested both repeats and math (hence the name) but I hadn't benchmarked an empty loop. I should have done that to try and separate math from loops to the extent possible. (on native Windows 10 6th Gen i3) repeat

Re: Project Browser - refresh button still not available

2018-09-05 Thread Mark Wieder via use-livecode
On 09/05/2018 02:53 PM, Tom Glod via use-livecode wrote: I think adding that to the PB code and interface could not be that difficult. What about doing it yourself ? Ha! The PB is a maintenance nightmare... you're looking at 12 mainstacks plus a behavior stack or two, and some seemingly

Re: Another Tree View Oddity

2018-09-05 Thread Brian Milby via use-livecode
That should be pretty easy to change. You can actually pass any invalid string (I.e. non-existing key path) to clear, but empty makes more sense. Thanks, Brian On Sep 5, 2018, 5:21 PM -0500, Bob Sneidar via use-livecode , wrote: > Not a biggie, but try getting the hilitedElement of a tree view

Re: Slow LC 9 Performance - Test Stack, Video, QA Report

2018-09-05 Thread Tom Glod via use-livecode
totally weird! On Wed, Sep 5, 2018 at 10:03 PM Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com> wrote: > > PS - one more test that I will add later to the "showdown" stack: > > "Root Loops" tested both repeats and math (hence the name) but I hadn't > benchmarked an empty loop.

Re: ANN: LC Documentation Cache Cleaner

2018-09-05 Thread J. Landman Gay via use-livecode
On September 5, 2018 10:34:40 PM Richard Gaskin via use-livecode wrote: The last time I was keen on this I stopped pursuing it based on this post: http://lists.runrev.com/pipermail/use-livecode/2016-November/232864.html We can upload zip files to Sample Stacks? If that's the case then I

Re: PreOpenBackground Messages

2018-09-05 Thread Paul Dupuis via use-livecode
Change you code to: put the short id of this me after msg  On 9/5/2018 1:23 AM, Brian Milby via use-livecode wrote: > Quick question about the PreOpenBackground messages... > > If you have 2 background groups that both use the same button as their > behavior with the following code: > > on

Re: PreOpenBackground Messages

2018-09-05 Thread Brian Milby via use-livecode
That yields two copies of the behavior button id Thanks, Brian On Sep 5, 2018, 7:17 AM -0500, Paul Dupuis via use-livecode , wrote: > Change you code to: > > put the short id of this me after msg > > >  On 9/5/2018 1:23 AM, Brian Milby via use-livecode wrote: > > Quick question about the

Re: PreOpenBackground Messages

2018-09-05 Thread Brian Milby via use-livecode
Same issue with openbackground Thanks, Brian On Sep 5, 2018, 7:17 AM -0500, Paul Dupuis via use-livecode , wrote: > Change you code to: > > put the short id of this me after msg > > >  On 9/5/2018 1:23 AM, Brian Milby via use-livecode wrote: > > Quick question about the PreOpenBackground

Re: Timezone library - how to use in Livecode Server?

2018-09-05 Thread Ralf Bitter via use-livecode
Hmm... don't remember and don't have any further infos. > On 5. Sep 2018, at 10:07, Matthias Rebbe via use-livecode > wrote: > > One question: Did you find out about that by your own or was it announced > somewhere, maybe with additional useful information? > > Regards, > > Matthias