Search found 7 matches

by feint1980
Mon Mar 27, 2017 14:50
Forum: Help
Topic: CEGUI utf8-input on EditBox[Solved]
Replies: 9
Views: 5706

Re: CEGUI utf8-input on EditBox

indeed , the injection was failed because the SDL2 removed the unicode from sdl1.2 , so I used the custom unicodeset and it work now , thank you
by feint1980
Mon Mar 27, 2017 04:04
Forum: Help
Topic: CEGUI utf8-input on EditBox[Solved]
Replies: 9
Views: 5706

Re: CEGUI utf8-input on EditBox

thank you , I will have it debuged right away .
by feint1980
Sun Mar 26, 2017 17:13
Forum: Help
Topic: CEGUI utf8-input on EditBox[Solved]
Replies: 9
Views: 5706

Re: CEGUI utf8-input on EditBox

also here is the picture .

the demo ( old and the 0.8.7)
Image

my project
Image


Edited : I already swap the new dll i built to the project , still nothing happend
by feint1980
Sun Mar 26, 2017 16:58
Forum: Help
Topic: CEGUI utf8-input on EditBox[Solved]
Replies: 9
Views: 5706

Re: CEGUI utf8-input on EditBox

thank you , is there a function I have to call after I create a editbox or something ?
because if I use the setText function , it display the character OK , but when I start typing some Vietnamese in , it's disappear .
also I read the Demo , did I miss something ? .
by feint1980
Sun Mar 26, 2017 14:05
Forum: Help
Topic: CEGUI utf8-input on EditBox[Solved]
Replies: 9
Views: 5706

Re: CEGUI utf8-input on EditBox

sorry for that , I use window os ( Window 7 64 bit) , CEGUI 0.8.4 . what do you mean compile the cegui in unicode support ? compile the cegui lib with unicode encoding in Visual Studio ? also the font demo is the same , it show the full font in Vietnamese , but when I try to type in (it is a multili...
by feint1980
Sun Mar 26, 2017 13:17
Forum: Help
Topic: CEGUI utf8-input on EditBox[Solved]
Replies: 9
Views: 5706

CEGUI utf8-input on EditBox[Solved]

hi , is there a way that you can type in the editbox an utf8 encoding ? I can set it utf8 when using the setText function like this textbox->setText((CEGUI::utf8*)"Đăng nhập")); but when I try to type something utf8 in , it's disappear , is there any setup am I missing ? sorry for my bad E...
by feint1980
Mon Aug 29, 2016 05:16
Forum: Help
Topic: CEGUI crash when reuse screen .
Replies: 1
Views: 2645

CEGUI crash when reuse screen .

Hi guys , I have a crash when I tried to do this : I made a game that use CEGUI , my game has 2 screen ( main menu and in-game ) . they both work fine . when I try to change from main menu to in-game ( destroy the main menu context , create the new context in the in-game context ) -> works fine . bu...

Go to advanced search