Search found 13 matches

by mithryanna
Wed Dec 01, 2010 18:20
Forum: Help
Topic: WindowFactory cannot be found for Custom Window-based Class
Replies: 2
Views: 2110

Re: WindowFactory cannot be found for Custom Window-based Class

Never figured it out. But I do understand the reason it's not handling input. I guess I worded this poorly; I don't mean that it is not handling ANY input. I just mean the event handlers we wrote for our window aren't being called, and this is to be expected because if the layout file is loading a f...
by mithryanna
Mon Nov 29, 2010 15:56
Forum: Help
Topic: Best way to make a tweaking GUI
Replies: 5
Views: 3589

Re: Best way to make a tweaking GUI

Hmm great stuff. I actually noticed the same problem with a window created in our app; it has a listbox in it that dynamically checks our globe object for map layers, and displays them in a list. Just going through and displaying a checkbox and static text for 3 layers takes a few seconds for the wi...
by mithryanna
Wed Nov 24, 2010 19:28
Forum: Help
Topic: WindowFactory cannot be found for Custom Window-based Class
Replies: 2
Views: 2110

WindowFactory cannot be found for Custom Window-based Class

A little bit of background on our application: We are running CEGUI 7.2. (We don't have time to test and integrate our app with 7.5 before our deadline is up next month. 9_9) We are using openscenegraph for our renderer. We have one 'main' layout that contains things like our sidebar panel with the...
by mithryanna
Thu Nov 04, 2010 14:49
Forum: Skins and Themes
Topic: [Solved] Cannot Set Titlebar Font via Looknfeel?
Replies: 3
Views: 10170

Re: Cannot Set Titlebar Font via Looknfeel?

Case closed. You're gonna laugh at this one; I know I am. :hammer: Turns out the .layout files automatically generated in the layout editor that we were using for our windows were setting the titlebar font, so anytime I set the titlebarfont property in the looknfeel it didn't matter since it was get...
by mithryanna
Thu Nov 04, 2010 14:40
Forum: Skins and Themes
Topic: [Solved] Cannot Set Titlebar Font via Looknfeel?
Replies: 3
Views: 10170

Re: Cannot Set Titlebar Font via Looknfeel?

I tested a TaharezLook FrameWindow in our app and the looknfeel successfully changed the titlebar font. For the test I did the following: Modified TaharezLook looknfeel; changed text property in addition to the titlebarfont so I could tell if the looknfeel was being recognized even if the titlebarfo...
by mithryanna
Tue Nov 02, 2010 15:16
Forum: Skins and Themes
Topic: [Solved] Cannot Set Titlebar Font via Looknfeel?
Replies: 3
Views: 10170

[Solved] Cannot Set Titlebar Font via Looknfeel?

This is an interesting problem that may be a bug. I want to change the font used for my titlebars, so instead of having to change it on every layout or programmatically on every framewindow widget, I figured the best place to handle this would be in the looknfeel. Except that I've tried several diff...
by mithryanna
Tue Nov 02, 2010 14:41
Forum: Help
Topic: [Solved] Accessing Custom ItemEntry Widget TextComponents?
Replies: 2
Views: 1926

Re: Accessing Custom ItemEntry-based Widget TextComponents?

Thanks! I put in a workaround with child static text windows while I was waiting, but I'd prefer to do it with properties. This should do it. :)
by mithryanna
Wed Oct 27, 2010 16:00
Forum: Help
Topic: [Solved] Accessing Custom ItemEntry Widget TextComponents?
Replies: 2
Views: 1926

[Solved] Accessing Custom ItemEntry Widget TextComponents?

I'm a beginner at making custom CEGUI widgets. I've made a few, but mostly where I've copied the looknfeel from another widget and slightly modified it. I understand how to use the child tag to add widgets to my new widget; it's what I've used the most up to this point. I don't have a great understa...
by mithryanna
Tue Sep 28, 2010 14:06
Forum: Skins and Themes
Topic: [Solved] Nested DimOperator or Equivalent Function?
Replies: 2
Views: 8908

Re: Nested DimOperator or Equivalent Function?

Sorry about the images.

Your solution worked perfectly! Thanks a bunch!
by mithryanna
Mon Sep 27, 2010 18:38
Forum: Skins and Themes
Topic: [Solved] Nested DimOperator or Equivalent Function?
Replies: 2
Views: 8908

[Solved] Nested DimOperator or Equivalent Function?

First of all, I'd like to take a moment to thank both CEGUI and everyone else on the forums who has helped answer several questions our dev team has had regarding CEGUI. We're all hoping you can help us again with this little quirk that we can't get working right... The problem is a very simple one ...
by mithryanna
Thu Jul 01, 2010 15:03
Forum: Help
Topic: [Solved] Programmatically-created Window Is Blank White Box
Replies: 4
Views: 2674

Re: Programmatically-created Window Is A Blank White Box...

Jamarr was spot-on. I tried enabling extra state settings first and didn't see a difference. When I added in the autorendering trick as follows: CEGUI::FrameWindow* crewLog = static_cast<CEGUI::FrameWindow*>(winMgr.createWindow("IsLook/FrameWindow", "crewLogTest")); crewLog->setU...
by mithryanna
Thu Jul 01, 2010 14:24
Forum: Help
Topic: [Solved] Programmatically-created Window Is Blank White Box
Replies: 4
Views: 2674

Re: Programmatically-created Window Is A Blank White Box...

Thanks for the replies, Jamarr and CE! I will try your suggestions and let you know what happens.
by mithryanna
Wed Jun 30, 2010 14:11
Forum: Help
Topic: [Solved] Programmatically-created Window Is Blank White Box
Replies: 4
Views: 2674

[Solved] Programmatically-created Window Is Blank White Box

This is killing me. We have been working on making our own skin. The parts we have finished are fine. We made a layout and it's loading and displaying fine. I wanted to add some functionality to the GUI, so I put in a button and attached an event to it. When I click the button I want it to create a ...

Go to advanced search