hi Ed,
as a quick solution…. you can also listen on button's "click" event, instead of
"tap" event before hiding.
Should do the trick for your purpose.
Greetz Christopher
/**
* Event handler for tap on clear button.
*/
confirm : function() {
this._fireConfirmSelection();
// Last event which is fired by tap is a click event,
// so hide menu after click event.
// If menu is hidden before click-event, event will bubble to ui
// element which is behind menu, and might cause an unexpected action.
qx.event.Timer.once(this.hide, this, 500);
},
Am 21.01.2013 um 14:45 schrieb Ed Adasiewicz:
> Bugs 7151 and 7152 have been added.
>
> I'm still experimenting with waiting 400ms before the dialog closes. I as
> using the disappear event on the Picker and also using the
> qx.event.Timer.once() method but I am not sure what to use for a function.
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/A-couple-of-mobile-sdk-questions-tp7582528p7582547.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