Search found 7 matches
- Thu Feb 28, 2008 22:41
- Forum: Help
- Topic: VertScrollPosition with StaticText
- Replies: 2
- Views: 3072
- 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...
- Thu Feb 28, 2008 18:13
- Forum: Help
- Topic: Does a Word Wrap Property Exist?
- Replies: 7
- Views: 3747
- 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.
It just seems as if Taharez doesn't have word wrap support or something
Thanks for your help thus far.
-Denny
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
- Wed Feb 27, 2008 14:30
- Forum: Help
- Topic: Does a Word Wrap Property Exist?
- Replies: 7
- Views: 3747
- Wed Feb 27, 2008 14:21
- Forum: Help
- Topic: Does a Word Wrap Property Exist?
- Replies: 7
- Views: 3747
- 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...