This probably doesn¹t help you, but in years gone by, my experience when
using a player to view a PDF resulted in the content being displayed as a
bitmap image, regardless of the type of content. So enlarging beyond 100%
would often appear pixelated. I never encountered a player-viewed PDF
displa
Hmm. If you're watching for the keypress itself so that you can act, and
your send loop is tight enough (without causing too much lag) You could
just check the keysdown() each loop and see if alt-f is being pressed.
If the purpose is to use control keys to run another app, I'd say it
depends. On
Oooo... I will try that tomorrow!
Is there any way to save an alt+f keystroke to the clipboard data? I am
trying to automate some tasks during this entire exercise and this is also
one of my hurdles.
Thanks again,
SKIP
On Tue, May 26, 2015 at 5:59 PM, Mike Bonner wrote:
> One way would be to
I could send him a message to contact you if you’d like?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-li
Well, since I don't have a LinkedIn account, that won't happen... I guess
we're back to thinking about plan b
On Thu, May 21, 2015 at 6:03 PM, Colin Holgate
wrote:
> You could try his LinkedIn page:
>
> https://www.linkedin.com/profile/view?id=5610582
>
> He hasn’t tweeted or posted anything fo
Found it.
HTTPProxy in the dictionary.
Simon
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/What-is-required-nowadays-to-get-through-a-Proxy-tp4692599p4692615.html
Sent from the Revolution - User mailing list archive at Nabble.com.
In the past, when I displayed a PDF in a player object on my PowerPC Mac Mini,
I could scale it to, say, 1.5x the formattedWidth and formattedHeight, and see
it beautifully displayed at full resolution. On my newer MacBook Air and iMac
this is not true; the PDF looks terrible when scaled to any
One way would be to use a send in time loop. Check to see if the data in
the clipboard array is different, if so, act. Some untested quick and
dirty code follows.
command checkClipboard
if sLastClipA is empty then
put the clipboarddata into sLastClipA
-- do something with the data in sLastClipA
None that actually matter. ;-P
Bob S
On May 26, 2015, at 10:08 , Richmond
mailto:richmondmathew...@gmail.com>> wrote:
I would be interested to know how many of these problems/show-stoppers are
confined to Linux.
Richmond.
___
use-livecode mailing
Keep in mind though, that this will return the SQL used to create the table,
NOT the optimum SQL or some standard SQL syntax for creating the table. This
differs from mySQL in that mySQL will return the standard syntax for creating
that particular table.
This may seem like nitpicking, until yo
Richmond wrote:
> On 26/05/15 22:17, Richard Gaskin wrote:
>> So I know the engine team uses Linux extensively. What I don't know
>> is whether IDE team members use Linux at least a full day each week,
>> as would seem useful for Windows as well.
>
> I am sure they don't.
>
> It might not be a b
On 26/05/15 22:17, Richard Gaskin wrote:
Richmond wrote:
> Last time I was in Embro (about 5 year ago), I saw only Macs in their
> office. If that is still the case it needs to be corrected.
In all fairness, I've corresponded about Linux specifically with
Peter, Mark, and others, and had a long
Richmond wrote:
> Last time I was in Embro (about 5 year ago), I saw only Macs in their
> office. If that is still the case it needs to be corrected.
In all fairness, I've corresponded about Linux specifically with Peter,
Mark, and others, and had a long and pleasant discussion about it in
pers
On 26/05/15 21:31, Richard Gaskin wrote:
AFAIK the ones I listed here and the subject of this thread, the
backdrop issue, are all specific to Linux.
There are a few oddities on Windows that may be critical, and perhaps
even on Mac, but it would seem that the IDE team presumably uses Macs
m
Richmond wrote:
> On 26/05/15 19:10, Richard Gaskin wrote:
>>
>> Ironically, last time I demo'd LC at a conference I had to run my
>> presentation using a much older version because I make all my slide
>> shows in LC and the current version has serious problems with
>> fullscreen on Linux #14638
On 26/05/15 19:10, Richard Gaskin wrote:
Mark Wieder wrote:
On 05/25/2015 10:57 PM, Richmond wrote:
This is a load of #$%^@& and needs to be sorted out:
Agreed. I actually hadn't played with the backdrop on linux in 7x
before. I got the same results as you, with the exception that I was
usin
Is there a way to have LC sitting in the background (not hidden, just not
in focus) and keep track of items put in the clipboard? I want to simplify
some complex cutting and pasting of multiple fields. I can get the
mechanics of it to work if I can get LC to sit in the background and record
clipb
Mark Wieder wrote:
On 05/25/2015 10:57 PM, Richmond wrote:
This is a load of #$%^@& and needs to be sorted out:
Agreed. I actually hadn't played with the backdrop on linux in 7x
before. I got the same results as you, with the exception that I was
using two monitors, so I brought up a terminal
Hi Malte,
for testing/debugging proxy connections, have a look here:
http://www.charlesproxy.com/
or windows only here: http://www.proxomitron.info/
Tiemo
-Ursprüngliche Nachricht-
Von: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] Im Auftrag
von Malte Brill
Gesendet: Die
Depending on what information you need to collect, there is another way -
see pragma table_info on the sqlite web site. It gives basic info about
each column in a table, including the name, data type, whether it can be
null or not, default value, and whether it is part of the primary key.
Easier to
Yeah, I think the dot functions are specific to the interactive client, but
i'm not positive. Either way, it works well.
On Tue, May 26, 2015 at 12:42 AM, Terence Heaford
wrote:
> Thanks Mike,
>
> I thought maybe I’d missed a built in function for this.
>
> All the best
>
> Terry
>
>
> > On 25 M
Hi all,
I vaguely recall that there have been changes to libURL to handle Proxys. I
also remember me fighting with those on Windows. As I now need to roll out an
update to an app. I would like to know what is required to get through a Proxy
on the different Desktop OSes. (knowing for mobile wou
On 2015-05-25 19:47, Ethan Lish wrote:
Hello,
My goal is to create a captive server which can only be accessed via
our authorized LiveCode client.
This would me that, when an unauthorized client attempts connection;-
the application will be distributed via the store- access via our
authorized L
I guess this is related to bug #13935
Best,
Malte
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livec
24 matches
Mail list logo