Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-05 Thread Trevor DeVore via use-livecode
On Tue, Jun 5, 2018 at 4:57 PM, Ralf Bitter via use-livecode < use-livecode@lists.runrev.com> wrote: > thanks a lot for offering your help. The test project > to demonstrate the issue is available at: > > https://spideroak.com/browse/share/soRabit/trevorSharing I’ve go the file Ralf. I’ll take

Re: Datagrid selectionChanged bug?

2018-06-05 Thread Trevor DeVore via use-livecode
On Tue, Jun 5, 2018 at 5:27 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > > I suppose I can get around it by using send in time so the actual > selectionChanged handler finishes before the cascade of form updates > happens. But if it is a bug and shouldn't be

Re: Differences between Commercial and Community versions of LiveCode

2018-06-05 Thread J. Landman Gay via use-livecode
On 6/5/18 4:20 PM, Tom Glod via use-livecode wrote: so i went to check the standalone file from v9 ...and indeed the code cannot be seen. in previous versions, I could clearly see the script text of a stack by opening it up in notepad++. maybe i was hallucinating.. but i'm pretty sure

Re: THOUGHT: the [effective] [working] screenLoc

2018-06-05 Thread J. Landman Gay via use-livecode
On 6/5/18 12:32 PM, Paul Dupuis via use-livecode wrote: Alternatively, if a small engine enhancment would give us "the [effective] [working] screenLoc and save the subraction, is it worth asking LiveCode to do it? Of course. It never hurts to ask. Then if LC doesn't do it, it's on them and

Re: Differences between Commercial and Community versions of LiveCode

2018-06-05 Thread Brian Milby via use-livecode
Looking at the code, “deflate” is called on the stack as it is being written out (zlib). So while not easy, it should be possible to separate a stack file from the binary if deployed from the community edition. It would take a bit of work to figure out where the file started and ended. Well

Datagrid selectionChanged bug?

2018-06-05 Thread Bob Sneidar via use-livecode
Hi all. What I once thought was an endless loop bug I have isolated now to something else. It seems that when selectionChanged for a datagrid is in the executionContexts, the dgData must not be changed. I am not sure if this causes an endless loop internally to the datagrid library or not.

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-05 Thread Ralf Bitter via use-livecode
Hi Trevor, thanks a lot for offering your help. The test project to demonstrate the issue is available at: https://spideroak.com/browse/share/soRabit/trevorSharing Ralf > On 5. Jun 2018, at 21:15, Trevor DeVore via use-livecode > wrote: > > Can you upload a test stack for me to look at? If

Re: Differences between Commercial and Community versions of LiveCode

2018-06-05 Thread Tom Glod via use-livecode
h. maybe i'm thinking all the way back to v6 or v7 standalones. cuz v8 is also not visible. On Tue, Jun 5, 2018 at 5:20 PM, Tom Glod wrote: > so i went to check the standalone file from v9 ...and indeed the code > cannot be seen. in previous versions, I could clearly see the script

Re: Differences between Commercial and Community versions of LiveCode

2018-06-05 Thread Tom Glod via use-livecode
so i went to check the standalone file from v9 ...and indeed the code cannot be seen. in previous versions, I could clearly see the script text of a stack by opening it up in notepad++. maybe i was hallucinating.. but i'm pretty sure i checked this before because of my own curiosities

Re: THOUGHT: the [effective] [working] screenLoc

2018-06-05 Thread Curry Kenworthy via use-livecode
subtraction Or addition! Best wishes, Curry K. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Differences between Commercial and Community versions of LiveCode

2018-06-05 Thread Brian Milby via use-livecode
I believe this thread started as a result is someone asking if there was a way to recover their work if all they could salvage was a built binary (from community edition). It sounds like there should be a way based on another response in the thread. Thanks, Brian On Jun 5, 2018, 2:16 PM -0500,

Re: Differences between Commercial and Community versions of LiveCode

2018-06-05 Thread Richard Gaskin via use-livecode
Richmond Mathewson wrote: > Recently I ran off a very simple standalone with the Indy and the > Community version of LC 8.1.9 > and cracked both of them open with a text editor. > > In neither of the standalones could I access the code. > > Presumably this means that a standalone generated with

Re: Levure - flicker prior to displaying UI stack on iOS

2018-06-05 Thread Trevor DeVore via use-livecode
On Tue, Jun 5, 2018 at 12:36 PM, Ralf Bitter via use-livecode < use-livecode@lists.runrev.com> wrote: > Currently I am developing an iOS app for iPad using > Trevor DeVore’s awesome Levure framework. > I’m glad you like it. > Unfortunately I am observing an annoying screen flicker > during the

Re: Differences between Commercial and Community versions of LiveCode

