> I have a string control/indicator with different paragraphs of text in
> it. I want to change programmatically,so in run-time,the font/size
> etc... of a just one paragraph without influencing the others. Can
> someone tell me how to do this, maybe with some examples.
You don't say what version of LV you have, but considering it is fairly
recent, here is how you do this. The property node for a string lets
you set the text selection, and it lets you change font characteristics.
You first need to find the offsets to your paragraph, first character
offset is 'F' and last is 'L'. Set the text selection to 'F' and 'L',
and any font changes, color changes you make to the text will not be
limited to the selection.
The main properties you are lookin
g for is the Text> in below the third
separator in the menu. It contains both selection and Font>.
Greg McKaskle