--- yves COPPE <[EMAIL PROTECTED]> wrote:
 Hi,


 I have a fld with some lines have textstyle turned
 to "link"

 now I want

 1) disable the link Style
 I script :
 set the textstyle of fld "xxx" to plain"

 it doesn't work !

 2) is it possible to have a line in "link" textstyle
 but without
 showing the "underlining" of the "link" text style ?

Hi Yves,

If you set the textStyle fo aa field that's its
default setting, overridden per chunk. So you need to
give it a chunk to play with.

Try this for approach 1:
  set the textStyle of char 1 to -1 of fld "xxx" \
    to "plain"

And for approach 2:
- the old HC property
  set the showGroups to false
- or its RR synonym:
  set the underlineLinks to false

Hop this helped,

Jan Schenkel.


thanks

--
Greetings.

Yves COPPE

Email : [EMAIL PROTECTED]
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to