Re: [qooxdoo-devel] missing color coverting rgbtohex

2007-09-17 Thread westor
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 general available. Jim H

[qooxdoo-devel] 0.7.1 migration error on ! comment

2007-09-17 Thread Simon Bull
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 succeed. Perhaps the script

[qooxdoo-devel] this._tablePane has no properties

2007-09-17 Thread Jim Hunter
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:function(){if(this._updateContentPlanned

Re: [qooxdoo-devel] event fired after gui rendering is completed

2007-09-17 Thread Jim Hunter
The appear event is fired when all the visible items are done drawing. I use it all the time. I just attach it to one of the items that I know are getting rendered. I have never used any other global event, just appear attached onto one of the main things on my form. Jim www.D4PHP.org www.D4PHP-Ho

[qooxdoo-devel] qooxdoo component library sample application preview

2007-09-17 Thread bibliograph
Hello, I have just put a preview of the qooxdoo component library (qcl) sample application online: http://m41s09.vlinux.de/qooxdoo/qcl_sample_app/frontend/build/ the qcl is already available form qooxdoo-contrib: https://qooxdoo-contrib.svn.sourceforge.net/svnroot/qooxdoo-contrib/trunk/qooxdoo

Re: [qooxdoo-devel] missing color coverting rgbtohex

2007-09-17 Thread Jim Hunter
I am confused, why would you need it in qooxdoo when you can use the RGB value in all color properties? Jim www.D4PHP.org www.D4PHP-Hosting.com On 9/17/07, westor <[EMAIL PROTECTED]> wrote: > > > I could not find a method in qx.util.ColorUtil to convert a rgb string or > a > rgb array to a hex s

Re: [qooxdoo-devel] event fired after gui rendering is completed

2007-09-17 Thread bibliograph
Jim, I did not know that! Thanks! C. Jim Hunter schrieb: > The appear event is fired when all the visible items are done drawing. > I use it all the time. I just attach it to one of the items that I > know are getting rendered. I have never used any other global event, > just appear attached on

Re: [qooxdoo-devel] event fired after gui rendering is completed

2007-09-17 Thread bibliograph
Thanks Jim, but I was looking for an event that fires after ALL widgets are done, not just a particular one... I remember faintly that there was a page in the documentation about the some "meta" events fired, but I cannot find it anymore. Christian Jim Hunter schrieb: > It's the appear event.

Re: [qooxdoo-devel] event fired after gui rendering is completed

2007-09-17 Thread Jim Hunter
It's the appear event. You can attach code to the appear event of almost any of your visible objects. Jim www.D4PHP.org www.D4PHP-Hosting.com On 9/17/07, bibliograph <[EMAIL PROTECTED]> wrote: > > Hello, > > I was searching the documentation and the API but was not sucessful: is > there an event

[qooxdoo-devel] qx.ui.table window/textarea-based cell editor

2007-09-17 Thread bibliograph
Hi, I have seen in the source code that qx.ui.table will automatically support a cell editor which is a subclass of qx.ui.window.Window for editing cell content that is bigger than the cell. I was just about writing one but then though that someone might have already done that. Has anyone writ

[qooxdoo-devel] event fired after gui rendering is completed

2007-09-17 Thread bibliograph
Hello, I was searching the documentation and the API but was not sucessful: is there an event that is fired after all visible widgets have been rendered? and what object fires it? Thanks, Christian - This SF.net email is s

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-17 Thread Fabian Jakobs
westor schrieb: > Thank you Fabian, Derrell, > > this looks pretty good. Also the celleditor is in place, I'm impressed ;-) > As I noticed, the wrap of long lines now is default behaviour, I can forget > my wrapping renderer... :-) > > Torsten > Sorry, I have to disappoint you. We decided to s

Re: [qooxdoo-devel] Possible bug in qx.theme.manager.Appearance (when using Ext theme)

2007-09-17 Thread Raul Gutierrez S.
On Mon, 2007-09-17 at 10:52 -0400, Raul Gutierrez S. wrote: > Hi, > > I am not sure if I am doing something wrong, if this is a bug in > qx.theme.manager.Appearance or something with the Ext theme. > > I get this error in my Javascript console: > > "entry has no properties" > > and the correspo

[qooxdoo-devel] Possible bug in qx.theme.manager.Appearance (when using Ext theme)

2007-09-17 Thread Raul Gutierrez S.
Hi, I am not sure if I am doing something wrong, if this is a bug in qx.theme.manager.Appearance or something with the Ext theme. I get this error in my Javascript console: "entry has no properties" and the corresponding lines of code in qx/theme/manager/Appearance.js are: // Fast fallba

Re: [qooxdoo-devel] Table rendering switched back to DIVs - Was: Table DataCellRenderer problem in legacy 0.7.x

2007-09-17 Thread westor
Thank you again, Fabian. For all the others: ... this looks pretty good. Also the celleditor (focus indicator) is in place, I'm impressed ;-) As I noticed, the wrap of long lines now is default behaviour, I can forget my wrapping renderer... :-) Torsten Fabian Jakobs-2 wrote: > > Hi, > > I hav

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-17 Thread westor
Thank you Fabian, Derrell, this looks pretty good. Also the celleditor is in place, I'm impressed ;-) As I noticed, the wrap of long lines now is default behaviour, I can forget my wrapping renderer... :-) Torsten Derrell Lipman wrote: > > Fabian just checked in changes to Table to use div ta

Re: [qooxdoo-devel] Height of a table inside a window

2007-09-17 Thread Derrell Lipman
On 9/17/07, dperez <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a table with a height of 100%, with a lot of data inside. I place > the table inside a window whose height is 80%. > > The resulting height of the window is over 100%. Is this a bug? Layout with percentages has some strange quirks.

[qooxdoo-devel] Height of a table inside a window

2007-09-17 Thread dperez
Hi, I have a table with a height of 100%, with a lot of data inside. I place the table inside a window whose height is 80%. The resulting height of the window is over 100%. Is this a bug? Here is the code: var vnt = new qx.ui.window.Window("My window"); var mo

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-17 Thread westor
Fabian, I solved my row order problem, and also the row select in FF works well, if I use the solution of Dietrich: this.getSelectionModel().getSelectedRanges()[0].minIndex But I have still a question regarding the celleditor. Please have a look at my question "Table DataCellRenderer problem in le

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-17 Thread dperez
I prefer also a click cell event rather than a row event, as the column information is sometimes very useful. Fabian Jakobs-2 wrote: > > Yes this would be a good idea and maybe we should fire a "cell double > click event" instead of a "row double click event" and pass the selected > row and c

[qooxdoo-devel] missing color coverting rgbtohex

2007-09-17 Thread westor
I could not find a method in qx.util.ColorUtil to convert a rgb string or a rgb array to a hex string. Shouldn't it be there? -- View this message in context: http://www.nabble.com/missing-color-coverting-rgbtohex-tf4466433.html#a12735041 Sent from the qooxdoo-devel mailing list archive at Nabbl

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-17 Thread Derrell Lipman
On 9/17/07, westor <[EMAIL PROTECTED]> wrote: > > Fabian, I solved my row order problem, and also the row select in FF works > well, if I use the solution of Dietrich: > this.getSelectionModel().getSelectedRanges()[0].minIndex > But I have still a question regarding the celleditor. Please have a lo

[qooxdoo-devel] Table rendering switched back to DIVs - Was: Table DataCellRenderer problem in legacy 0.7.x

2007-09-17 Thread Fabian Jakobs
Hi, I have finally come to the conclusion that HTML tables are not reliable enough to render the table widget. I have finally switched back to a DIV based rendering model. All other enhancements remain in place. The table row height could not reliably been set to a fixed height. This change sh

Re: [qooxdoo-devel] Possible bug for popup positioning

2007-09-17 Thread dperez
This test works ok in IE7 and FF 2 The column selection menu for the table is positioned ok, even though when the window is vertically scrolled. But my test is different. I have a regular HTML table, and try to position a popup menu when clicking a data in a cell. I'm preparing a sample... Fab

Re: [qooxdoo-devel] Accordion Style Menu / File Upload widgets

2007-09-17 Thread Fabian Jakobs
D Floss schrieb: > I've just found qooxdoo and have been wandering around the site. I > like many of the features. However, I do not see a couple of features > that I expected like Accordion Style (aka Outlook) menus (i.e. > scriptaculous or rialto) and a File Upload or "Browse" widget? Did I >

Re: [qooxdoo-devel] another bug in qooxdoo

2007-09-17 Thread Fabian Jakobs
Hi Dietrich, >> Second double click events attached to the table scroller will also be >> fired if the table header is double clicked. Since the public table API >> does not provide a clean way to detect double clicks on table rows, I >> have added a "rowdblclick" event to the table scroller. >

Re: [qooxdoo-devel] locale/build

2007-09-17 Thread Fabian Jakobs
Richard Bondi schrieb: > Greetings, > > I had a problem with number format. Specifically, with es_MX for > Mexico. I fixed it by changing > > frontend/framework/source/class/qx/locale/data/es_MX.js to: > > qx.locale.Locale.define("qx.locale.data.es_MX", { > cldr_number_decimal_separator: ".",

Re: [qooxdoo-devel] locale/build

2007-09-17 Thread Helder Miguel Magalhães
rb, According to my (somehow preliminar) knowledge of qooxdoo translation infrastructure, one should probably create/change "es_MX.xml", including only the change you are suggesting. All other default fields will revert to general spanish ("es.xml"). Check out "en_US.xml" and "en.xml" for a go

Re: [qooxdoo-devel] How to delete an item from a TreeVirtual

2007-09-17 Thread westor
Suggestion for prune: Shouldn't prune bring back an array of the removed node id's? That would be helpful for anyone who wants to associate other data (e.g. an array of additional data, not displayed in the tree) together with the nodes. I, for my needs, have overwritten prune like this: prun