SuperDuper textSize property

2010-02-19 Thread DunbarX
This is nothing new, and has always been the case in HC. I make a field and I set the textSize of the field to 12. I write three lines of text. I then set the textSize of line 2 of the field to 24. That line gets bigger. If I ask for the textSize of line 2, I get 24. If I ask for the textSize

Re: SuperDuper textSize property

2010-02-19 Thread Jacques Hausser
Hi Craig, I don't no if it's an overArchingTextStyle property somewhere, but a simple way to homogeneize the text of a file id put the text of fld x into fld x . So you get rid of any chunk formatting Jacques Le 19 févr. 2010 à 17:48, dunb...@aol.com a écrit : This is nothing new, and has

Re: SuperDuper textSize property

2010-02-19 Thread Phil Davis
On 2/19/10 8:48 AM, dunb...@aol.com wrote: This is nothing new, and has always been the case in HC. I make a field and I set the textSize of the field to 12. I write three lines of text. I then set the textSize of line 2 of the field to 24. That line gets bigger. If I ask for the textSize of

Re: SuperDuper textSize property

2010-02-19 Thread Jacques Hausser
Seems it's time to put the lights on... I wanted to write: I don't know if it's an overArchingTextStyle property somewhere, but a simple way to homogeneize the text of a field is put the text of fld x into fld x . So you get rid of any chunk formatting Do they still sell Ten thumbs, at RunRev

Re: SuperDuper textSize property

2010-02-19 Thread DunbarX
Jacques. Yes, thanks. I have done that and similar things, especially when cutting and pasting from the script editor into these list messages. if you don't, the message size gets enormous, and is stopped at the border by the moderators. Craig In a message dated 2/19/10 12:18:10 PM,

Re: SuperDuper textSize property

2010-02-19 Thread DunbarX
Phil. I was looking for a native way to override chunk text properties with field text properties. Your suggestion would work fine, but it is, again, a chunk thing, not a field thing. Craig ___ use-revolution mailing list

Re: SuperDuper textSize property

2010-02-19 Thread DunbarX
Right, but that still leaves me without a native way to set the textStyle, say, to bold. I have to use a chunk-like expression to do that, not a field-like expression. Craig In a message dated 2/19/10 12:49:34 PM, jacques.haus...@unil.ch writes: Seems it's time to put the lights on... I

Re: SuperDuper textSize property

2010-02-19 Thread Jacques Hausser
Craig, It's seems logical that a property you set for some object dominates an equivalent inherited property. It could not work otherwise, and it is the same at any level. So you have to kill the chunk properties (by replacing the formatted text by plain text) to actualise the field properties

Re: SuperDuper textSize property

2010-02-19 Thread Dave Cragg
On 19 Feb 2010, at 17:48, Jacques Hausser wrote: Do they still sell Ten thumbs, at RunRev ? It seems so: http://www.tenthumbstypingtutor.com/ Cheers Dave ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: SuperDuper textSize property

2010-02-19 Thread J. Landman Gay
dunb...@aol.com wrote: Right, but that still leaves me without a native way to set the textStyle, say, to bold. I have to use a chunk-like expression to do that, not a field-like expression. Right. I think the closest you'll get for resetting chunks of text in a field is: set the