Magnification

2017-03-24 Thread Vokey, John via use-livecode
I am working on a stack that has reduced images on a card, but I want the user to have the ability to magnify those images (at least the part they are hovering over) as they hover over them. But, not the card images, but the real higher resolution images stored in separate files. I suspect

Random topic: What script font do you like/use?

2016-09-21 Thread Vokey, John
I use SourceCodePro in all my programming IDEs (LiveCode, R, Matlab, Octave, ...). It is a very clean monospaced font, and comes in a wide variety of weights. > On Sep 21, 2016, at 3:33 AM, use-livecode-requ...@lists.runrev.com wrote: > > Message: 7 > Date: Tue, 20 Sep 2016 18:31:29 -0700 >

Re: LiveCode with unusual input devices

2015-11-16 Thread Vokey, John
Craig. This looks to be quite useful, but as I don’t read German, it is hard to tell. I have some very unusual USB devices that I would love to use with LC on my mac. Currently, I am stuck with the manufacture’s proprietary software. How does Service USB Plus detect the usb devices? Does

externals on Windows

2015-09-08 Thread Vokey, John
know nothing about writing externals for Livecode on Windows. Are there any tutorials available? -- “I love deadlines. I love the whooshing noise they make as they go by.” ― Douglas Adams, The Salmon of Doubt -- Vokey, John vo...@uleth.ca ___ use

Re: New chunks

2014-03-12 Thread Vokey, John
As they are unicode “words”, why not: wurd? put the 2nd wurd of “word word” into naturalword. Just a thought. (Now ducking and running because this email is obviously about cheese). -- Please avoid sending me Word or PowerPoint attachments. See

Re: randomly order a list

2013-05-23 Thread Vokey, John
Shuffling is more complicated than commonly thought. A properly uniform shuffle is given as follows: function scramble x -- scramble lines or items in a row put the number of lines of x into z if z = 1 then put the number of items of x into n else put the number of lines of x into n

bluetooth and LC

2012-03-14 Thread Vokey, John
All, I am completely naive on this, but as I am getting a new portable EEG device for my lab that communicates by bluetooth, I thought I would ask whether any of the many genius coders on this list know how to read the raw data from a bluetooth device from LiveCard? The machine comes with

Re: Why him does not use a natural language for programming?

2012-02-23 Thread Vokey, John
I always enjoyed the ambiguity of the title of one of James Watson's books: Avoid Boring People as to why natural languages should be avoided in programming, not because they are inherently bad, but because they require setting too large of a context to render most statements clear. OTH, I

Re: [OT] PCI cards (Richmond Mathewson)

2011-10-26 Thread Vokey, John
tower I ordered). Let me know. On 2011-10-26, at 8:52 PM, use-livecode-requ...@lists.runrev.com wrote: Hi problem is his drive is SCSI. Bob On Oct 26, 2011, at 1:38 PM, Vokey, John wrote: I have an Iomega Zip Drive plugged (usb) into my iMac running OS X 10.6.8, and it mounts zip

RE: Reading PDF - a cry for help

2011-09-30 Thread Vokey, John
The problem (success?) with pdf is that it is, uniquely, pdf: it is text, stylized text, bitmaps, vector graphics, and everything else. Covert eps, for example, to pdf and all is fine (you can easily extract the eps from the pdf). Add a second pdf (or another eps) to that same file, and the