Re: the texstyle of the clickline

2004-09-09 Thread Éric Chatonet
uot; end if end mouseup Le 8 sept. 04, à 22:24, [EMAIL PROTECTED] a écrit : Message: 6 Date: Wed, 8 Sep 2004 18:56:18 +0200 From: [EMAIL PROTECTED] Subject: the texstyle of the clickline To: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=US-ASCII; forma

Re: the texstyle of the clickline

2004-09-08 Thread Frank D. Engel, Jr.
Or maybe this: if the textStyle of the clickline is empty then set the textStyle of the clickline to bold else if "bold" is among the items of the textStyle of the clickline then put the textStyle of the clickline into x delete item itemOffset("bold", x) of x set the textStyle of the clickli

Re: the texstyle of the clickline

2004-09-08 Thread Björnke von Gierke
maybe this is what you need? if the textstyle of the clickline contains "bold" is false then set the textstyle of the clickline to "bold" else set the textstyle of the clickline to "plain" end if On Sep 08 2004, at 18:56, [EMAIL PROTECTED] wrote: Hello, I have a card with a locked field and man

Re: the texstyle of the clickline

2004-09-08 Thread Jan Schenkel
--- [EMAIL PROTECTED] wrote: > Hello, > > [snip] > > When the textstyle is "plain", I saw than sometimes > the textstyle of > the clickline can be "plain" and sometimes can be > empty. > With others textstyles (bold, italic, underline, > etc...) there is no > problem. > > I rectified this scri

the texstyle of the clickline

2004-09-08 Thread doupsy
Hello, I have a card with a locked field and many lines of text inside. The script of this field is : on mouseup if the textstyle of the clickline is "plain" then set the textstyle of the clickline to "bold" else set the textstyle of the clickline to "plain" end mouseup I used this script un