Re: altkey() down, up halfway down

2012-12-02 Thread Richmond
Advice from Andre Garzia: I have no problem with that and I use it here as well. Just do a visual feedback like this: on rawKeydown, check for the altKey and change all the labels of the buttons for the actions they will perform if that key is down, this way, as soon as someone presses ALT,

Re: how my book is doing...

2012-12-02 Thread Peter Alcibiades
Two writing tools that are worth considering -- Focuswriter, a totally minimalist RTF generator -- Lyx - a real writing tool, generates proper professionally typeset LaTex and Postscript. It also will generate RTF. If you haven't used Lyx, its not at all like any other writing tool, in

Re: altkey() down, up halfway down

2012-12-02 Thread Scott Rossi
If you are using alt as a modifier: on rawKeyDown if altKey() = down then -- do some stuff end if end rawKeyDown If you just want to detect the alt key, one option could be to use the idle message which essentially acts as a loop: [ card or stack script ] on idle if altKey() = down

Re: [OT] the evils (?) of secure boot.

2012-12-02 Thread Peter Alcibiades
http://news.softpedia.com/news/All-Linux-Distributions-Get-the-Secure-Boot-Bootloader-311259.shtml -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/OT-the-evils-of-secure-boot-tp4657622p4657790.html Sent from the Revolution - User mailing list archive at

Re: altkey() down, up halfway down

2012-12-02 Thread Richmond
If I have this sort of script in my stack: on rawKeydown if altKey() = down then put ALT down into fld AKD end if end rawKeydown on Macintosh that ONLY WORKS if I am pressing an alphanumeric key while holding the altKey down, it DOES NOT work if all I do is press the altKey. Now,

Re: altkey() down, up halfway down

2012-12-02 Thread Mike Bonner
Late to this discussion but.. Polling (or maybe an external?) is the only real solution for this problem right? On Sun, Dec 2, 2012 at 7:59 AM, Richmond richmondmathew...@gmail.comwrote: If I have this sort of script in my stack: on rawKeydown if altKey() = down then put ALT down

Re: altkey() down, up halfway down

2012-12-02 Thread Richmond
On 12/02/2012 05:30 PM, Mike Bonner wrote: Late to this discussion but.. Polling (or maybe an external?) is the only real solution for this problem right? Polling the key downs is possible, but will slow down a program considerably. ___

Re: altkey() down, up halfway down

2012-12-02 Thread Mike Bonner
Use idle as scott said? Or, if you don't need it to be super responsive. IE you're using visual cues as andre suggested, then polling every 100 or 150 milliseconds might suffice. Idle is probably easiest. Was wondering about the external, seems that since this is related to os/arch even an

Re: how my book is doing...

2012-12-02 Thread Andre Garzia
Colin and others, For your next books consider using scrivener. Its is a very good tool http://www.literatureandlatte.com/ =D On Sun, Dec 2, 2012 at 6:42 AM, Peter Alcibiades palcibiades-fi...@yahoo.co.uk wrote: Two writing tools that are worth considering -- Focuswriter, a totally

Re: how my book is doing...

2012-12-02 Thread Colin Holgate
Packt have a very precise structure to their books, and they get authors to follow that by using a set of Word templates. Even with those templates it's possible to go wrong, but I just feel sure that they wouldn't be able to cope with a document from any other tool, unless they had someone on

Re: altkey() down, up halfway down

2012-12-02 Thread Richmond
On 12/02/2012 05:58 PM, Mike Bonner wrote: Use idle as scott said? Or, if you don't need it to be super responsive. My Devawriter does have to be 'super responsive' as it is, ultimately, a glorified typewriter, and as such should, in an ideal situation, work not much more slowly than the

Re: altkey() down, up halfway down

2012-12-02 Thread Mike Bonner
Yeah, too true. And if others are like me, having to wait for things to catch up is really annoying! Well, this is only osx (objective c) and I'm clueless about it, but the example on this page might give someone who isn't a clueless c nub like me a chance to build an external to catch key

Re: altkey() down, up halfway down

