Re: [qooxdoo-devel] Bughunting day is over

2008-07-30 Thread S, Mohamed Raffi (Mohamed)
Fabian, I know a bug in Table (0.7.4 Version). I am not sure whether anyone already captured in Bug Tracking System. Just thought of telling what I observed and how do I handle that issue. The bug is in the HTML Anchor tag rendering in the table cell. If I want to have a Href link on a ce

Re: [qooxdoo-devel] using Simulator to click Toolbar in IE

2008-07-30 Thread Chi Mo
Hi Thomas, >would have guessed that the Selenium Core takes care of that... All I can >say at the moment is try to devise a locator that works in both browsers. I think I've got it now. There is a 'txt' near those toolbar, so I used a group of 'div' to located it, it's something like: qxClick("

Re: [qooxdoo-devel] using Simulator to click Toolbar in IE

2008-07-30 Thread Chi Mo
Hi Thomas, Thanks again for the quick reply. I'd try your suggestion :) Regards, Chi Mo 2008-07-31 >> Hi Thomas, >> >> I'm using Simulator to test our product made by qooxdoo. I got a problem >> when I tried clicking Toolbar in IE. The script is something like: >> >> sel.qxClick('//img

Re: [qooxdoo-devel] using Simulator to click Toolbar in IE

2008-07-30 Thread thron7
> Hi Thomas, > > I'm using Simulator to test our product made by qooxdoo. I got a problem > when I tried clicking Toolbar in IE. The script is something like: > > sel.qxClick('//img[contains(@src,"copy.gif")]') > > This works fine in FF, but I got an Exception in IE7: > > Exception: ERROR: Element

Re: [qooxdoo-devel] Bughunting day is over

2008-07-30 Thread thron7
> Well... Either the copy at > http://demo.qooxdoo.org/devel/demobrowser/#table~Table.html wasn't > updated, or all the bugs I've reported are still there. That's not a > complaint at all... It just make me wish the demobrowser included the > exact revision in its header in addition to the "release

Re: [qooxdoo-devel] Bughunting day is over

2008-07-30 Thread Gaetan de Menten
On Wed, Jul 30, 2008 at 8:14 PM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > a big thank you to everyone finding and reporting table bugs today. I > didn't expect to get so much really helpful feedback. Most of the > reported bugs are fixed. I'll work on the remaining bugs including the > problem w

[qooxdoo-devel] Bughunting day is over

2008-07-30 Thread Fabian Jakobs
Hi, a big thank you to everyone finding and reporting table bugs today. I didn't expect to get so much really helpful feedback. Most of the reported bugs are fixed. I'll work on the remaining bugs including the problem with the scrollbars tomorrow. I have just published the current version of

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Fabian Jakobs
Dioc schrieb: > Hello, > > 1) Data in “A number” and “A date” column looks strange in 4 browsers in my > environment (Russian locale). For example: > - 4cldr_number_group_separator599cldr_number_decimal_separator03 (this is a > number) > - ??15?_15cldr_pm??_???13cldr_pm?_288??? (this is a date) >

[qooxdoo-devel] My textfield keydown doesn't work in Opera

2008-07-30 Thread jhonny thio
hellooo... I have a chat application... It work well in IE and Modzila. I can send message to anyone.. But when I run it on Opera, it can't detect keydown...so when I pressed enter, the program doensn't send the message and nothing happen. The other is I have a join button. When I pressed it, t

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Fabian Jakobs
Gaetan de Menten schrieb: > On Wed, Jul 30, 2008 at 10:07 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > >> On Wed, Jul 30, 2008 at 9:57 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: >> >>> Gaetan de Menten schrieb: >>> >From some quick tests using the online demo (I don't hav

[qooxdoo-devel] Memory on remote.Request in the TIMER

2008-07-30 Thread jhonny thio
hii... I have an application that using a timer (every 1 second). The timer will always request data to the AJAX (php).. Here is the code : timer = new qx.client.Timer(1000); timer.addEventListener("interval", this._timerku, this); timer.start(); _timerku : function() { var

Re: [qooxdoo-devel] Eventhandling in qooxdoo

2008-07-30 Thread Petr Kobalíček
Hi, quick solution can be to disable the check box if user can't click on it, is this sufficient ? 2008/7/30 Dirk Wellmann <[EMAIL PROTECTED]>: > Hi List, > > I've some strange behavior in one of my Projects. > > There is a qx.ui.form.CheckBox with a EventListener "changeChecked" attached > to it

Re: [qooxdoo-devel] [0.8] Tables

2008-07-30 Thread Fabian Jakobs
Derrell Lipman schrieb: > On Wed, Jul 30, 2008 at 2:25 AM, Fabian Jakobs <[EMAIL PROTECTED] > > wrote: > > Derrell, how > hard would it be to put a simple PHP file on the server, which > serves as > data provider for a Remote table model demo? Maybe we cou

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Fabian Jakobs
Hi Derrell, > On Wed, Jul 30, 2008 at 2:56 AM, Fabian Jakobs <[EMAIL PROTECTED] > > wrote: > > > I declare today as official qooxdoo 0.8 table bug hunting day. > > * I too have the problem with a large percentage of ignored clicks > in the scrollbar > Tho

Re: [qooxdoo-devel] german Umlaute in Translationfiles

2008-07-30 Thread Dirk Wellmann
Hello Peter, hey, that's it. I played arround with both lines content-type and content-transfer-encoding at the same time, that was a mistake. Only changing content-type and using JEdit with buffer-options "character-Encoding" set to "UTF-8" will make it. So, thank you for your help, now our

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Derrell Lipman
On Wed, Jul 30, 2008 at 2:56 AM, Fabian Jakobs <[EMAIL PROTECTED]>wrote: > I declare today as official qooxdoo 0.8 table bug hunting day. > - I too have the problem with a large percentage of ignored clicks in the scrollbar - Cell editors: Select editor should open the list initially (u

Re: [qooxdoo-devel] german Umlaute in Translationfiles

2008-07-30 Thread Peter Schneider
Hello Dirk, Short answer: YES ;) = Longer answer: == I have just changed the header line of our *.po file to: "Content-Type: text/plain; charset=ASCII\n" and it failed (as in your original post). So your/our line should look like this: "Content-Type: text/plain; cha

Re: [qooxdoo-devel] german Umlaute in Translationfiles

2008-07-30 Thread Dirk Wellmann
Hi Peter, could my Header be a problem: # German translations for PACKAGE package. # Copyright (C) 2008 THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # Automatically generated, 2008. # msgid "" msgstr "" "Project-Id-Version: PACKAGE VERS

[qooxdoo-devel] Eventhandling in qooxdoo

2008-07-30 Thread Dirk Wellmann
Hi List, I've some strange behavior in one of my Projects. There is a qx.ui.form.CheckBox with a EventListener "changeChecked" attached to it. While in the Function called by the EventHandler - while handling the Event - we change the Selection of the CheckBox back, because of insufficient Ri

[qooxdoo-devel] [Fwd: [Alexandria-sitestatus] moorman on "Subversion downtime for 2008-07-30"]

2008-07-30 Thread Fabian Jakobs
Hi, bad and good news from sourceforge * good: They have identified a significant svn performance issue and are going to solve it * bad: This means they have to put the svn service temporarily down "2008-07-30 from 17:00 Pacific for not more than 12 hours". Affects mostly non US commiter :-( Be

Re: [qooxdoo-devel] migration from 0.7 to 0.8

2008-07-30 Thread Fabian Jakobs
Derrell Lipman schrieb: > I notice a big difference between the "old" and "new" functions > createDispatchEvent and fireEvent. The former checks for > hasEventListeners() while the latter does not. Is this by intention > or error of omission? It certainly seems unnecessary for every caller >

Re: [qooxdoo-devel] migration from 0.7 to 0.8

2008-07-30 Thread Derrell Lipman
I notice a big difference between the "old" and "new" functions createDispatchEvent and fireEvent. The former checks for hasEventListeners() while the latter does not. Is this by intention or error of omission? It certainly seems unnecessary for every caller to have to check for hasEventListener

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Gaetan de Menten
On Wed, Jul 30, 2008 at 2:23 PM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Gaetan de Menten schrieb: >> On Wed, Jul 30, 2008 at 10:07 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: >> >>> On Wed, Jul 30, 2008 at 9:57 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: >>> Gaetan de Menten schrieb:

Re: [qooxdoo-devel] migration from 0.7 to 0.8

2008-07-30 Thread Derrell Lipman
On Wed, Jul 30, 2008 at 5:09 AM, thron7 <[EMAIL PROTECTED]>wrote: > Derrell Lipman wrote: > > I would like to port some code from 0.7 to 0.8 tomorrow (which will > > likely be "today" for those of you in Germany). I can't locate any > > new documentation on migration to 0.8, and the migrator.py f

Re: [qooxdoo-devel] [0.8] Tables

2008-07-30 Thread Derrell Lipman
On Wed, Jul 30, 2008 at 2:25 AM, Fabian Jakobs <[EMAIL PROTECTED]>wrote: > Derrell, how > hard would it be to put a simple PHP file on the server, which serves as > data provider for a Remote table model demo? Maybe we could do the same > for the RPC stuff. This is now open for a long time but I d

Re: [qooxdoo-devel] [0.8] Tables

2008-07-30 Thread Fabian Jakobs
Guilherme Aiolfi schrieb: > > I guess this is the fastest adoption of a widget ever :-) > > is there some kind of award for that? maybe a t-shirt :P Do you want some candy as well? Best Fabian > > just kidding :-) > > 2008/7/30 thron7 <[EMAIL PROTECTED] > > > >

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Fabian Jakobs
Dietrich Streifert schrieb: > Created four issues in bugzilla. Is there something like the "bug hunter > of the day" award? ;-) > Sure, we'll give you credits in our weekly and I can send you a box of qooxdoo candy :-) Best Fabian P.S. > Fabian Jakobs schrieb: > >> Hi qooxdoo users, >>

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Fabian Jakobs
asaris schrieb: > No problems for me. > > However I would like to know how you handle column sorting when some > field values are null. I experience problems with it in qooxdoo 0.7.x. > As I said, if its not working in 0.7 it isn't working in the current 0.8 table as well. Best Fabian > jani

Re: [qooxdoo-devel] [0.8] Tables

2008-07-30 Thread Guilherme Aiolfi
> I guess this is the fastest adoption of a widget ever :-) is there some kind of award for that? maybe a t-shirt :P just kidding :-) 2008/7/30 thron7 <[EMAIL PROTECTED]> > Petr Kobalíček wrote: > > Darrel, > > > > your answer is great. I thing that similar answers should be directly > > added

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Fabian Jakobs
Gaetan de Menten schrieb: > On Wed, Jul 30, 2008 at 10:07 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > >> On Wed, Jul 30, 2008 at 9:57 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: >> >>> Gaetan de Menten schrieb: >>> >From some quick tests using the online demo (I don't hav

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Fabian Jakobs
Gaetan de Menten schrieb: > On Wed, Jul 30, 2008 at 9:57 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > >> Gaetan de Menten schrieb: >> >>> >From some quick tests using the online demo (I don't have time to test >>> it more thoroughly this week) >>> - the button to choose which columns are

Re: [qooxdoo-devel] migration from 0.7 to 0.8

2008-07-30 Thread thron7
Derrell Lipman wrote: > I would like to port some code from 0.7 to 0.8 tomorrow (which will > likely be "today" for those of you in Germany). I can't locate any > new documentation on migration to 0.8, and the migrator.py file in 0.8 > only lists versions up to 0.7.2. What proc

Re: [qooxdoo-devel] [0.8] Tables

2008-07-30 Thread thron7
Petr Kobalíček wrote: > Darrel, > > your answer is great. I thing that similar answers should be directly > added to documentation ;-) > +1 Derrell, don't let it fade to electronic sediment... ;-) T. > 2008/7/29 Derrell Lipman <[EMAIL PROTECTED]>: > >> On Tue, Jul 29, 2008 at 3:52 PM, Guil

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread asaris
No problems for me. However I would like to know how you handle column sorting when some field values are null. I experience problems with it in qooxdoo 0.7.x. janis Fabian Jakobs wrote: > Hi qooxdoo users, > > I declare today as official qooxdoo 0.8 table bug hunting day. > > I have just finis

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Gaetan de Menten
On Wed, Jul 30, 2008 at 10:07 AM, Gaetan de Menten <[EMAIL PROTECTED]> wrote: > On Wed, Jul 30, 2008 at 9:57 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: >> Gaetan de Menten schrieb: >>> >From some quick tests using the online demo (I don't have time to test >>> it more thoroughly this week) >>> -

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Gaetan de Menten
On Wed, Jul 30, 2008 at 9:57 AM, Fabian Jakobs <[EMAIL PROTECTED]> wrote: > Gaetan de Menten schrieb: >> >From some quick tests using the online demo (I don't have time to test >> it more thoroughly this week) >> - the button to choose which columns are displayed: it used to stay on >> after a clic

Re: [qooxdoo-devel] Loading images with original dimensions in qx.ui.embed.Gallery (0.7.3)

2008-07-30 Thread Alexander Back
Hi Dalmazio, I've commited all your fixes. Thanks! cheers, Alex Dalmazio Brisinda wrote: > Hi Alex, > > I've made improved bug fixes to the qx.ui.embed.Gallery source since the > last go, that will allow the loadComplete to fire more reliably. > Specifically, with the previous bug fix, it st

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Dioc
Hello, 1) Data in “A number” and “A date” column looks strange in 4 browsers in my environment (Russian locale). For example: - 4cldr_number_group_separator599cldr_number_decimal_separator03 (this is a number) - ??15?_15cldr_pm??_???13cldr_pm?_288??? (this is a date) 2) Attempts to scroll or se

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Fabian Jakobs
Gaetan de Menten schrieb: > >From some quick tests using the online demo (I don't have time to test > it more thoroughly this week) > - the button to choose which columns are displayed: it used to stay on > after a click on it, and now if you release the mouse it disappears. I > preferred the old b

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Dietrich Streifert
Created four issues in bugzilla. Is there something like the "bug hunter of the day" award? ;-) Fabian Jakobs schrieb: > Hi qooxdoo users, > > I declare today as official qooxdoo 0.8 table bug hunting day. > > I have just finished the last feature of the 0.8 table port and now try > to find the

Re: [qooxdoo-devel] Table bug hunting day

2008-07-30 Thread Gaetan de Menten
>From some quick tests using the online demo (I don't have time to test it more thoroughly this week) - the button to choose which columns are displayed: it used to stay on after a click on it, and now if you release the mouse it disappears. I preferred the old behavior as it was less confusion-pro

Re: [qooxdoo-devel] [0.8] Tables

2008-07-30 Thread Fabian Jakobs
Fabian Jakobs schrieb: > Good morning ererybody, > > >> On Tue, Jul 29, 2008 at 5:12 PM, Guilherme Aiolfi <[EMAIL PROTECTED] >> > wrote: >> >> What a great explanation. Thank you for that. >> >> >> You're welcome. >> >> >> >> Actually, I'm using the 0.8. >> >