[qooxdoo-devel] Clarification needed on create method for qx.bom.Flash

2008-11-05 Thread Mike Rea
I'm trying to use the 0.8 qx.bom.Flash class to add flash to an application (we're porting an 0.7.3 app to 0.8). The documentation and the demobrowser seem to indicate different arguments for the qx.bom.Flash.create method. The documentation here (http://demo.qooxdoo.org/current/apiviewer/#qx.bo

Re: [qooxdoo-devel] qooxdoo to Iframe source communication

2008-11-05 Thread jason_h
Jonathan, your suggestion helped me quite a lot. But I'm still not able to modify elements inside the iframe. Actually my previous code example was embedded inside a RAP application (www.eclipse.org/RAP), which complicated things even more for me. I changed to pure qooxdoo now, starting from the t

[qooxdoo-devel] Announcement: TextMate plugin

2008-11-05 Thread Fabian Jakobs
Hi, today I have checked in a TextMate bundle for qooxdoo into qooxdoo-contrib. See for details. I would like to invite everyone who uses TextMate to install the bundle and help improving it. If you follow the installation instructions in the

Re: [qooxdoo-devel] qooxdoo to Iframe source communication

2008-11-05 Thread Jonathan Rass
Hello Alex! qooxdoo uses special techniques for handling DOM elements to improve performance. For example: the iframe widget's DOM element is not created in the same moment when you create the widget itself. > var win=this.getContentWindow(); If you want to access the content window be sure

[qooxdoo-devel] qooxdoo to Iframe source communication

2008-11-05 Thread jason_h
Hello, I am quite new to qooxdoo and have a problem understanding how to communicate between qooxdoo and the source of an Iframe object. I define the following Iframe derived class, where I want to access a button "b" in a form "myform" of the page "test.html". But the alert(win) already displays

Re: [qooxdoo-devel] Using qooxdoo in a existing html page

2008-11-05 Thread Alexander Back
Hi Günther, Günther Bauer wrote: > This thing with the configuration settings to load the js files > "on-demand" is interesting. Currently this feature is available but there'll is still some work to do. We already have a bug report for it you can follow if you like. -> http://bugzilla.qooxdoo.or

Re: [qooxdoo-devel] Using qooxdoo in a existing html page

2008-11-05 Thread Günther Bauer
This thing with the configuration settings to load the js files "on-demand" is interesting. OK, i understand to use the qooxdoo framework without create applications is very complicated. The alternative with the single js file without combining a application is interesting to know. I would like to

Re: [qooxdoo-devel] Customizing Tree/Treefolder in 0.7.x

2008-11-05 Thread Jonathan Rass
Hello Fritz! It not easy to achieve this, since the tree's appearance depends on the application's theme and to gain a consistent look each folder has the same icon for it's indend object (the +/- sign). However, you can work this way: 1. The tree must be rendered (flushTree() must have been

[qooxdoo-devel] Customizing Tree/Treefolder in 0.7.x

2008-11-05 Thread Fritz Zaucker
Hi, I'd like to customize the +- (PlusMinus) Sign in a tree, so that different versions (colors) of the +- folder opening/closing icon are used on different folders? Alternatively/additionally, I'd like to have different text colors for some tree folder labels. Is this doable? Thanks, Fritz --

Re: [qooxdoo-devel] Using qooxdoo in a existing html page

2008-11-05 Thread Alexander Back
Hi Günther, Günther Bauer wrote: > I have yet two another questions: > It is possible to create several packages (.js files) where easy to include > in the html files to use the qooxdoo framework? Yes, of course. The cool thing is that the tool-chain is doing the heavy-lifting for you. You only h

Re: [qooxdoo-devel] Using qooxdoo in a existing html page

2008-11-05 Thread Günther Bauer
Hello, after i run "./generate source" again my little sample works. Thanx. I have yet two another questions: It is possible to create several packages (.js files) where easy to include in the html files to use the qooxdoo framework? It is possible to use the qooxdoo framework without creating a a

Re: [qooxdoo-devel] Tabview Justification and generate.py build question.

2008-11-05 Thread thron7
Hi Red, concerning your second question ... > Secondly, when I build my application, it runs flawlessly from the > source directory. However, when I generate a build version using > ./generate.py build and execute that I get the following error in my > browser: > > this[p[w]] is not a function