Search found 23 matches

by Protagonist
Thu Oct 11, 2007 18:34
Forum: Offtopic Discussion
Topic: Tab Order
Replies: 12
Views: 12238

No you thought right, I meant sever ediboxes with an OK pushbuttons each. I'll try this soon and let you know how I got on. Thanks
by Protagonist
Wed Oct 10, 2007 21:11
Forum: Offtopic Discussion
Topic: Tab Order
Replies: 12
Views: 12238

Thanks. I was wodering, how would you know which widget the current entry was made for, when OK was pressed? Would I have to check for all widgets if it was active, or, can I retrieve a current active widget from cegui?
by Protagonist
Sat Oct 06, 2007 19:15
Forum: Offtopic Discussion
Topic: Tab Order
Replies: 12
Views: 12238

Hi there. This looks very useful. I want fast user entry for a series of input boxes, with OK buttons. Would it be possible to use this code so that when an entry box has focus, hiting return will be the same as pressing the OK button used submit the entry, and move focus to the next entry box? Bass...
by Protagonist
Thu Jun 14, 2007 22:04
Forum: Help
Topic: Removing 3D effect from staticText frame
Replies: 3
Views: 2889

:(
by Protagonist
Wed Jun 13, 2007 00:42
Forum: Help
Topic: Removing 3D effect from staticText frame
Replies: 3
Views: 2889

Nobody? :(
by Protagonist
Mon Jun 11, 2007 12:48
Forum: Help
Topic: Removing 3D effect from staticText frame
Replies: 3
Views: 2889

Removing 3D effect from staticText frame

High there. I'm using the WindowsLook scheme. As defined in the WindowsLook.looknfeel file, staticText widgets have a 3d like frame rendered. I want to render a frame, but was wondering how I could go about removing the 3d effect, so it's just a flat colour? Bassically, I'm finding it hard to make s...
by Protagonist
Fri Apr 06, 2007 13:07
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11096

Hey thanks. That seems straightforward enough. I put the disabled button defintion in my windowsLook.looknfeel file However, addFalagardWindowMapping doesn't seem to belong to the windowManager. I included all the falagard headers, and have things like CEGUI::FalagardComponentBase and the xml helper...
by Protagonist
Thu Apr 05, 2007 13:46
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11096

Hehe, if you don't mind, that'd be great :).

It's for the WindowsLook/PushButton

Thanks a lot
by Protagonist
Thu Apr 05, 2007 12:01
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11096

Ahh. Hmm, well I thought widget reuse would be a good idea. I didn't want to define lots of textures and stuff. If I could simply apply the texture used by the windowslook buttons to a static image that'd be cool, but I have no idea how to do that.

Thanks
by Protagonist
Thu Apr 05, 2007 10:26
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11096

Ahh well you see, I want to make it non clickable. So mutedState prevents events? I was looking for something that has the effect of setEnabled(false), but without dimming the button, so it looks active and pretty, not greyed out. So effectively, I have something that looks like a normal button, but...
by Protagonist
Thu Apr 05, 2007 09:44
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11096

Okay, in that case it doesn't work. The first thing I did was try muting it when creating it..
by Protagonist
Thu Apr 05, 2007 09:36
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11096

Oh right, I need to call setMutedState in the onlick event? Thus making it seem like it's not accepting a click event?
Hmm, oki.

You see, maybe I shouldn't have been doing this, but I'm using buttons as table titles... one for each column, because well they look pretty, haha.
by Protagonist
Thu Apr 05, 2007 09:33
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11096

Thanks a lot both of you :).

That's what I was looking for.

Yeah, I thought that too regarding not subscribing to the event, but I don't explicitly, yet a clicked event must be fired anyway because it changes.
by Protagonist
Wed Apr 04, 2007 21:20
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11096

How to make buttons unclickable?

Hi there, I was wondering if anybody knows how to make a button unclickable, but without setting it to not enabled, so it looks like an enabled button, but simply cannot be clicked. I was thinking I could perhaps disable event capture for it, but have had no luck. Any help would be great, thanks a l...
by Protagonist
Mon Apr 02, 2007 19:41
Forum: Help
Topic: Tables? Available, or recommended approach?
Replies: 4
Views: 2819

Thanks. Got it working in my project.
However, I'd really like lines or borders or something of some sort to make rows and columns visible. Any suggestions?

Go to advanced search