lingo-l foreColor property

2001-04-25 Thread maglez
Hi all. Why can't I change the color of a word inside a text, like... member(member TextMember of castLib myCast).line[1].word[4].foreColor=4 ...instead, I can do it in the whole text, like... member(member TextMember of castLib myCast).foreColor=4 Thanks in advance Miguel [To remove

Re: lingo-l foreColor property

2001-04-25 Thread mare
[EMAIL PROTECTED] kindly wrote: Hi all. Why can't I change the color of a word inside a text, like... member(member TextMember of castLib myCast).line[1].word[4].foreColor=4 ...instead, I can do it in the whole text, like... member(member TextMember of castLib myCast).foreColor=4 forecolor

Re: lingo-l foreColor property

2001-04-25 Thread Maglez
I tried with a field, not with a text member and it didn´t work. Any other idea? Thanks - Original Message - From: mare [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 12:57 PM Subject: Re: lingo-l foreColor property [EMAIL PROTECTED] kindly wrote: Hi all

Re: lingo-l foreColor property

2001-04-25 Thread B Elisabeth Parker
At 06:09 PM 25/04/01 +0200, you wrote: I tried with a field, not with a text member and it didn´t work. Any other idea? yah... you can't use dot syntax with foreColor. someone pointed this out to me a few weeks ago, and i can tell ya, i was *so* glad to stop pulling out my hair. :P use this

Re: lingo-l foreColor property

2001-04-25 Thread Mark A. Boyd
At 11:06 4/25/2001, David Pexton wrote: I am having a very hard time getting this. If you have any suggestions I would really appreciate it. Does my new reply to your duplicate thread in Direct-L help? Remember what I said about using verbose syntax when changing the properties of text in

Re: lingo-l foreColor property

2001-04-25 Thread Charlie Fiskeaux II
- Original Message - From: David Pexton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 25, 2001 2:06 PM Subject: Re: lingo-l foreColor property Thanks for your answer I am trying to change the forecolor of an area within a field member that is pasted from another fieldmember