Re: [qooxdoo-devel] Download Button

2009-02-12 Thread Dietrich Streifert
Hi Roman! I'm simply doing a window.open(url); within the execute event listener for the button. That used to work 'til now. Roman Schmid schrieb: > Hello List > > In my application I'd like to provide a "download-File" option to the > user. Now I'm wondering how this is accomplished best

Re: [qooxdoo-devel] Download Button

2009-02-12 Thread Jonathan Weiß
Hello Roman, this is an interesting topic. I would create an qx.ui.embed.Iframe, hide it and set the "source" property to the download file. Please let me know if this works for you. Kind regards, Jonathan On 12.02.2009, at 15:53, Roman Schmid wrote: Hello List In my application I'd lik

Re: [qooxdoo-devel] How to use Packages feature in 0.8 Build?

2009-02-12 Thread Andreas Ecker
Howdy! > Thanks for the quick reply. > > Could you take a guess at the time frame? > > If the time frame is several weeks it might be worth it to hack the loader > so we can move forward. If it's a few days to a week on your end - I can > probably find other things to do. Consolidating the lo

[qooxdoo-devel] Download Button

2009-02-12 Thread Roman Schmid
Hello List In my application I'd like to provide a "download-File" option to the user. Now I'm wondering how this is accomplished best using qooxdoo. Is there a way to have a button trigger a file download? Do i have to set the Request transport to "Iframe"? Apparently, there's no responseType "ap

Re: [qooxdoo-devel] How to use Packages feature in 0.8 Build?

2009-02-12 Thread mshillin
Andreas Ecker-2 wrote: > > Hi Mike! > > > A while ago we talked about the same idea: during regular application > development to use a qooxdoo library file ("build") while keeping all > individual custom classes ("source"). This would help keeping browser > reloads fast. Need to see if we mis

Re: [qooxdoo-devel] Application#close called twice in IE

2009-02-12 Thread Ralf Sternberg
Hi Andreas, Andreas Ecker wrote: >> it is possible to show a confirmtion message before leaving a page by >> returning a string in Application#close(). Reportedly, this confirmation >> dialog is shown twice under certain circumstances in IE. I found some >> forum postings about IE sending the onbe

Re: [qooxdoo-devel] How to use Packages feature in 0.8 Build?

2009-02-12 Thread Sebastian Werner
Andreas Ecker schrieb: > Hi Mike! > >> Actually, what I am trying to accomplish is to build the app so that my code >> is delivered to the browser in "source" format and qooxdoo library code is >> delivered in "build" format. Doing this has several advantages while >> developing >> >> 1. Makes de

Re: [qooxdoo-devel] How to use Packages feature in 0.8 Build?

2009-02-12 Thread Andreas Ecker
Hi Mike! > Actually, what I am trying to accomplish is to build the app so that my code > is delivered to the browser in "source" format and qooxdoo library code is > delivered in "build" format. Doing this has several advantages while > developing > > 1. Makes debugging so much easier (ex. 800

Re: [qooxdoo-devel] How to use Packages feature in 0.8 Build?

2009-02-12 Thread mshillin
Sebastian Werner wrote: > > > > This basically look like you do not have a configuration for the > packages support. There seems to be a misunderstanding of the idea of > what packages can do for you. These are not thought to build library > like packages which may be used by different

Re: [qooxdoo-devel] Source ok - Build fails

2009-02-12 Thread Andreas Ecker
Hi Torsten! > when I build source (./generate.py source) all went ok, > but when I build "./generate.py build" > I get the following error [...] > Where I'm wrong ? Of course, this is supposed to "just work" (tm), at least for almost all the regular use cases and/or code. There have been some

Re: [qooxdoo-devel] Application#close called twice in IE

2009-02-12 Thread Andreas Ecker
Hi Ralf! > it is possible to show a confirmtion message before leaving a page by > returning a string in Application#close(). Reportedly, this confirmation > dialog is shown twice under certain circumstances in IE. I found some > forum postings about IE sending the onbeforeunload event twice that

[qooxdoo-devel] Source ok - Build fails

2009-02-12 Thread PilotBlankenfelde
Hi List, when I build source (./generate.py source) all went ok, but when I build "./generate.py build" I get the following error in Firefox 3.0: this[p[w]] is not a function js part: set:function(v, t){var p=qx.core.Property.$$method.set; if(typeof v===f){{}; return this[p[v]](t); }else{for(var

Re: [qooxdoo-devel] How to use Packages feature in 0.8 Build?

2009-02-12 Thread Sebastian Werner
Am 10.02.2009 um 19:31 schrieb mshillin: > > Can someone post an example of how to use the "packages" feature in > the 0.8 > build framework. I have read the online docs but cannot seem to get > it to > work. > > My config.json contains a "packages" top level key > > "packages" : > { >