Search found 21 matches

by noname
Tue Mar 15, 2005 00:01
Forum: Modifications / Integrations / Customisations
Topic: scripted actions
Replies: 4
Views: 2867

Re: scripted actions

I have got ,thanks again ,it will be helpful.
by noname
Mon Mar 14, 2005 09:53
Forum: Modifications / Integrations / Customisations
Topic: scripted actions
Replies: 4
Views: 2867

Re: scripted actions

CrazyEddie wrote:
Let me know if you still would like to see the source for the ScriptingModule and I'll upload it somewhere.
CE.


Please upload it at your convenience ,perhaps it can be as my referance .Thanks .
by noname
Mon Mar 14, 2005 05:22
Forum: Modifications / Integrations / Customisations
Topic: scripted actions
Replies: 4
Views: 2867

scripted actions

I have created a program from XML layout files , but I don't know how can i load the scripted actions which in Lua scripting files, just like CEGUI Demo 8 ,
Would you like to post the source of Demo 8 or give me some info about this ?
by noname
Wed Mar 02, 2005 00:09
Forum: Modifications / Integrations / Customisations
Topic: Compile error
Replies: 2
Views: 2354

Re: Compile error

not loginHandler ,it is quitHandler .

I have found why.
Thanks.
by noname
Tue Mar 01, 2005 06:56
Forum: Modifications / Integrations / Customisations
Topic: Compile error
Replies: 2
Views: 2354

Compile error

when I register EventListeners error occured. error info: ESGUISys.cpp d:\OtherProj\cegui_mk2\Demo_Win32\CEGUISys\ESGUISys.cpp(219) : error C2661: “CEGUI::SubscriberTemplate<Ret,Args>::__ctor” : 没有重载函数接受 2 个参数(no overloaded...
by noname
Tue Mar 01, 2005 02:51
Forum: Modifications / Integrations / Customisations
Topic: How can I get which button I licked ?
Replies: 5
Views: 4055

Re: How can I get which button I licked ?

I mean how can i make a message box like MS Window's MessageBox,here are some codes: static int clickedButton = -1 ; static bool handleESMessageBoxOKButton(const CEGUI::EventArgs& e); // OK 按钮的操作 static bool handleESMessageBoxCancelButton(const CEGUI::EventArgs...
by noname
Tue Mar 01, 2005 01:44
Forum: Modifications / Integrations / Customisations
Topic: How can I get which button I licked ?
Replies: 5
Views: 4055

Re: How can I get which button I licked ?

First , I'm sorry for wrong place when posting :oops: . The StaticText works nicely now . I think that it is Chinese words cause this.After I modify the process of the Chinese,... ;) About the buttons I am trying . Thanks . Another question , I can not move the Mouse Cursor to somewhere , here are s...
by noname
Mon Feb 28, 2005 03:17
Forum: Modifications / Integrations / Customisations
Topic: How can I get which button I licked ?
Replies: 5
Views: 4055

How can I get which button I licked ?

If there several buttons on the same plane ,how can I get which button I licked ? By the way , I want words "WrapCentred" in StaticText but can not make it ,the code is: CEGUI::String infor((utf8*)"Hellow , world !") ; StaticText* Infor = (StaticText*)WindowManager::getSingleton(...
by noname
Fri Feb 25, 2005 10:18
Forum: Modifications / Integrations / Customisations
Topic: Error : using Font
Replies: 6
Views: 4280

Re: Error : using Font

The flowing void addFontGlyphs(CEGUI::Font* font, const CEGUI::String& new_glyphs) { using namespace CEGUI; // get glyphs currently available. String glyphset(font->getAvailableGlyphs()); // for each glyph in the given set which we may have to add for (int i = 0;...
by noname
Fri Feb 25, 2005 00:13
Forum: Modifications / Integrations / Customisations
Topic: Error : using Font
Replies: 6
Views: 4280

Re: Error : using Font

So I should build a manager to manage this ,right ? By the way , when I turn on the input method , data type of the character which I catched is [color=0000FF]char[/color] and it occupys two bytes(16 bits , such as '好'),I have not found the method to transform it to codepoint,I appreciate if ...
by noname
Thu Feb 24, 2005 10:05
Forum: Modifications / Integrations / Customisations
Topic: Error : using Font
Replies: 6
Views: 4280

Re: Error : using Font

If there is a few codepoint , I can define a set of Glyphs , but if there is much more codepoints ,it will not work any more ,so I must cache the codepoint dynamicly . Now ,repeatting will appear . if I initialize all the codepoints at one time ,it will waste long time and there is a lot of wastes. ...
by noname
Wed Feb 23, 2005 08:29
Forum: Modifications / Integrations / Customisations
Topic: Error : using Font
Replies: 6
Views: 4280

Error : using Font

(If the topic has already existed ,I am sorry for repeatting . ) Hi , look at the following code: utf8* insertGlyphs = (utf8*)"[color=FF0000]CEGUI世界你好[/color]"; CEGUI::Font * font = CEGUI::System::getSingleton().getDefaultFont() ; try{ CEGUI::String glyphSets(fo...
by noname
Wed Feb 23, 2005 00:23
Forum: Modifications / Integrations / Customisations
Topic: Help : how can I put the Chinese words into EditBox ?
Replies: 6
Views: 5773

Re: Help : how can I put the Chinese words into EditBox ?

Thanks ,CrazyEddie,I have found it yesterday and trying now.
by noname
Mon Feb 21, 2005 10:47
Forum: Modifications / Integrations / Customisations
Topic: Help : how can I put the Chinese words into EditBox ?
Replies: 6
Views: 5773

Help : how can I put the Chinese words into EditBox ?

Hi ,Crazy Eddie

when I turn on the "Chinese Input Method" ( Ctrl + space/shift),how can I put the Chinese words into EditBox ?

Can the EditBox receive the inputting ?

sorry for my poor English. :(

Thanks .
by noname
Sat Dec 18, 2004 04:47
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Is it a bug ,CrazyEddie ?
Replies: 12
Views: 8549

Is it a bug ,CrazyEddie ?

Oh, I see ,let me try.
Thank you !

Go to advanced search