message path help

2009-07-17 Thread Shao Sean
if i am to understand the message path correctly any groups with backgroundBehavior set to TRUE will be behind the card in terms of the message path, but the follow does not work - create new stack - create three buttons (A, B, C) - group button A -- group script: on moo; put the seconds;

Re: Text Processing Puzzle

2009-07-17 Thread Pierre Sahores
Hi Gregory, Is the filesize var well reinited to 0 at the begining of each new year stories parsing ? Best, -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com Le 16 juil. 09 à 23:32, Gregory Lypny a écrit : Hello everyone, Sorry for the long message. I'm

Another (slightly silly) way to show animations on Linux

2009-07-17 Thread Richmond Mathewson
Horribly wasteful in terms of file size, but guarantees no dependency on external components. This will allow you to show a SILENT film sequence: 1. Export your movie file to images (say 25 per second). 2. Import them into a hidden card in your stack [think BLOATWARE]. 3. On the card where

rawkeydown and numtochar don't work as expected

2009-07-17 Thread Tiemo Hollmann TB
Hello, I am trying to capture a field input with rawkeydown and after doing some other processings to regenerate the input with numtochar. For all a-zA-Z1-0 it works fine and also for some special char, like !,.-, But for other input, like ?;:_ the numtochar function returns other values as my

Re: Another (slightly silly) way to show animations on Linux

2009-07-17 Thread Ian Wood
On 17 Jul 2009, at 11:32, Richmond Mathewson wrote: I am not uploading my example stack anywhere, because with 356 frames of 256 Grayscale PNGs it weighs in at 11.5 MB. JPEG would probably drop that quite a bit further, even with the extra channels. Ian

Re: rawkeydown and numtochar don't work as expected

2009-07-17 Thread Richmond Mathewson
Tiemo Hollmann TB wrote: Hello, I am trying to capture a field input with rawkeydown and after doing some other processings to regenerate the input with numtochar. For all a-zA-Z1-0 it works fine and also for some special char, like !,.-, But for other input, like ?;:_ the numtochar function

Re: Another (slightly silly) way to show animations on Linux

2009-07-17 Thread Richmond Mathewson
Ian Wood wrote: On 17 Jul 2009, at 11:32, Richmond Mathewson wrote: I am not uploading my example stack anywhere, because with 356 frames of 256 Grayscale PNGs it weighs in at 11.5 MB. JPEG would probably drop that quite a bit further, even with the extra channels. Ian Quite possibly:

Re: Another (slightly silly) way to show animations on Linux

2009-07-17 Thread Pierre Sahores
Hello Richmond, Does the playback work as fluently as in using as a QT or WMV videoplayer ? i will test your proposal as soon as possible... Kind Regards, -- Pierre Sahores mobile : 06 03 95 77 70 www.sahores-conseil.com Le 17 juil. 09 à 11:32, Richmond Mathewson a écrit : Horribly

AW: rawkeydown and numtochar don't work as expected

2009-07-17 Thread Tiemo Hollmann TB
Hi Richmond, thats exactly, what I've done (exept it were two fields), but testing your approach gives me my same (wrong) result. I am working with Rev 3.5 on Win XP, german keyboard ? returns: { ; returns: : returns: ( returns: * ß returns: [ any idea, what is going wrong here? Thanks Tiemo

Re: message path help

2009-07-17 Thread Thierry
Le 17 juil. 09 à 10:39, Shao Sean a écrit : if i am to understand the message path correctly any groups with backgroundBehavior set to TRUE will be behind the card in terms of the message path, but the follow does not work - create new stack - create three buttons (A, B, C) - group button

Re: AW: rawkeydown and numtochar don't work as expected

2009-07-17 Thread Richmond Mathewson
Tiemo Hollmann TB wrote: Hi Richmond, thats exactly, what I've done (exept it were two fields), but testing your approach gives me my same (wrong) result. I am working with Rev 3.5 on Win XP, german keyboard ? returns: { ; returns: : returns: ( returns: * ß returns: [ any idea, what is going

