Re: [qooxdoo-devel] buttons and the pressed state

2007-09-18 Thread Alex Back
Hi Jim, Jim Hunter wrote: > It never fails, you can work on something forever and not figure it out but > the minute you post a question you see the answer. The way to add state to > a button is with addState() method, DOH! The only thing I did discover was > that the older constants that I had a

Re: [qooxdoo-devel] buttons and the pressed state

2007-09-18 Thread Sebastian Werner
Some things are really easy, are they? ;) Sebastian Am 19.09.2007 um 01:16 schrieb Jim Hunter: It never fails, you can work on something forever and not figure it out but the minute you post a question you see the answer. The way to add state to a button is with addState() method, DOH! Th

[qooxdoo-devel] 0.7.1 migration advice for static members

2007-09-18 Thread Simon Bull
Hi List, I am migrating some qx 0.6.5 code to 0.7.1. I am wondering what is the 0.7.1-friendly way to re-implement code that accesses static members of other classes. For example, I have some 0.6.x code that looks like this: var queryType = ext.query.AbstractQuery.QUERY_TYPE__GET_CACHE_

Re: [qooxdoo-devel] Tab completion

2007-09-18 Thread Raul Gutierrez S.
On Tue, 2007-09-18 at 18:48 -0500, johnl wrote: > I'm trying to add tab completion (shell style) to a textArea, but the > problem I'm having is I can't get stop the focus from being moved from > the textArea when tab is pressed. Here is the code I'm using: > > this._searchBox.addEventListener('k

[qooxdoo-devel] Migrating 0.6.5 to 0.7.1

2007-09-18 Thread Simon Bull
Hi List, I have been migrating a qx 0.6.5 app to 0.7.1 using the "make migrate" command. The migration almost worked out of the box -- but not quite. Here is a summary of the problems I encountered, and the workarounds. Perhaps some of these issues have already been found and fixed... please

[qooxdoo-devel] Tab completion

2007-09-18 Thread johnl
I'm trying to add tab completion (shell style) to a textArea, but the problem I'm having is I can't get stop the focus from being moved from the textArea when tab is pressed. Here is the code I'm using: this._searchBox.addEventListener('keypress', this._onKeyPress, this) this._searchBox.addEvent

Re: [qooxdoo-devel] buttons and the pressed state

2007-09-18 Thread Jim Hunter
It never fails, you can work on something forever and not figure it out but the minute you post a question you see the answer. The way to add state to a button is with addState() method, DOH! The only thing I did discover was that the older constants that I had a note on do not work and all you nee

[qooxdoo-devel] buttons and the pressed state

2007-09-18 Thread Jim Hunter
I may just be brain dead but I can't find a way to present a button in the 'pressed' position? What I have is a toolbar with a button to bring up a filter dialog. And if the filter is active, I want the filter button to stay 'pressed'. Then once the button is clicked again, I can see that it is 'pr

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread bibliograph
Done: http://bugzilla.qooxdoo.org/show_bug.cgi?id=644 I thought it was a FF problem only, but discovered that IE7 shows the same behaviour. Thanks, Christian Sebastian Werner schrieb: > Ok, thanks Christian. > > May be you can open a bug report for this (if not happended yet). Please > be su

Re: [qooxdoo-devel] Three build problems

2007-09-18 Thread [EMAIL PROTECTED]
*push* Can anybody reproduce the bugs I encountered with the files attached to my prior mail on 2007/09/11? Fabio [EMAIL PROTECTED] wrote: > Hi Thomas, > > replies are below. The files attached are zip archives, but the mailing list > currently blocks the .zip extension. > > thron7 wrote: >> H

[qooxdoo-devel] Using the first column of a table as the "header" column

2007-09-18 Thread bibliograph
Hello, I was asking this before but it got lost somehow: I am using the qx.ui.table.Table as a property editor. The first column holds the property key labels, the second one holds the editable property values. I would like to style the first column as a "header" column and would therefore be

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-18 Thread bibliograph
Hello Fabian, thank you very much for accepting my cellrenderers and celleditors. There is one small patch necessary which I attach: the qx.ui.table.cellrenderer.Password needs to be patched so that the renderer does not choke on "null" values, but everything else works phantastic. I also att

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Derrell Lipman
On 9/18/07, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > What do you think, should we promote the tree virtual as stable for the > upcoming 0.7.2 release? I think some qooxdoo users are already using it > with success. No, please don't promote it yet. I'd like to review it first, and I won't have t

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Fabian Jakobs
Derrell Lipman schrieb: > On 9/18/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: > >> Ok, thanks Christian. >> >> May be you can open a bug report for this (if not happended yet). Please >> be sure to post all the details there. >> >> However I don't think this is release critical. Also because

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Fabian Jakobs
dperez schrieb: > I consider a critical bug the problem with vertical aligment of TreeVirtual, > commented today by me in another thread. > > > Hi David, my recent table changes haven broken tree virtual. I think I have now fixed everything again. Best Fabian > Sebastian Werner wrote: > >>

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Derrell Lipman
On 9/18/07, Sebastian Werner <[EMAIL PROTECTED]> wrote: > Ok, thanks Christian. > > May be you can open a bug report for this (if not happended yet). Please > be sure to post all the details there. > > However I don't think this is release critical. Also because the tree > virtual was never present

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Raul Gutierrez S.
On Tue, 2007-09-18 at 17:25 +0200, Sebastian Werner wrote: > Hi Paul, > > thank you for your feedback. However it looks quite good in my opinion > the the current version of the class. This is within the first lines of > the method "styleFromTheme" which effectively work, even when the debug >

Re: [qooxdoo-devel] qooxdoo component library sample application preview

2007-09-18 Thread Jim Hunter
I see nothing wrong right now. I am using FireFox 2.0 in Windows XP Pro. Everything seems to work fine for me and I logged in as all 3 users and tried clicking on everything. Jim www.D4PHP.org www.D4PHP-Hosting.com On 9/18/07, Siarhei Barysiuk <[EMAIL PROTECTED]> wrote: > > It worked fine hour a

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Sebastian Werner
Hi Paul, thank you for your feedback. However it looks quite good in my opinion the the current version of the class. This is within the first lines of the method "styleFromTheme" which effectively work, even when the debug mode is off. if (!entry) { if (qx.core.Variant.

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Raul Gutierrez S.
Sebastian: On Tue, 2007-09-18 at 16:09 +0200, Sebastian Werner wrote: > Hi all! > > Just want to let you know about our wish to release a small bugfix / > feature enhancement release of qooxdoo 0.7.x tomorrow. If you have > comments or crititcal bugs which still needs to get fixed for this > r

[qooxdoo-devel] Cookie question

2007-09-18 Thread westor
Before I start my application, I set a cookie with php, named as PHPSESSID. User login data are stored there. In the application I have a logout button. On execute I want to kill the session and reload the page. What I tryed: - qx.io.local.CookieTransport.delAll(); - qx.io.local.CookieApi.del("P

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Sebastian Werner
Ok, thanks Christian. May be you can open a bug report for this (if not happended yet). Please be sure to post all the details there. However I don't think this is release critical. Also because the tree virtual was never presented as a stable part (at least for me). What is Derrels position a

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread dperez
I consider a critical bug the problem with vertical aligment of TreeVirtual, commented today by me in another thread. Sebastian Werner wrote: > > Hi all! > > Just want to let you know about our wish to release a small bugfix / > feature enhancement release of qooxdoo 0.7.x tomorrow. If you ha

Re: [qooxdoo-devel] Starting out with the qooxdoo libraries

2007-09-18 Thread Nick Glencross
Michael Ribbons wrote: > Fabian, > That did the trick, although I think firebug was going a bit awol on me > before. > > It lowers the total net transactions from 3.32 to ~ 1.6 mb and things > are faster to refresh. There are other 'tricks' which are useful during development. One is to desig

Re: [qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread bibliograph
Hi Sebastian, good to hear! As far as I am concerned, I am still struggling with the fact that during a drag session over a TreeVirtual, the supportsDrop method receives a reference to a HorizontalBoxLayout and not the TreeVirtual itself if the drag source and the drop target are the same ("drop

Re: [qooxdoo-devel] missing color converting rgbtohex

2007-09-18 Thread Fabian Jakobs
westor schrieb: > Hi Fabian, > > I attach a zip for you, with the patched code for both files, ColorUtil and > ColorSelector. Please check this out, if enerything is ok. > > Hi Torsten, Thanks for the patch. I have just applied it. Best Fabian -- Fabian Jakobs JavaScript Framework Developer

[qooxdoo-devel] qooxdoo 0.7.2 planned for tomorrow

2007-09-18 Thread Sebastian Werner
Hi all! Just want to let you know about our wish to release a small bugfix / feature enhancement release of qooxdoo 0.7.x tomorrow. If you have comments or crititcal bugs which still needs to get fixed for this release please feel free to send us a reminder. Thank you for your support. Cheers,

Re: [qooxdoo-devel] Extending the Table with dynamic cellEditors and cellRenders

2007-09-18 Thread Fabian Jakobs
Hi Christian, thanks for your contribution. I have just commited your patch to trunk and legacy_0_7. The focus bug caused me some gray hair but I think it is finally fixed. Please check if it is working as expected. Best Fabian > Hello, > > attached you find a patch (you need to rename the .zip

Re: [qooxdoo-devel] missing color converting rgbtohex

2007-09-18 Thread westor
Hi Fabian, I attach a zip for you, with the patched code for both files, ColorUtil and ColorSelector. Please check this out, if enerything is ok. Cheers Torsten http://www.nabble.com/file/p12757256/qx.zip qx.zip Fabian Jakobs-2 wrote: > > westor schrieb: >> Hi Jim, >> I'm working on a cms.

Re: [qooxdoo-devel] 0.7.1 migration error on ! comment

2007-09-18 Thread Simon Bull
Hi Fabian, Done. Bug number 642 in Bugzilla. Simon - Original Message From: Fabian Jakobs <[EMAIL PROTECTED]> To: qooxdoo Development Sent: Tuesday, 18 September, 2007 6:27:13 PM Subject: Re: [qooxdoo-devel] 0.7.1 migration error on ! comment Hi Simon, > Hi List, > > I am migrating

Re: [qooxdoo-devel] qooxdoo component library sample application prev

2007-09-18 Thread frederic
Christian, Tested on FF2 and IE6, same errors appear. Probably my company firewall blocks the JS load. I will test it @ home. Frederic bibliograph wrote: > > > > Frederic, thanks for the feedback. Strange - it is working here (Win/FF2 > with FireBug) - haven't tried in IE, though.   Di 18 S

Re: [qooxdoo-devel] TreeVirtual and row height

2007-09-18 Thread dperez
I forgot to mention that this causes a vertical misalignment between the leftmost column and the other ones. I consider this a bug that should be fixed. dperez wrote: > > The height of the leftmost column in a virtual tree is too small. It's > smaller than the one in other columns. > This happ

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-18 Thread Fabian Jakobs
dperez schrieb: > This is OK for me. > Perfect, I think this is really still a missing feature. > Fabian Jakobs-2 wrote: > >> dperez schrieb: >> >>> I also need an event when clicking on a cell, in addition to double >>> clicking >>> one. >>> If appropiate, I offer myself to implement i

[qooxdoo-devel] TreeVirtual and row height

2007-09-18 Thread dperez
The height of the leftmost column in a virtual tree is too small. It's smaller than the one in other columns. This happens for the current 0.7 branch of SVN. -- View this message in context: http://www.nabble.com/TreeVirtual-and-row-height-tf4472968.html#a12753271 Sent from the qooxdoo-devel ma

Re: [qooxdoo-devel] qooxdoo component library sample application prev

2007-09-18 Thread bibliograph
Frederic, thanks for the feedback. Strange - it is working here (Win/FF2 with FireBug) - haven't tried in IE, though. Di 18 Sep 2007 08:14:50 UTC von frederic an qooxdoo-devel@lists.sourceforge.net Betreff: Re: [qooxdoo-devel] qooxdoo component library sample application previewHello Christian,Yo

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-18 Thread dperez
This is OK for me. Fabian Jakobs-2 wrote: > > dperez schrieb: >> I also need an event when clicking on a cell, in addition to double >> clicking >> one. >> If appropiate, I offer myself to implement it. >> > I we tackle this now, why don't we implement all click events on cell > level: > >

Re: [qooxdoo-devel] Starting out with the qooxdoo libraries

2007-09-18 Thread Michael Ribbons
Fabian, That did the trick, although I think firebug was going a bit awol on me before. It lowers the total net transactions from 3.32 to ~ 1.6 mb and things are faster to refresh. Thanks. > Date: Tue, 18 Sep 2007 10:57:30 +0200> From: [EMAIL PROTECTED]> To: > qooxdoo-devel@lists.sourcefor

Re: [qooxdoo-devel] Starting out with the qooxdoo libraries

2007-09-18 Thread Fabian Jakobs
Hi Michael, > Hi, > > QooxDoo looks very nice. I managed to set up the cygwin environment > and build the skeleton app with no trouble - a great sign for an open > source project. Welcome to qooxdoo ;-) > > I just have a couple of questions re development. > > If one makes a change and pre

[qooxdoo-devel] Starting out with the qooxdoo libraries

2007-09-18 Thread Michael Ribbons
Hi, QooxDoo looks very nice. I managed to set up the cygwin environment and build the skeleton app with no trouble - a great sign for an open source project. I just have a couple of questions re development. If one makes a change and presses refresh in the browser, it can take up to 3 minut

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-18 Thread Fabian Jakobs
dperez schrieb: > I also need an event when clicking on a cell, in addition to double clicking > one. > If appropiate, I offer myself to implement it. > I we tackle this now, why don't we implement all click events on cell level: - click - dblclick - rightclick/contextmenu The events should be

Re: [qooxdoo-devel] missing color coverting rgbtohex

2007-09-18 Thread Fabian Jakobs
westor schrieb: > Hi Jim, > I'm working on a cms. Like in the colorpicker tool we have to give the user > the possibility to enter a color or to select one. And we save it of course > in a hex string in the database. > I took a snippet of lines from the colorpicker tool, but I think it should > be

Re: [qooxdoo-devel] 0.7.1 migration error on ! comment

2007-09-18 Thread Fabian Jakobs
Hi Simon, > Hi List, > > I am migrating some qx based classes from 0.6.5 to 0.7.1. > > I found that if the source file contains a comment like this: > > /*! > */ > > The migration script will fail with this error message (below). Removing the > ! from the comment enables the migration script to s

Re: [qooxdoo-devel] this._tablePane has no properties

2007-09-18 Thread Fabian Jakobs
Jim Hunter schrieb: > Starting today, I have been getting this error ("this._tablePane has > no properties") on and off. Sometimes it happens (and when it does it > happens many times a second and doesn't stop) and sometimes things run > fine. It is happening in this code: > > _oninterval:functi

Re: [qooxdoo-devel] qooxdoo component library sample application preview

2007-09-18 Thread Siarhei Barysiuk
It worked fine hour ago. Siarhei On 9/18/07, frederic <[EMAIL PROTECTED]> wrote: > > > Hello Christian, > Your online demo is broken, I have the following errors in Firebug : > > missing } in XML expression |[Break on this error] return true\n | > sample_app.js (line 5) > qx is not defined |[Brea

Re: [qooxdoo-devel] qooxdoo component library sample application preview

2007-09-18 Thread frederic
Hello Christian, Your online demo is broken, I have the following errors in Firebug : missing } in XML expression |[Break on this error] return true\n | sample_app.js (line 5) qx is not defined |[Break on this error] if (qx.IS_SOURCE) | build (line 13) bibliograph wrote: > > Hello, > > I h

[qooxdoo-devel] Enable another ButtonView button

2007-09-18 Thread Kolodziej Christian
I've built a navigation using ButtonView with several Buttons, one of these is called "Frontpage", another is called "Logout". Executing "Logout" should clean up the application and after that "Frontpage" should be active. But everything I do, always "Logout" is checked when the EventListener fu

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-18 Thread dperez
I also need an event when clicking on a cell, in addition to double clicking one. If appropiate, I offer myself to implement it. dperez wrote: > > I prefer also a click cell event rather than a row event, as the column > information is sometimes very useful. > > > Fabian Jakobs-2 wrote: >> >

[qooxdoo-devel] Table checkbox question

2007-09-18 Thread Todor
Hi! I need help! :) Can I get value from table checkbox? Also I want to set it checked when I select table row. Thanks! - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. ht