Search found 2 matches
- Wed Apr 03, 2019 22:57
- Forum: Help
- Topic: Child window of ScrollablePane not showing.
- Replies: 3
- Views: 12628
Re: Child window of ScrollablePane not showing.
Ident, thanks for your response. I have since found the reason as to why any child elements to a ScrollablePane were not appearing. Seems I (think I) have incorrectly set the size of the pane. The issue is outline in below code: // Demo Interface TabControl: CEGUI::TabControl* pTabControl = dynamic_...
- Tue Apr 02, 2019 07:10
- Forum: Help
- Topic: Child window of ScrollablePane not showing.
- Replies: 3
- Views: 12628
Child window of ScrollablePane not showing.
I have an application that uses CEGUI 0.7.5 perfect fine, however recently I've need to update the application to use CEGUI 0.8.7 Doing so has caused a number of issues however there seems to be one issue I cannot solve. When I child any type of CEGUI window to a CEGUI ScrollablePane type window it ...