Re: [qooxdoo-devel] File upload w. qx.io.remote.Request ?

2009-01-27 Thread Jim Hunter
Manually setting the values of a upload field is against JavaScript rules, it simply can not be done. If you want to upload data to a server you have to go through a standard HTML form. There is a contribution to qooxdoo that does all that for you 'behind the scenes', I suggest looking into that. T

Re: [qooxdoo-devel] Extending the low-level application

2009-01-27 Thread thron7
> > Checked it out, > ok I remove the theme... ohh, now I get it.. the theme where an > extension of 'qx.theme.modern.*'. > > get the picture... thanks. > > do you have an example of inline use? the link in my earlier mail?! t. > > thanks a lot... > > > Guilherme Aiolfi wrote: >> >> event ha

Re: [qooxdoo-devel] Extending the low-level application

2009-01-27 Thread Gal.Rubinstein
Checked it out, ok I remove the theme... ohh, now I get it.. the theme where an extension of 'qx.theme.modern.*'. get the picture... thanks. do you have an example of inline use? thanks a lot... Guilherme Aiolfi wrote: > > event handling are not in the BOM skeleton? > > On Tue, Jan

[qooxdoo-devel] low level start up

2009-01-27 Thread Guilherme Aiolfi
Hi, I started to test the low-level API aiming to replace mootools with qooxdoo. So, my first question atm is: what is the equivalent of window.addEvent('domready', function(){}) in qooxdoo when using it like a script? --

Re: [qooxdoo-devel] Commit feed with diffs

2009-01-27 Thread Jonathan Weiß
Hi Gaëtan, you can use this feed (I guess it is powered by cia.vc) and combine the revision number with Thomas' links: http://feeds.feedburner.com/qooxdoo/svn/commits Cheers, Jonathan On 27.01.2009, at 16:30, Gaetan de Menten wrote: > These days I'm used to follow quite a few projects commit

Re: [qooxdoo-devel] Demo browser VS invisble demo-specific classes

2009-01-27 Thread Fabian Jakobs
Hi Gaetan, > Hello to the qooxdoo team, > > There is an issue I've been annoyed with for a while: some demos use > "inaccessible" classes. That is classes which are specific to the > demos but whose code is not accessible through it. Even if it is good > practice to factorize code in normal code, I

Re: [qooxdoo-devel] Extending the low-level application

2009-01-27 Thread Guilherme Aiolfi
event handling are not in the BOM skeleton? On Tue, Jan 27, 2009 at 3:31 PM, thron7 wrote: > > > Gal.Rubinstein wrote: > > the skeleton is not an option (in my companies case, anyway), the > skeleton > > brings with it the whole theme and many files, narrowing them is a major > > headache and won

Re: [qooxdoo-devel] Planning infrastructure for virtual widgets

2009-01-27 Thread Petr Kobalíček
Hi Fabian, thanks for detailed response :-) Generaly I like virtual widgets and I'm looking forward to have more ones (lists and combo popups are welcome:) ). Cheers Petr 2009/1/27 Fabian Jakobs : > Hi Petr, >> Hi Fabian, >> >> thanks for response. I know that compatibility for IE is important,

Re: [qooxdoo-devel] Extending the low-level application

2009-01-27 Thread thron7
Gal.Rubinstein wrote: > the skeleton is not an option (in my companies case, anyway), the skeleton > brings with it the whole theme and many files, narrowing them is a major > headache and won't pass, my coo workers are a lazy bunch :-U > Maybe Something that is between the bom to a full skeleton

Re: [qooxdoo-devel] Commit feed with diffs

2009-01-27 Thread thron7
thron7 wrote: > thron7 wrote: > >> Gaetan de Menten wrote: >> >> >>> These days I'm used to follow quite a few projects commits through >>> feeds. Most of them are using trac and thus the link they provide is >>> to the diff of the changeset. Wouldn't it be possible to have >>> somethi

Re: [qooxdoo-devel] Extending the low-level application

2009-01-27 Thread Gal.Rubinstein
the skeleton is not an option (in my companies case, anyway), the skeleton brings with it the whole theme and many files, narrowing them is a major headache and won't pass, my coo workers are a lazy bunch :-U Maybe Something that is between the bom to a full skeleton, or a way to clean the skeleto

Re: [qooxdoo-devel] Commit feed with diffs

2009-01-27 Thread thron7
thron7 wrote: > Gaetan de Menten wrote: > >> These days I'm used to follow quite a few projects commits through >> feeds. Most of them are using trac and thus the link they provide is >> to the diff of the changeset. Wouldn't it be possible to have >> something like that for qooxdoo too? It ma

Re: [qooxdoo-devel] loading third party scripts

2009-01-27 Thread thron7
aggieben wrote: > I want to load a third party script along with my application (e.g., I have a > script called sformat.js which contains a function called String.format > which does simple token replacement in format strings). > > It seemed like this should be done using the resources mechanism

Re: [qooxdoo-devel] Commit feed with diffs

2009-01-27 Thread thron7
Gaetan de Menten wrote: > These days I'm used to follow quite a few projects commits through > feeds. Most of them are using trac and thus the link they provide is > to the diff of the changeset. Wouldn't it be possible to have > something like that for qooxdoo too? It makes it easier to follow w

Re: [qooxdoo-devel] API generation

2009-01-27 Thread thron7
Amit Rana wrote: > Hi Thomas, > > Thanks to you patch, the API is now working fine. :-) > Finally after days and days of frustration, I get the result. Thanks a > lot again. > > Just as a reference, I want to clarify one thing for me. This should > have worked without the patch but because my s

Re: [qooxdoo-devel] Extending the low-level application

