Re: [qooxdoo-devel] QXRequest error between 0.5.3 and renderer

2006-08-09 Thread Ricardo Borillo
Hi,renderer was an old branch previous to 0.5.3. Now, you should use namespaces branch.On 8/9/06, Jon Fawcett < [EMAIL PROTECTED]> wrote:I just built the renderer branch and now have some items that no longer work. The below code worked fine in 0.5.2 and 0.5.3, but produces thefollowing error using

Re: [qooxdoo-devel] Namespace version stability

2006-08-09 Thread dperez
Hi all, For accessing the namespace version, I have dowwnloaded the HEAD revision from http://svn.sourceforge.net/viewvc/qooxdoo/branches/namespaces. Is this the right way? Thanks for any answer. David -- View this message in context: http://www.nabble.com/Namespace-version-stability-tf207768

[qooxdoo-devel] splitter status and contract work

2006-08-09 Thread Clark C. Evans
On Tue, Aug 08, 2006 at 11:58:41AM +0200, David Perez wrote: | I have added 3 new items in the wishlist: | * splitter, I've been thinking of using qooxdoo for an application that I'm working on, and a splitter is quite an important requirement. I noticed that there is one in contributed/split

[qooxdoo-devel] Another small comment to the doc writers

2006-08-09 Thread Sebastian Werner
Hi! just want to throw another small idea of mine under the people. I don't think it's a good idea to repeatedly mention qooxdoo in every headline and in every second paragraph. In my opinion it makes more sense and even make stuff better readable to not use the word "qooxdoo" to much. For exa

[qooxdoo-devel] QXRequest error between 0.5.3 and renderer

2006-08-09 Thread Jon Fawcett
I just built the renderer branch and now have some items that no longer work. The below code worked fine in 0.5.2 and 0.5.3, but produces the following error using the renderer branch.: ERROR: QxRequest: Could not dispatch event of type "completed":e.getData().getContent is not a function: _dis

Re: [qooxdoo-devel] Individual rendering of rows in qx.ui.table: proposal and rfc

2006-08-09 Thread Jim Hunter
Any improvement that will allow me access to the row element and allow me to change the font and color would be greatly appreciated.Thanks,JimOn 8/9/06, Dietrich Streifert <[EMAIL PROTECTED]> wrote: Yes. Sorry for the traffic. Til Schneider schrieb: Hello Everybody and especially

Re: [qooxdoo-devel] Individual rendering of rows in qx.ui.table: proposal and rfc

2006-08-09 Thread Dietrich Streifert
Yes. Sorry for the traffic. Til Schneider schrieb: Hello Everybody and especially Til. What do you think about that. This mail is duplicate. I already answered this. See my mail from 14:39.

Re: [qooxdoo-devel] Individual rendering of rows in qx.ui.table: proposal and rfc

2006-08-09 Thread Til Schneider
> Hello Everybody and especially Til. > What do you think about that. This mail is duplicate. I already answered this. See my mail from 14:39. - Using Tomcat but need to do more? Need to support web services, security? Ge

