Search found 17 matches

by koria
Thu Jan 07, 2010 10:47
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG?]! subscribeEvent can ignore repeat event regist
Replies: 2
Views: 2327

Re: [BUG?]! subscribeEvent can ignore repeat event regist

so we need to manager these infos what eventname and functionname in our app ?
yes .

now i got your mind :)
thanks a lot!
by koria
Thu Jan 07, 2010 06:36
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG?]! subscribeEvent can ignore repeat event regist
Replies: 2
Views: 2327

[BUG?]! subscribeEvent can ignore repeat event regist

dear CE, how are you . i found subscribeEvent a eventname and a function over 1 times. when the event happend to call fireEvent_impl. this will call the function over 1 times . In fact, we only hope the function call once when the event happens. some code like this: i do it use lua. local wmgr = CEG...
by koria
Thu Mar 05, 2009 03:35
Forum: Offtopic Discussion
Topic: extend ImageProperty label of looknfeel
Replies: 2
Views: 3565

extend ImageProperty label of looknfeel

when we create a looknfeel file. we extend the "ImageProperty " label function here this like: old looknfeel : <ImagerySection name="hover"> <FrameComponent> <Area> <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> <Dim type="TopEdge" ><AbsoluteD...
by koria
Wed Mar 04, 2009 03:29
Forum: Offtopic Discussion
Topic: why not give a api like MapVirtualKey???
Replies: 1
Views: 2853

why not give a api like MapVirtualKey???

i fount the CEGUIInput.h define the key from directinput.h they are all the scancode. event in KeyDown, KeyUp will give scancode belong to key event CharacterKey give the codepoint belong to keychar why not add an api like window's api MapVirtualKey to translate scancode to virtual key ?????? i thin...
by koria
Fri Feb 27, 2009 06:45
Forum: Offtopic Discussion
Topic: why not add a createWindow's Event ? i do think we need!
Replies: 1
Views: 3243

why not add a createWindow's Event ? i do think we need!

code in src/CEGUIWindowManager.cpp Window* WindowManager::createWindow(const String& type, const String& name) { String finalName(name.empty() ? generateUniqueWindowName() : name); if (isWindowPresent(finalName)) { throw AlreadyExists...
by koria
Thu Feb 26, 2009 15:17
Forum: Offtopic Discussion
Topic: fail to compile 0.6.2 CELayoutEditor because "resource.
Replies: 5
Views: 4667

i use the svn file

thanks a lot.

i use svn file to compile successful :)
by koria
Thu Feb 26, 2009 06:45
Forum: Offtopic Discussion
Topic: fail to compile 0.6.2 CELayoutEditor because "resource.
Replies: 5
Views: 4667

fail to compile 0.6.2 CELayoutEditor because "resource.

i try to compile CELayoutEditor , but fail.. reason is some file not in the zip file. the download url is http://www.cegui.org.uk/wiki/index.php/CELayoutEditor_Downloads_0.6.2 i check the svn source file tags v0-6-2. find the file resource.h ls tags/v0-6-2/vc++8/ CELayoutEditor.rc CELayoutEditor.sln...
by koria
Thu Feb 19, 2009 03:24
Forum: Offtopic Discussion
Topic: widgetlook's child's Size cann't change ??
Replies: 1
Views: 2949

widgetlook's child's Size cann't change ??

i write a looknfeel like this: <!-- *************************************************** TestLook/ScrollablePane *************************************************** --> <WidgetLook name="TestLook/ScrollablePane"> <NamedArea name="ViewableArea"> <Area> <Dim type="LeftEdge"...
by koria
Tue Dec 30, 2008 06:43
Forum: Offtopic Discussion
Topic: is the property "Name" must exists in a layout fil
Replies: 1
Views: 2955

is the property "Name" must exists in a layout fil

in the layout file.
every window has a "Name ".
can the "Name" be a empty blank?
thanks
by koria
Tue Dec 30, 2008 06:39
Forum: Offtopic Discussion
Topic: need ceguipython doc
Replies: 3
Views: 4227

thanks

i will try .. :arrow:
by koria
Fri Dec 12, 2008 04:11
Forum: Offtopic Discussion
Topic: need ceguipython doc
Replies: 3
Views: 4227

need ceguipython doc

http://www.cegui.org.uk/wiki/index.php/CEGUIPython
i can visit

somebody can give the example to build a project use ceguipython + vc++ ?

:arrow:
by koria
Mon Dec 08, 2008 03:33
Forum: CEGUI Library Development Discussion
Topic: need help. how can i create cegui.py and use in a intepreted
Replies: 0
Views: 3624

need help. how can i create cegui.py and use in a intepreted

i want to create cegui.py from source , and embed into the python intepreted envirion.

thanks for somebody tell me how to do ????
by koria
Tue Aug 19, 2008 09:50
Forum: Offtopic Discussion
Topic: help how to use WindowsLook/ScrollablePane?
Replies: 1
Views: 3173

help how to use WindowsLook/ScrollablePane?

i want to create a window just like the window that has scroll in right border to scroll the window's content

i notice it has WindowsLook/ScrollablePane seams can do this.

can anyone tell me how to use WindowsLook/ScrollablePane ?
or give me a example
thanks a lot!!
:?:
by koria
Wed May 21, 2008 08:10
Forum: Offtopic Discussion
Topic: how to draw line not horizontal or vertically
Replies: 1
Views: 2967

how to draw line not horizontal or vertically

i want to draw some line , can cegui draw the lines that is not horizontal or vertycal ??
like polygon's edge
:?:

thanks a lot
by koria
Wed May 21, 2008 02:09
Forum: Offtopic Discussion
Topic: can you give me some ideas in 3DUI useing CEGUI??
Replies: 1
Views: 2983

can you give me some ideas in 3DUI useing CEGUI??

anybody has idea in 3DUI ??
thanks ..

Go to advanced search