2018-06-05 Thread Richmond Mathewson via use-livecode
Thanks: very useful information. Richmond. On 5/6/2018 10:08 pm, Tom Glod via use-livecode wrote: if u open up a lc standalone exe in a hex editor or even notepad++ you can totally read the code contained. at least it used to be the case before v9 (haven't looked) maybe your text editor

Re: Differences between Commercial and Community versions of LiveCode

2018-06-05 Thread Tom Glod via use-livecode
if u open up a lc standalone exe in a hex editor or even notepad++ you can totally read the code contained. at least it used to be the case before v9 (haven't looked) maybe your text editor wasn't able to display the code in some way but I assure you its there. Not so the case for non

Differences between Commercial and Community versions of LiveCode

2018-06-05 Thread Richmond Mathewson via use-livecode
On LiveCode's webpage there is a chart of differences between the Commercial veriosn and the Community version. I was given to understand one of the most important differences was that, in the Commercial versions, code in standalones was "obfuscated" in such a way that an end-user could not

Levure - flicker prior to displaying UI stack on iOS

2018-06-05 Thread Ralf Bitter via use-livecode
Currently I am developing an iOS app for iPad using Trevor DeVore’s awesome Levure framework. Unfortunately I am observing an annoying screen flicker during the startup sequence while the UI stack is opened and the Levure standalone is closed. The iOS splash screen, as defined in settings, is

Re: THOUGHT: the [effective] [working] screenLoc

2018-06-05 Thread Paul Dupuis via use-livecode
All the proverbs are true. Still the core question is there. For those who may want to center a dialog in the working area of the screen, they can calculate that themselves in a home built function (or code snippet) by fetching the "effective working screenRect" and subtracting top from bottom

Re: Siva Siva App in iOS version 1.2 in now out

2018-06-05 Thread Bob Sneidar via use-livecode
> On Jun 5, 2018, at 09:22 , Mark Wieder via use-livecode > wrote: > > On 06/05/2018 09:08 AM, J. Landman Gay via use-livecode wrote: >> On June 5, 2018 10:27:50 AM Sannyasin Brahmanathaswami via use-livecode >> wrote: >>> And believe me, people really code is different styles! >> I'll say.

Re: Siva Siva App in iOS version 1.2 in now out

2018-06-05 Thread Mark Wieder via use-livecode
On 06/05/2018 09:08 AM, J. Landman Gay via use-livecode wrote: On June 5, 2018 10:27:50 AM Sannyasin Brahmanathaswami via use-livecode wrote: And believe me, people really code is different styles! I'll say. It's like handwriting, if you know someone's style you can often determine who

Re: Siva Siva App in iOS version 1.2 in now out

2018-06-05 Thread J. Landman Gay via use-livecode
On June 5, 2018 10:27:50 AM Sannyasin Brahmanathaswami via use-livecode wrote: And believe me, people really code is different styles! I'll say. It's like handwriting, if you know someone's style you can often determine who wrote the code just by reading it. We all have our little

Re: Message when moving windows

2018-06-05 Thread Peter Bogdanoff via use-livecode
That’s it! Thanks. > On Jun 5, 2018, at 12:50 AM, Richmond via use-livecode > wrote: > > on moveStack LR, UD > > put "You moved me!" > > end moveStack > > Richmond. > > On 5.06.2018 10:12, Peter Bogdanoff via use-livecode wrote: >> Hi, >> >> Is there a message sent in LiveCode when

Re: Siva Siva App in iOS version 1.2 in now out

2018-06-05 Thread panagiotis merakos via use-livecode
Hi Brahmanathaswami, Congratulations for the release. Just a quick note for the landscape issue on Android, this is now fixed and it will be available in the next LC 9 release (9.0.1 RC-1): https://quality.livecode.com/show_bug.cgi?id=19465 Best, Panos -- On Tue, Jun 5, 2018 at 4:25 PM,

Siva Siva App in iOS version 1.2 in now out

2018-06-05 Thread Sannyasin Brahmanathaswami via use-livecode
It been many moons. I finally got a new version SivaSiva out the door to iOS. I want to especially thank an unsung hero that is busy in Edinburgh helping with support requests for business. Elanor Buchanan! Yay! She responsible is for the new "Listen" touch code for the new audio screen. With

Re: THOUGHT: the [effective] [working] screenLoc

2018-06-05 Thread Lagi Pittas via use-livecode
Hi here's the third one I missed "Make something idiot-proof, and they will build a better idiot." It's a losing battle Lagi >> Nothing can be made foolproof because fools are so ingenious. >> Nothing is foolproof for a capable fool. >> >> Lagi >> >> >> On 4 June 2018 at 20:51, Paul

Re: THOUGHT: the [effective] [working] screenLoc

2018-06-05 Thread Richmond Mathewson via use-livecode
Yes, indeed, and the equivalent sort of thing to the Windows taskbar in the XFCE environment on Linux can be resized to cover the whole screen! I know as my computers in my school have "Peekaboo" taskbars that take up about 40% of the screen (i.e. they pop in and out of the bottom of the

Re: THOUGHT: the [effective] [working] screenLoc

2018-06-05 Thread Lagi Pittas via use-livecode
" Windows taskbar can be resize to take up half the primary screen by the user (we have NOT had any one do that - YET)" Which reminds me of 3 variants of Murphy's law :- Nothing can be made foolproof because fools are so ingenious. Nothing is foolproof for a capable fool. Lagi On 4 June 2018

Re: Message when moving windows

2018-06-05 Thread Richmond via use-livecode
on moveStack LR, UD put "You moved me!" end moveStack Richmond. On 5.06.2018 10:12, Peter Bogdanoff via use-livecode wrote: Hi, Is there a message sent in LiveCode when the user moves an LC window around using the titlebar? I want to set a preference setting when this happens. I know

Message when moving windows

2018-06-05 Thread Peter Bogdanoff via use-livecode
Hi, Is there a message sent in LiveCode when the user moves an LC window around using the titlebar? I want to set a preference setting when this happens. I know I could do this when windows are closed, for for my situation it would be much better to do it immediately, if it’s possible. Peter

Bug 17062 - Browser Widget: Context menu is not under script control

2018-06-05 Thread Alan via use-livecode
Can someone at LC please bump Bug 17062 and take a look at it? Would be great to be able to pass right-clicks into the browser widget rather than automatically popping up the "Back|Reload" menu. https://quality.livecode.com/show_bug.cgi?id=17228 cheers Alan