Re: (browser) focus hocus pocus broke us

2018-09-25 Thread panagiotis merakos via use-livecode
Mikey you have the Business Edition don't you? I was wondering if XPDF could be useful in your use case. Best, Panos -- On Tue, Sep 25, 2018 at 3:44 AM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > I'm loading a pdf, not a web page into the widget. >

how to know 2 monitors are in use?

2018-09-25 Thread Nicolas Cueto via use-livecode
During "development" on Windows with 2 monitors, how to use "set the loc of this stack to the screenloc" so that a stack centres in on one or the other monitor? (And, if not in the development environment? say, a standalone?) Thanks. -- Nicolas Cueto

Re: how to know 2 monitors are in use?

2018-09-25 Thread Nicolas Cueto via use-livecode
Thank you, Paul. Using "screenrects" as Paul suggested, here, for future reference, is a script snippet that places a stack on the right monitor: put the screenrects into tScrRects if the environment is "development" and the number of lines in tScrRects > 1 then -- CENTRE THE STACK ON

Re: how to know 2 monitors are in use?

2018-09-25 Thread Paul Dupuis via use-livecode
"the screenrects" will return the rectangles of all active monitors with the default monitor as the 1st line. Unfortunately, "the screenLoc" only returns the center of the default monitor. You would need to get the rect of any other monitor and calculate the center for centering a dialog on other

Re: (browser) focus hocus pocus broke us

2018-09-25 Thread Mike Kerner via use-livecode
h, so far so good. It's really embarrassing that I didn't remember xpdf. At all. Especially since Paul did a video about it at LCG THIS YEAR. Watching it again now. Thanks PM! On Tue, Sep 25, 2018 at 9:07 AM Mike Kerner wrote: > We do have a business license, and I have no idea what xpdf

Re: mousemove doesn't recognize "shiftkey is down", but only under Windows

2018-09-25 Thread Howard Bornstein via use-livecode
On Sun, Sep 23, 2018 at 10:50 PM Curry Kenworthy via use-livecode < use-livecode@lists.runrev.com> wrote: > > Howard: > > > All my test show that for the Shift key and the Option key, when > > called within a mousemove handler, it doesn't register that the > > keys are down unless the mouse

Re: LC on Chromebook?

2018-09-25 Thread Nicolas Cueto via use-livecode
Thank you, Brian. Well, following Brian's lead, I've now learnt (to my regret!) the importance of the term "kernel" (plus, the Chromebook term "channels") because, the Linux capability of any particular Chromebook depends on the Linux kernel version number -- currently 4.4 for Linux-on-Chrome,

Re: (browser) focus hocus pocus broke us

2018-09-25 Thread Mike Kerner via use-livecode
We do have a business license, and I have no idea what xpdf is, so now I'm going to do some research. On Tue, Sep 25, 2018 at 6:52 AM panagiotis merakos via use-livecode < use-livecode@lists.runrev.com> wrote: > Mikey you have the Business Edition don't you? I was wondering if XPDF > could be

Intersecting Lines: straight ones

2018-09-25 Thread Richmond Mathewson via use-livecode
Here: http://forums.livecode.com/viewtopic.php?f=7=31565 Richmond. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: