* clipboard support with multi-platform sample * I second Lua 5.1 support You can get cross platform clipboard support by using this code . In your input handling code, listen for paste keypress and get the text from the clipboard and inject it into CEGUI. I've used it successfully in my project fo...
Hi, i did a quick test by modifying a sample and it works for me. Some questions: -Which font do you use? Maybe it doesn't have a '-' character. -Did you maybe set a ValidationString on your edit box, which does not allow '-' characters? HTH. Yes it's the font. Thanks guys. I'm using a home convert...
Hi I'm using CEGUI 0.5.0. And I can't seem to render any '-' on my textbox or multilinetextbox. Are there any other characters not rendered by cegui (besides tab)? Thank you Edit: I found the problem: its my font. Does anyone have Fixedsys for CEGUI? SOLVED: I fixed Fixedsys - get it? After hours of...
CEGUI 0.5 is great but I like to see: * multi-colored text - "you want the {#FF0000} red {} or {#0000FF} blue {} pill?" * clipboard support with multi-platform sample * tab-character \t support * I second Lua 5.1 support * Almost forgot: More Skins! (I hope its alright asking this here) I ...
Hi I want a quake3-like console in my game. I can’t find such a widget so I’m planning to write it. I appreciate any tips/ ideas on writing your own widget. I was thinking of combining a Editbox with a Listbox or MultiLineEditbox. I liked to know if these are easy to customize graphically to somethi...