Re: [qooxdoo-devel] No source release?

2006-02-27 Thread Hugh Gibson
> The first source release will be available with 0.5.1. Sounds good! Hugh --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join th

[qooxdoo-devel] Widget queues article out of date

2006-02-27 Thread Hugh Gibson
The widget queues article at http://qooxdoo.oss.schlund.de/documentation/the-widget-queues could do with updating to 0.5 standards. I don't know enough about it to work on it. It also mentions flushing the global queues but frustratingly doesn't tell you how to do it (I had to grep the mailing

Re: [qooxdoo-devel] Improving error handling in event handler

2006-02-27 Thread Sebastian Werner
Hugh Gibson schrieb: We just got bitten by a bug in our code. It was in an event handler. There was a red error message in the debug output, but very little indication of the fault: QxGetRequest[HASHCODE:574] 015002:Failed to execute "_dispatchEvent()":Could not dispatch event of type "comple

Re: [qooxdoo-devel] patch to QxImageManager for broken images in QxListView with icon column

2006-02-27 Thread Sebastian Werner
I'm not sure if I like to patch this user-issue in our QxImageManager. I think it's better to define a blank image in the data fields of the rows. I will discuss your idea with Andreas - probably not the worst idea. Sebastian Priebe, Jason schrieb: I figured out how to use icons for a column

Re: [qooxdoo-devel] No source release?

2006-02-27 Thread Sebastian Werner
I've created a script to creating source releases. I don't want to use it for daily snapshots. I think, if you really want something that new, it's better to use CVS. The first source release will be available with 0.5.1. Sebastian Hugh Gibson schrieb: Sorry, I won't be able to put in the ti

Re: [qooxdoo-devel] QxListView Column Format Questions

2006-02-27 Thread Sebastian Werner
Why do you want to hide a column from a listview. If you need a invisible data field, just omit the column definition. Sebastian Michael Wilson schrieb: QxListView Column Questions * In QxListView is it possible to have a zero width column? I've tried this and the browser never returns from

[qooxdoo-devel] patch to QxImageManager for broken images in QxListView with icon column

2006-02-27 Thread Priebe, Jason
I figured out how to use icons for a column in a QxListView -- very cool that you can do this. However, on the rows that have no data, I get a "broken image" displayed by the browser (see attached screenshot). Investigating the DOM element shows that the src attribute is empty for those img tags.

Re: [qooxdoo-devel] No source release?

2006-02-27 Thread Hugh Gibson
> > Sorry, I won't be able to put in the time to do this. Especially as > > I have no experience of writing shell scripts. Perhaps someone else > > could help out here? > > > An issue is that SourceForge doesn't let you setup CRON jobs. Why would you want a CRON job? You would only want a sou

[qooxdoo-devel] Improving error handling in event handler

2006-02-27 Thread Hugh Gibson
We just got bitten by a bug in our code. It was in an event handler. There was a red error message in the debug output, but very little indication of the fault: QxGetRequest[HASHCODE:574] 015002:Failed to execute "_dispatchEvent()":Could not dispatch event of type "completed":Expected identifi

[qooxdoo-devel] QxListView Column Format Questions

2006-02-27 Thread Michael Wilson
QxListView Column Questions * In QxListView is it possible to have a zero width column? I've tried this and the browser never returns from js execution (bug?). * How do you set the color of the text in a column of a QxListBox per column? Since I can't create a zero width column my next attempt a

[qooxdoo-devel] Re: minimal qooxdoo

2006-02-27 Thread Lexington Luthor
Sebastian Werner wrote: Possible are many things. For these five or ten percent I not sure, if it's a good idea to add another dependency to the build-system. Using gzip on server side compress the script to 30 percent of the original size. I think this is the better way to go. But you are

Re: [qooxdoo-devel] No source release?

2006-02-27 Thread Ben Alex
Hugh Gibson wrote: Sorry, I won't be able to put in the time to do this. Especially as I have no experience of writing shell scripts. Perhaps someone else could help out here? An issue is that SourceForge doesn't let you setup CRON jobs. However, you can still put a shell script on their ser

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Kent Olsson
Hej! THe problems with the layout mechanism have also caused a lot of problems for me developing the DatePicker and DateCombobox. But there are more problems when you come to localization. Additionally, it must be integrated with the manager, and that is one of the reasons that we have started the

AW: [qooxdoo-devel] Richedit widget

2006-02-27 Thread Oliver Vogel
@til and @ALL Can you all (and til) please send all the attachments as *.j_ instead of *.js. The problem is, that Outlook and Echange still blocks *.js files because the can include a virus. So my problem (and i think, the problem of many other) is, that i can't get these attachments. Thanks to a

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Sebastian Werner
Til Schneider schrieb: Sebastian Werner schrieb: This seems to be really much time for just a small change in my opinion. How fast is your computer? Was this IE or Gecko? It was Gecko (Firefox 1.5) on an 800 MHz-Mac. On my machine it takes 250ms (Athlon64 3200+, Firefox 1.5, Linux). If I wo

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Til Schneider
Sebastian Werner schrieb: This seems to be really much time for just a small change in my opinion. How fast is your computer? Was this IE or Gecko? It was Gecko (Firefox 1.5) on an 800 MHz-Mac. On my machine it takes 250ms (Athlon64 3200+, Firefox 1.5, Linux). If I would create such a widge

