Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
April 17, 2026, 05:47:29 pm
News:
We also have a
Discord channel!
Home
Help
Login
Register
PlaneShift
>>
Development
>>
Development Deliberation
(Moderators:
Mordaan
,
weltall
,
Venalan
,
Eonwind
) >>
pawsMultiLineText and Text
« previous
next »
Print
Pages: [
1
]
Author
Topic: pawsMultiLineText and Text (Read 747 times)
AryHann
Veteran
Posts: 1244
WonderWoman
pawsMultiLineText and Text
«
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
Logged
AryHann
http://www.reflex.lth.se/culture/annelov
- Virtual Annelöv -
Engine Dep. -
One of Talad's Angels
- Aka ww & Ahrijani's Goddess
Androgos
Guest
(No subject)
«
Reply #1 on:
March 04, 2005, 06:03:18 pm »
Quote
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?
Logged
AryHann
Veteran
Posts: 1244
WonderWoman
(No subject)
«
Reply #2 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
Logged
AryHann
http://www.reflex.lth.se/culture/annelov
- Virtual Annelöv -
Engine Dep. -
One of Talad's Angels
- Aka ww & Ahrijani's Goddess
Print
Pages: [
1
]
« previous
next »
PlaneShift
>>
Development
>>
Development Deliberation
(Moderators:
Mordaan
,
weltall
,
Venalan
,
Eonwind
) >>
pawsMultiLineText and Text