Search found 83 matches

by Levia
Tue Apr 10, 2007 10:20
Forum: Help
Topic: Font colors...
Replies: 1
Views: 2323

Yeah! The looknfeel file, most probably
by Levia
Tue Apr 10, 2007 10:19
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11207

(Sorry for replying kinda late, I was on vacation for 3 days) Oh right! Sorry about that, a bit of a huge typo CEGUI::WindowFactoryManager * wndFMgr = CEGUI::WindowFactoryManager::getSingletonPtr(); wndFMgr->addFalagardWindowMapping("WindowsLook/GroupBox", "CEGUI/GroupBox&...
by Levia
Thu Apr 05, 2007 15:18
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11207

Ok here you go: http://rafb.net/p/Yq0PN661.html Disabled clicking and hovering. The easiest way of getting this to work is replacing the existing button looknfeel entry, though, all of your other buttons will be like this one. The hard way is to register a new falagard mapping for this button, and g...
by Levia
Thu Apr 05, 2007 12:05
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11207

Thats kinda like the same. The looknfeel entry of that button is going to be very simple to do. I could make it for you if you like. It would come out as a normal button, unclickable, and no hover action.
by Levia
Thu Apr 05, 2007 11:17
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11207

I understand what you want, but not why. You could easily do this with a statictext with a background and a frame. But if you really want the button, you will need to either use setEnabled or change the looknfeel. If you want, I can write the looknfeel entry for you, you just simply paste it in your...
by Levia
Thu Apr 05, 2007 09:49
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11207

Yes that should work, but as you stated it doesnt, I would just not subscribe to the onclick event. Other option is, ofcourse, disable it, but you didn't want to do that :) Alternatively, you could edit the looknfeel, and create something new, but it requires alot of work if you are not already into...
by Levia
Thu Apr 05, 2007 09:42
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11207

No not in the onClick event. Just when you create it. You dont have to subscribe to the onClick event when muting a button.
by Levia
Thu Apr 05, 2007 08:42
Forum: Help
Topic: How to make buttons unclickable?
Replies: 17
Views: 11207

You could also simply not subscribe to the button clicked event, but I think scriptkid's way is more efficient :P
by Levia
Thu Apr 05, 2007 08:39
Forum: Help
Topic: FrameWindow close button not working?
Replies: 4
Views: 3459

I usually use VAssistX, it lists all functions/variables in classes. If you have it, you can do: classpointer->Event and then you can see a list of all available events (variables, static constant strings) If you dont have VAssistX, i recommend using the API reference: http://www.cegui.org.uk/api_re...
by Levia
Fri Mar 30, 2007 15:42
Forum: Modifications / Integrations / Customisations
Topic: White image
Replies: 15
Views: 11446

..Try to convert the picture you are loading to another format.
by Levia
Tue Mar 27, 2007 21:24
Forum: Help
Topic: General overview
Replies: 12
Views: 7209

by Levia
Tue Mar 27, 2007 09:53
Forum: Help
Topic: custom items in a multicolumnlist
Replies: 2
Views: 2348

At the moment, its only possible to add ListboxItems to the MultiColumnList, so basically, it is not possible to do that at the moment, without changing the source.
by Levia
Sun Mar 25, 2007 14:29
Forum: Help
Topic: Tabbed window
Replies: 10
Views: 7289

Try addChildWindow(fs);
by Levia
Fri Mar 23, 2007 13:13
Forum: Modifications / Integrations / Customisations
Topic: ItemListBox with ItemEntry based on StaticImage
Replies: 9
Views: 7850

ItemEntry is a base class, it only has a few property's. I think ItemEntry is meant for custom items.
by Levia
Wed Mar 21, 2007 22:08
Forum: Offtopic Discussion
Topic: CEGUI Project update
Replies: 14
Views: 14995

Well, you already received my feedback. I think its great as it is the only real skin editor there is..ok, you still need to write some lua code for your own widget, but that doesnt really matter as much - its useful. As far as ideas, I think a few samples would be good, as its quite far already, yo...

Go to advanced search