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 (which can be 
set before or after the kill)...

put the text of fld "X" into fld "X"
set the textstyle of fld "X" to "bold"

or

set the textstyle of fld "X" to "bold"
put the text of fld "X" into fld "X"

Jacques




Le 19 févr. 2010 à 19:13, dunb...@aol.com a écrit :

> 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 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 ?
>> 
> _______________________________________________
> 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

******************************************
Prof. Jacques Hausser
Department of Ecology and Evolution
Biophore / Sorge
University of Lausanne
CH 1015 Lausanne
please use my private address:
6 route de Burtigny
CH-1269 Bassins
tel/fax:        ++ 41 22 366 19 40
mobile: ++ 41 79 757 05 24
E-Mail: jacques.haus...@unil.ch
*******************************************

_______________________________________________
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

Reply via email to