2012-12-02 Thread Richmond
On 12/02/2012 07:02 PM, Mike Bonner wrote: Yeah, too true. And if others are like me, having to wait for things to catch up is really annoying! Well, this is only osx (objective c) and I'm clueless about it, but the example on this page might give someone who isn't a clueless c nub like me a

Online Documentation in Linux

2012-12-02 Thread Richmond
I stated a while back that the online documentation in the Livecode IDE crashed the thing in Linux; that statement should now be modified: The documentation stack crashes LC under XFCE 4.8 and 4.10. The documentation does NOT crash under GNOME 2 or 3. Richmond.

Re: Online Documentation in Linux

2012-12-02 Thread Mark Wieder
Richmond- Sunday, December 2, 2012, 9:26:08 AM, you wrote: I stated a while back that the online documentation in the Livecode IDE crashed the thing in Linux; that statement should now be modified: ...and I replied at the time that the bug (9928) was fixed in build 5.5.2. But at any rate,

Re: how my book is doing...

2012-12-02 Thread Andre Garzia
I am doing the last two chapters, should not take long (famous last words)... On Sun, Dec 2, 2012 at 2:27 PM, Colin Holgate co...@verizon.net wrote: Packt have a very precise structure to their books, and they get authors to follow that by using a set of Word templates. Even with those

Re: altkey() down, up halfway down

2012-12-02 Thread Richmond
On Macintosh, according to Apple's documentation the key code for the left option key is 98 and 58 for the right option key. There is a school of thought flying around that the key code for both is 35. However . . . keysDown doesn't work for modifier keys on Mac . . . interestingly enough

Re: altkey() down, up halfway down

2012-12-02 Thread Paul Hibbert
I remembered something about updateScreen on the Game Academy, they used dispatch to poll the stack for a screen refresh and it didn't seem to have too much detrimental effect on the game, I had a quick look, took out the bones and tried this… on preOpenStack if the platform is MacOS then

Re: App rejected now the 3rd time - because...

2012-12-02 Thread Thomas McGrath III
I agree with Kee on this, We are dealing with a human who may be having a bad day, or a good day ;-} and any helpful information for them to assess the app and its usage is going to help a long way. I have had only one rejection so far, it was originally accepted and then on a subsequent

Does anyone have a copy of the Pop3 Lib that used to be on Sarah's site?

2012-12-02 Thread Jim Schaubeck
Good morning fine folks, Does anyone have a link to the POP3 Lib that used to be posted on Sarah's site?  Thank you much!   __   jim schaubeck  

Re: Does anyone have a copy of the Pop3 Lib that used to be on Sarah's site?

2012-12-02 Thread Colin Holgate
If it helps anyone to find a copy, this was the original URL: http://www.troz.net/rev/stacks/POP_library_demo.rev So, presumably the stack is named POP_library_demo.rev, and may be on someone's hard drive as we speak! ___ use-livecode mailing list

Re: Does anyone have a copy of the Pop3 Lib that used to be on Sarah's site?

2012-12-02 Thread Richmond
On 12/02/2012 09:48 PM, Colin Holgate wrote: If it helps anyone to find a copy, this was the original URL: http://www.troz.net/rev/stacks/POP_library_demo.rev So, presumably the stack is named POP_library_demo.rev, and may be on someone's hard drive as we speak! I went here:

Re: Does anyone have a copy of the Pop3 Lib that used to be on Sarah's site?

2012-12-02 Thread Jim Schaubeck
Colin, That was it !!  I tried your POP_library_demo search on an old PC I used to use and voila! (I did not know the file name) Thank you for that tip! BTW...I have the file if someone would like to post it on a more accessible site for the rest of us  

Re: how my book is doing...

2012-12-02 Thread Dr. Hawkins
On Sunday, December 2, 2012, Peter Alcibiades wrote: -- Lyx - a real writing tool, generates proper professionally typeset LaTex and Postscript. It also will generate RTF. If you haven't used Lyx, its not at all like any other writing tool, in particular its not WYSIWYG, but people get

Re: how my book is doing...

2012-12-02 Thread Bill Vlahos
Keep the Mac. http://wiki.lyx.org/Mac/Mac Bill Vlahos _ InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure. lcTaskList: (http://www.infowallet.com/lctasklist/index.htm) RunRev lcTaskList Forum: