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

2018-06-06 Thread Paul Dupuis via use-livecode
Enhancement request: https://quality.livecode.com/show_bug.cgi?id=21337 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

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: 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: 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: 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: THOUGHT: the [effective] [working] screenLoc

2018-06-04 Thread Brian Milby via use-livecode
And the screenrect can change on mobile too if rotation is allowed. On Jun 4, 2018, 6:05 PM -0500, J. Landman Gay via use-livecode , wrote: > On 6/4/18 2:51 PM, Paul Dupuis via use-livecode wrote: > > And, Jacqueline, screen resolutions can be changed dynamically on > > Window > Ah. For some

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

2018-06-04 Thread J. Landman Gay via use-livecode
On 6/4/18 2:51 PM, Paul Dupuis via use-livecode wrote: And, Jacqueline, screen resolutions can be changed dynamically on Window Ah. For some reason my brain was stuck in mobile mode. You can change resolutions on Mac too actually. -- Jacqueline Landman Gay |

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

2018-06-04 Thread Curry Kenworthy via use-livecode
Tiebreaker: file that request! Can't hurt. :) 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: THOUGHT: the [effective] [working] screenLoc

2018-06-04 Thread Paul Dupuis via use-livecode
Okay, we're making progress: 2 people (Paul and Ralph) think having "the [effective] [working] screenLoc" might be a useful addition for the language for the likely effort to add it 2 people (Bob and Jacqueline) think that it is simple enough (which it is) to write your own function for this it

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

2018-06-04 Thread Bob Sneidar via use-livecode
And I was in a round about way saying I didn't think it was necessary to do this through the engine, since there was no clear performance gain, and the code to work around it is one or two lines. I should have been clearer. Bob S > On Jun 4, 2018, at 09:07 , Paul Dupuis via use-livecode >

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

2018-06-04 Thread J. Landman Gay via use-livecode
e: THOUGHT: the [effective] [working] screenLoc Yes, that is why I said (read below) that if others did not think there should be an effective and/or working key word for the screenLoc function, I would roll my own based on the screenRect function. I was asking whether other think the screenLoc funct

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

2018-06-04 Thread Ralph DiMola via use-livecode
Dupuis via use-livecode Sent: Monday, June 04, 2018 12:08 PM To: use-livecode@lists.runrev.com Cc: Paul Dupuis Subject: Re: THOUGHT: the [effective] [working] screenLoc Yes, that is why I said (read below) that if others did not think there should be an effective and/or working key word

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

2018-06-04 Thread Paul Dupuis via use-livecode
Yes, that is why I said (read below) that if others did not think there should be an effective and/or working key word for the screenLoc function, I would roll my own based on the screenRect function. I was asking whether other think the screenLoc function should or should not have these keywords.

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

2018-06-04 Thread Bob Sneidar via use-livecode
Seems like you could subtract item 1 from item 3 and item 2 from item 4 of the effective screenRect to get what you need. Bob S > On Jun 4, 2018, at 08:08 , Paul Dupuis via use-livecode > wrote: > > I posted the question below and got no responses so I thought I would > try again. > > I