Hi Mike,
it is not possible to mix them, that is right.
But it is very easily possible to create your own widget.
Just extend a qx.ui.mobile.core.Widget and overwrite the following method:
/**
* Returns the tag name of the container element of this widget.
* Override this method if you want to create a custom widget.
*/
_getTagName : function()
{
return "canvas";
},
Now you can work with the canvas through canvas.getContainerElement() .
Which version of qooxdoo Mobile do you use?
Greetz Christopher
Am 15.10.2012 um 15:28 schrieb Mike:
> Hello,
>
> is it possible to use a qx.ui.embed.Canvas with a qx.application.Mobile?
>
> API doc: NavigationPage can only have child widgets from the
> qx.ui.mobile namespace.
>
> I tried a qx.ui.mobile.container.Composite as child but cannot add a canvas.
>
> My application shall have a page with a button/tool bar under a Canvas,
> and a page title with a back button on top.
>
> Mike.
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel