Hi Peter,
On Wednesday March 10 2010 09:50:05 Peter Schneider wrote:
> thanks for your "insights".
Glad it helped to shed some light into the dark :)
> I got myself into extending qx.ui.embed.Html already, but was not able to
> completely solve all my problems.
> But thanks to you, I'm more confident ;)
Nice to hear that.
> I understand, that "addToDocument" can not be used anymore, I already tried
> several container/layout/add approaches....with no success so far...
> But I will come back whenever I have more knowledge to ask a more specific
> question.
Take a look at the "GUI toolkit" section of the manual. This should get you
further in understanding the use of layouts and containers.
http://qooxdoo.org/documentation/1.0#gui_toolkit
Another entry point might be the new tutorial series we just started (3 parts
are available by now).
http://news.qooxdoo.org/category/workshop
> I would like to add the HTML-Element somewhere "near the root" of the
> DOM-tree (direct after <body> or before </body> would be nice) but that's
> not so important. Any tip on how to do this the clever way? I think I will
> look and "steal" some ideas from popup namespace classes.
Is is really important where in the DOM the nodes are added? If you need to
position a widget in a specific way it should be possible with the help of a
layout manager. The reason why popup widgets are added directly to the top
level node (application root) is a technical one. It easily allows you to
position the widget with absolute coordinates and to be able to show the
widget above others.
If you need this kind of widget then the popup widget might be a good starting
point.
> Do you have any idea of a good tutorial or other documentation that handles
> the "basics" of the widget-system?
The "GUI toolkit" section I mentioned above.
> Where e.g. the use-cases for overwriting "_applyHtml" etc. are described?
Such a specific documentation is indeed missing, but maybe the "Custom Widgets"
article wil help you further.
> As soon as I am successful I will post my result, so others with similar
> problems might get some enlightenment ;)
Good to hear.
cheers,
Alex
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel