Re: Equivalence of Color names to RGB

2004-07-04 Thread J. Landman Gay
On 7/3/04 10:01 PM, Alejandro Tejada wrote: Hi developers, I've almost finished a handler to export vector graphics from RR/MC to Adobe Ilustrator version 7 file format, but i need a table of equivalences between rgb and the color names, for example: AliceBlue = 239,247,255. How could i convert

RE: Equivalence of Color names to RGB

2004-07-04 Thread MisterX
Actually, setting the templatefield's backcolor might be faster than having to create a control! darn, good thing I tried... It returns the colorname... Anyone got an idea? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of J. Landman Gay Sent:

Re: More altBrowser Examples

2004-07-04 Thread Bob Warren
Bob, thanks for the examples, now, I am just to eager to try altBrowser on both windows and mac... I think it will just solve all my problems Cheers Andre Well, if we had MAC and (most of all from my point of view) LINUX versions, it would help solve many of my problems too. So how

Re: Equivalence of Color names to RGB

2004-07-04 Thread Jeanne A. E. DeVoto
At 9:41 PM -0600 7/3/2004, Dar Scott wrote: Idea 4: There is a color names palette in the docs and it shows the RBG value. Maybe you can figure out how RunRev does it. It's hard-coded. There's an example for this in the Transcript cookbook, though: Recipe for translating a color name to an RGB

Learning by using example Rev files

2004-07-04 Thread sims
Learning by using example Rev files... Would you like to be able to pull data out of OS X's Address Book and use it in a Rev app? This Rev file opens the OS X Address Book, looks for any names which have an email address (or several), displays them in a Rev field, and then closes Address Book. If

Re: Learning by using example Rev files

2004-07-04 Thread Klaus Major
Hi sims, Learning by using example Rev files... Would you like to be able to pull data out of OS X's Address Book and use it in a Rev app? This Rev file opens the OS X Address Book, looks for any names which have an email address (or several), displays them in a Rev field, and then closes Address

Re: Equivalence of Color names to RGB

2004-07-04 Thread Dar Scott
On Jul 3, 2004, at 10:50 PM, MisterX wrote: That's interesting! Here's what i wrote up some time ago -- LUT = lookupTable local rclut,rgblut on generateLUTs put the colornames into colorslist repeat for each line c in colorslist set the backcolor of btn 1 to c get the backcolor of btn 1 put

Removing a Sound

2004-07-04 Thread MGreenb551
How does one remove an audio file that has been added to a stack through Import as Control? I am using RunRev 2.0 on Mac OS X, if that makes a difference. Thanks in advance, Mark Greenberg ___ use-revolution mailing list [EMAIL PROTECTED]

RE: Equivalence of Color names to RGB

2004-07-04 Thread MisterX
maybe RR fixed the reverse lookup without telling us... ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dar Scott Sent: Sunday, July 04, 2004 16:57 To: How to use Revolution Subject: Re: Equivalence of Color names to RGB On Jul 3, 2004, at

Re: Removing a Sound

2004-07-04 Thread Klaus Major
Hi Mark, How does one remove an audio file that has been added to a stack through Import as Control? I am using RunRev 2.0 on Mac OS X, if that makes a difference. ... delete ac name of clip here ... Thanks in advance, You're welcome! :-) Mark Greenberg Regards Klaus Major [EMAIL

about the merge function...

2004-07-04 Thread Andre Garzia
Hi Folks, it's simple, can someone here give me a example of using the ? ? construct in the merge function. I am rebuilding the revHTTPd templating engine and I think it would be cool to replace my monolitic template engine with a simple merge call, I have tons of functions and handlers I

Re: about the merge function...

2004-07-04 Thread Dar Scott
On Jul 4, 2004, at 12:48 PM, Andre Garzia wrote: ? emitform(registerUser, 1) ? IIRC... [[ emitform(registerUser, 1) ]] would be great! but I don't know if this is possible. I saw on merge function that I can use ? ? with return statements... can someone explain this to me? pleas... I think

Re: about the merge function...

2004-07-04 Thread Dar Scott
On Jul 4, 2004, at 1:01 PM, Dar Scott wrote: ? put getList into mergeVarX; sort items of mergeVarX; return mergeVarX ? I meant this: ? put getList() into mergeVarX; sort items of mergeVarX; return mergeVarX ? I guess that doesn't matter much. Dar ___

long live code optimization (was Re: about the merge function...)

2004-07-04 Thread Andre Garzia
Thank you Dar, it's working now!!! I've just replaced a 120+ lines handler with a single merge call. My old templating engine was called Inform2 and was custom tag based. there were tags for displaying field contents, for displaying arrays, for making forms from cards and the like. For each

Flash reduction hints?

2004-07-04 Thread Troy Rollins
Has anyone posted a set of tips for avoiding screen flashes when... opening stacks, cloning stacks, etc. ? I have a number of unsightly flashes in my app no matter how many times I lock the screen, unlock the screen, etc. The worst one is like this - I have a stack which is used as a resource

Re: Flash reduction hints?

2004-07-04 Thread Klaus Major
Hi Troy, Has anyone posted a set of tips for avoiding screen flashes when... opening stacks, cloning stacks, etc. ? I have a number of unsightly flashes in my app no matter how many times I lock the screen, unlock the screen, etc. The worst one is like this - I have a stack which is used as a

Building a standalone

2004-07-04 Thread Yves COPPE
Hi list, I have a big problem : on Mac OS X 10.3.4 Fr with Rev 2.2.1 when I use the ask and answer dialog build in Revolution, I use the global gRevAppIcon to set an icon. I use the standard image library of revolution when I am in revolution, no problem when I build a standalone I don't see

Re: Flash reduction hints?

2004-07-04 Thread Troy Rollins
On Jul 4, 2004, at 4:16 PM, Klaus Major wrote: Is the alwaybuffer of these stacks set to true? (This NOT the default setting in RR!) When set to false it's one of the best flashing candidates around ;-) Thanks for the tip Klaus. I'll check it. -- Troy RPSystems, Ltd. http://www.rpsystems.net

Re: Flash reduction hints?

2004-07-04 Thread Dar Scott
On Jul 4, 2004, at 2:09 PM, Troy Rollins wrote: I took a look in the archives, but don't see much consensus on what will cause the flash for sure, and how it might be avoided. In fact, it sounds as though, in most cases, we're just stuck with it? There was a flash for import on some video

[ANN] Color Converter utility

2004-07-04 Thread FlexibleLearning
ColorConverter Thanks to ideas on this list, a utility is now available at the link below that takes any color description in RGB, Web Code, Color Name or Blend format and converts it to the RGB, WebCode or Blend format equivalent... _http://www.FlexibleLearning.com/xtalk_

sub stacks

2004-07-04 Thread hershbp
Hi , can a main stack be a sub stack at the same time , meaning 3 generations ? mainStack sub and subSub Tanks. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

ANN: Export Vector to Adobe Ilustrator

2004-07-04 Thread Alejandro Tejada
Hi developers, Download the stack Export Vector to Adobe Ilustrator from: http://www.geocities.com/capellan2000/export_vector_to_ilustrator.zip This stacks shows a handler that export the vector graphics from RR/MC to an Adobe Ilustrator file. Thanks to Richard Gaskin for his help with the

RE: sub stacks

2004-07-04 Thread MisterX
Hi , can a main stack be a sub stack at the same time , meaning 3 generations ? mainStack sub and subSub yes BUT you need to follow this procedure: create a mainstack. Put a substack into it. Save it. Create a new mainstack. Reopen previous Mainstack set it as the substack of the