Search found 83 matches

by belkacem
Mon Feb 06, 2012 16:03
Forum: Help
Topic: FreeImage not work with CEGUI
Replies: 1
Views: 2152

FreeImage not work with CEGUI

Hi again ! i want to use freeImage and CEGUI together so i do something like this : #include <RendererModules/OpenGL/CEGUIOpenGL.h> #include <RendererModules/OpenGL/CEGUIOpenGLGeometryBuffer.h> #include <RendererModules/OpenGL/CEGUIOpenGLRenderer.h> #include <RendererModules/OpenGL/CEGUIOpenGLRender...
by belkacem
Wed Jul 27, 2011 10:58
Forum: Help
Topic: My Effect Not Work Why !!
Replies: 1
Views: 1803

My Effect Not Work Why !!

Hi again !! today i finished my classes to create any controls using cegui , now i want to create effect like demo7 ( OK .... the same effect :wink: :wink: ) so i read to source code and i copy the same effect to my project to test it , i understand that the effect must be the same RenderEffect clas...
by belkacem
Wed Jul 27, 2011 10:41
Forum: Help
Topic: Compiling CEGUISamples.
Replies: 10
Views: 5290

Re: Compiling CEGUISamples.

OK . if you are using visual studio follow this : *go to project >>proprieties >> VC++ Directoires >> Library Direction >> then add directx sdk path . it is look like like this C:\DXSDK\Lib\x64 2- go to project >>proprieties >> Linker >> Input >> Additional dependencies past the following d3dx9.lib ...
by belkacem
Wed Jul 27, 2011 10:29
Forum: Modifications / Integrations / Customisations
Topic: wireframe in CEGUI !!!
Replies: 5
Views: 4875

Re: wireframe in CEGUI !!!

Is it really a problem though?

i don't think that .

Why do you need wireframe of your GUI?


it's just a Coincidence , i render my scene in wireframe mode , i see all the object wires but GUI , so i ask this question :wink: :wink:
by belkacem
Tue Jul 26, 2011 10:32
Forum: Modifications / Integrations / Customisations
Topic: wireframe in CEGUI !!!
Replies: 5
Views: 4875

Re: wireframe in CEGUI !!!

i think that i found the problem look at the CEGUI source code at CEGUIDirect3D11RendererShader.txt http://pastebin.com/raw.php?i=riH7GDP9 you will find something like this "RasterizerState rasterstate\n" "{\n" " DepthClipEnable = false;\n" " FillMode = Solid;\n&qu...
by belkacem
Tue Jul 26, 2011 10:24
Forum: Modifications / Integrations / Customisations
Topic: wireframe in CEGUI !!!
Replies: 5
Views: 4875

Re: wireframe in CEGUI !!!

thanks for your reply


CEGUI itself probably resets the wireframe flag and renders solid


but why !!!
by belkacem
Tue Jul 26, 2011 09:14
Forum: Modifications / Integrations / Customisations
Topic: wireframe in CEGUI !!!
Replies: 5
Views: 4875

wireframe in CEGUI !!!

hello again ! in directx we can render our scene in two different more : solid mode wire fame mode OK. now i create few window and some controls and is rendering very good but if i want to switch to wire frame mode i see the GUI in solid mode and i can't view in wire frame mode . in my opinion about...
by belkacem
Fri Jul 22, 2011 08:54
Forum: Help
Topic: MenuItem Fail with "new" Keyword
Replies: 1
Views: 1913

MenuItem Fail with "new" Keyword

hi again !! the menu widget is one of the control that contain item like list box and combobox and to create item for menu we use CEGUI::MenuItem . OK if i create a menu item like this MenuItem *_item = static_cast <MenuItem*> (CEGUI::WindowManager::getSingletonPtr()->createWindow ("TaharezLook...
by belkacem
Thu Jul 07, 2011 19:41
Forum: Help
Topic: Scrollpane and scrollbar
Replies: 2
Views: 2207

Re: Scrollpane and scrollbar

aha !!! thank you !!!
by belkacem
Thu Jul 07, 2011 19:40
Forum: Help
Topic: 0.5 != 0.5000000000 ??? why ??
Replies: 4
Views: 2932

0.5 != 0.5000000000 ??? why ??

hello again!! my problem this time is not programming problem ( i think it is Boolean one ) i create a tab button and tab control without any problem but when i resize it i do two value 0.5 and 0.500 , but imagine what happen if i use 0.5 i get very small size in other hand i use 0.500 i get big siz...
by belkacem
Wed Jul 06, 2011 08:13
Forum: Help
Topic: Scrollpane and scrollbar
Replies: 2
Views: 2207

Scrollpane and scrollbar

what is the different between scroll bar and Scrollable Pane , is scroll bar is part of Scrollable Pane and no need to create it individually because Scrollable Pane create the area where display the content ( i don't know what is her name exactly but i think it called thumb ) and also create two sc...
by belkacem
Sat Jun 25, 2011 04:33
Forum: Help
Topic: how to create background
Replies: 3
Views: 2329

Re: how to create background

thank you!

but i can't find StaticImage class , i get this error message

identifier "StaticImage" is undefined !! any help
by belkacem
Fri Jun 24, 2011 17:33
Forum: Help
Topic: how to create background
Replies: 3
Views: 2329

how to create background

hello again !!

my question is simple

how i can create background using CEGUI


i don't want use ImageButton



and thank you
by belkacem
Sun Jun 12, 2011 11:01
Forum: Help
Topic: How I add new item into combobox C++?
Replies: 2
Views: 2013

Re: How I add new item into combobox C++?

Combobox::addItem ();
by belkacem
Sun Jun 12, 2011 11:00
Forum: Help
Topic: Combobox getValidationString = .*
Replies: 2
Views: 2071

Re: Combobox getValidationString = .*

i try it and i have the same thing

i think that mean that you are using all the character but if you change the valid string as this

cbobox->setValidationString ( "[0-9]*" );

you will get the same string that you input

Go to advanced search