Re: [qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Sebastian Werner
Til Schneider schrieb: I'm currently creating a DateChooser widget (see attachment). The single days are QxLabels. The whole widget uses smart layouting, so everything is positioned by layout managers. Since QxGridLayout doesn't support flex, I used a QxVerticalBoxLayout with a QxHorizontalBoxL

[qooxdoo-devel] How to make layouting faster

2006-02-27 Thread Til Schneider
I'm currently creating a DateChooser widget (see attachment). The single days are QxLabels. The whole widget uses smart layouting, so everything is positioned by layout managers. Since QxGridLayout doesn't support flex, I used a QxVerticalBoxLayout with a QxHorizontalBoxLayout for each row. W

Re: [qooxdoo-devel] Richedit widget

2006-02-27 Thread Til Schneider
Hugh Gibson schrieb: Diego Cibils <[EMAIL PROTECTED]> wrote: I'm willing to cooperate with anyone who has any problems integrating tinyMCE in qooxdoo as I've successfuly integrated it in my project. I can provide the source code also. It's pretty simple though. Yes please! Reminder - any p

Re: [qooxdoo-devel] Richedit widget

2006-02-27 Thread Hugh Gibson
> Diego Cibils <[EMAIL PROTECTED]> wrote: > > I'm willing to cooperate with anyone who has any problems > > integrating > > tinyMCE in qooxdoo as I've successfuly integrated it in my project. > > > > I can provide the source code also. It's pretty simple though. > > Yes please! Reminder - any p

AW: [qooxdoo-devel] Wikipedia Entry wanted!

2006-02-27 Thread Oliver Vogel
Sorry, no good english knowledge and no wikipedia knowledge. Hhh - what am i doing here ;-) ... Olli == Diplom-Informatiker Oliver Vogel Geschaeftsfuehrer Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED] Esslinger Str. 45 Tel.: +49 (71

AW: [qooxdoo-devel] Problem with making demoinclude.js on Windows system

2006-02-27 Thread Oliver Vogel
I have had the same problem at my "xp - machine" so it is not a W2K Problem Olli == Diplom-Informatiker Oliver Vogel Geschaeftsfuehrer Meins und Vogel GmbH E-Mail: [EMAIL PROTECTED] Esslinger Str. 45 Tel.: +49 (7153) 6136-20

Re: AW: [qooxdoo-devel] Tree with icons

2006-02-27 Thread Hugh Gibson
I've amended the snippet. Hugh --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this ne

[qooxdoo-devel] Problem with making demoinclude.js on Windows system

2006-02-27 Thread Hugh Gibson
I found a problem making demoinclude.js. The lines didn't have the trailing close bracket and semicolon. The problem appears to be that sed doesn't detect the end of lines correctly when trying to match "\"$", probably because on my Windows 2000 system config.sh has CRLF line endings. The att

Re: [qooxdoo-devel] Debug console

2006-02-27 Thread Hugh Gibson
> > I tried this locally, but it only put a newline after each function > > which makes it difficult to set breakpoints within a function. Any > > hints on how to preserve every newline? > > Did you call make-clean.sh before make.sh? Ah, that was it. I've updated the snippet as well. Hugh ---

Re: [qooxdoo-devel] Wikipedia Entry wanted!

2006-02-27 Thread Hugh Gibson
> it would be nice if someone with good english knowledge and wikipedia > experience could add an wikipedia entry for qooxdoo. I'm awaiting > your responses ;) I don't have time to do this. Anyone else? Hugh --- This SF.Net email is sponsore

Re: [qooxdoo-devel] No source release?

2006-02-27 Thread Hugh Gibson
> Mhh, yes. We think it's ok for the people to use CVS for the source. In my experience you will put a certain class of people off demanding CVS knowledge. They will have to install a CVS client and learn how to use it before they can get source code. All other projects I have seen have source

Re: [qooxdoo-devel] Re: minimal qooxdoo

2006-02-27 Thread Sebastian Werner
[EMAIL PROTECTED] schrieb: Sebastian Werner ha scritto: [EMAIL PROTECTED] schrieb: Sebastian Werner ha scritto: [EMAIL PROTECTED] schrieb: Sebastian Werner ha scritto: Oliver Vogel schrieb: hi all! i need a "minimal qooxdoo" - page (inside this page is only a report). it is faster and easi

[qooxdoo-devel] Re: minimal qooxdoo

2006-02-27 Thread frank_lupo
Sebastian Werner ha scritto: [EMAIL PROTECTED] schrieb: Sebastian Werner ha scritto: [EMAIL PROTECTED] schrieb: Sebastian Werner ha scritto: Oliver Vogel schrieb: hi all! i need a "minimal qooxdoo" - page (inside this page is only a report). it is faster and easier to create a "real" html-p

Re: [qooxdoo-devel] QxCommand again ...

2006-02-27 Thread Sebastian Werner
yes, qooxdoo dispose all objects onunload of the page. qooxdoo does automatically, inside QxObject, removes all object references which are stored inside the properties. This is also true for QxEventManager, which stores all these QxCommand instances. The only problem is, that you are not able

Re: [qooxdoo-devel] QxCommand again ...

2006-02-27 Thread Ulrich Schreiner
hi, perhaps i don't get it, but i don't dispose anything :-). the "dispose" from QxCommand was called by ...? qooxdoo? my problem is (was) that the "dispose" was called by qooxdoo (i think) and after this, when i pressed a key, the "_matchesKeyEvent" from this instance was called again. -->

