Re: call the little box that lets you choose a colour

2005-10-16 Thread Scott Rossi
Recently, I replied:

>> I can also change the backgroundcolor by setting it to the color of
>> card 1 (when
>> it is created).
>> How do I set the backgroundcolor of all cards to the same color as card one.
>> I
>> suppose I could have an opencard handler ut i don't want to script this in on
>> all cards.
>> 
>> There must be an easy way.
> 
> Set the backgroundColor of the stack -- all cards will inherit the same color.

I should mention that objects on all the cards will also inherit the same
backgroundColor, so depending on how your stack is laid out, you may wish to
set the backgroundColor of cards individually (or by script), rather than
changing the stack's backgroundColor.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: call the little box that lets you choose a colour

2005-10-16 Thread Scott Rossi
Recently, [EMAIL PROTECTED]  wrote:

> I can also change the backgroundcolor by setting it to the color of
> card 1 (when
> it is created).
> How do I set the backgroundcolor of all cards to the same color as card one. I
> suppose I could have an opencard handler ut i don't want to script this in on
> all cards.
> 
> There must be an easy way.

Set the backgroundColor of the stack -- all cards will inherit the same
color.

The same goes for font settings (textFont, textSize, etc).

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia & Design
-
E: [EMAIL PROTECTED]
W: http://www.tactilemedia.com

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: call the little box that lets you choose a colour

2005-10-16 Thread rev

Quoting [EMAIL PROTECTED]:


Quoting [EMAIL PROTECTED]:


"answer color" will show the color selection stack.


Actually, it calls the default color selector window for the OS, not a
stack.


Thanks for the quick reply. i just noticed that via looking at someone elses
stack scriptsShould be simpler than a websearch and ripping 
appart someones

stack :-).

got a test stack working with this

on mouseUp
 answer color
--the colour chooser pops up
 put it into tcolour
 set the backgroundcolor of this card to tcolour
end mouseUp


I can also change the backgroundcolor by setting it to the color of 
card 1 (when

it is created).
How do I set the backgroundcolor of all cards to the same color as card one. I
suppose I could have an opencard handler ut i don't want to script this in on
all cards.

There must be an easy way.


cheers
bob


Thanks again Roger.
cheers
bob


Roger Eller <[EMAIL PROTECTED]>

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution





___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution





___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: call the little box that lets you choose a colour

2005-10-16 Thread rev

Quoting [EMAIL PROTECTED]:


"answer color" will show the color selection stack.


Actually, it calls the default color selector window for the OS, not a
stack.


Thanks for the quick reply. i just noticed that via looking at someone elses
stack scriptsShould be simpler than a websearch and ripping appart 
someones

stack :-).

got a test stack working with this

on mouseUp
 answer color
--the colour chooser pops up
 put it into tcolour
 set the backgroundcolor of this card to tcolour
end mouseUp

Thanks again Roger.
cheers
bob


Roger Eller <[EMAIL PROTECTED]>

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution





___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: call the little box that lets you choose a colour

2005-10-16 Thread Roger . E . Eller
> "answer color" will show the color selection stack.

Actually, it calls the default color selector window for the OS, not a 
stack.

Roger Eller <[EMAIL PROTECTED]>

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: call the little box that lets you choose a colour

2005-10-16 Thread Roger . E . Eller
> Is there a stack available that my end-users can use
> to choose the colour of the stack background etc etc
> afte I distribute it?
> 
> Or do I make my own. The app is shareware.
> 
> All the best
> Bob
> 

Bob,

"answer color" will show the color selection stack.

Roger Eller <[EMAIL PROTECTED]>

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution