Hi Christopher, thank you for your reply. Of course I had tried putting it into a page, but I couldn't get it to work. I tried following your advice now, but I feel like it's not that simple. I ended up extending from List and writing both a custom provider and renderer (and everything's taken from the mobile package now). I'm facing a funny problem in the Playground now: The __itemRenderer variable can't be read because, so I assume, the playground deals with compiled versions of the standard classes in which __itemRenderer has been shortended to __DM. Is there a way to get it to work in the playground?
Thanks and greetings Ingo On 01/29/2013 06:22 PM, Christopher Zündorf wrote: > First: > In playground you have to put the widget into a NavigationPage, and add it to > Page Manager. > > Have you tried this? > > A fault is that you cannot mix qx.Desktop grid layout with qx.Mobile widget: > > " qx.ui.layout.Grid()" is not valid. > > You have to use qx.Mobile Flexbox layouts. > > The same with "getChildControl(String id, Boolean notcreate?)" > > this is a widget for qx.Desktop not qx.Mobile. > > I would propose to extend the > http://demo.qooxdoo.org/current/apiviewer/#qx.ui.mobile.list.List > > and then just override some methods, you need. > > > Greetz Christopher > ________________________________________ > Von: Ingo Bürk [[email protected]] > Gesendet: Dienstag, 29. Januar 2013 18:04 > An: [email protected] > Betreff: Re: [qooxdoo-devel] Mobile: Multi-Select List / List with checkboxes > > I have also posted this over on stackoverflow ( > http://stackoverflow.com/questions/14587614/qooxdoo-mobile-custom-widget-list-with-checkboxes > ). Any help there or on this list would be greatly appreciated! > > On 01/28/2013 08:20 PM, Ingo Bürk wrote: > Hi, > > sorry, but I have to get back to this. Following the Twitter app > tutorial, I created a class for an item that should hopefully contain > some text and a checkbox on the side. However, I simply cannot get this > to work. Maybe someone can take a look at it and a) tell me if what I > was doing there was correct, almost right or completely wrong and b) how > I can put it to use (in case it wasn't completely wrong). I feel like > this really isn't this hard, but I'm not quite familiar with the > framework yet. Thanks in advance! > > My (hopefully not embarrassing) attempt at the class can be found here: > http://tinyurl.com/b4bar2a > > Regards > Ingo > > On 01/27/2013 09:57 PM, Christopher Zndorf wrote: >> Hi , >> i think the following widget can help you: >> http://demo.qooxdoo.org/current/apiviewer/#qx.ui.mobile.dialog.Menu >> There you are able to select one item. >> Another way would be to extend the qx.Mobile List and adapt the > implementation of the Menu. > >> Greetz Christopher >> ________________________________________ >> Von: Airblader [[email protected]<mailto:[email protected]>] >> Gesendet: Sonntag, 27. Januar 2013 21:48 >> An: >> [email protected]<mailto:[email protected]> >> Betreff: [qooxdoo-devel] Mobile: Multi-Select List / List with checkboxes >> Hi everyone, >> I have spent some time on Google searching for a qxMobile list that allows >> multi-selection (for example with checkboxes on the side of each > item), but >> I couldn't find anything. This seems like something a lot of people would >> need so I wanted to ask if there is an implementation that I just couldn't >> find. If not, I guess I'll have to create a custom widget, but I wanted to >> save me that time if it already exists. >> Thanks in advance! > > >> -- >> View this message in context: > http://qooxdoo.678.n2.nabble.com/Mobile-Multi-Select-List-List-with-checkboxes-tp7582641.html >> Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. ON SALE this month only -- learn more at: >> http://p.sf.net/sfu/learnnow-d2d >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected]<mailto:[email protected]> >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. ON SALE this month only -- learn more at: >> http://p.sf.net/sfu/learnnow-d2d >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected]<mailto:[email protected]> >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > >> >> ------------------------------------------------------------------------------ >> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, >> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current >> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft >> MVPs and experts. ON SALE this month only -- learn more at: >> http://p.sf.net/sfu/learnnow-d2d >> _______________________________________________ >> qooxdoo-devel mailing list >> [email protected]<mailto:[email protected]> >> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn more at: > http://p.sf.net/sfu/learnnow-d2d > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
