Re: [qooxdoo-devel] Possible qooxdoo work

2010-10-14 Thread Fritz Zaucker
Hi Ken, we (it.oetiker.ch) are interested in doing Qooxdoo work. You can get in touch directly and we'll see what we can do. Cheers, Fritz On Thu, 14 Oct 2010, Kenneth Tilton wrote: > I am going to be leading a Web portal project soon and I am recommending > they adopt qooxdoo for the client.

[qooxdoo-devel] Possible qooxdoo work

2010-10-14 Thread Kenneth Tilton
I am going to be leading a Web portal project soon and I am recommending they adopt qooxdoo for the client. I am fairly comfortable with vanilla qooxdoo but we might want some targeted assistance getting off the ground quickly with custom eye candy (themes?). Is this a good place to solicit con

Re: [qooxdoo-devel] A few questions about Rpc & other stuff

2010-10-14 Thread nrg-b
Thanks, Burak for all those tips - I'll have to keep a close eye on memory leaks (maybe FireBug can be used to keep track of allocated objects?) Luckily, my needs are simple so I hope the qx table will suffice. -- View this message in context: http://qooxdoo.678.n2.nabble.com/A-few-questio

Re: [qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray

2010-10-14 Thread Derrell Lipman
You're welcome. Derrell On Oct 14, 2010 12:16 PM, "Mustafa Sak" wrote: > Jepp, dito! Thank you Derrell. > > -Ursprüngliche Nachricht- > Von: thron7 [mailto:thomas.herchenroe...@1und1.de] > Gesendet: Donnerstag, 14. Oktober 2010 17:58 > An: qooxdoo Development > Betreff: Re: [qooxdoo-devel

Re: [qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray

2010-10-14 Thread Mustafa Sak
Jepp, dito! Thank you Derrell. -Ursprüngliche Nachricht- Von: thron7 [mailto:thomas.herchenroe...@1und1.de] Gesendet: Donnerstag, 14. Oktober 2010 17:58 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray Awesome, D

Re: [qooxdoo-devel] A few questions about Rpc & other stuff

2010-10-14 Thread Burak Arslan
hi, some general advice based on my experience with the table: 1) you can set table models more than once, but you need to dispose of the old one manually in order not to create memory leaks. (fabian has a message on that if you search the archives) 2) i hide columns in changeTableModel event o

Re: [qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray

2010-10-14 Thread thron7
Awesome, Derrell. T. On 10/14/2010 04:46 PM, Derrell Lipman wrote: > On Thu, Oct 14, 2010 at 09:42, Mustafa Sak > wrote: > > Hi Derrell, > > > > sorry for taking your time, but I can’t figure it out. That is my > function: > > > Here's a working exam

Re: [qooxdoo-devel] load times

2010-10-14 Thread Andy Fuchs
Good idea, but currently I don't use a web-server :-) a. On 14.10.10 14:17, "John Spackman" wrote: > It's also worth checking whether your web server is delivering gzip'd > content on the fly ­ that can make a real difference to startup speed, > especially on slow (mobile) connections. > > Jo

Re: [qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray

2010-10-14 Thread Derrell Lipman
On Thu, Oct 14, 2010 at 09:42, Mustafa Sak wrote: > Hi Derrell, > > > > sorry for taking your time, but I can’t figure it out. That is my function: > Here's a working example. You can press the sort button to see the sorting of the children. Then press "run" again to get them unsorted, highligh

Re: [qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray

2010-10-14 Thread Mustafa Sak
Hi Derrell, sorry for taking your time, but I can’t figure it out. That is my function: sortByColumn : function(tree, col) { var clazz = this; tree.resetSelection(); var dm = tree.getDataModel(); function sortByTime(a, b)

Re: [qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray

2010-10-14 Thread Derrell Lipman
On Thu, Oct 14, 2010 at 06:33, Mustafa Sak wrote: > Hi Derrell, > > > > just now I tried your advise: > > You indicated that you passed the modified array. That is incorrect. You do > not pass the altered array to setData(). Instead, you simply call > setData(NULL). When it renders the data, it

[qooxdoo-devel] Documentation anti-patterns typing error

2010-10-14 Thread Marc Puts
I noticed a typing error on the anti-patterns page, under the "reference types in member section". Data fileds -> Data fields (misspelled twice) http://manual.qooxdoo.org/1.2.x/pages/development/antipatterns.html?highlight=fileds --

Re: [qooxdoo-devel] load times

2010-10-14 Thread John Spackman
It's also worth checking whether your web server is delivering gzip'd content on the fly ­ that can make a real difference to startup speed, especially on slow (mobile) connections. John From: Guilherme Aiolfi Reply-To: qooxdoo Development Date: Thu, 14 Oct 2010 04:18:31 +0300 To: qooxdoo D

Re: [qooxdoo-devel] statusBar

2010-10-14 Thread Andy Fuchs
Hm, I tend to disagree in this special case: there's an 'additionalStatusBarText' property, which appends a string to the statusbar's text. So I would expect a 'statusBarText' property here as well, or a function 'setStatusBarText' Anyway - subclassing is not a big deal and it works how it sho

Re: [qooxdoo-devel] load times

2010-10-14 Thread Andy Fuchs
Hi Guilherme & Thomas, thanks for your helpful comments. I will check the mentioned documents and strategies and see how much I can improve on the situation. thx andy On 14.10.10 13:00, "thron7" wrote: > You might want to look at this page [1] for general instructions. > > As Guilherme po

Re: [qooxdoo-devel] Ugly date format for some languages

2010-10-14 Thread thron7
On 10/14/2010 11:58 AM, Stefan Andersson wrote: > By using the generic format built-in to javascript Date the result is > ugly in some locales The generic format was built mainly for the > English speaking countries. > > For example: > English: 1. June > Swedish: 1:a juni, (not 01. jun, thou

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-14 Thread Martin_GER
I have just open a bug. I think that the best way to solution. "Bug 4182 - Drag&Draw a row ist sometimes not possible (edit)" -- View this message in context: http://qooxdoo.678.n2.nabble.com/Drag-Drop-only-by-LIST-tp5622346p5634589.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] load times

2010-10-14 Thread thron7
You might want to look at this page [1] for general instructions. As Guilherme pointed out, the general strategy is to make the initial part of your app as light as possible. This means to be as lazy as possible with code that you essentially don't need at start-up time. Parts (which have to be lo

Re: [qooxdoo-devel] statusBar

2010-10-14 Thread thron7
On 10/13/2010 06:41 PM, Andy Fuchs wrote: > Thx, > > I've overridden the class, although this feels a little like taking a > sledgehammer to crack a nut :-) It shouldn't. Deriving classes to tweak little things should be as natural in an OO setting as adding entirely new classes. Besides direc

Re: [qooxdoo-devel] virtual tree pune sets NULL, but setData dont accepts NULL in nodeArray

2010-10-14 Thread Mustafa Sak
Hi Derrell, just now I tried your advise: You indicated that you passed the modified array. That is incorrect. You do not pass the altered array to setData(). Instead, you simply call setData(NULL). When it renders the data, it skips nodes that are null: // Skip deleted nodes

Re: [qooxdoo-devel] Increased generator speed...

2010-10-14 Thread Stefan Andersson
Jean-Baptiste, More than 30% but not 40%. Stefan -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 &

[qooxdoo-devel] Lack of support of different plural forms in locales in some languages

2010-10-14 Thread Stefan Andersson
In Arabic there are many different plural forms and the Germanic way of forming plurals does not work. We will come up with some patch for that and before that we ask you if you have some other wishes regarding this context. Stefan

[qooxdoo-devel] Ugly date format for some languages

2010-10-14 Thread Stefan Andersson
By using the generic format built-in to javascript Date the result is ugly in some locales The generic format was built mainly for the English speaking countries. For example: English: 1. June Swedish: 1:a juni, (not 01. jun, though June can be abbreviated jun, then at least 1 jun) We wil

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-14 Thread Mustafa Sak
You are right. I could reproduce this behavior if I move a row very slowly in one direction. If I move some pixel back, the stop symbol changes the move symbol. I guest this is something for the core team. May be you should open a bug. By the way: It is possible to get the hovered row without usi

Re: [qooxdoo-devel] A few questions about Rpc & other stuff

2010-10-14 Thread nrg-b
Hey Fritz, thanks for the replies. My knowledge of javascript is low but its good to able to have access to the underlying QX framework code. So, I read with interest how the qx Function class uses the javascript apply() method to create closures. In my test code I've set the model of a table tw

Re: [qooxdoo-devel] Plotting library: Flot and Flotr

2010-10-14 Thread Dietrich Streifert
hmm let's see if I can isolate how I've used it: Initialization: var data = []; data.push([1, 20]); data.push([2, 30]); data.push([3, 40]); data.push([4, 20]); grafico.setData( { data: data, label: 'my data label' } ); Plotting: You have to call the plot method

Re: [qooxdoo-devel] number type column cannot be sorted properly

2010-10-14 Thread Mustafa Sak
Hi Zoltan, Did you check your response? Dou you really get numbers back? Often the values are send as string back. By the way: callSync is blocking your app til response, so may be its better to use callAsync. And for more complex dialogs with your webserver try RPC distributions. http://qooxdoo.

Re: [qooxdoo-devel] number type column cannot be sorted properly

2010-10-14 Thread Daniel Wagner
Hi Zoltán, welcome to the list and thanks for the kind words. :) I'm not an expert on the table widget, but I'd expect it to consider the column's data type when sorting. Could you please open a report for this in our bug tracking system (http://bugzilla.qooxdoo.org/)? Regards, Daniel Kovács

Re: [qooxdoo-devel] Drag&Drop only by LIST

2010-10-14 Thread Martin_GER
Just a note from me because the demo does not always work. Sometimes when I drag a line, the cursor looks like a stop-symbol. So to move a line is not possible. Only when I drag the line over several lines, the cursor looks right and the drag&drop is possible. Can you/somebody show the code, perha