so we need to manager these infos what eventname and functionname in our app ?
yes .
now i got your mind
thanks a lot!
Search found 17 matches
- Thu Jan 07, 2010 10:47
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [BUG?]! subscribeEvent can ignore repeat event regist
- Replies: 2
- Views: 2509
- Thu Jan 07, 2010 06:36
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: [BUG?]! subscribeEvent can ignore repeat event regist
- Replies: 2
- Views: 2509
[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...
- Thu Mar 05, 2009 03:35
- Forum: Offtopic Discussion
- Topic: extend ImageProperty label of looknfeel
- Replies: 2
- Views: 3997
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...
- Wed Mar 04, 2009 03:29
- Forum: Offtopic Discussion
- Topic: why not give a api like MapVirtualKey???
- Replies: 1
- Views: 3095
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...
- 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: 3541
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...
- Thu Feb 26, 2009 15:17
- Forum: Offtopic Discussion
- Topic: fail to compile 0.6.2 CELayoutEditor because "resource.
- Replies: 5
- Views: 5125
i use the svn file
thanks a lot.
i use svn file to compile successful
i use svn file to compile successful
- Thu Feb 26, 2009 06:45
- Forum: Offtopic Discussion
- Topic: fail to compile 0.6.2 CELayoutEditor because "resource.
- Replies: 5
- Views: 5125
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...
- Thu Feb 19, 2009 03:24
- Forum: Offtopic Discussion
- Topic: widgetlook's child's Size cann't change ??
- Replies: 1
- Views: 3213
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"...
- Tue Dec 30, 2008 06:43
- Forum: Offtopic Discussion
- Topic: is the property "Name" must exists in a layout fil
- Replies: 1
- Views: 3224
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
every window has a "Name ".
can the "Name" be a empty blank?
thanks
- Tue Dec 30, 2008 06:39
- Forum: Offtopic Discussion
- Topic: need ceguipython doc
- Replies: 3
- Views: 4643
- Fri Dec 12, 2008 04:11
- Forum: Offtopic Discussion
- Topic: need ceguipython doc
- Replies: 3
- Views: 4643
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++ ?
i can visit
somebody can give the example to build a project use ceguipython + vc++ ?
- 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: 3898
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 ????
thanks for somebody tell me how to do ????
- Tue Aug 19, 2008 09:50
- Forum: Offtopic Discussion
- Topic: help how to use WindowsLook/ScrollablePane?
- Replies: 1
- Views: 3437
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!!
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!!
- Wed May 21, 2008 08:10
- Forum: Offtopic Discussion
- Topic: how to draw line not horizontal or vertically
- Replies: 1
- Views: 3260
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
like polygon's edge
thanks a lot
- Wed May 21, 2008 02:09
- Forum: Offtopic Discussion
- Topic: can you give me some ideas in 3DUI useing CEGUI??
- Replies: 1
- Views: 3228
can you give me some ideas in 3DUI useing CEGUI??
anybody has idea in 3DUI ??
thanks ..
thanks ..