Search found 29 matches
- Thu Aug 13, 2009 08:40
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi CE, DirectFB need hardware that accelerate it, and since video cards constructor, often, don't provide drivers from framebuffer, we end to run it with software fallbacks. on my device, it's accelerated and I get 200 FPS for a black screen, 100-50 when using some windows. Concerning CPU usage, how...
- Wed Aug 12, 2009 11:42
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi CE, sorry for late answer, I took a short break :) !! and really Thanks soo much for your help as last patch worked ! still low fps but due to Directfb drivers of my embedded system (that have problem with DSBLIT_COLORIZE|DSBLIT_BLEND_COLORALPHA flags). but once fixed, it should will be ok. I jus...
- Thu Jul 23, 2009 17:18
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi CE, Really thanks a lot for all what u do and for your support! I really appreciate it :) YES, it works!! i have the background color now..but still 1 problem, in the Demo7 sample, when I change the alpha with the scroll bar, the windows disappear completely even a minor alpha change..I think the...
- Wed Jul 22, 2009 16:48
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi CE, I updated the patch to mantis, I added some other features like button hover if it get focus, fires event if get Enter hit... it was tested with DirectFB and it works well. About Keith Mok, I will be really too thankful if you can email him and tell him about the alpha issue as it's bloking m...
- Wed Jul 15, 2009 13:38
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi CE, I think it can be integrated with 0.7 as it's not soo hard to do it, I applied manually the patch (http://www.cegui.org.uk/mantis/view.php?id=113) and modified a bit and it works well and I think the idea behind the implementation is good enough to be considered. if u think it can be useful, ...
- Fri Jul 10, 2009 10:50
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi,
I tried to test Chis tab stop patch but cant download it from tracker. http://sourceforge.net/tracker/index.ph ... tid=605424
there is anyway to do it?
viewtopic.php?f=5&t=541&start=15
Thanks you
I tried to test Chis tab stop patch but cant download it from tracker. http://sourceforge.net/tracker/index.ph ... tid=605424
there is anyway to do it?
viewtopic.php?f=5&t=541&start=15
Thanks you
- Fri Jul 10, 2009 08:17
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
HI CE, thanks too much for your help, the remote control works well now :) but had the change a bit the code : CEGUI::GlobalEventSet::getSingleton().subscribeEvent( CEGUI::Window::EventNamespace + "/" + CEGUI::Window::EventMouseButtonDown, CEGUI::Event::Subscriber(&myEventHandler , thi...
- Thu Jul 09, 2009 08:29
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi CE, Thanks so much for your support, and for ur smart suggestion. Actually it turn out to be the best solution to use RC, as so far, I tried to change all classes and add structs and fcts everywhere to support RC and it ends up by being a big mess :oops: so emulating the mouse will be much better...
- Tue Jul 07, 2009 10:33
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Thanks a lot CE, it works well :) and about the blending, I think in DirectFB, the alpha value must be premultiplied by the color value before rendering, but I'm not sure if pixels pointed by const void* buffPtr in loadFromMemory fct, are already premultiplied or no, as debug info give always a wron...
- Tue Jun 30, 2009 12:40
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi CE, Thanks a lot for your effort, as I told u I tried also to play around with Directfb flags but didnt help much...but I will not give up... :) for the moment, I just used a picture as a background (staticImage) even I didnt succeed to have this kind of textured window like in this pic : http://...
- Sun Jun 28, 2009 23:11
- Forum: Help
- Topic: [solved]When ./configure : "No package 'CEGUI-OPENGL' found"
- Replies: 2
- Views: 2657
Re: [solved]When ./configure : "No package 'CEGUI-OPENGL' found"
Hi,
to have opengl support, make sure u have this packages installed :
freeglut and freeglut-dev
glew and glew-dev
then ./configure again and make...
hope this will help
to have opengl support, make sure u have this packages installed :
freeglut and freeglut-dev
glew and glew-dev
then ./configure again and make...
hope this will help
- Sun Jun 28, 2009 13:39
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi CE, Thanks a lot for your answer. yes I got 200 fps with FirstWindow sample application. and for the transparent background, im sure that the problem comes from the alpha, when i debug the alpha value, it's either 0 or 255, but even if set to a fixed value, i have window with transparency but tha...
- Fri Jun 26, 2009 16:28
- Forum: Help
- Topic: DynamicModule Loading Error!!!
- Replies: 39
- Views: 15050
Re: DynamicModule Loading Error!!!
Hi CE, i have made a small modif on the imagset and the fps of directfb render jumped to 200 FPS after being 4 :!: :!: i have deleted : <Image Name="GenericBrush" XPos="9" YPos="71" Width="1" Height="1" /> from TaharezLook.imageset since it was causi...
- Mon Jun 22, 2009 16:57
- Forum: Help
- Topic: How CEGUI detect/manage input devices ?
- Replies: 5
- Views: 2358
Re: How CEGUI detect/manage input devices ?
Thanks a lot for your elegant answer sir :) if I've asked such question, is bcz none of tutorials answered it!! and im not soo stupid to ask before looking for some documentation Mr Jamarr!! what I'm looking for is not how to use Cegui input events as you thought, bcz u didnt even read well the ques...
- Mon Jun 22, 2009 10:08
- Forum: Help
- Topic: How CEGUI detect/manage input devices ?
- Replies: 5
- Views: 2358
How CEGUI detect/manage input devices ?
how cegui detect input devices? bcz on my embedded system based on linux, mouse is detected in /dev/input but mouse dont move in CEGUI
or what if i want to add another kind of input like a Wiimote ? how to integrate it in Cegui??
Thank you for your help!!
or what if i want to add another kind of input like a Wiimote ? how to integrate it in Cegui??
Thank you for your help!!