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

2008-11-04 Thread Red Davies
Greetings! Firstly, let me say that after a few weeks of using this framework I'm really starting to feel at home in the environment. Most of my issues now seem to be learning where and how to draw the lines in the APIs between each of the MVC without coding myself into a corner. This will come

Re: [qooxdoo-devel] Editable Table Cell still carries old data

2008-11-04 Thread Kanugula
Thank you Ian. It worked! Thanks. Kanugula. Ian Horst wrote: > > Call method table.stopEditing(), when you click submit. > > Ian Horst > > > Kanugula wrote: >> Hi, >> >> qx 0.7.3, IE6, FF3 >> >> I have an editable Table cell and submit button at the bottom of the page >> (outside of tabl

Re: [qooxdoo-devel] Flow layout 0.5

2008-11-04 Thread Chris Banford
Hi Jim, The way I understand it, it should be fairly simple to add this into the Flow Layout. :-) Really a great recommendation of qx that someone like myself can create something of use for others, without actually have a solid understanding of much of the framework itself. -Chris Excell

Re: [qooxdoo-devel] Errors building api in framework

2008-11-04 Thread thron7
> I'm sorry. I asked a rhetorical question. Yes, *I* know what it means, but > it's certainly not obvious what it means to someone not as familiar with > qooxdoo as I am. I think you know by now that I'm a big proponent of "make > things obvious and easy to learn" :-) so that it doesn't take ye

Re: [qooxdoo-devel] Editable Table Cell still carries old data

2008-11-04 Thread Ian Horst
Call method table.stopEditing(), when you click submit. Ian Horst Kanugula wrote: > Hi, > > qx 0.7.3, IE6, FF3 > > I have an editable Table cell and submit button at the bottom of the page > (outside of table view). > There is a bug in that. While the focus is in the cell textfield, if the > s

[qooxdoo-devel] Editable Table Cell still carries old data

2008-11-04 Thread Kanugula
Hi, qx 0.7.3, IE6, FF3 I have an editable Table cell and submit button at the bottom of the page (outside of table view). There is a bug in that. While the focus is in the cell textfield, if the submit button is pressed, it carries the old cell value. As a workaround, we told the users to click

Re: [qooxdoo-devel] Errors building api in framework

2008-11-04 Thread Derrell Lipman
On Tue, Nov 4, 2008 at 4:45 AM, thron7 <[EMAIL PROTECTED]> wrote: > > > > Also, what does "Excludes may break code!" mean? That's displayed when > > running "generate.py -q api" in the framework directory. > > > > Derrell, c'mon, you know what it means. You've been working with the > system for t

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

2008-11-04 Thread Alexander Back
Hi Günther, Günther wrote: > Alexander Back wrote: >>> Do you already read the "Hello World" starters tutorial? This will offer >>> you how to setup your application and the framework properly. >>> -> http://qooxdoo.org/documentation/0.8/helloworld > Yes, i have read the "hello world" starter tut

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

2008-11-04 Thread Günther
Alexander Back wrote: > >> Welcome to the project! > Thanx Alexander Back wrote: > >> Do you already read the "Hello World" starters tutorial? This will offer >> you how to setup your application and the framework properly. >> -> http://qooxdoo.org/documentation/0.8/helloworld > Yes, i have

Re: [qooxdoo-devel] Enable more capability in window status bar

2008-11-04 Thread Paul Morel
That worked great. We went with the direct approach and modified the status bar without subclassing it. var statusBar = myWin._getChildControl("statusbar"); // add whatever you like the the statusbar statusBar.add(...); You can also modify the HBox layout by grabbing the layout for the composit

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

2008-11-04 Thread Alexander Back
Hi Günther, Günther wrote: > Hello, > i'm totally new to qooxdoo. Welcome to the project! > I would use qooxdoo in a existing PHP > application and existing HTML pages. > The problem is i don't know how to create the qooxdoo source to include in > existing HTML pages. > Have anyone a hint for me

Re: [qooxdoo-devel] [0.8] Context menu

2008-11-04 Thread Ian Horst
I made spike solution to see how it looks in real life. Check http://bugzilla.qooxdoo.org/show_bug.cgi?id=1528 Please give some feedback to qooxdoo developers about alternative for contextmenu, so we can get headache of building alternative for contextmenu away from us and have a default action.

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

2008-11-04 Thread Günther
Hello, i'm totally new to qooxdoo. I would use qooxdoo in a existing PHP application and existing HTML pages. The problem is i don't know how to create the qooxdoo source to include in existing HTML pages. Have anyone a hint for me? best regards, guenni -- View this message in context: http://w

Re: [qooxdoo-devel] Errors building api in framework

2008-11-04 Thread thron7
> That option has one error, I think. It still prints a bunch of unnecessary > 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% lines. Could you get rid of > those? > Everything is possible with the right amount of motivation :). I, for one, are very happy to have *some kind* of progress indicatio