Search found 51 matches

by cippyboy
Mon Aug 17, 2009 13:52
Forum: Help
Topic: Mouse Hover Through ?
Replies: 5
Views: 3095

Mouse Hover Through ?

Hi,

I was wondering if a property similar to MouseClickThrough would exist for hover states ? I'm setting MouseClickThrough to a window but the window underneath loses the hover state image although the callbacks related to entering and leaving the hover state work accordingly.
by cippyboy
Sun Aug 02, 2009 21:21
Forum: Help
Topic: Multiline edit box with coloring
Replies: 1
Views: 1406

Multiline edit box with coloring

Hi,

Is there a way to make a multiline edit box and color lines individually like the list box items are but also have wordwrapping built in ? Currently we're using a listbox but it doesn't support wordwrapping as far as I know. Any ideas ?
by cippyboy
Wed Jul 29, 2009 09:41
Forum: Help
Topic: Checkboxes behaving like a radio button gets messed up
Replies: 6
Views: 2287

Re: Checkboxes behaving like a radio button gets messed up

You got me there ! :D Well, initially I didn't read all the window types and come up with that idea which I thought was easy to do and went with it instead of spending time on research. Another answer would be custom images on the buttons based on properties and now that I got things done why "...
by cippyboy
Tue Jul 28, 2009 15:03
Forum: Help
Topic: Checkboxes behaving like a radio button gets messed up
Replies: 6
Views: 2287

Re: Checkboxes behaving like a radio button gets messed up

Ok, I analyzed what you have suggested but I tried something else first. I think I figured out a scenario that makes the issue 100% reproduceable. If you can't reproduce it then it's certainly my code I guess. Ok, so I have a checkbox pushed that depressed all the other ones. The message I'm doing t...
by cippyboy
Fri Jul 24, 2009 09:38
Forum: Help
Topic: Checkboxes behaving like a radio button gets messed up
Replies: 6
Views: 2287

Re: Checkboxes behaving like a radio button gets messed up

I didn't even knew you could mute them so I think I'm not doing that. I'm imagining though the problem is something like pressing down the button, moving out of it, releasing, pressing outside the button and then releasing inside of it which in theory should not cause any state change. Does CEGUI ha...
by cippyboy
Tue Jul 21, 2009 15:08
Forum: Help
Topic: Checkboxes behaving like a radio button gets messed up
Replies: 6
Views: 2287

Checkboxes behaving like a radio button gets messed up

First off, we use CEGUI 0.6.2. I got 4 checkboxes. On each Checkbox::EventCheckStateChanged I uncheck all the other checkboxes so that only 1 is selected at a time. I don't allow unchecking the current one either. The thing is that at high framerates, like 100+ everything is ok. At about 40-50 FPS, ...
by cippyboy
Fri Feb 13, 2009 12:20
Forum: Modifications / Integrations / Customisations
Topic: CEGUI function similar to Windows' GetFocus() ?
Replies: 1
Views: 2037

CEGUI function similar to Windows' GetFocus() ?

Hi, I've been searching for something similar to GetFocus() in windows to get the current window, in order to see if it has input focus, and if so, to not activate keyboard short-cuts while in an edit box. I tried using CEGUI::Window::getCaptureWindow but it doesn't seem to work. I also saw there's ...
by cippyboy
Mon Dec 01, 2008 18:03
Forum: Modifications / Integrations / Customisations
Topic: What's the accurate way to deallocate CEGUI ?
Replies: 15
Views: 9708

I don't set user data in them, I like my to manage my own data, thank you very much :D to load schemes I do SchemeManager::getSingleton().loadScheme for fonts I do FontManager::getSingleton().createFont and for layouts WindowManager::getSingleton().loadWindowLayout besides that, I do a lot of Window...
by cippyboy
Mon Dec 01, 2008 17:50
Forum: Modifications / Integrations / Customisations
Topic: Listbox with images ?
Replies: 2
Views: 2260

Ups, sorry, I based my questioning upon my experience and not knowing any way to do it. But I got the point anyway :D
by cippyboy
Mon Dec 01, 2008 14:21
Forum: Modifications / Integrations / Customisations
Topic: Listbox with images ?
Replies: 2
Views: 2260

Listbox with images ?

Can I put images in ListBoxItem-s ? or is there any widget that supports image/icon lists
by cippyboy
Mon Dec 01, 2008 14:18
Forum: Modifications / Integrations / Customisations
Topic: What's the accurate way to deallocate CEGUI ?
Replies: 15
Views: 9708

Unfortunately I'm still getting an access violation crash when I try to delete CEGUI::System :( so I'm wondering what I could be doing wrong. Do I first have to dealloc the widgets, schemes, layouts or fonts ? The error is not present when I'm not loading any layouts/schemes though. EDIT : It's pres...
by cippyboy
Fri Nov 28, 2008 10:52
Forum: Modifications / Integrations / Customisations
Topic: What's the accurate way to deallocate CEGUI ?
Replies: 15
Views: 9708

What's the accurate way to deallocate CEGUI ?

What steps must be taken in order to deallocate CEGUI entirely ? I'm having an issue when loading some XMLs and then deallocating CEGUI::System; and if I don't do that I got tons of memory leaks and I'm trying to get rid of those and figure out which ones are actually created by me :D.
by cippyboy
Wed Nov 12, 2008 11:22
Forum: Modifications / Integrations / Customisations
Topic: Current selection in a ComboDropList
Replies: 4
Views: 2590

That worked just fine, thanks ;)
by cippyboy
Fri Nov 07, 2008 11:52
Forum: Modifications / Integrations / Customisations
Topic: Current selection in a ComboDropList
Replies: 4
Views: 2590

Well yeah, I don't use it inside a ComboBox because I need to highlight current selection BEFORE you click it, and I saw that I can't do that in a standard ListBox, because there the selection gets highlighted only AFTER you click. It's basically setting the selectionimage when you hover it, and tha...
by cippyboy
Thu Nov 06, 2008 17:14
Forum: Modifications / Integrations / Customisations
Topic: Current selection in a ComboDropList
Replies: 4
Views: 2590

Current selection in a ComboDropList

I've been trying for some time to make it so that a droplist inside a window will be focused upon showing the window, without clicking on it once. Selecting something from the list works from the first click, but the hovering doesn't . I tried ParentWindow->show(); ParentWindow->activate(); DropList...

Go to advanced search