Search found 7 matches

by Rampage
Thu Jul 14, 2011 09:14
Forum: Help
Topic: [SOLVED]ListBoxItem setText() problem
Replies: 2
Views: 1919

Re: ListBoxItem setText() problem

thx, solved :)
by Rampage
Wed Jul 13, 2011 12:37
Forum: Help
Topic: [SOLVED]ListBoxItem setText() problem
Replies: 2
Views: 1919

[SOLVED]ListBoxItem setText() problem

Hi, i have implemented this code for setting text values in multicolumn list items. all items are class: ListBoxTextItem for (it = m_db.begin(); it < m_db.end(); it++) { if (it->m_idPrefix == idPrefix) { it->m_score++; char text[20]; sprintf(text,"%d",it->m_score); unsigned int rowIndex = ...
by Rampage
Mon Jul 11, 2011 07:16
Forum: Help
Topic: [SOLVED]GUI transparency
Replies: 7
Views: 4205

Re: GUI transparency

thx to all, the state saving and refreshing solved my problem.
by Rampage
Sun Jul 10, 2011 12:52
Forum: Help
Topic: [SOLVED]GUI transparency
Replies: 7
Views: 4205

Re: GUI transparency

CEGUI does not save and restore the D3D states, so you should do that around the call the System::renderGUI. CE. Hmm, how should i do that please? I am really desparate. I dont know exactly, what you thik. If it is testing this //check device bool ret = true; switch(m_pDirect3DDevice->TestCooperati...
by Rampage
Wed Jul 06, 2011 08:46
Forum: Help
Topic: [SOLVED]GUI transparency
Replies: 7
Views: 4205

Re: GUI transparency

So, again, i read all the documents to cegui. i init with CEGUI::Direct3D9Renderer::bootstrapSystem(m_pDirect3DDevice); // initialise the required dirs for the DefaultResourceProvider CEGUI::DefaultResourceProvider* rp = static_cast<CEGUI::DefaultResourceProvider*>(CEGUI::System::getSingleton().getR...
by Rampage
Tue Jul 05, 2011 11:15
Forum: Help
Topic: [SOLVED]GUI transparency
Replies: 7
Views: 4205

[SOLVED]GUI transparency

Hello, i have a problem with gui transaprency. When i have rendering enabled with CEGUI::System::getSingleton().renderGUI() All my other objects are not visible. When i change my default fulscreen window property to not visible,all child gui windows disapear, but i have only empty screen without my ...
by Rampage
Sun Jul 03, 2011 14:28
Forum: Help
Topic: [SOLVED]Mouse handling in Windows OS
Replies: 1
Views: 1278

[SOLVED]Mouse handling in Windows OS

Hallo, i have a problem with handling mouse inputs in CEGUI. Simply, i cant find any working code. I tried something, but it doesnt works, heres my code. It seems, i need to covert absolute cursor position to relative. Can you plese help me how to correctly handle mouse input? switch(message) { case...

Go to advanced search