Search found 83 matches

by belkacem
Fri May 20, 2011 13:40
Forum: Help
Topic: Failed To Create Combobox
Replies: 7
Views: 3696

Re: Failed To Create Combobox

hmm !!!

thank you
by belkacem
Fri May 20, 2011 10:23
Forum: Help
Topic: Failed To Create Combobox
Replies: 7
Views: 3696

Re: Failed To Create Combobox

thank you for your fast answer , i resolved the problem but
i have another question !!!


Carat was renamed to Caret in 0.8

why the CEGUI Team rename ?
by belkacem
Fri May 20, 2011 10:07
Forum: Help
Topic: Failed To Create Combobox
Replies: 7
Views: 3696

Failed To Create Combobox

hi ! i have this code to create combo box when i compile the program i get OK Code but but if i run it i get error run time error so i check the CEGUI.log and i get the problem but i need some help to fix it error message CEGUI::UnknownObjectException in file c:\cegui-0.7.5\cegui\src\falagard\ceguif...
by belkacem
Mon May 16, 2011 08:29
Forum: Help
Topic: Is there destruction function !!!
Replies: 7
Views: 3966

Re: Is there destruction function !!!

thank you now i resolved my problem String Test = new String ("something ) ; delete test ; this will work correctly void function (string const &name) { String *Test ; Test = (String*)&name ; //code her test = NULL /// point to nothing delete Test ; /// now it work and release my memory...
by belkacem
Sun May 15, 2011 18:48
Forum: Help
Topic: Is there destruction function !!!
Replies: 7
Views: 3966

Re: Is there destruction function !!!

This is not a C++ / Programming learning forum and not even close to that. Maybe you could try a more related forum like this http://cboard.cprogramming.com/cplusplus-programming/ or you just buy a book for learning C++ and study it. It is not an easy programming language and you will have to spend...
by belkacem
Sun May 15, 2011 15:14
Forum: Help
Topic: Is there destruction function !!!
Replies: 7
Views: 3966

Re: Is there destruction function !!!

thank you ; The fact that memory is freed doesn't necessarily mean that it doesn't store the previous data anymore this is new for me !! but if the destruction function does not freed the the store data ,so what's doing ? i know that the memory store data in the run time but if the program terminate...
by belkacem
Sat May 14, 2011 20:17
Forum: Help
Topic: Is there destruction function !!!
Replies: 7
Views: 3966

Is there destruction function !!!

i know this is stupid question !!!! :? :? but i have tried few codes to confirm example : CEGUI::String test ; test = "Print MyMessage" ; test.~String() ; MessageBoxA ( NULL , test.c_str() , "Message" , MB_OK ) ; now imagine what's happen !? OK , i get the message ("Print My...
by belkacem
Wed May 11, 2011 19:19
Forum: Help
Topic: Listbox not selecting item !!
Replies: 4
Views: 2287

Re: Listbox not selecting item !!

OK

thank you it's work now

this is exactly what i want :hammer: :hammer: :hammer: :hammer: :hammer:
by belkacem
Wed May 11, 2011 10:11
Forum: Help
Topic: Listbox not selecting item !!
Replies: 4
Views: 2287

Re: Listbox not selecting item !!

OK.

i want to select an item in the list box

now if i click at the item i don't get the selection item ( i cant select the item )

the damn log
:lol: :lol: :lol: :lol: :lol: :D :D
http://pastebin.com/raw.php?i=W9UBb1a3
by belkacem
Tue May 10, 2011 17:27
Forum: Help
Topic: Listbox not selecting item !!
Replies: 4
Views: 2287

Listbox not selecting item !!

Hello Again ! i create a list box and i add one item but when select the item i never the selection color but setselectioncolor() ; but if i create the button or another else i cant move it ( the window as an example ) and if i click i get the buuton was clicked sow i think that the problem is not i...
by belkacem
Tue May 10, 2011 16:41
Forum: Help
Topic: Get Command from Loaded Files
Replies: 6
Views: 2315

Re: Get Command from Loaded Files

aha !!!

thank you
by belkacem
Sat May 07, 2011 10:42
Forum: Help
Topic: Get Command from Loaded Files
Replies: 6
Views: 2315

Re: Get Command from Loaded Files

thakn you for your reply

but when i use window::gettype i get only the "defaultWindow" String Only
by belkacem
Sat May 07, 2011 07:39
Forum: Help
Topic: Get Command from Loaded Files
Replies: 6
Views: 2315

Re: Get Command from Loaded Files

_Scheme =(Scheme*)&CEGUI::SchemeManager::getSingletonPtr()->create ( "TaharezLook.Scheme"); now i want a class or function to Auto detect the WindowType In the file like this : classname->getwindowtype(String &Output) //// this is what i want and get the output like this String bu...
by belkacem
Fri May 06, 2011 20:22
Forum: Help
Topic: Get Command from Loaded Files
Replies: 6
Views: 2315

Get Command from Loaded Files

HI everyone just to know i search lot for this topic is there any class to detect the style of the GUI for example if i load taharezlook.scheme .OK now i want to Auto detect all the sub command like buttons and lists and framewindow ...etc I hope that i explain my idea very well , in waiting...
by belkacem
Sat Apr 09, 2011 16:07
Forum: Help
Topic: "D3D9 and D3D10 cannot both be defined for static builds
Replies: 2
Views: 8696

Re: "D3D9 and D3D10 cannot both be defined for static builds

the problem is that i have this error even if i want to compile direct3d10 sample only !! and i get samples but they are not using direct3d10 why ?

Go to advanced search