Page 1 of 1

Spaces

Posted: Fri Sep 08, 2006 7:08 am
by EDV Gradl
I have a text box with an GetValue event:

e.Value = NumberToString("0") + " ";
But the space are cut off in the preview. Was must I do to show the spaces again?

Thanks

Spaces

Posted: Fri Sep 08, 2006 8:03 am
by Edward
EDV wrote:I have a text box with an GetValue event:

e.Value = NumberToString("0") + " ";
But the space are cut off in the preview. Was must I do to show the spaces again?

Thanks
Sorry, but gdi+ which we are using for drawing removes spaces. Try to use property Margins of Text component.
Thanks.