2009-01-27 Thread thron7
Gal, Gal.Rubinstein wrote: > Hi all, > > first of all, thanks for all the help:-D > > since I'm starting to get some impatience faces from the team leader :-{ I > need you help on one more thing. > > I've set-up a BOM application using your tutorial, now, lets say I wish to > add a button (qx.ui.f

Re: [qooxdoo-devel] Error in TreeCompiler.py

2009-01-27 Thread thron7
Gal, you never got back on this one. Is it obsolete? Thomas thron7 wrote: > Gal, > > this is an interesting one, but I need to repro it. Can you open a bug > for it and attach a minimal code example that reproduces the issue?! > That would be great. > > Thanks, > Thomas > > gal.rubinstein wrot

[qooxdoo-devel] loading third party scripts

2009-01-27 Thread aggieben
I want to load a third party script along with my application (e.g., I have a script called sformat.js which contains a function called String.format which does simple token replacement in format strings). It seemed like this should be done using the resources mechanism (this seems to be used in

Re: [qooxdoo-devel] Planning infrastructure for virtual widgets

2009-01-27 Thread Fabian Jakobs
Hi Petr, > Hi Fabian, > > thanks for response. I know that compatibility for IE is important, > but many of us are using qooxdoo for admin interfaces or intranet > applications where this incompatibility isn't too much problem (we can > say, use FF, Opera, Chrome, ...). > > Virtual widgets can impr

Re: [qooxdoo-devel] API generation

2009-01-27 Thread Amit Rana
Hi Thomas, Thanks to you patch, the API is now working fine. :-) Finally after days and days of frustration, I get the result. Thanks a lot again. Just as a reference, I want to clarify one thing for me. This should have worked without the patch but because my server is case sensitive, so th

[qooxdoo-devel] Commit feed with diffs

2009-01-27 Thread Gaetan de Menten
These days I'm used to follow quite a few projects commits through feeds. Most of them are using trac and thus the link they provide is to the diff of the changeset. Wouldn't it be possible to have something like that for qooxdoo too? It makes it easier to follow what actually happens when the comm

[qooxdoo-devel] Extending the low-level application

2009-01-27 Thread Gal.Rubinstein
Hi all, first of all, thanks for all the help:-D since I'm starting to get some impatience faces from the team leader :-{ I need you help on one more thing. I've set-up a BOM application using your tutorial, now, lets say I wish to add a button (qx.ui.form.Button) and to make this application i

[qooxdoo-devel] Demo browser VS invisble demo-specific classes

2009-01-27 Thread Gaetan de Menten
Hello to the qooxdoo team, There is an issue I've been annoyed with for a while: some demos use "inaccessible" classes. That is classes which are specific to the demos but whose code is not accessible through it. Even if it is good practice to factorize code in normal code, I don't think it's a go

Re: [qooxdoo-devel] Planning infrastructure for virtual widgets

2009-01-27 Thread Helder Magalhães
Jonathan Weiß wrote: > > do you know Lively Kernel? It renders widgets completly in SVG. > http://research.sun.com/projects/lively/ > There are other similar projects, and I would surely like to see something towards this direction (possibly through a contribution). Having core classes reimple

Re: [qooxdoo-devel] API generation

2009-01-27 Thread thron7
Amit Rana wrote: > The main thing is that why does calling "generate.py api" generate > files in lowercase. > > Tracing the "generate.py api", I found that eventually the > "build-data" job of qooxdoo-0.8-sdk\component\apiviewer\api.json file > is called which in turn runs the "api" job on py

Re: [qooxdoo-devel] Re mote table model calls _loadRowCount a lot

2009-01-27 Thread Roman Schmid
Hi Kanugula Thanks for that. I'll do as you proposed. Cheers - Roman Kanugula wrote: > The kludge I put for the same problem works great to me. > > http://www.nabble.com/RmoteTable-fires-_loadRowCount()-multiple-times-for-very-1st-request-to16628238.html#a16644482 > prevent multiple firings >

Re: [qooxdoo-devel] Re mote table model calls _loadRowCount a lot

2009-01-27 Thread Kanugula
The kludge I put for the same problem works great to me. http://www.nabble.com/RmoteTable-fires-_loadRowCount()-multiple-times-for-very-1st-request-to16628238.html#a16644482 prevent multiple firings _loadRowCount: function () { if (this.blockRowCount == undefined) { thi

Re: [qooxdoo-devel] Menu malfunction with inline application

2009-01-27 Thread Alexander Back
Hi Winfried, we are aware of this bug :) I've filed this issue under -> http://bugzilla.qooxdoo.org/show_bug.cgi?id=1864 Please stay tuned for a fix (or add yourself as CC to this bug to stay informed about the status). cheers, Alex winfried detmar wrote: > Hi, > > I noticed that the beha

Re: [qooxdoo-devel] Remote table model calls _loadRowCount a lot

2009-01-27 Thread Derrell Lipman
On Tue, Jan 27, 2009 at 9:08 AM, Roman Schmid wrote: > Ouch. I wasn't aware of that. > Well.. i already posted a follow-up to my original post with a solution > that seems to work fine here. But i don't have a clue why :) That's a dangerous kludge, I think. The data isn't loaded yet and you're

Re: [qooxdoo-devel] Remote table model calls _loadRowCount a lot

2009-01-27 Thread Roman Schmid
Ouch. I wasn't aware of that. Well.. i already posted a follow-up to my original post with a solution that seems to work fine here. But i don't have a clue why :) Or would you skip the Remote Table model entirely and just work with the Simple table model? Luckily i won't have too many entries in m

Re: [qooxdoo-devel] Remote table model calls _loadRowCount a lot

