Lovely.
Thank you for the explanation and the clarification.
Search found 7 matches
- Sat Feb 16, 2008 07:12
- Forum: Modifications / Integrations / Customisations
- Topic: MultiLineEditbox - Nonprinting keypress adding spaces
- Replies: 7
- Views: 4820
- Thu Feb 14, 2008 06:42
- Forum: Modifications / Integrations / Customisations
- Topic: MultiLineEditbox - Nonprinting keypress adding spaces
- Replies: 7
- Views: 4820
Are you also injecting key up? Yes, later (when the key is released.) Edit: Allow me to sum up - The MultiLineEditbox is behaving differently (screen behaviour and true content (text) behaviour as witnessed by streaming out the text content to a file) depending on the font that I use. Tahoma behave...
- Thu Feb 14, 2008 00:15
- Forum: Modifications / Integrations / Customisations
- Topic: MultiLineEditbox - Nonprinting keypress adding spaces
- Replies: 7
- Views: 4820
So I re-tested this and even if I change the offending MulitLineEditbox back to a Taharez MultiLineEditbox, rather than my custom one, it still exhibits the issue, but other MultiLineEditbox' (using the Taharez looknfeel) elsewhere in my program do not. The whole program uses the same onKeyPress met...
- Wed Feb 13, 2008 22:25
- Forum: Modifications / Integrations / Customisations
- Topic: MultiLineEditbox - Nonprinting keypress adding spaces
- Replies: 7
- Views: 4820
For every keypress I am injecting KeyDown and a char. Which seemed to work fine before, so I assumed nonprinting keys had a null char that was ignored as their evt.text. I suppose that's an OIS specific issue though. So, the way I should be using injectChar is to only call it when I have a printing ...
- Wed Feb 13, 2008 07:41
- Forum: Modifications / Integrations / Customisations
- Topic: MultiLineEditbox - Nonprinting keypress adding spaces
- Replies: 7
- Views: 4820
MultiLineEditbox - Nonprinting keypress adding spaces
I defined a new MultiLineEditbox widget that was simply a copy/paste from the TaharezLook MultiLineEditbox with different images. The scheme entry is the same as the TaharezLook/MultiLineEditbox except for the name and the looknfeel lines. The widget displays properly, but nonprinting keystrokes (su...
- Wed Feb 13, 2008 00:46
- Forum: CEGUI Library Development Discussion
- Topic: 0.6.X What do you want to see in 0.6 series
- Replies: 52
- Views: 57030
Re: Wish List
* multi-colored text - "you want the {#FF0000} red {} or {#0000FF} blue {} pill?" * Tree widget - I know this is in the current SVN, but I'm using Ogre and handful of other libs and I don't want to get in the position of rebuilding all my libraries regularly, which is what tends to happen ...
- Mon Jan 21, 2008 05:26
- Forum: Modifications / Integrations / Customisations
- Topic: Tree via ItemListbox/ItemEntry
- Replies: 1
- Views: 2173
Tree via ItemListbox/ItemEntry
I am trying to create a tree control with the new(ish?) ItemListbox/ItemEntry style listbox implementation. The problem that I am running into is that ItemEntry seems to ignore its height being set by any of the plethora of height setting methods or properties (Window::setHeight, Window::setProperty...