Search found 10 matches

by c@c
Sun Nov 14, 2004 7:50 pm
Forum: Beginners Help
Topic: Creating fonts bitmap from files ...
Replies: 3
Views: 533

What parameters does this function requires ? I didn't find it in IGUIEnvironment reference ...
Thanks for the help ;-)
by c@c
Sun Nov 14, 2004 10:37 am
Forum: Beginners Help
Topic: Creating fonts bitmap from files ...
Replies: 3
Views: 533

Creating fonts bitmap from files ...

I would like to create .bmp font files, from my system's fonts. However, the program provided with Irrlicht cannot compile under Linux, and I don't manage to find another program to convert otf fonts to bmp ...
Do you know any tip to do that ?
by c@c
Mon Nov 08, 2004 7:11 pm
Forum: Open Discussion and Dev Announcements
Topic: Linux support - planned to be improved ?
Replies: 3
Views: 545

Linux support - planned to be improved ?

Hi,
I would like to know if linux support (particularly about editboxes and GUI elements) is planned to be improved ; i.e., i have to use irrlichtnx to see keyboard input working in editboxes ;-) ...
by c@c
Mon Oct 18, 2004 6:48 pm
Forum: Beginners Help
Topic: EditBox on multiple lines ?
Replies: 7
Views: 790

I would be very proud to manage to do this ... but i'be some questions : -to modify EditBox, for example : do I need to modify only "CGUIEditBox.h" and "CGUIEditBox.cpp" and they run make to compile the engine, or is there anything else to do ? -will Irrlicht have soon an "o...
by c@c
Sun Oct 17, 2004 8:01 am
Forum: Beginners Help
Topic: EditBox on multiple lines ?
Replies: 7
Views: 790

Even if I seem to talk alone (one my favorite occupations ;-)) ... i post again. I finally tried a third method to have a textbox : a statictext with border behind an editbox of the same dimensions and hidden (ransparent font and no border). This is the code : class TextBox { IGUIEnvironment * env; ...
by c@c
Sat Oct 16, 2004 11:57 am
Forum: Beginners Help
Topic: EditBox on multiple lines ?
Replies: 7
Views: 790

I finally tried another way to have a textbox : i have a statictext, and when it's hovered, i display a cursor ("|") inside ... i can write, delete characters, but i have a little problem : some of my keys aren't recognized by the engine ... For example : ?!.,;&é"'(-è_çà123456789$...
by c@c
Sat Oct 16, 2004 9:04 am
Forum: Open Discussion and Dev Announcements
Topic: n00b question :P
Replies: 2
Views: 497

n00b question :P

I wonder ... what's the advantage of irr::core::stringw , instead of std::wstring ? Why does irrlicht implements another wstring class ? :oops:

(I said it was a n00b question :P)
by c@c
Wed Oct 13, 2004 6:23 pm
Forum: Beginners Help
Topic: EditBox on multiple lines ?
Replies: 7
Views: 790

Thanks for your answer : it works, even if it's a bit "basic" (not exactly the same behavior as a *real* textbox). ;-)
by c@c
Wed Oct 13, 2004 12:56 pm
Forum: Beginners Help
Topic: EditBox on multiple lines ?
Replies: 7
Views: 790

EditBox on multiple lines ?

Hi, Is there any class which is like EditBox, but on multiple lines ? I haven't seen anything for that in the API reference (statictext can be multiwrapped, but it's ... static. And EditBox are single line). Or is there a way to 'cheat' with a combo of statictext and editbox ? (As you can see, i'm f...
by c@c
Wed Oct 13, 2004 11:32 am
Forum: Bug reports
Topic: EditBox is focused but doesn't get text
Replies: 4
Views: 888

Thanks a lot for your answer ! I'll try irrlichtnx this afternoon ;-)

---
Oh, just a question : does irrlichtnx have the same API than "official" Irrlicht ? (and, will irrlichtnx patches be added to official irrlicht ?)