2009-01-27 Thread Roman Schmid
I found a solution to the problem: One should call _onRowCountLoaded() even before the response returns from the server... at least this seems to result in correct behavior here. The working implementation looks like this: _loadRowCount : function() { this.debug("Load row count"); var slf

Re: [qooxdoo-devel] Remote table model calls _loadRowCount a lot

2009-01-27 Thread Derrell Lipman
On Tue, Jan 27, 2009 at 7:53 AM, Roman Schmid wrote: > Hello Devs. > > I implemented a remote table model to use with my RPC backend. It works, > but the _loadRowCount method is called a lot, before some data is being > displayed (about 20 times). That results in a lot of requests being sent > to

[qooxdoo-devel] Remote table model calls _loadRowCount a lot

2009-01-27 Thread Roman Schmid
Hello Devs. I implemented a remote table model to use with my RPC backend. It works, but the _loadRowCount method is called a lot, before some data is being displayed (about 20 times). That results in a lot of requests being sent to the server. Is this normal behavior? Is there something wrong wi

Re: [qooxdoo-devel] API generation

2009-01-27 Thread Amit Rana
The main thing is that why does calling "generate.py api" generate files in lowercase. Tracing the "generate.py api", I found that eventually the "build-data" job of qooxdoo-0.8-sdk\component\apiviewer\api.json file is called which in turn runs the "api" job on python generator. This generate

Re: [qooxdoo-devel] API generation

2009-01-27 Thread thron7
> This is working. I changed "qx.Class" in apidata.js to "qx.class" and > its working (when i click on Class node, I see the information). So, > maybe I need to see how apidata is being generated. Rather, you could post-process apidata.js to make the changes. You might also want to look at api

Re: [qooxdoo-devel] Planning infrastructure for virtual widgets

2009-01-27 Thread Jonathan Weiß
Hello Petr, do you know Lively Kernel? It renders widgets completly in SVG. http://research.sun.com/projects/lively/ That is the one toolkit I am aware of that does not use DOM. Regards, Jonathan -- This SF.net email

[qooxdoo-devel] Menu malfunction with inline application

2009-01-27 Thread winfried detmar
Hi, I noticed that the behavior of the menu widget in an *inline* application differs from its behavior in a *standalone* application (tested in firefox 3.05). Steps to reproduce: Create a simple inline application with just a toolbar like the one in the demo http://demo.qooxdoo.org/current/de

Re: [qooxdoo-devel] API generation

2009-01-27 Thread Amit Rana
Hi Thomas, I know I have been bombarding you with queries. But, thanks a lot for replying back. Its just that I have been working on this API issue since days without much success. :'( Please find my comments below. thron7 wrote: Sorry Thomas, the firebug console error is not GET http://loc

Re: [qooxdoo-devel] 0.8 - ToolTips over Menu items don't render correctly

2009-01-27 Thread thron7
Will, I'm afraid I cannot comment much on this issue, but from the analysis you already made it seems that it merits a bug report. Here it is: http://bugzilla.qooxdoo.org/show_bug.cgi?id=1871 You might want to set yourself as cc: on the bug, so you get notified about changes. Cheers, Thomas Will

Re: [qooxdoo-devel] File upload w. qx.io.remote.Request ?

2009-01-27 Thread Florian Giesen
Hello Roman, thanks for your answer. What do you mean by "classic HTML form"? I assume you built the form > with qooxdoo form elements? No, the entire form is not generated by qooxdoo, it is plain html. With my (qooxdoo) script i collect the values of the form elements and send them with qx.io.re

Re: [qooxdoo-devel] File upload w. qx.io.remote.Request ?

2009-01-27 Thread Roman Schmid
Hi Florian What do you mean by "classic HTML form"? I assume you built the form with qooxdoo form elements? As far as i know you cannot send files using AJAX (xmlHttp). You'll have to change your type of transport.. did you try to set the "fileUpload" Property? http://demo.qooxdoo.org/current/api

Re: [qooxdoo-devel] File upload w. qx.io.remote.Request ?

2009-01-27 Thread Florian Giesen
Hello Alex, thanks for your answer. If i don't find another solution, i will use the upload widget, but in my actual scenario i would like to avoid it: i have a classic HTML form and want to submit the form data via an ajax request with qooxdoo. In the best case, i don't want to touch the form and