Re: Another (slightly silly) way to show animations on Linux

2009-07-17 Thread Richmond Mathewson
Pierre Sahores wrote: Hello Richmond, Does the playback work as fluently as in using as a QT or WMV videoplayer ? i will test your proposal as soon as possible... Kind Regards, -- Pierre Sahores As far as I can see. Also, on Linux you would not get very far with either QT or WMV player.

Timed User Input

2009-07-17 Thread Rick Harrison
I'm trying to set up a guessing game where the user has to race against a timer to give an answer before the time runs out. The problem is that when the user is asked for input, the timer stops due to the interrupt. Or the timer keeps running, and doesn't allow any user input. To work correctly

Re: Timed User Input

2009-07-17 Thread Mark Smith
Rick, how have you done your timer - a repeat loop or a 'send-in-time' ? Best, Mark On 17 Jul 2009, at 15:48, Rick Harrison wrote: I'm trying to set up a guessing game where the user has to race against a timer to give an answer before the time runs out. The problem is that when the user is

Re: Timed User Input

2009-07-17 Thread stephen barncard
Don't use a modal ask dialog for user input. Use a field and button on the card instead. - Stephen Barncard San Francisco http://barncard.com 2009/7/17 Mark Smith li...@futilism.com Rick, how have you done your timer - a repeat loop or a 'send-in-time' ? Best, Mark

Re: Timed User Input

2009-07-17 Thread DunbarX
I am guessing that you are using an ask or answer dialog box, and this suspends normal operations, being a modal gadget. Why not display a suite of fields and buttons, nicely contained in some form? This affects no other part of the system. Or, as usual, am I missing the point/ Craig Newman

What is the current phrase for Rev in about windows?

2009-07-17 Thread jim sims
I'm finishing up a shareware app - can someone tell me: What is the current phrase for Rev in about windows? Would Made with RunRev do the job? sims ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Timed User Input

2009-07-17 Thread DunbarX
I actually read the original post. It seems that sending messages at intervals will update your clock but keep the IDE open for other tasks, like clicking a button. Craig Newman ** A Good Credit Score is 700 or Above. See yours in just 2 easy steps!

Unicode capability expansion

2009-07-17 Thread Richmond Mathewson
Having fiddled around with unicode rcecently it has become clear (unless I have missed something) that Revolution can only cope with characters from the Basic Multilingual Plane - i.e. chars up to 65535 (hex ). This is a real limitation that stands in the way of a lot of programming

AW: AW: rawkeydown and numtochar don't work as expected

2009-07-17 Thread Tiemo Hollmann TB
Thanks for the idea Richmond, I have to try how to arrange with my rawkeydown Tiemo -Ursprüngliche Nachricht- Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- boun...@lists.runrev.com] Im Auftrag von Richmond Mathewson Gesendet: Freitag, 17. Juli 2009 15:36 An:

Re: What is the current phrase for Rev in about windows?

2009-07-17 Thread Richmond Mathewson
jim sims wrote: I'm finishing up a shareware app - can someone tell me: What is the current phrase for Rev in about windows? Would Made with RunRev do the job? sims That is all part of what we are waiting for. :) Many years ago, in Bulgaria, under communism, my wife worked as an

What is the current phrase for Rev in about windows?

2009-07-17 Thread Mark Stuart
Written by jim sims on Fri Jul 17, 2009 - 10:05 AM CDT I'm finishing up a shareware app - can someone tell me: What is the current phrase for Rev in about windows? Would Made with RunRev do the job? sims Hi Jim, I place this in the Windows Help About stack: Development Info: (underlined) Built

Re: AW: AW: rawkeydown and numtochar don't work as expected

2009-07-17 Thread Richmond Mathewson
Tiemo Hollmann TB wrote: Thanks for the idea Richmond, I have to try how to arrange with my rawkeydown Tiemo Why is it so important that you use rawKeyDown rather than keyDown ? -Ursprüngliche Nachricht- Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-

