Re: [qooxdoo-devel] File upload widget for qooxdoo 0.7 beta3 available

2007-06-28 Thread westor
Great work, and I like it. Sometimes you don't need the textfield visible. Or you want do give some properties to the button. I looked in the source, and I set: uploadfield = new qx.ui.io.UploadField("button", 'Upload File', 'icon/16/places/document-folder.png'); uploadfield._text.setVisibility(f

Re: [qooxdoo-devel] File upload widget for qooxdoo 0.7 beta3 available

2007-06-09 Thread Nick Glencross
Dietrich That did the trick nicely! It would be really nice if this could become a standard feature. Nick On 04/06/07, Dietrich Streifert <[EMAIL PROTECTED]> wrote: > > Hi Nick! > > Thank you for your report. The problem was a missing overflow:"hidden" for > the FileUpload widget. I have corre

Re: [qooxdoo-devel] File upload widget for qooxdoo 0.7 beta3 available

2007-06-04 Thread Dietrich Streifert
Hi Nick! Thank you for your report. The problem was a missing overflow:"hidden" for the FileUpload widget. I have corrected that and created a new attachment to the bugzilla issue: http://bugzilla.qooxdoo.org/attachment.cgi?id=178 The Problem behind this seems to be the TextField implementat

Re: [qooxdoo-devel] File upload widget for qooxdoo 0.7 beta3 available

2007-06-03 Thread Nick Glencross
Dietrich, Dietrich Streifert wrote: > Hello List, > > While having some time I ported my upload widget to 0.7beta3. > > I also created a test perl cgi upload script which can be used to test > the implementation via a test html page. > > I'd like to give the files to someone willing to test th

[qooxdoo-devel] File upload widget for qooxdoo 0.7 beta3 available

2007-05-30 Thread Dietrich Streifert
Hello List, While having some time I ported my upload widget to 0.7beta3. I also created a test perl cgi upload script which can be used to test the implementation via a test html page. I'd like to give the files to someone willing to test the implementation and get some feedback. I used the