linecolor

2005-07-07 Thread Muaadh Salih
How can one write a line script to set line color?
We can set the linesize to a number but it seems
we don't have such a property for line color
any help ?

___
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: linecolor

2005-07-07 Thread Klaus Major

Hi Muaadh,


How can one write a line script to set line color?
We can set the linesize to a number but it seems
we don't have such a property for line color
any help ?


You can set the linecolor of Graphics, for other objects (like  
fields e.g.)

you can set the bordercolor by script.

Is that what you mean?


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

___
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: linecolor

2005-07-07 Thread Howard Bornstein
On 7/7/05, Muaadh Salih [EMAIL PROTECTED] wrote:
 How can one write a line script to set line color?
 We can set the linesize to a number but it seems
 we don't have such a property for line color
 any help ?
 

If you're talking about setting the color of a text line, you can
easily do this by:

set the color of line 2 of fld yourField to green

-- 
Regards,

Howard Bornstein
---
www.designeq.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