I thought you wanted to delay the hidance of the picker.

I would propose to extend the picker dialog. Override the hide method in the 
following way


    /**
     * Hides the popup.
     * 
     * If popup is hidden before click event, the event will bubble to ui
     * element which is behind popup and might cause an unexpected action.
     * The popup will wait for click event before closing itself. 
     */
    hide : function()
    {
      // Wait 500ms.
      qx.lang.Function.delay(this.base, 500, this);
    },





Am 21.01.2013 um 16:25 schrieb Ed Adasiewicz:

> I guess I'm confused.  My implementation extended
> qx.ui.mobile.form.TextField.  So the only listeners I have added are "tap"
> on the TextField -- which shows the private picker that was created in the
> constructor; and "confirmSelection" on the private picker which sets the
> Value of the TextField from e.getData()[0].  Since I don't hide the picker,
> I'm not sure which button you are referring to.
> 
> 
> 
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/A-couple-of-mobile-sdk-questions-tp7582528p7582552.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. SALE $99.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122412
> _______________________________________________
> 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. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to