Re: Timed User Input

2009-07-17 Thread Rick Harrison
Hi Mark, I was using a repeat loop. Hmm.. send-in-time. What is that? I'm not using a dialog such as answer or ask. I was going to use a field for input, but have been leaning more towards a multiple choice solution with mouseWithin, or anything else which might work. Rick On Jul 17, 2009,

AW: AW: AW: rawkeydown and numtochar don't work as expected

2009-07-17 Thread Tiemo Hollmann TB
Good question, I have to dig into it :) Thanks -Ursprüngliche Nachricht- Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- boun...@lists.runrev.com] Im Auftrag von Richmond Mathewson Gesendet: Freitag, 17. Juli 2009 17:18 An: How to use Revolution Betreff: Re: AW:

Re: Timed User Input

2009-07-17 Thread Marc Siskin
Rick, Are you using the with messages modifier in your timing loop? (e.g. wait 5 seconds with messages) This keeps the timer running and allows you to check for input, button clicks, etc. Marc On Jul 17, 2009, at 11:19 AM, Rick Harrison wrote: Hi Mark, I was using a repeat loop.

Re: Timed User Input

2009-07-17 Thread DunbarX
Very cool, something HC could only dream of. Check out the send command, which can be configured with a delay. But this is only a teaser; the message can be scripted to repeat. So you can write a handler that updates your clock, every second, say, and the rest of the world works normally. A little

Re: Timed User Input

2009-07-17 Thread Rick Harrison
Hi Marc, No, I'm not using with messages. That may be the solution! I'll give that a try. Thanks! Rick On Jul 17, 2009, at 11:26 AM, Marc Siskin wrote: Rick, Are you using the with messages modifier in your timing loop? (e.g. wait 5 seconds with messages) This keeps the timer running

Re: Timed User Input

2009-07-17 Thread Mark Smith
Rick, the 'send-in-time' could work like this: on runTimer pTimeLeft if pTimeLeft is a number and pTimeLeft 1 then subtract 1 from pTimeLeft put pTimeLeft into fld timeLeft send runTimer pTimeLeft to me in 1 second end if end runTimer where, if you want to allow 30 seconds,

Re: Text Processing Puzzle

2009-07-17 Thread Gregory Lypny
Hello Kee and Pierre, Thank you for your thoughts. My response is below. Gregory On Fri, Jul 17, 2009, at 11:05 AM, Kee Nethery wrote: Message: 9 Date: Thu, 16 Jul 2009 14:43:44 -0700 From: Kee Nethery k...@kagi.com Subject: Re: Text Processing Puzzle To:

I'm going to Mars...

2009-07-17 Thread Mark Wieder
Cool Link of the Day- Ever wanted to go to Mars but lack the time/money/proper training? Well, you can send your name instead. NASA offers you the opportunity to include your name on a microchip on the Mars Science Laboratory rover heading to Mars in 2011 for free. Just provide your name and

Re: Another (slightly silly) way to show animations on Linux

