Re: [qooxdoo-devel] UploadWidget and Qooxdoo 3.5

2014-01-23 Thread Fritz Zaucker
Works for me ... Cheers, Fritz On Thu, 23 Jan 2014, mappopo wrote: > Hi > does UploadWidget work with Qooxdoo 3.5? > Which is the last supported version of Qooxdoo? > > Thanks in advance > > Massimo > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/UploadWidget-and-Q

[qooxdoo-devel] UploadWidget and Qooxdoo 3.5

2014-01-23 Thread mappopo
Hi does UploadWidget work with Qooxdoo 3.5? Which is the last supported version of Qooxdoo? Thanks in advance Massimo -- View this message in context: http://qooxdoo.678.n2.nabble.com/UploadWidget-and-Qooxdoo-3-5-tp7585231.html Sent from the qooxdoo mailing list archive at Nabble.com. --

Re: [qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-12 Thread Dietrich Streifert
Hi Sergio, I've had a similar effect where not the entire upload form disappeared, but only the icon and label of the upload button. This happened with IE 10 and 9. I've committed a fix which solved the problem: http://sourceforge.net/p/qooxdoo-contrib/code/21854/ please try if this solv

Re: [qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-07 Thread s.sanchez
I found a solution, at least for my case, patched the UploadButton like this: var css = { position : "absolute", cursor: "pointer", hideFocus : "true", zIndex: this.getZIndex() + 11, opacity: 0, // align to the t

Re: [qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-05 Thread s.sanchez
I downloaded the contrib again, it is revision 21732 in the current revision.txt... so it is the newest version. -- View this message in context: http://qooxdoo.678.n2.nabble.com/UploadWidget-disappears-after-click-IE10-tp7584074p7584079.html Sent from the qooxdoo mailing list archive at Nabble

Re: [qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-05 Thread s.sanchez
Richard Sternagel wrote > Nevertheless can you provide your qooxdoo version and UploadWidget > version? Thank you Richard, sure: QX version 2.1.1 UplodWidget trunk revision 21732 (was in the revision.txt) was update few day ago. Saw that revision is now 21850 could this be the reason? Don't think

Re: [qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-05 Thread Richard Sternagel
Oh sorry, didn't recognize that UploadWidget is a contrib at first sight. So the Playground approach won't work, obviously. Nevertheless can you provide your qooxdoo version and UploadWidget version? Regards Richard Am 05.07.13 11:25, schrieb Richard Sternagel: > Hi, > > can you provide a playg

Re: [qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-05 Thread Richard Sternagel
Hi, can you provide a playground [1] sample? Then we can look into this - maybe it's a bug. Regards Richard PS: There is also the development version of the playground [2], maybe the behaviour is different there. [1] http://demo.qooxdoo.org/current/playground/ [2] http://demo.qooxdoo.org/devel

[qooxdoo-devel] UploadWidget disappears after click (IE10)

2013-07-04 Thread s.sanchez
Hi all, The UploadButton does a great job in my apps, no other browser has problems (Firefox, Safari), but IE10 (other IE versions not tested). When the button is clicked the file window does appear and the button jumps a few pixels up, if you select then a file or just closes the window and press

Re: [qooxdoo-devel] uploadwidget not sending completed event

2012-04-27 Thread John Spackman
Hi Alex, UploadWidget doesn't use the IO layer for uploading files, it directly creates iframe elements. John From: Alexander Steitz Reply-To: qooxdoo Development Date: Fri, 27 Apr 2012 09:54:36 +0200 To: qooxdoo Development Subject: Re: [qooxdoo-devel] uploadwidget not se

Re: [qooxdoo-devel] uploadwidget not sending completed event

2012-04-27 Thread Alexander Steitz
debug data during a request. Maybe this helps to track down the issue. Regards, Alex From: Scott Chapman [mailto:sc...@mischko.com] Sent: Friday, April 27, 2012 1:00 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] uploadwidget not sending completed event When I send back a 204 th

Re: [qooxdoo-devel] uploadwidget not sending completed event

2012-04-27 Thread John Spackman
evelopment Subject: Re: [qooxdoo-devel] uploadwidget not sending completed event When I send back a 204 the completed event is never fired. When I send back a 400, indicating and error, the event is fired. I'd even like to know how to get the response code back. I can't find it in Qooxdoo.

Re: [qooxdoo-devel] uploadwidget not sending completed event

2012-04-26 Thread Scott Chapman
When I send back a 204 the completed event is never fired. When I send back a 400, indicating and error, the event is fired. I'd even like to know how to get the response code back. I can't find it in Qooxdoo. On Thu, Apr 5, 2012 at 10:37 AM, Scott Chapman wrote: > Is anyone using the uploadwi

[qooxdoo-devel] uploadwidget not sending completed event

2012-04-05 Thread Scott Chapman
Is anyone using the uploadwidget with qooxdoo 1.6? I'm not getting a 'completed' event from the UploadForm. My web site is sending back an HTTP 204 response code (no content). Anyone seeing anything else with this widget? -

[qooxdoo-devel] uploadWidget show "C:\fakepath\FILENAME regardless of path to file

2012-04-04 Thread Scott Chapman
This is Windows 7 and Qooxdoo 1.6. I put in a uploadWidget button and it allows me to select a file Ok but shows C:\fakepath\FILENAME.EXT for any file I pick. I think this is a bug? Scott -- Better than sec? Nothing is b

Re: [qooxdoo-devel] uploadWidget show "C:\fakepath\FILENAME regardless of path to file

2012-04-04 Thread Scott Chapman
Never mind. This is part of the HTML 5 spec. Nothin' for it. On Wed, Apr 4, 2012 at 7:34 PM, Scott Chapman wrote: > This is Windows 7 and Qooxdoo 1.6. > I put in a uploadWidget button and it allows me to select a file Ok > but shows C:\fakepath\FILENAME.EXT for any file I pick. > > I think this

Re: [qooxdoo-devel] UploadWidget contrib Unfullfilled dependency of class Issue

2011-10-03 Thread tpriebe
Thanks Derrell you are correct. The issue was my version of qooxdoo. Trentin Priebe Software Engineer t 614.324.7800 x3208 | f 614.324.7801 | e tpri...@integralink.com | integralink.com [cid:image001.gif@01CC81E7.86E19160] No

Re: [qooxdoo-devel] UploadWidget contrib Unfullfilled dependency of class Issue

2011-10-03 Thread Derrell Lipman
On Mon, Oct 3, 2011 at 15:14, tpriebe wrote: > I am trying to include the UploadWidget contrib in my application and the > generator is failing. When I run generate.py source it fails when it gets > to Verifying Parts with the message > > Verifying: part.to.be.verified > Unfullfilled dependency

[qooxdoo-devel] UploadWidget contrib Unfullfilled dependency of class Issue

2011-10-03 Thread tpriebe
I am trying to include the UploadWidget contrib in my application and the generator is failing. When I run generate.py source it fails when it gets to Verifying Parts with the message Verifying: part.to.be.verified Unfullfilled dependency of class 'uploadwidget.UploadButton'[4]: 'qx.core.Environm

[qooxdoo-devel] [UploadWidget contrib] add UploadForm.getIframeJSONContent

2011-08-25 Thread Gian Marco Gherardi
Hi, the title says it all. It's trivial to implement it: getIframeJSONContent: function () { return qx.lang.Json.parse(this.getIframeTextContent()); } I think that it's a blame that it should be supported along with getIframeTextContent, getIframeHtmlContent and getIframeXMLContent Gian Marc

Re: [qooxdoo-devel] UploadWidget contrib and Qx 1.5

2011-08-23 Thread Gian Marco Gherardi
Tobias, *i see you have updated the project, thank you! * Gian Marco Gherardi http://gianmarco.gherardi.me On Mon, Aug 22, 2011 at 8:10 AM, Tobias Oetiker wrote: > Hi Gimmi, > > Yesterday gimmi wrote: > > > Hi all, > > i'm trying to use UploadWidget contrib with Qx 1.5, but UploadWidget's > >

Re: [qooxdoo-devel] UploadWidget contrib and Qx 1.5

2011-08-21 Thread Tobias Oetiker
Hi Gimmi, Yesterday gimmi wrote: > Hi all, > i'm trying to use UploadWidget contrib with Qx 1.5, but UploadWidget's > manifest says it's only compatible with 1.2, 1.3, 1.4 and trunk Qx. > > Anyone is using it with Qx 1.5? are there some issues? I still have not gotten round to updating all my co

Re: [qooxdoo-devel] UploadWidget contrib and Qx 1.5

2011-08-21 Thread Fritz Zaucker
I think it should work with 1.5 without problems. Cheers, Fritz On Sun, 21 Aug 2011, gimmi wrote: > Hi all, > i'm trying to use UploadWidget contrib with Qx 1.5, but UploadWidget's > manifest says it's only compatible with 1.2, 1.3, 1.4 and trunk Qx. > > Anyone is using it with Qx 1.5? are there

[qooxdoo-devel] UploadWidget contrib and Qx 1.5

2011-08-21 Thread gimmi
Hi all, i'm trying to use UploadWidget contrib with Qx 1.5, but UploadWidget's manifest says it's only compatible with 1.2, 1.3, 1.4 and trunk Qx. Anyone is using it with Qx 1.5? are there some issues? Thanks -- View this message in context: http://qooxdoo.678.n2.nabble.com/UploadWidget-contrib

Re: [qooxdoo-devel] UploadWidget IE fix

2010-12-24 Thread Guilherme Aiolfi
trunk, right? On Thu, Dec 23, 2010 at 8:18 PM, Tobias Oetiker wrote: > Dear UploadWidget Users, > > I have spent some quality time with my dear friend IE8 today and > added some positioning updates to the UploadWidget so that the > UploadButton works for IE as well. > > Enjoy ! > > tobi > > > --

[qooxdoo-devel] UploadWidget IE fix

2010-12-23 Thread Tobias Oetiker
Dear UploadWidget Users, I have spent some quality time with my dear friend IE8 today and added some positioning updates to the UploadWidget so that the UploadButton works for IE as well. Enjoy ! tobi -- Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland http://it.oetiker.

[qooxdoo-devel] uploadWidget IE 8

2010-12-01 Thread Andy Fuchs
My file-upload stopped working under Windows 7 IE8, so I tried to find out what's going on. I checked-out the uploadWidget from the contributeions., but they don't work either. Has anybody a working file-uploader which works on IE8 Win7 and can tell me how to get it to work again? thx andy -

Re: [qooxdoo-devel] UploadWidget contrib does not work on IE7 (wrong encoding)

2010-09-22 Thread John Spackman
Cheers Tobias, that worked a treat john On 21/09/2010 22:39, "Tobias Oetiker" wrote: >Today Tobias Oetiker wrote: > >> Hi John, >> >> Today John Spackman wrote: >> >> > Hi guys, >> > >> > There's a bug with the trunk of UploadWidget introduced in rev >> > 20450; the form's enctype attribute is

Re: [qooxdoo-devel] UploadWidget contrib does not work on IE7 (wrong encoding)

2010-09-21 Thread Tobias Oetiker
Today Tobias Oetiker wrote: > Hi John, > > Today John Spackman wrote: > > > Hi guys, > > > > There's a bug with the trunk of UploadWidget introduced in rev > > 20450; the form's enctype attribute is set to multipart/form-data > > but this is ignored by IE7 completely which sends > > "application/x

Re: [qooxdoo-devel] UploadWidget contrib does not work on IE7 (wrong encoding)

2010-09-21 Thread Tobias Oetiker
Hi John, Today John Spackman wrote: > Hi guys, > > There's a bug with the trunk of UploadWidget introduced in rev > 20450; the form's enctype attribute is set to multipart/form-data > but this is ignored by IE7 completely which sends > "application/x-www-encoded" instead. The fix is to set the >

[qooxdoo-devel] UploadWidget contrib does not work on IE7 (wrong encoding)

2010-09-21 Thread John Spackman
Hi guys, There's a bug with the trunk of UploadWidget introduced in rev 20450; the form's enctype attribute is set to multipart/form-data but this is ignored by IE7 completely which sends "application/x-www-encoded" instead. The fix is to set the form's encoding attribute too (in uploadwidget/Upl

Re: [qooxdoo-devel] UploadWidget problem

2010-08-23 Thread Oliver Friedrich
Hi Joffrey, thanks for your answer. I had this line already in my code and the event is fired after each selection of a new file. The script triggers form.submit() but the form submits no file data to the server script after the first (successfull) submit. Instead i get an empty $_FILES array in m

Re: [qooxdoo-devel] UploadWidget problem

2010-08-23 Thread Joffrey Fuhrer - NOVLOG
On 22/08/2010 17:16, Oliver Friedrich wrote: > Hi, > > i have tried the upload widget (0.3 and trunk) and there is the problem, > that i can use it only to upload one time. If i try to upload a second > file there is not data in the upload. > > My frontend is Firefox 3.6.8 (Linux, 32bit) and on the

[qooxdoo-devel] UploadWidget problem

2010-08-22 Thread Oliver Friedrich
Hi, i have tried the upload widget (0.3 and trunk) and there is the problem, that i can use it only to upload one time. If i try to upload a second file there is not data in the upload. My frontend is Firefox 3.6.8 (Linux, 32bit) and on the backend PHP 5. Is this a general problem with a file up

[qooxdoo-devel] UploadWidget Updated

2010-06-21 Thread Tobias Oetiker
I have updated the UploadWidget with more current qooxdoo coding and also fixed some bugs. If you want to continue using the old 'trunk' switch to version 0.3 which is a copy of the current trunk. I have tested the widget on chrome 5, ff 3.6 and IE 8 if you find problems, please let me know ...

Re: [qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread thron7
> who is responsible for the widget these days ? svn shows that may > people have had a hand at it already ... I guess it's up for grabs... T. -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's

Re: [qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread Tobias Oetiker
Hi Petr, Today Petr Kobalí?ek wrote: > Hi Tobi, > > I ported the UploadWidget from 0.7 to 0.8 and from that time it's > probably untouched. I think that this contrib should be rewritten, I > don't know if all the tricks there are are needed, it seems the code > is outdated and I think that it's m

Re: [qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread Alexander Steitz
Hi Tobi, feel free to open a bug report for this issue, so we track it down. cheers, Alex Am 18.06.2010 16:05, schrieb Tobias Oetiker: > I am using the UploadWidget in a project of mine and I found that > the clipping being applied to the input widget seems to stop it > from working. > > I on

Re: [qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread Petr Kobalíček
Hi Tobi, I ported the UploadWidget from 0.7 to 0.8 and from that time it's probably untouched. I think that this contrib should be rewritten, I don't know if all the tricks there are are needed, it seems the code is outdated and I think that it's miracle that it still works:) -- Best regards - P

[qooxdoo-devel] UploadWidget Bug

2010-06-18 Thread Tobias Oetiker
I am using the UploadWidget in a project of mine and I found that the clipping being applied to the input widget seems to stop it from working. I only discovered this problem when making a very large (screen-wide) upload button ... I have removed the clip css property which caused the button to w

Re: [qooxdoo-devel] Uploadwidget problem (qooxdoo 1.1)

2010-05-22 Thread Wojciech Sieczkowski
Ok, now I know that such behavior is due to security reasons. There might be some ways to hack it, but is there really no other, secure way to upload file from a qooxdoo application? Wojciech On sob, 2010-05-22 at 05:28 -0700, swojtek wrote: > Hello, > I am having problems with uploadwidget cont

[qooxdoo-devel] Uploadwidget problem (qooxdoo 1.1)

2010-05-22 Thread swojtek
Hello, I am having problems with uploadwidget contribution. I have implemented everything according to the documentation and when a form gets submitted (form.submit() method), a get the following error: uncaught exception: [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_

Re: [qooxdoo-devel] UploadWidget Installation & Usage?

2010-01-14 Thread Jonathan Weiß
Hello Hansjoerg, you don't really need the uploadtest.pl file - it is just there for the widget developer to check if the widget is working. You will have to write you own sever code to receive and process the file. Here is the PHP documentation for this topic: http://www.php.net/manual/en/featu

Re: [qooxdoo-devel] UploadWidget Installation & Usage?

2010-01-13 Thread Qoodary
Ah I see in the moment that there is installed a Xampp lite on my machine, which does not support Perl. So I will try to do the upload with a PHP file. But how can I do this? kind regards Hansjoerg -- View this message in context: http://old.nabble.com/UploadWidget-Installation---Usage--tp271

Re: [qooxdoo-devel] UploadWidget Installation & Usage?

2010-01-13 Thread Qoodary
Hi Jonathan, thank you very much for your help. OK, if I upload a file I see now a 500 Internal Server error in the Firebug console. Is it possible that this "uploadtest.pl" does not run on my Windows PC? (I have installed Apache Friend XAMPP) kind regards Hansjoerg -- View this message in cont

Re: [qooxdoo-devel] UploadWidget Installation & Usage?

2010-01-13 Thread Jonathan Weiß
Hello Hansjoerg, the uploadtest.pl file just displays the file size inside the qooxdoo (or browser) console. Please check your browser console (e.g. FireBug) or press F7 to see the qooxdoo console. There should be the filesize of the uploaded file or an error message. Kind regards, Jonathan -

Re: [qooxdoo-devel] UploadWidget Installation & Usage?

2010-01-12 Thread Qoodary
Hello, now I have run the demo UploadWidget. I have copied the backend uploadtest.pl to my cgi-bin folder of my Apache (Windows) When I now select a file and click on "Upload" the file disappears or is uploaded. But to which directory? I am no Perl expert, I program with PHP. So, can anybody tel

[qooxdoo-devel] UploadWidget Installation & Usage?

2010-01-11 Thread Qoodary
Hello, after hours of reading in old posts and in the documentation I need a little bit help for using the Contribution UploadWidget. My Version of Qooxdoo is 1.0 in Windows XP Prof. First of all: How can I install? I have downloaded the contrib zip file and extracted it to my Qooxdoo framework.

Re: [qooxdoo-devel] uploadwidget / restrict file-types

2009-10-16 Thread Petr Kobalíček
or Java ;-) 2009/10/16 Guilherme Aiolfi : > I don't think input type="file" will permit that. It's very limited. > The only alternative I can see is use flash to have more control. > > On Thu, Oct 15, 2009 at 2:18 PM, Andy Fuchs wrote: >> >> In my struggle to find a nice way to upload binary file

Re: [qooxdoo-devel] uploadwidget / restrict file-types

2009-10-16 Thread Guilherme Aiolfi
I don't think input type="file" will permit that. It's very limited.The only alternative I can see is use flash to have more control. On Thu, Oct 15, 2009 at 2:18 PM, Andy Fuchs wrote: > In my struggle to find a nice way to upload binary files, I tried the > uploadwidget contribution, but I can'

[qooxdoo-devel] uploadwidget / restrict file-types

2009-10-15 Thread Andy Fuchs
In my struggle to find a nice way to upload binary files, I tried the uploadwidget contribution, but I can't seem to limit access to only certain mime-types - in the file-system-dialog. I added:input.accept = "text/html";, but still get all files shown. Do I misunderstand the feature? Or how c

Re: [qooxdoo-devel] UploadWidget Problem in IE 6 & 7

2009-02-23 Thread Roman Schmid
Ouch! I just noticed i was using a custom class (that extends the UploadWidget class) and i wasn't handling events correctly there. I fixed the problem and now it's working as expected. Sorry for the false alarm /shame on me/ Roman Roman Schmid wrote: > Hello Developers > > I'm encountering Pro

[qooxdoo-devel] UploadWidget Problem in IE 6 & 7

2009-02-23 Thread Roman Schmid
Hello Developers I'm encountering Problems using the UploadWidget in IE, whereas it works perfectly in Firefox, Chrome and Safari. Here's what's happening: I'm able to select a file from the file-chooser dialog. The file is then being uploaded to the server, and i get a response from the server.

[qooxdoo-devel] UploadWidget problem in Opera 9.63

2009-02-17 Thread Roman Schmid
Hello List This isn't a major issue, but the UploadWidget seems to be broken in Opera 9.63 (Mac OS X). There's display issue and no file-selection dialog opens when I click the Upload Button. I opened a bug for this: http://bugzilla.qooxdoo.org/show_bug.cgi?id=1959 Regards - Roman -

[qooxdoo-devel] UploadWidget ported to 0.8

2008-09-03 Thread Alexander Back
Hi qooxdoo users, the second qooxdoo-contrib widget is successfully ported to 0.8. Thanks to the great work of Petr Kobalicek we have the UploadWidget up and running with qooxdoo 0.8! Unfortunately the sample demo application could not (yet) be put online, because the UploadWidget works agains

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Guilherme Aiolfi
and it is working on opera too. Opera Version 9.21. It's not the latest one, but... :) 2008/9/2 Guilherme Aiolfi <[EMAIL PROTECTED]> > ráá, > > great work, Petr. > > It worked! :D > > 2008/9/2 Petr Kobalíček <[EMAIL PROTECTED]> > > Guys, I will add this to download. >> >> I'm working now on mani

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Guilherme Aiolfi
ráá, great work, Petr. It worked! :D 2008/9/2 Petr Kobalíček <[EMAIL PROTECTED]> > Guys, I will add this to download. > > I'm working now on manifest file for easy inclusion into your projects. > > just wait one hour :-) > > Cheers > - Petr > > 2008/9/2 Oleksiy Golovko <[EMAIL PROTECTED]>: > >

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Petr Kobalíček
Guys, I will add this to download. I'm working now on manifest file for easy inclusion into your projects. just wait one hour :-) Cheers - Petr 2008/9/2 Oleksiy Golovko <[EMAIL PROTECTED]>: > Hi Petr, > > I want upload widget as well, please send it to [EMAIL PROTECTED] > > Thank you very much,

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Oleksiy Golovko
Hi Petr, I want upload widget as well, please send it to [EMAIL PROTECTED] Thank you very much, Oleksiy > 2008/9/1 Petr Kobalíček <[EMAIL PROTECTED] > > > > I had problems with attachments:( > > Currently my work has Sebastian and I have granted SVN ac

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-02 Thread Guilherme Aiolfi
Hey Petr, I want the UploadWidget. Could you send it to [EMAIL PROTECTED] Thank you 2008/9/1 Petr Kobalíček <[EMAIL PROTECTED]> > I had problems with attachments:( > > Currently my work has Sebastian and I have granted SVN account, so I > will commit it later directly. > > If you need these wid

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-01 Thread Petr Kobalíček
I had problems with attachments:( Currently my work has Sebastian and I have granted SVN account, so I will commit it later directly. If you need these widgets now please let me know:) Cheers - Petr 2008/9/1 Guilherme Aiolfi <[EMAIL PROTECTED]>: > Hey Petr, > >> I'm sending here my work of last

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-01 Thread Guilherme Aiolfi
Hey Petr, > I'm sending here my work of last 3 days. The ported uploadwidget to > 0.8 and corrected some things in htmlarea for 0.8. Where is it? 2008/9/1 Alexander Back <[EMAIL PROTECTED]> > Hi Petr, > > Petr Kobalíček wrote: > > Hi devs, > > > > I'm sending here my work of last 3 days. The

Re: [qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-09-01 Thread Alexander Back
Hi Petr, Petr Kobalíček wrote: > Hi devs, > > I'm sending here my work of last 3 days. The ported uploadwidget to > 0.8 and corrected some things in htmlarea for 0.8. Do you already committed these changes? I can't see any changes in the SVN. Please use the 0.3-pre version as target for the fixe

[qooxdoo-devel] uploadwidget and updated htmlarea for 0.8

2008-08-31 Thread Petr Kobalíček
Hi devs, I'm sending here my work of last 3 days. The ported uploadwidget to 0.8 and corrected some things in htmlarea for 0.8. uploadwidget works in IE and Firefox (windows/linux) and not works in opera. In opera, the system dialog is not shown. htmlarea is different story and I think that this

[qooxdoo-devel] UploadWidget

2008-08-18 Thread Guilherme Aiolfi
Hi, I have been seeing some of you testing the UploadField, I haven't tested it, because I'm using 0.8. But until it be ported I would like to clear a doubt I have. I'm afraid that it wouldn't solve this particually cenario: A Stack layout with N layers where not every field should be submited,

Re: [qooxdoo-devel] UploadWidget problem

2008-04-03 Thread cboulanger
Yes, that was it. Sorry! I am so used to working with XML instead of javascript for building the ui that I forgot that this needs to be numbers and not strings. Now it works. Thank you very much. I have added it to http://qooxdoo.org/documentation/0.7/snippets/asynchronous_user_interaction but

Re: [qooxdoo-devel] UploadWidget problem

2008-04-03 Thread Dietrich Streifert
This is my code which used to work: var gb = new qx.ui.groupbox.GroupBox('Upload file'); gb.set( { bottom : 2, left : 3, right : 4, height : 60 }); this.add(gb); this._uploadform = new uploadwidget.UploadForm("uploadFrm"); var f

Re: [qooxdoo-devel] UploadWidget problem

2008-04-03 Thread Dietrich Streifert
Sorry I can't test that now but shouldn't top, left, right, bottom be integer values not strings? form.set({top:0, left:0,right:0,bottom:0, width:null}); cboulanger schrieb: Hm, unfortunately not. Still doesn't show up. In the firebug dom inspector, the form and iframe and divs are greyed ou

Re: [qooxdoo-devel] UploadWidget problem

2008-04-03 Thread cboulanger
Hm, unfortunately not. Still doesn't show up. In the firebug dom inspector, the form and iframe and divs are greyed out... Strange.. Dietrich Streifert schrieb: > Hi Christian, > > please try to set the width of the UploadForm to null: > > form.set({top:"0",left:"0",right:"0",bottom:

Re: [qooxdoo-devel] UploadWidget problem

2008-04-03 Thread Dietrich Streifert
Hi Christian, please try to set the width of the UploadForm to null: form.set({top:"0",left:"0",right:"0",bottom:"0", width:null}); Hope this helps. cboulanger schrieb: > Hello, > > I have a problem with the upload Widget from qooxdoo-contrib. I am > trying to build it into a Mixi

[qooxdoo-devel] UploadWidget problem

2008-04-03 Thread cboulanger
Hello, I have a problem with the upload Widget from qooxdoo-contrib. I am trying to build it into a Mixin with various user interaction widgets. Here is my code: /** * not functional yet * @param {Object} msg * @param {Object} callback * @param {Objec