PlaneShift
Development => Development Deliberation => Topic started by: AryHann on March 04, 2005, 03:35:53 pm
-
Hi,
I have noticed that pawsMultiLineText widget in path (label_description) is not visualized (it happens also in PS).
I forced the text in this way :
label_desc = (pawsMultiLineTextBox*)FindWidget(\"label_description\");
label_desc->SetText(\"Please select a description or write a custom one.\");
But, if I write the text in the widget, like here:
why doesn\'t it work?
Ary
-
Originally posted by AryHann
why doesn\'t it work?
I don\'t know because I haven\'t tested in a while, but TextBoxs tend to use text instead of label:
Perhaps you could test with then?
-
Thanks, it worked!
I was just modifying the existing file, so I haven\'t paid attention to that detail.
Btw, in data/gui/paths.xml there is that error, in here :
It should be change to as you suggested me.
Ary