Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » Add layouts/ParentCtrl to column list
Add layouts/ParentCtrl to column list [message #48487] Fri, 07 July 2017 10:51 Go to previous message
rafiwui is currently offline  rafiwui
Messages: 105
Registered: June 2017
Location: Stuttgart, Germany
Experienced Member
I want to make a selection screen where you can select different "pages" of my app.
I tried to add my WithTestLayout<ParentCtrl> members to the column list like this:

ColumnList columnList;
WithTestLayout<ParentCtrl> layout;

columnList.Add(layout);


The compiler then tells me that he can't convert WithTestLayout<ParentCtrl> to const Upp::Value& (I guessed that before compiling but better try)
So my question is: Is there a way to achieve this or do I have to write my own ParentCtrlList?

Greetings
Daniel


Greetings
Daniel
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: [BUG] Patch to Switch.cpp to support touch screens
Next Topic: [Closed] Get size and position of widget
Goto Forum:
  


Current Time: Fri Apr 19 12:07:41 CEST 2024

Total time taken to generate the page: 0.02676 seconds