Search found 227 matches

by Van
Mon Mar 02, 2009 00:39
Forum: Modifications / Integrations / Customisations
Topic: [SOLVED] H: Can not getUserData() from the current Tab.
Replies: 3
Views: 3339

[SOLVED] H: Can not getUserData() from the current Tab.

CEGUI: 0.6.2 How does one get their user data and ID from a tab they created? This does NOT work: ... mLastTabNumber++; mNewTabItem->TabNumber = mLastTabNumber; ... // Create the new TAB mNewTabItem->TabWindow = ( CEGUI::DefaultWindow *) CEGUI::WindowManager::getSingleton().createWin...
by Van
Thu Feb 26, 2009 00:10
Forum: Help
Topic: Help with Tree
Replies: 1
Views: 2030

Help with Tree

We updated our looknfeel to include the Tree . HOwever, we are now getting these errors in our CEGUI.LOG: 26/02/2009 07:57:52 (Std) ---- Successfully completed loading of GUI layout from 'Configuration.layout' ---- 26/02/2009 07:58:01 (Error) ScrolledContainerProperties::ChildExtentsArea property do...
by Van
Mon Feb 16, 2009 13:16
Forum: Help
Topic: Root TreeItems will not expand
Replies: 9
Views: 3858

Found it.

Apparently the widget will not function unless you have defined the TreeItemClose and TreeItemOpen icons because you have to click the "icon" to expand/collapse the tree. Clicking or DoubleClicking the item doesn't fire off the expand/collapse events.
by Van
Sat Feb 14, 2009 23:24
Forum: Help
Topic: Root TreeItems will not expand
Replies: 9
Views: 3858

Root TreeItems will not expand

I have a CEGUI::Tree and I add several ROOT items. Then I add several branches to the ROOT items. My problem is, when a user selects a ROOT item, it will not expand and show the branches (children). I have stepped through the code and I see the branch items being attached to the root items and I in ...
by Van
Tue Jan 27, 2009 15:52
Forum: Modifications / Integrations / Customisations
Topic: Q: Setting window position so its not clipped by parent
Replies: 10
Views: 6922

Great!

I doubled checked and we are still using the v0-6 branch, not the trunk as I thought we were. Therefore, all we need to do is merge the patch and recompile, correct?
by Van
Thu Jan 22, 2009 13:51
Forum: Help
Topic: Stop resizing components in FrameWindow
Replies: 2
Views: 2029

There are two setting in the CEGUI Layout Editor: Scale (this is relative) and Offset (absolute). HorizontalAlignment and VerticalAlignment affect where they line up from. For example, lets say you have a FrameWindow and contained in the FW you have two Text windows - one on the left, and one on the...
by Van
Wed Jan 21, 2009 21:18
Forum: Help
Topic: Q: How to synchronize ScrollablePane scrolling?
Replies: 5
Views: 2673

Thanks everyone!

Good catch Jamarr!
by Van
Wed Jan 21, 2009 12:39
Forum: Help
Topic: Q: How to synchronize ScrollablePane scrolling?
Replies: 5
Views: 2673

pfft. I knew it was something simple. Thanks scriptkid! However, if I use the EGUI::ScrollablePane::EventContentPaneScrolled to update each scrollable panes, is there the possibility of double jeopardy? That is, if ScrollablePaneA event fires and updates ScrollablePaneB, won't ScrollablePaneB fire a...
by Van
Tue Jan 20, 2009 22:43
Forum: Help
Topic: Q: How to synchronize ScrollablePane scrolling?
Replies: 5
Views: 2673

Q: How to synchronize ScrollablePane scrolling?

I have two CEGUI::ScrollablePane windows side-by-side (contain the same look byt have different data). They are used to perform a comparison of two entities using the same dataset. I want to keep the two scrollable panes synchronized as the user scrolls down (keeps the fields horizontally aligned). ...
by Van
Tue Jan 20, 2009 06:43
Forum: Help
Topic: Q: Editing Tables: Add Editbox to ListBoxTextItem?
Replies: 1
Views: 1524

Q: Editing Tables: Add Editbox to ListBoxTextItem?

Please don't harp. I KNOW I saw a post sometime ago (year?) regarding this question but I could not find it. Anyway, I have been asked to investigate editing data we have in CEGUI::MultiColumnList tables. I know that early on (0.3-0.5) this wasn't possible. Is it possible now? And how? Following the...
by Van
Mon Jan 19, 2009 22:21
Forum: Modifications / Integrations / Customisations
Topic: Q: Layout files as templates - using PREFIX
Replies: 1
Views: 1904

Q: Layout files as templates - using PREFIX

We have a layout file to be used as a template. This layout file has a CEGUI::FrameWindow plus children windows. When we load the layout file and set the prefix, are all the child windows prefixed too?
by Van
Mon Jan 19, 2009 20:17
Forum: CEGUI Library Development Discussion
Topic: RenderTargets - CEGUI's latest development
Replies: 63
Views: 47514

Btw, technically the Ogre renderer module is still 'ours' and if nobody gets there first, we will implement the new version (hopefully, someone else will get there first :mrgreen:). CE. Opps. My Bad! :oops: OK. Well, then we will wait. We can be patient. Our media dept is chomping at the bit to inc...
by Van
Mon Jan 19, 2009 11:24
Forum: CEGUI Library Development Discussion
Topic: RenderTargets - CEGUI's latest development
Replies: 63
Views: 47514

Wobble windows are kool and everything (and here it comes).. But, uh, my stuff is still being clipped *nudge*: Q: Setting window position so its not clipped by parent *whistles as he walks away* Really CE, that is some damn fine work! Fantastic job! 8) BTW. Will your changes be compaitble with the e...
by Van
Fri Jan 16, 2009 22:00
Forum: User Projects
Topic: Salvation Prophecy
Replies: 7
Views: 15154

Nice job on the GUI. 8)
by Van
Wed Jan 07, 2009 22:40
Forum: Unofficial CEGUI-Related Tools
Topic: [SOLVED] - Available Properties Window - Fix Plz!
Replies: 1
Views: 8033

[SOLVED] - Available Properties Window - Fix Plz!

Ok. This nagging problem has been with us from day one and I for one would like to see it addressed ASAP. I despise the value column constantly pushing the property column out of view. It appears to me that the property table is larger than the parent frame box . The table is disappearing beyond the...

Go to advanced search