Search found 2 matches
- Sat Oct 03, 2015 22:08
- Forum: User Projects
- Topic: CEGUI in your web browser (as javascript !)
- Replies: 15
- Views: 73859
Re: CEGUI in your web browser (as javascript !)
Very nice port! The exception related to MultiColumnList is this: CEGUI::InvalidRequestException in function 'virtual typename Helper::safe_method_return_type CEGUI::TypedProperty<std::__1::basic_string<char> >::getNative(const CEGUI::PropertyReceiver *) const [T = std::__1::basic_string<char>]' (/h...
- Fri Jul 18, 2014 17:54
- Forum: Official Unified CEGUI Editor Tool (CEED)
- Topic: Using layout containers in CEED
- Replies: 1
- Views: 11928
Using layout containers in CEED
Does CEED support layout containers ? They are not mentioned in the user manual at least. I added a HorizontalLayoutContainer and some widgets inside it, but the widgets did not get laid out automatically. Same with VerticalLayoutContainer and GridLayoutContainer. Here's a picture of the situation: ...