[qooxdoo-devel] GridLayout and Window caused browser freeze

2006-06-29 Thread Quake_Wang
Hi All, I'm using SVN namespace branch, got a javascript long time running issue, when try to drag a Window with GridLayout, browser will be freezed, enclosed is for reference. Tested on FF and IE, same error. FirexFox 1.5.0.4 IE 6.0 Regards, Quake Title: qooxdoo demo

Re: [qooxdoo-devel] Add Qx Objects in a DOM Object

2006-06-29 Thread wewu200
you can use the "Inline" object. -- View this message in context: http://www.nabble.com/Add-Qx-Objects-in-a-DOM-Object-tf1864336.html#a5114733 Sent from the qooxdoo-devel forum at Nabble.com. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with

Re: [qooxdoo-devel] can you gave me qooxdoo API Documentation?

2006-06-29 Thread hotcicada
The infomation was printed at the end of make-all.sh script: --- - Final Size: 740 build/script/qooxdoo.js gzipped: 128 build/script/qooxdoo.js.gz

[qooxdoo-devel] Lack of Time to "render" DOM

2006-06-29 Thread ACampelo
I'm working with a QxTabView inserted into a QxInLine to work inside a traditional DIV. One of the QxTabViewButton is loaded with a traditional HTML TextField: . After window.application.main = function(), I call a JS file with a autocomplete algorithm: InitQueryCode('txtField', 'div_txtField',

Re: [qooxdoo-devel] can you gave me qooxdoo API Documentation?

2006-06-29 Thread Andreas Ecker
Howdy! hotcicada wrote: > I run trunk/tools/generate/make-docs.sh ,and got build/docs directory ,there > are common.css,docs-js.xml,main.js,print.css and screen.css,but index.html > is not int build/docs directory.I dont konw why. What does the output of the script say? Does it finish similar to:

Re: [qooxdoo-devel] can you gave me qooxdoo API Documentation?

2006-06-29 Thread Andreas Ecker
Howdy! Christoph Dorn wrote: > Why can we not make a daily build of the documentation available on the > website for download and browsing? A daily build of the api reference? For what code base do you think that would make sense: release 0.5.x, SVN trunk, development branch, ...? For a release

Re: [qooxdoo-devel] Custom Context Menu Not Working

2006-06-29 Thread thetreed1
Nevermind I figured it out. Mozilla, Netscape, and IE were reporting that the button clicked to fire the contextmenu event was the left button. I was only looking for a right click. But as it turns out the contextmenu event will only be fired by a right click anyway so checking for the button i

Re: [qooxdoo-devel] can you gave me qooxdoo API Documentation?

2006-06-29 Thread Christoph Dorn
Why can we not make a daily build of the documentation available on the website for download and browsing? Christoph -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Ecker Sent: June 29, 2006 3:35 AM To: qooxdoo Development Subject: Re: [qooxdoo

Re: [qooxdoo-devel] can you gave me qooxdoo API Documentation?

2006-06-29 Thread hotcicada
I run trunk/tools/generate/make-docs.sh ,and got build/docs directory ,there are common.css,docs-js.xml,main.js,print.css and screen.css,but index.html is not int build/docs directory.I dont konw why. -- View this message in context: http://www.nabble.com/can-you-gave-me--qooxdoo-API-Documentati

[qooxdoo-devel] Custom Context Menu Not Working

2006-06-29 Thread thetreed1
I have added a custom context menu to the main window by doing the following in window.applicaiton.main : mainWin = window.application.getClientDocument(); ... this.mainWin.add( createContextMenu( ) ); this.mainWin.addEventListener("contextmenu", function(e) {

Re: [qooxdoo-devel] can you gave me qooxdoo API Documentation?

2006-06-29 Thread Andreas Ecker
Howdy! hotcicada wrote: > I not fund the API Documentation in this list,could you email the compiled > API docs to me? thanks! I don't think it makes much sense request content that is supposed to be easily created by any individual user. If there are problems in generating the API documenta

Re: [qooxdoo-devel] can you gave me qooxdoo API Documentation?

2006-06-29 Thread hotcicada
hi Til Schneider,thank you! I not fund the API Documentation in this list,could you email the compiled API docs to me? thanks! my email:[EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/can-you-gave-me--qooxdoo-API-Documentation--tf1865596.html#a5098806 Sent from the qoo

Re: [qooxdoo-devel] can you gave me qooxdoo API Documentation?

2006-06-29 Thread Til Schneider
> I don't know how to compile the qooxdoo API docs,can you email one to me? Here is the description: http://qooxdoo.org/documentation/developer/api_documentation I sent the compiled API documentation yesterday to the list. See my mail from 15:29. -- Using Tomcat but need to do more? Need to

Re: [qooxdoo-devel] QxTabView inside a QxBoxLayout seems buggy

2006-06-29 Thread Charles SALMON
Sorry, this was not a bug.I forgot to give height and width to QxBoxLayout and QxTabView.By doing so, everything works OK.Thanks,Charles.On 6/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: "Charles SALMON" <[EMAIL PROTECTED]> writes:> If I try to put a QxTabView inside a QxBoxLayout (which is

Re: [qooxdoo-devel] TablePane dispose dereferences non-existent property

2006-06-29 Thread Til Schneider
> The problem is that TablePane.dispose() calls the GridLayout dispose > function, but TablePane does not extend GridLayout, it extends > Terminator. Yes, right. This was a bug. I fixed it in SVN. Thanks for the analysis. -- Using Tomcat but need to do more? Need to support web services, secu