Search found 7 matches

by denreaper
Thu Feb 28, 2008 22:41
Forum: Help
Topic: VertScrollPosition with StaticText
Replies: 2
Views: 3072

Thanks. This did the trick perfectly.
by denreaper
Thu Feb 28, 2008 19:31
Forum: Help
Topic: VertScrollPosition with StaticText
Replies: 2
Views: 3072

VertScrollPosition with StaticText

I am attempting to make my chat window scroll to the newest message when a new message is received (hopefully only when the user isn't scrolling up, but that's something for later). First I call: chat_area->setProperty( "VertScrollbar", "true" ); Then I call this line eac...
by denreaper
Thu Feb 28, 2008 18:13
Forum: Help
Topic: Does a Word Wrap Property Exist?
Replies: 7
Views: 3747

That worked perfectly. Thanks a million!
-Denny
by denreaper
Thu Feb 28, 2008 04:15
Forum: Help
Topic: Does a Word Wrap Property Exist?
Replies: 7
Views: 3747

None of those do it either.

Code: Select all

Exception: There is no Property named 'WordWrapCentred' available in the set.


It just seems as if Taharez doesn't have word wrap support or something :(

Thanks for your help thus far.
-Denny
by denreaper
Wed Feb 27, 2008 14:30
Forum: Help
Topic: Does a Word Wrap Property Exist?
Replies: 7
Views: 3747

After adding this, it appears to throw exception. Here's my code: chat_area = win->createWindow( "TaharezLook/StaticText", "InGameUI_ChatArea" ); chat_area->setText("Red Static TextRed Static TextRed Static TextRed Static TextRed Static TextRed Static TextRed Sta...
by denreaper
Wed Feb 27, 2008 14:21
Forum: Help
Topic: Does a Word Wrap Property Exist?
Replies: 7
Views: 3747

Thanks. That did the trick.
by denreaper
Wed Feb 27, 2008 06:33
Forum: Help
Topic: Does a Word Wrap Property Exist?
Replies: 7
Views: 3747

Does a Word Wrap Property Exist?

I was wondering if a word wrap property existed. For example, I can write window->setProperty("VertFormatting", "VertTop"); Surely there's a property such as window->setProperty("WordWrap", "true"); Furthermore, is there a list of available properties somewher...

Go to advanced search