PlaneShift

Development => Development Deliberation => Topic started by: AryHann on March 04, 2005, 03:35:53 pm

Title: pawsMultiLineText and Text
Post 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:
Title:
Post by: Androgos on March 04, 2005, 06:03:18 pm
Quote
Originally posted by AryHann


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?
Title:
Post by: AryHann on March 07, 2005, 09:15:33 am
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