Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Skip Kimpel via use-livecode
After seeing it, I will take credit for it :) SKIP On Thu, Aug 26, 2021 at 12:10 PM Mark Smith via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi Martin, I’ll take the compliment (that was I, not Skip, who produced > the app) 😊 > > Your suggestion of having a switch to hide/show check

AW: setting the dragImage under LC 9.6.3

2021-08-26 Thread Paul Dupuis via use-livecode
Panos, Thank you. I should have searched the quality center, but knowing that it is a bug has just saved me from hours of debugging. So thanks for replying to my post. On 8/26/2021 10:29 AM, panagiotis m via use-livecode wrote: Hello all, Yes, unfortunately the dragImage is broken on Windo

Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Mark Smith via use-livecode
Hi Martin, I’ll take the compliment (that was I, not Skip, who produced the app) 😊 Your suggestion of having a switch to hide/show checked items on the main page is a good one, if I had more room. As it is, I’m pretty much cramming everything I can onto that page. The row menu could be an optio

Re: Accumulating text is *VERY* slow in LC9 on Windows

2021-08-26 Thread Ben Rubinstein via use-livecode
Thank you Mark! Using a buffer indeed essentially solves the problem (at least for this example!). Because I may have to use this in a bunch of places, I made my life easier by putting it in a command using variables passed by reference. Because I'm almost invariably appending a line at a tim

Re: Storing json - mergeJSON, textdecode and "\u00a0”

2021-08-26 Thread Keith Clarke via use-livecode
Not sure if it’s related but I had issues recently with processing JSON on Mac with PHP and attempts to force encoding/decoding of the JSON didn’t work. It was an encoding issue caused by the JSON strings being served into HTML pages that lacked an explicit UTF-8 tag. Adding '> replace "\u00a0”

Re: setting the dragImage under LC 9.6.3

2021-08-26 Thread panagiotis m via use-livecode
Hello all, Yes, unfortunately the dragImage is broken on Windows: https://quality.livecode.com/show_bug.cgi?id=21562 Kind regards, Panos -- On Thu, 26 Aug 2021 at 17:13, Craig Newman via use-livecode < use-livecode@lists.runrev.com> wrote: > Hi. > > I have done this sort of thing for decades,

Storing json - mergeJSON, textdecode and "\u00a0”

2021-08-26 Thread David Bovill via use-livecode
An update on my flailing attempts to get a robust way to go Fromm arrays to json and back. Essentially the story is stuff that works on OSX fails now and then on the server - and I’m trying to track down why? It’s an intermittent problem and hard to pinpoint as the json files have a lot of cont

Re: setting the dragImage under LC 9.6.3

2021-08-26 Thread Craig Newman via use-livecode
Hi. I have done this sort of thing for decades, starting with HC. But I used an invisible field to “carry” the line of interest, not an image. I do not know if this will help your issue. If you need a description of that let me know. Craig > On Aug 25, 2021, at 5:36 PM, Paul Dupuis via use-liv

Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Martin Koob via use-livecode
Hi Skip The app looks great. I will definitely download and try it once it is in the app store. A couple comments from your YouTube demo: First I really like how you can create items by tapping in white space. It reduces the complexity of the interface. Second is a suggestion regarding the

Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Skip Kimpel via use-livecode
Thank you, Mark! > On Aug 26, 2021, at 5:55 AM, Mark Smith via use-livecode > wrote: > > Hi Skip, I’ve sent you a direct link in email as well. > > Cheers, > Mark > >> On Aug 26, 2021, at 1:13 AM, Skip Kimpel via use-livecode >> wrote: >> >> Me as well! Looks like a fantastic product. >

Re: Accumulating text is *VERY* slow in LC9 on Windows

2021-08-26 Thread Mark Waddingham via use-livecode
On 2021-08-25 18:15, Ben Rubinstein via use-livecode wrote: I simplified it down to this (pointless) loop which just rebuilds a table one line at a time: local tNewTable repeat for each line tRow in tWorkTable put tRow & return after tNewTable end repeat with these results:

Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Mark Smith via use-livecode
Hi Alex, Where are you stuck? There are many steps in the process and I too found many of them confusing. Luckily I had some help so I am happy to pass along what I’ve learned (also, many others will have answers to your questions). See below for my specific responses… happy to take them here

Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Mark Smith via use-livecode
Hi Skip, I’ve sent you a direct link in email as well. Cheers, Mark > On Aug 26, 2021, at 1:13 AM, Skip Kimpel via use-livecode > wrote: > > Me as well! Looks like a fantastic product. > > SKIP > >> On Aug 25, 2021, at 8:08 PM, Marc Siskin via use-livecode >> wrote: >> >> Mark, >> >>

Re: [ANN] Organize - A daily task manager

2021-08-26 Thread Mark Smith via use-livecode
Hi Marc, Please give the link another try… it seems the first time you click it just installs TestFlight. I think the 2nd time will let you install the app. I have tried on a bunch of different phones and I’ve seen at least 3 different UI’s, so its definitely a bit confusing to navigate. I’ll

Re: Accumulating text is *VERY* slow in LC9 on Windows

2021-08-26 Thread Ben Rubinstein via use-livecode
Thanks Curry. In fact (apologies I didn't make this clear in my already too-long email) it really is just the accumulating of text, at least in this instance, that's the issue. After I added a test on each extracted (i.e. looped over) line to see if it was "strictly a binary string", and count

Re: Accumulating text is *VERY* slow in LC9 on Windows

2021-08-26 Thread Ben Rubinstein via use-livecode
Hi Alex, Thanks for responding. It's an interesting idea and I may have to try it. But I've got 5,000 lines of script that has evolved over 20 years, so I really don't want to have to rewrite it all! It seems to me that there is an identifiable problem here; something that is happening on (at