I think this is a qooxdoo bug. Inspecting the DOM I could see that the
checkbox is "there", but the native checkbox (of course) is hidden by
the framework. I don't know why qooxdoo's checkbox doesn't show up, but
removing the hidden-setting from the native checkbox displays at least
that one. The question is: How do I get the qx checkbox to display?
On 01/30/2013 01:39 PM, Ingo Bürk wrote:
> I tried different elements like Buttons and Input fields instead of the
> checkbox now -- they all work (even though you can't select them or
> write into it?), just the checkbox isnt displayed.
>
> On 01/29/2013 09:55 PM, Ingo Bürk wrote:
>> Hi,
>>
>> I finally got it to work -- almost! It doesn't work in the Playground,
>> but it works in my app. However, it only displays the labels, but not
>> the checkbox -- and I have no idea why. Here's the code for my renderer:
>> http://pastebin.com/X7W7R4g9 Any ideas why the checkbox isn't being
>> displayed?
>>
>> On 01/29/2013 08:04 PM, Ingo Bürk wrote:
>>> 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 Z?ndorf 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
>>
>>
>> ------------------------------------------------------------------------------
>> 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
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_jan
>
>
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel