unsolicited 2 char left indentation on line 2 of btn label

2005-08-07 Thread Erik Hansen
msg: set the label of btn SATB a RB to \ SATB a return 01 02 03 04 this is how the button looks: SATB 01 02 03 04 msg: put line 2 of btn SATB a RB this in the msg: 01 02 03 04 with no indentation. 01 02 03 04 are MIDI channels which are pre programmed onto harmonies by selecting various

Re: File location using go shell (startc:\..)

2005-08-07 Thread Chipp Walters
Scott, You need to use the shortFilePath() function to return the path in a format shell will understand. best, Chipp -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.1/64 - Release Date: 8/4/2005

Re: unsolicited 2 char left indentation on line 2 of btn label

2005-08-07 Thread Ken Ray
On 8/7/05 2:04 AM, Erik Hansen [EMAIL PROTECTED] wrote: msg: set the label of btn SATB a RB to \ SATB a return 01 02 03 04 this is how the button looks: SATB 01 02 03 04 Hmm... works for me... what kind of button are you using and what version of Revolution? Ken Ray Sons of Thunder

ANN: MoireX Volume3 V2.2.5

2005-08-07 Thread MisterX
Sorry about any perturbations this may cause but i had to do it... i added yet more unobvious buttons to parametrize the moires in MoireX, now ascended with some 20 color modes! 17 actually since 3 are open for you to change and have fun with! Lots of little improvements here and there: there 2

how to split string?

2005-08-07 Thread Chandan Ray
hi there, in perl we've a simple split-function: $line = hello:world:today; ($first,$second,$third) = split(/\:/,$line); print $first $second $third; how can i do something same like this in lingo? could anybody please tell me? best regards ++ chandan ray helmutstr. 1a 40472 duesseldorf

Re: me vs. this?

2005-08-07 Thread Charles Hartman
Yes, Cubist pointed this out too, and I've been mulling it over, and of course you're right. There's a logical this group, field, etc., when one is selected, clicked . . . But fleeting states aren't a good lexical basis for programming languages . . . Dynamic is good, but. Charles On Aug

selection case

2005-08-07 Thread Muaadh Salih
Many thanks to Ken with his solution. Again it does not work as long as you click on a locked stack. The reason is as explained below by RunRev (who are extremely helpful): --- However, one workaround would be to have each word be an individual textrun and

Fwd: how to split string?

2005-08-07 Thread Chandan Ray
just i found itemDelimiter in lingo it's so eeesy :-) cheers Begin forwarded message: From: Chandan Ray [EMAIL PROTECTED] Date: Sun Aug 7, 2005 1:32:42 PM Europe/Berlin To: use-revolution@lists.runrev.com Subject: how to split string? hi there, in perl we've a simple split-function: $line

Re: Fwd: how to split string?

2005-08-07 Thread Derek Bump
Chandan Ray wrote: just i found itemDelimiter in lingo it's so eeesy :-) An even easier way, and a lot closer to the Perl counterpart... split myVariable by : Odd, I asked about the same thing over a year ago. :) More information on the split command is in the documentation. Derek Bump

Re: how to split string?

2005-08-07 Thread Klaus Major
Hi Chandan, just i found itemDelimiter in lingo actually this is a Revolution-list and Rev's language is called Transcript ;-) it's so eeesy :-) That's why we all love it so much :-) cheers Gruß aus Hennef Regards Klaus Major [EMAIL PROTECTED] http://www.major-k.de

new user with a question

2005-08-07 Thread Daniel Wenger
I am new to this list and hope that I am not posing a simple problem, but perhaps an interesting one. I have imported a HyperCard Stack into Revolution Studio. I have added a field to the stack. The field shows up while doing a Find and Replace as a field. I can edit the script of the

Re: a few geometry questions...

2005-08-07 Thread Jim Hurley
Message: 14 Date: Sat, 6 Aug 2005 18:53:26 -0700 From: TJ Frame [EMAIL PROTECTED] Subject: a few geometry questions... To: How to use Revolution use-revolution@lists.runrev.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1 Hi everyone, 1) If I have the points A and

Cross Platform Video Player

2005-08-07 Thread david bovill
What would it take to write a cross platform video player in Revolution. Previous experiments failed to get video playing back well on Linux - xAnim is not really actively being developed. All the recent stuff is VLC based (Google and Participatory Culture). The Participatory Culture

Re: a few geometry questions...

2005-08-07 Thread david bovill
Cool! Now can you do the same trick with an irregular polygon :) ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

[Semi-OT] Interesting article

2005-08-07 Thread Geoff Canyon
http://www.adaptivepath.com/publications/essays/archives/000385.php It's about AJAX -- Asynchronous Javascript And XML. It talks about the ability to create apps like gmail and google maps, and makes an interesting companion piece to http://www.fourthworld.com/embassy/articles/netapps.html

Re: new user with a question

2005-08-07 Thread J. Landman Gay
Daniel Wenger wrote: I am new to this list and hope that I am not posing a simple problem, but perhaps an interesting one. I have imported a HyperCard Stack into Revolution Studio. I have added a field to the stack. The field shows up while doing a Find and Replace as a field. I can edit

