Re: [qooxdoo-devel] porting uploadwidget to 0.8

2008-08-30 Thread Petr Kobalíček
Hi Chris, It now works, but I'm not good at qx.bom and qx.html, so you can look at it:) And thank for your interest, I'm looking forward to your flow layout:) I have only issue in Opera, the UploadButton not works :-( (System dialog is not shown and I don't know why) Tomorrow, I will provide sou

Re: [qooxdoo-devel] porting uploadwidget to 0.8

2008-08-30 Thread Chris Banford
Hi gang, I'd like to see if I can offer any assistance to the Upload project as well. Time is (as always) short, but having a solid upload widget is something that we'd definitely need sooner than later. -Chris Hi Petr! I haven't account yet and I don't know if I will succed:-)

Re: [qooxdoo-devel] porting uploadwidget to 0.8

2008-08-29 Thread Andreas Ecker
Hi Petr! > I haven't account yet and I don't know if I will succed:-) It's pretty straightforward to get started with qooxdoo-contrib. Please follow the first steps of the procedure at http://contrib.qooxdoo.org/contributing . I'm on vacation already, but if you hurry up, Fabian will certainly se

Re: [qooxdoo-devel] porting uploadwidget to 0.8

2008-08-29 Thread Petr Kobalíček
So I started porting, but it's not easy that I though. Here are problems I have: - Can't refine properties in UploadButton (name and value) - Can I catch that DOM element was created ? Need to create hidden input element in button - I tried to use new dom handling, but I don't know if I'm using it

Re: [qooxdoo-devel] porting uploadwidget to 0.8

2008-08-29 Thread Petr Kobalíček
Hi Fabian, I haven't account yet and I don't know if I will succed:-) I will try to replace layouts with composites and see what happen. Progress about porting will be here PS: Really last thing I need is closable tabs! :-D Cheers - Petr 2008/8/29 Fabian Jakobs <[EMAIL PROTECTED]>: > Hi Petr,

Re: [qooxdoo-devel] porting uploadwidget to 0.8

2008-08-29 Thread Fabian Jakobs
Hi Petr, this is would be perfect. Please get in contact with Dietrich Streifert, who has written the current version. I would suggest you create a 0.8 branch for the upload widget in contrib and develop it there. Do you already have a contrib account? If you need some information about 0.8 in

[qooxdoo-devel] porting uploadwidget to 0.8

2008-08-29 Thread Petr Kobalíček
Hi all, Is anybody interested in uploadwidget and helping me to port this to qooxdoo 0.8 ? It's only 25kb documented source code. I'm asking here, because I need this widget and I will try to port it myself, but I'm not good at low-level qooxdoo stuff yet and there is some magic behind. Best reg