Re: [qooxdoo-devel] Re: minimal qooxdoo

2006-02-27 Thread Sebastian Werner
[EMAIL PROTECTED] schrieb: Sebastian Werner ha scritto: [EMAIL PROTECTED] schrieb: Sebastian Werner ha scritto: Oliver Vogel schrieb: hi all! i need a "minimal qooxdoo" - page (inside this page is only a report). it is faster and easier to create a "real" html-page with a table and 1-2 pics

Re: [qooxdoo-devel] QxCommand again ...

2006-02-27 Thread Sebastian Werner
Hi! I've removed this _ownerWindow completely. You don't need to dispose properties (using addProperty) in qooxdoo. This will be automatically handled by qooxdoo. Sebastian Ulrich Schreiner schrieb: hi, first of all: my fix a few days ago was buggy, sorry for this. in the construtor i in

[qooxdoo-devel] Re: minimal qooxdoo

2006-02-27 Thread frank_lupo
Sebastian Werner ha scritto: [EMAIL PROTECTED] schrieb: Sebastian Werner ha scritto: Oliver Vogel schrieb: hi all! i need a "minimal qooxdoo" - page (inside this page is only a report). it is faster and easier to create a "real" html-page with a table and 1-2 pics in it than creating this pa

[qooxdoo-devel] QxCommand again ...

2006-02-27 Thread Ulrich Schreiner
hi, first of all: my fix a few days ago was buggy, sorry for this. in the construtor i initialized the "_shortcutParts" at the end. but it is possible that the lines if (QxUtil.isValid(vShortcut)) { this.setShortcut(vShortcut); }; initialized this instancevariable, so my line to set

Re: [qooxdoo-devel] New classes for localisation - QxLocale and QxResource

2006-02-27 Thread Sebastian Werner
Kent Olsson schrieb: Hej! Good point! It was the idea. One example: Pluralis is different in many languages. I like it, too. Should be definitely supported! Sebastian Kent On Mon, 2006-02-27 at 15:27 +1100, Ben Alex wrote: Hi Kent and Sebastian Just in connection with the design of loca

Re: [qooxdoo-devel] qooxdoo features

2006-02-27 Thread Hugh Gibson
> > I'm sure i18n support is an application specific, > > and cannot be a part of qooxdoo library. > > In my opinion i18n is really a thing qooxdoo should support. Yes, the > definition and the usage could be different from application to > application, but I think it's generally a good idea to

Re: [qooxdoo-devel] New classes for localisation - QxLocale and QxResource

2006-02-27 Thread Kent Olsson
Hej! Good point! It was the idea. One example: Pluralis is different in many languages. Kent On Mon, 2006-02-27 at 15:27 +1100, Ben Alex wrote: > Hi Kent and Sebastian > > Just in connection with the design of localization features, I feel it's > important that it support parameterization, whi

Re: Re: [qooxdoo-devel] Root tree folder

2006-02-27 Thread Yue
>Petr Simek schrieb: >> Hi qooxdoo people, >> is it possible to display QxTree without the root folder? > >Good question. Have somebody already tried this using 0.5? I tried. Hiding the root QxTreeFolder gives the artificial effect of hidden root. The only downside is that the tree wan't moved up.

Re: [qooxdoo-devel] Re: minimal qooxdoo

2006-02-27 Thread Sebastian Werner
[EMAIL PROTECTED] schrieb: Sebastian Werner ha scritto: Oliver Vogel schrieb: hi all! i need a "minimal qooxdoo" - page (inside this page is only a report). it is faster and easier to create a "real" html-page with a table and 1-2 pics in it than creating this page with qooydoo itself. But n

[qooxdoo-devel] Re: minimal qooxdoo

2006-02-27 Thread frank_lupo
Sebastian Werner ha scritto: Oliver Vogel schrieb: hi all! i need a "minimal qooxdoo" - page (inside this page is only a report). it is faster and easier to create a "real" html-page with a table and 1-2 pics in it than creating this page with qooydoo itself. But now i have a problem the pa