2009-07-17 Thread Richmond Mathewson
Gosh, I must have a session with my therapist (he's a tortoise called Harold who lives in our garden) . . . Here's another way: Horribly wasteful in terms of file size, but guarantees no dependency on external components. This will allow you to show a SILENT film sequence: 1. Export your

Re: I'm going to Mars...

2009-07-17 Thread Richmond Mathewson
Mark Wieder wrote: Cool Link of the Day- Ever wanted to go to Mars but lack the time/money/proper training? Well, you can send your name instead. NASA offers you the opportunity to include your name on a microchip on the Mars Science Laboratory rover heading to Mars in 2011 for free. Just

Re: Timed User Input

2009-07-17 Thread Devin Asay
On Jul 17, 2009, at 9:19 AM, Rick Harrison wrote: Hi Mark, I was using a repeat loop. Hmm.. send-in-time. What is that? Rick, send [message] in [time] is what you want. See my tutorial at http://revolution.byu.edu/time/timeInRev.php#sendintime HTH Devin Devin Asay Humanities

Re: I'm going to Mars...

2009-07-17 Thread Jim Sims
On Jul 17, 2009, at 6:17 PM, Mark Wieder wrote: Cool Link of the Day- Ever wanted to go to Mars but lack the time/money/proper training? Can Lunatics like me go? Or, do ya gotta be more like a Martian? sims ___ use-revolution mailing list

Re: Another (slightly silly) way to show animations on Linux

2009-07-17 Thread Richmond Mathewson
Richmond Mathewson wrote: Gosh, I must have a session with my therapist (he's a tortoise called Harold who lives in our garden) . . . Here's another way: Horribly wasteful in terms of file size, but guarantees no dependency on external components. This will allow you to show a SILENT film

Re: Timed User Input

2009-07-17 Thread Rick Harrison
Hi again, Both solutions work! I thought the send-in-time solution seemed a little more accurate. Feel free to test both more throughly, and draw your own conclusions. Thanks to everyone who contributed! This list really rocks Rick ___

Re: What is the current phrase for Rev in about windows?

2009-07-17 Thread Jan Schenkel
--- On Fri, 7/17/09, jim sims s...@ezpzapps.com wrote: From: jim sims s...@ezpzapps.com Subject: What is the current phrase for Rev in about windows? To: How to use Revolution use-revolution@lists.runrev.com Date: Friday, July 17, 2009, 8:05 AM I'm finishing up a shareware app - can someone

Re: Unicode capability expansion

2009-07-17 Thread Kee Nethery
I like what Python decided to do with Unicode. There is no more ascii text in Python 3.x, all text is unicode. Seems like the best solution to me. No deciding whether this or that function supports unicode, they all do. The only difference is that you need a new term to stand in for a byte

Re: Unicode capability expansion

2009-07-17 Thread Mark Schonewille
Ken, I fully agree. The byte chunk exists already in RunRev. The all- unicode approach would be similar not only to Python but also AppleScript. It would be awesome if chars would refer to actual unicode glyphs. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software

Re: Unicode - AAT vs OT fonts in Revolution

2009-07-17 Thread Richmond Mathewson
Did you think I had forgotten? Several nights in 40 degrees C, tossing and turning, later . . . Bloody silly really (but then, in my case it usually is; either trying to be too clever for my own good, or not seeing something right under my nose): Take a look at this:

Getting a Rev App to have an icon on the Apple Menu bar

2009-07-17 Thread Sivakatirswami
How does one get and icon for one's application to appear on the Menu Bar of OS X? Sivakatirswami ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Getting a Rev App to have an icon on the Apple Menu bar

2009-07-17 Thread stephen barncard
There used to be a great product called Aliasmenu that would do that, but the author gave up with problems making it work from Tiger on What recent application have you seen that can do this? - Stephen Barncard San Francisco http://barncard.com 2009/7/17

Re: Getting a Rev App to have an icon on the Apple Menu bar

2009-07-17 Thread andre
I thinkyou need an external for that Om shanti Enviado de meu iPhone Em 17/07/2009, às 21:59, Sivakatirswami ka...@hindu.org escreveu: How does one get and icon for one's application to appear on the Menu Bar of OS X? Sivakatirswami ___

Re: Getting a Rev App to have an icon on the Apple Menu bar

2009-07-17 Thread Sivakatirswami
stephen barncard wrote: There used to be a great product called Aliasmenu that would do that, but the author gave up with problems making it work from Tiger on What recent application have you seen that can do this? Drop Box iClip Remote Desktop QuickSilver OmniFocus (there's more!)

Re: Unicode - AAT vs OT fonts in Revolution

2009-07-17 Thread Sivakatirswami
Aloha, Richmond: It's getting pretty muggy here on Kauai to... classic Kauai weather, a short rain 2-3 times a day with Average 80 Degree temps, but mid-day is climbing to 100 in the open fields, mosquitoes are loving it. Average density -- 12 little kamakazi's per cubic foot of atmosphere.