Search found 6 matches

by cbuchner1
Fri Nov 20, 2015 15:41
Forum: Modifications / Integrations / Customisations
Topic: Plotting or custom drawing in window?
Replies: 5
Views: 11693

Plotting or custom drawing in window?

Hi, we've been using CEGUI to mostly for simple things, such as overlaying our OpenSceneGraph based 3D application with semi-transparent panels and buttons. Everything we do is currently defined through XML layout files and with ImageSets. Now our client has the requirement that we show and refresh ...
by cbuchner1
Thu Sep 18, 2014 14:36
Forum: Help
Topic: [SOLVED] can ImageButton be toggled?
Replies: 4
Views: 3286

Re: can ImageButton be toggled?

Ident wrote:Why dont you use a Radiobutton?


I want the simplicity of ImageButton for manually skinned layouts (no runtime-switchable skins or themes)
by cbuchner1
Thu Sep 18, 2014 14:35
Forum: Help
Topic: [SOLVED] can ImageButton be toggled?
Replies: 4
Views: 3286

can ImageButton be toggled?

Okay, I used Generic/ImageButton as a template and created my own Generic/ImageToggleButton and Generic/ImageRadioButton widgets. Internally these map to ToggleButton and RadioButton objects, and both use the renderer for ToggleButton widgets. An open issue is the disabled and hover state when a but...
by cbuchner1
Thu Sep 18, 2014 12:40
Forum: Help
Topic: [SOLVED] can ImageButton be toggled?
Replies: 4
Views: 3286

[SOLVED] can ImageButton be toggled?

I plan to emulate some radio button behavior using image button. One problem is that the "PushedImage" is really only shown while the mouse button is currently being pressed. Is it feasible to replace the NormalImage with the same image as PushedImage while the button is supposed to be in ...
by cbuchner1
Wed Sep 17, 2014 15:17
Forum: Modifications / Integrations / Customisations
Topic: Demo8 integration into CEGUI Samples framework
Replies: 4
Views: 9855

Re: Demo8 integration into CEGUI Samples framework

I am not aware of an existing getter function for named GUI contexts. Currently the LUA script uses CEGUI.System:getSingleton():getDefaultGUIContext() which doesn't return the context I want. I would like to avoid creating my own interface bindings just for this demo (and I have never before done an...
by cbuchner1
Wed Sep 17, 2014 10:42
Forum: Modifications / Integrations / Customisations
Topic: Demo8 integration into CEGUI Samples framework
Replies: 4
Views: 9855

Demo8 integration into CEGUI Samples framework

I've made an attempt at integrating the Demo8 LUA scripting demo into the CEGUI samples framework again. Currently it compiles, but crashes. Currently I am stuck at the problem of passing the GUI context from Demo8Sample::initialise() into the LUA script. It seems the default GUI context that is use...

Go to advanced search