Re: selection case

2005-08-07 Thread Ken Ray
On 8/7/05 8:35 AM, Muaadh Salih [EMAIL PROTECTED] wrote: Many thanks to Ken with his solution. Again it does not work as long as you click on a locked stack. What do you mean by a locked stack? Do you mean password-protected? Or did you mean locked *field*? If so, you can set the traversalOn

Re: a few geometry questions...

2005-08-07 Thread Malte Brill
Hi TJ, if you need to deal more with geometric functions you might want to take a look at ArcadeEngine. It is packed with lots of functions one can use in Multimedia apps. The syntax to calculate the point you are searching with ArcadeEngine in use would be: put

[ANN] Free virtual SERUG T-Shirts!

2005-08-07 Thread Roger . E . Eller
Yet another benefit for those who join the SouthEast Revolution Users Group (SERUG) for our virtual meetings in SecondLife are complementary virtual Revolution/SERUG t-shirts for our avatars! Kat has posted a picture of the [avatars of the] 3 founders (who have gotten to SecondLife so far)

Re: Re: selection case

2005-08-07 Thread Muaadh Salih
Hi Ken It is the locktext in the field . I am going to look at traversalOn proprty. I will be more than grateful if you send me a stack to show how this works. Many thanks for you help -Original Message- From: Ken Ray [EMAIL PROTECTED] To: Use Revolution List

Re: Re: selection case

2005-08-07 Thread Muaadh Salih
Ken I have just applied the following on mouseUp set the traversalOn of field tp to true do select the clickChunk put the selectedText into myWord select empty put myWord after field btm put uniEncode(space,UTF8) after fld btm End MouseUp Again it gives back to front choice . i.e

Re: a few geometry questions...

2005-08-07 Thread Jim Hurley
Message: 16 Date: Sun, 7 Aug 2005 18:50:22 +0200 From: david bovill [EMAIL PROTECTED] Subject: Re: a few geometry questions... To: How to use Revolution use-revolution@lists.runrev.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=US-ASCII; format=flowed Cool! Now can you do

Error description: recursionLimit: Recursion limit reached

2005-08-07 Thread Hershel Fisch
Hi all what is the meaning for this error Error description: recursionLimit: Recursion limit reached Thans, Hershel ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Icon Composer File Stopped Working

2005-08-07 Thread Stephen Paul McNutt
I just noticed this, so I'm not sure exactly when it happened, but my Icon Composer file for the OS X standalone icons no longer works. I can still see the icons using Preview, and it's still set to use the proper file in Standalone Application Settings, but my standalone builds no longer

Re: new user with a question

2005-08-07 Thread Daniel Wenger
Thank you. Your email was helpful. It is a question of orienting myself with regard to the new language. Daniel Wenger On Aug 7, 2005, at 10:18 AM, J. Landman Gay wrote: Daniel Wenger wrote: I am new to this list and hope that I am not posing a simple problem, but perhaps an interesting

Re: unsolicited 2 char left indentation on line 2 of btn label

2005-08-07 Thread Erik Hansen
--- Ken Ray [EMAIL PROTECTED] wrote: On 8/7/05 2:04 AM, Erik Hansen [EMAIL PROTECTED] wrote: msg: set the label of btn SATB a RB to \ SATB a return 01 02 03 04 this is how the button looks: SATB 01 02 03 04 Hmm... works for me... what kind of button are you using and

Re: me vs. this?

2005-08-07 Thread Victor Eijkhout
On Aug 7, 2005, at 8:06 AM, Charles Hartman wrote: There's a logical this group, field, etc., when one is selected, clicked . . . So this makes sense in any piece of code that is in, or was called by a handler. V. ___ use-revolution

Re: Error description: recursionLimit: Recursion limit reached

2005-08-07 Thread James Spencer
On Aug 7, 2005, at 4:52 PM, Hershel Fisch wrote: Hi all what is the meaning for this error Error description: recursionLimit: Recursion limit reached Thans, Hershel ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

[OT] Glasgow's Laws of Computing

2005-08-07 Thread Judy Perry
I thought that some might get a kick out of this: http://www.gordon-glasgow.org/gglaws.html I found it whilst looking for resources for next term's course (Computers Society). Gotta fund an angle for incorporating Rev... Judy ___ use-revolution

Re: unsolicited 2 char left indentation on line 2 of btn label

2005-08-07 Thread Ken Ray
On 8/7/05 7:11 PM, Erik Hansen [EMAIL PROTECTED] wrote: --- Ken Ray [EMAIL PROTECTED] wrote: On 8/7/05 2:04 AM, Erik Hansen [EMAIL PROTECTED] wrote: msg: set the label of btn SATB a RB to \ SATB a return 01 02 03 04 this is how the button looks: SATB 01 02 03 04 Hmm...

Re: [Semi-OT] Interesting article

2005-08-07 Thread Dan Shafer
Thanks for bringing this one to our attention, Geoff. I was vaguely aware of the existence of this approach but this article made it much clearer and more coherent. I know JavaScript at least as well as I know Transcript, probably better. But the absence of decent IDEs for graphical