Re: Help: Does anyone use legacy message box behavior?

2017-02-06 Thread J. Landman Gay via use-livecode
On 2/6/17 9:28 PM, Monte Goulding via use-livecode wrote: Hi Folks I’m in the midst of making the message box redirect work in all engines (https://github.com/livecode/livecode/pull/5156 ) and it would seem that there’s a legacy message box behavio

Re: Help: Does anyone use legacy message box behavior?

2017-02-06 Thread Mark Wieder via use-livecode
On 02/06/2017 07:28 PM, Monte Goulding via use-livecode wrote: I’m in the midst of making the message box redirect work in all engines (https://github.com/livecode/livecode/pull/5156 ) and it would seem that there’s a legacy message box behavior

Help: Does anyone use legacy message box behavior?

2017-02-06 Thread Monte Goulding via use-livecode
Hi Folks I’m in the midst of making the message box redirect work in all engines (https://github.com/livecode/livecode/pull/5156 ) and it would seem that there’s a legacy message box behavior that could be removed from the engine. It’s not used b

Re: Drag List Items Up and Down

2017-02-06 Thread Scott Morrow via use-livecode
tmPanel did crash once but eventually ran for me on Sierra using LC 8.1.2 — Scott Morrow > On Feb 6, 2017, at 11:47 AM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Thank you all! > > FYI tmpanel.rev crashes 8.1.3 (at least here on Sierra) > > > > On 2/4/17, 11:23 AM, "use-li

Coding Responsive UI in Livecode

2017-02-06 Thread Sannyasin Brahmanathaswami via use-livecode
[moved to a new thread] Sample stacks are probably the way to go… with some lightweight "guide on how to hink about it. Like Trevor wrote "slice up your UI into rectangle and groups… go from there." Richard wrote: > A lot of the "flak" I hear about using LC is "but it's not > responsive, at t

Re: Drag List Items Up and Down

2017-02-06 Thread Sannyasin Brahmanathaswami via use-livecode
Thank you all! FYI tmpanel.rev crashes 8.1.3 (at least here on Sierra) On 2/4/17, 11:23 AM, "use-livecode on behalf of AndyP via use-livecode" wrote: Nice addition .. thanks. - Andy Piddock ___ use-livecode mailin

Re: Converting scripts in stacks to script only stack behaviors

2017-02-06 Thread Richard Gaskin via use-livecode
Sannyasin Brahmanathaswami wrote: > A lot of the "flak" I hear about using LC is "but it's not > responsive, at that so easy with HTML5" They gloss over the > depth of javascript skills required to actually program the UI > to do anything other than look pretty. However easy it may be > to make

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Bob Sneidar via use-livecode
>From Stack Overflow: "There's no guaranteed way to force the user to clear the DNS cache, and it is often done by their ISP on top of their OS. It shouldn't take more than 24 hours for the updated DNS to propagate. Your best option is to make the transition seamless to the user by using someth

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread J. Landman Gay via use-livecode
I had the DNS caching problem in one project. We had to resort to the "?" trick. Without it, different computers or browsers would all load the older file, which usually didn't update for 24 hours. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

RE: Browser Widget Appears to be caching data (JavaScript)?

2017-02-06 Thread Ralph DiMola via use-livecode
To refresh a browser cache I put an argument on the URL that is different from the last request and the cache will be invalidated. In LC I put "&seconds=12345678" at the end of the URL arguments or if there are no arguments then I put "?seconds=12345678" where "12345678" is the LC "the seconds". Th

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Mike Bonner via use-livecode
I see where you're going with that, and yeah I believe the mutating url would get around a dns cache. Cool!(you can also do it with #134143.. I believe. There were posts re: this in the forum way back.) On Mon, Feb 6, 2017 at 9:45 AM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Bob Sneidar via use-livecode
Right. But that is the browser cache. If you are talking about a url resolving to a different site, that is a function of DNS, which is totally separate from the browser cache the browser maintains. I do not think the browser is capable of bypassing DNS caching. But maybe I misunderstand the pr

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Mike Bonner via use-livecode
In an actual browser (at least as far as I know) one doesn't have to resort to tricks. Like in chrome, ctrl-f5 bipasses cache and reloads. More info here. https://en.wikipedia.org/wiki/Wikipedia:Bypass_your_cache On Mon, Feb 6, 2017 at 9:01 AM, Bob Sneidar via use-livecode < use-livecode@lists

Re: fontNames

2017-02-06 Thread Bob Sneidar via use-livecode
Mud is much clearer. ;-) Bob S On Feb 3, 2017, at 19:20 , Fraser Gordon via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: So, no, because LiveCode doesn't provide a way to get the "display name" of the font used for these. But yes, because the font really *is* "(Message)" becaus

Re: Different result in LC 6 to LC 8 when copying field text into Excel?

2017-02-06 Thread Bob Sneidar via use-livecode
If it helps, it may be a Mac OS issue. If I open a text file exported from a Toshiba copier, like the address book let's say, then open it with a text editor like SimpleText, and then save it, I cannot reimport the text file. The copier thinks that the file is unreadable. This happens with other

Re: Creating LiveCode applications that play well with version control software

2017-02-06 Thread Bob Sneidar via use-livecode
Trevor doesn't just think outside the box. He comes up with new ways to make better boxes, and more efficiently in the bargain. Bob S > On Feb 5, 2017, at 05:55 , Dave Kilroy via use-livecode > wrote: > > Wow this is fantastic! > > Thank you so much for sharing what you’ve done, it really

Re: Converting scripts in stacks to script only stack behaviors

2017-02-06 Thread Bob Sneidar via use-livecode
+1 The whole point, or one of the points to object oriented development was to de-centralize the code base. As stated in other posts it really comes down to how complex your app is. I have cards that can be used in any stack, and cards that are very specific to the app. Same with different stac

Re: Checking out the "Resources" button in LC9

2017-02-06 Thread Bob Sneidar via use-livecode
This is an unfortunate anology. I like you, were taught this in biology, but since then it seems medical science has discovered that the appendix is a functional organ. http://www.sciencefocus.com/news/what-does-appendix-do-lot-more-we-thought%E2%80%A6 Bob S On Feb 6, 2017, at 02:47 , Richmon

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Bob Sneidar via use-livecode
Old site? This may be DNS caching not browser caching. Clear the cache on your computer, and if possible, if you have a local DNS server, clear that cache as well. Bob S > On Feb 5, 2017, at 12:16 , JOHN PATTEN via use-livecode > wrote: > > Hi Bill, > > Did not seem to make a difference w

Re: Browser Widget Appears to be caching data (javascript)?

2017-02-06 Thread Bob Sneidar via use-livecode
In ANY browser?? I did not know that!! Bob S On Feb 5, 2017, at 11:53 , William Prothero via use-livecode mailto:use-livecode@lists.runrev.com>> wrote: John: Try adding “?” to the URL. This should force reload. Bill ___ use-livecode mailing list use

Re: Checking out the "Resources" button in LC9

2017-02-06 Thread Mike Kerner via use-livecode
I was thinking about some of the old deprecated/obsolete features (like the Resources), too. I think that some of those should be resurrected in 9, because they are things that a n00b might appreciate. Some of the SQL tools are one good example, like field binding. On Mon, Feb 6, 2017 at 5:47 AM

Re: Checking out the "Resources" button in LC9

2017-02-06 Thread Richmond Mathewson via use-livecode
LC 9 is a bit like a human being who has an appendix because millions of years ago his/her ancestors were eating a high fibre diet in the depths of the Pangean jungle: full of old, outdated stuff that has been overlooked in the relentess onward drive. Richmond. On Feb 5, 2017 8:18 PM, "William Pr

[ANN] This Week in LiveCode 69

2017-02-06 Thread Peter TB Brett via use-livecode
Hi all, Read about new developments in LiveCode open source and the open source community in today's edition of the "This Week in LiveCode" newsletter! Read issue #69 here: https://goo.gl/iaxtl0 This is a weekly newsletter about LiveCode, focussing on what's been going on in and around

Re: Quartam reports blank page on Sierra Macosx

2017-02-06 Thread Jan Schenkel via use-livecode
Hi Josep, I'm always happy to help, but if you post on the forum on Saturday afternoon, then you might not get an answer by Sunday afternoon... Can you provide a little more background infoàrmation, because I can't quite follow what problem you are encountering. Some screenshots or perhaps a scr