Re: [qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Dietrich Streifert
Well lets hope the switch from namespace to trunk is happening soon. Thank you for your comments. Til Schneider schrieb: Are currently working on the table stuff? How far is the "final" table implementation away? Please give us a (even vague) timeframe for the future work on qx.ui.

Re: [qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Til Schneider
> Are currently working on the table stuff? How far is the "final" table > implementation away? Please give us a (even vague) timeframe for the > future work on qx.ui.table. I'm currently waiting for the namespaces branch to get stable and moved back to trunc. Before this is done, it makes no s

[qooxdoo-devel] Table scrollbar?

2006-08-09 Thread Alex Dukhovniy
Hi, i have a question regarding the table-widget. I made one(as in the examples) but when i add some data to it dynamically, --- for( var i=0; ihttp://sel.as-us.falkag.net/sel?c

Re: [qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Alex Dukhovniy
Title: qooxdoo » Demo That's great! Thank you very much. I have the same situation as you with the only difference that  our firm has already decided to use qooxdoo for the web applications and eg. i have to found the way to style the rows in the table individually. Ie. your solution is a great

Re: [qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Dietrich Streifert
Title: qooxdoo » Demo Sorry. There were some bugs in my example. Here is the corrected now working example: Dietrich Streifert schrieb: Til Schneider schrieb: I saw the previous messages about the lack of individual row rendering in qx.ui.table. I worked out a solution wh

Re: [qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Dietrich Streifert
Til Schneider schrieb: I saw the previous messages about the lack of individual row rendering in qx.ui.table. I worked out a solution which I'm asking if it is worth creating a patch: 1) Make the tablePane accessible through qx.ui.table.Table (eg. through getTablePane(metacolumn))

Re: [qooxdoo-devel] Listview Selected Changed Event....

2006-08-09 Thread Priebe, Jason
David wrote: > I think the change event is fired from the QxSelectionManager class. > You can get a reference to a QxSelectionManager thru > QxListView.getManager() Slight correction. To get the manager for a QxListView, must call QxListView.getPane().getManager() For all other widgets (like

Re: [qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Til Schneider
> I saw the previous messages about the lack of individual row rendering > in qx.ui.table. I worked out a solution which I'm asking if it is worth > creating a patch: > > 1) Make the tablePane accessible through qx.ui.table.Table (eg. through > getTablePane(metacolumn)) > > 2) Isolate the colo

Re: [qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Alex Dukhovniy
Dietrich Streifert schrieb: Til Schneider schrieb: I have a question regarding Tils great Table widget: How can I customize the appearance of the "cell has focus style"? There is an appearance entry called "table-data-cell" which seems to be intended to handle the app

[qooxdoo-devel] Individual rendering of rows in qx.ui.table: proposal and rfc

2006-08-09 Thread Dietrich Streifert
Hello Everybody and especially Til. I saw the previous messages about the lack of individual row rendering in qx.ui.table. I worked out a solution which I'm asking if it is worth creating a patch: 1) Make the tablePane accessible through qx.ui.table.Table (eg. through getTablePane(metacolumn))

Re: [qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Dietrich Streifert
Til Schneider schrieb: I have a question regarding Tils great Table widget: How can I customize the appearance of the "cell has focus style"? There is an appearance entry called "table-data-cell" which seems to be intended to handle the appearance (among others) of the "cell has fo

Re: [qooxdoo-devel] qooxdoo documentation

2006-08-09 Thread dperez
Hi, An important missing point in the current documentation, is the lack of examples for automatic layout. Nearly all the samples use hard-coded pixel values for the position and size. I find this style easy at first, but complicated to maintain, when you add, modify or delete widgets. I offer

[qooxdoo-devel] qooxdoo documentation

2006-08-09 Thread Alexander Trauzzi
>I don't think it is necessary to keep 0.5 documentation *within* the new >documentation structure. Newcomers will use 0.6 and the new >documentation. For the "old generation", keeping (!) the existing >documentation in a different location where bits and pieces can be added >is enough. People who

Re: [qooxdoo-devel] Why my QxTabView doesn't show

2006-08-09 Thread dperez
Hi, Sorry for generating so much traffic in such a short time. But I have now the workaround: var tv = new QxTabView; tv.setWidth('auto'); tv.setHeight('auto'); tv..getPane().setHeight('auto'); <- This step is important I have added this info to: http://qooxdoo.org/documentation/faq Rega

Re: [qooxdoo-devel] Why my QxTabView doesn't show

2006-08-09 Thread dperez
The real problem is setting the height to 'auto'. Is there any way of knowing the height of the tallest tab inside the QxTabView? -- View this message in context: http://www.nabble.com/Why-my-QxTabView-doesn%27t-show-tf2063545.html#a5722694 Sent from the qooxdoo-devel forum at Nabble.com. ---

[qooxdoo-devel] Namespace version stability

2006-08-09 Thread dperez
Hi, I'm quite new to Qooxdoo. I will need some new features like the Table. What do you recommend me? 1) To work with the latest stable version? (0.5.3) 2) To risk to use the work in progress (the namespace version). I know there isn't much documentation about the new version, but I think a lot

Re: [qooxdoo-devel] Why my QxTabView doesn't show

2006-08-09 Thread dperez
Hi all, The cause of the strange appearance of the QxTabView, is setting the height and width to auto, when inserted inside a QxBoxLayout. I don't know which size it must have in pixels. Is there any known workaround? Is this bug solved in the namespace version? Regards, David -- View this m

Re: [qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Til Schneider
> I have a question regarding Tils great Table widget: How can I customize > the appearance of the "cell has focus style"? > > There is an appearance entry called "table-data-cell" which seems to be > intended to handle the appearance (among others) of the "cell has focus > style" with the 3 pi

Re: [qooxdoo-devel] Patch for bug in ToolTip.js of current rev.3778 of namespace branch

2006-08-09 Thread Sebastian Werner
Hi! Applied. Thank you. Sebastian Dietrich Streifert schrieb: > Hello Everybody, > > here is a patch against revision 3778 of the namespace branch which > corrects a bug introduced in revision 3768 during appearance cleanup. > > Can you please apply this to svn ? > > Thank you. > > > ---

[qooxdoo-devel] Patch for bug in ToolTip.js of current rev.3778 of namespace branch

2006-08-09 Thread Dietrich Streifert
Hello Everybody, here is a patch against revision 3778 of the namespace branch which corrects a bug introduced in revision 3768 during appearance cleanup. Can you please apply this to svn ? Thank you. -- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH Index: frontend/framework/sour

[qooxdoo-devel] THE OFFICIAL QOOXDOO HOWTO pdf

2006-08-09 Thread Volker Pauli
Hi, i found an interesting link at the official docuwiki page related to the pdf export problem. Perhaps it can help you: http://wiki.splitbrain.org/wiki:tips:pdfexport?s=custom%20acronym%20conf Regards Volker signature.asc Description: Dies ist ein digital signierter Nachrichtenteil ---

[qooxdoo-devel] Customizing appearance of qx.ui.table.Table in namespace branch

2006-08-09 Thread Dietrich Streifert
Hello Everybody. I have a question regarding Tils great Table widget: How can I customize the appearance of the "cell has focus style"? There is an appearance entry called "table-data-cell" which seems to be intended to handle the appearance (among others) of the "cell has focus style" with th

Re: [qooxdoo-devel] qooxdoo-devel Digest, Vol 3, Issue 56

2006-08-09 Thread Christian Boulanger
Sebastian Werner schrieb: > Alexander Trauzzi schrieb: > >> I have already started merging documents into the new howto document and >> I've also created a FAQ. If anyone feels like making edits, >> corrections, suggestions and additions - feel free. If you want to put >> down just the fact