-
Posted by nogenius on Tue, 03 Nov 2009 00:21:45
Hi!
Does anyone know how to prevent a line break in the text of a CheckButton when the text width is set to a value smaller than the actual string length is? It is no problem when you have a string without spaces, then it is just cut off and ended with "...". But when there is a space in the string, automatically a line break is inserted in my addon.
Is there a chance to prevent this?
Thanks! Chris
-
Posted by jnwhiteh on Tue, 03 Nov 2009 10:38:07
You can use the SetNonSpaceWrap or the SetWordWrap methods to customise this behavior.
-
Posted by nogenius on Tue, 03 Nov 2009 16:20:03
Perfect, thanks