Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-20 Thread thron7
Petr Kobalíček wrote: > Hi thron, > > I'm making efforts to describe the issues I have, but my English is > limited so it can sometimes can look funny :-) (I known) > No worries. In most cases, technical clarity is more important for us than language skills. It looks like you can express yours

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Alexander Back
Hi Petr, done :) cheers, Alex Petr Kobalíček wrote: > Please close this bug :-[ > > I used to getIframeHtml() instead getIframeText(). > > Cheers > - Petr > > 2008/8/18 Petr Kobalíček <[EMAIL PROTECTED]>: >> Ok, its #1195 >> >> Regards >> - Petr >> >> 2008/8/18 Alexander Back <[EMAIL PROTE

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Petr Kobalíček
Please close this bug :-[ I used to getIframeHtml() instead getIframeText(). Cheers - Petr 2008/8/18 Petr Kobalíček <[EMAIL PROTECTED]>: > Ok, its #1195 > > Regards > - Petr > > 2008/8/18 Alexander Back <[EMAIL PROTECTED]>: >> Hi Petr, >> >> Petr Kobalíček wrote: >>> Hi all, >>> >>> I have today

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Guilherme Aiolfi
Same here :) hehe 2008/8/19 Petr Kobalíček <[EMAIL PROTECTED]> > Hi thron, > > I'm making efforts to describe the issues I have, but my English is > limited so it can sometimes can look funny :-) (I known) > > Cheers > - Petr > > 2008/8/19 thron7 <[EMAIL PROTECTED]>: > > Petr Kobalíček wrote: > >

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Petr Kobalíček
Hi thron, I'm making efforts to describe the issues I have, but my English is limited so it can sometimes can look funny :-) (I known) Cheers - Petr 2008/8/19 thron7 <[EMAIL PROTECTED]>: > Petr Kobalíček wrote: >> And another problem, >> >> If I set height property in UploadForm or UploadField,

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread Petr Kobalíček
Added to bugzilla, bug #1211 Cheers - Petr 2008/8/19 thron7 <[EMAIL PROTECTED]>: > Petr Kobalíček wrote: >> And another problem, >> >> If I set height property in UploadForm or UploadField, it will behave >> unexpectable, I can provide screenshot if needed. >> > > Petr, again file bugs with as mu

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-19 Thread thron7
Petr Kobalíček wrote: > And another problem, > > If I set height property in UploadForm or UploadField, it will behave > unexpectable, I can provide screenshot if needed. > Petr, again file bugs with as much description/attachments as you see fit to make the issue clear. Thanks, Thomas -

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
And another problem, If I set height property in UploadForm or UploadField, it will behave unexpectable, I can provide screenshot if needed. - Petr 2008/8/19 Petr Kobalíček <[EMAIL PROTECTED]>: > Interesting, I don't know how I do it, but it's now OK. > > 2008/8/19 Petr Kobalíček <[EMAIL PROTECT

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
Interesting, I don't know how I do it, but it's now OK. 2008/8/19 Petr Kobalíček <[EMAIL PROTECTED]>: > And found another issue :-) > > Here is my code; > > qx.Class.define("bfly.admin.tools.UploadWindow", > { > extend: qx.ui.window.Window, > > construct: function(owner) > { >// [SuperClass

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
And found another issue :-) Here is my code; qx.Class.define("bfly.admin.tools.UploadWindow", { extend: qx.ui.window.Window, construct: function(owner) { // [SuperClass] this.base(arguments); // [Owner] this._owner = owner; // [Layout] this._layout = new qx.ui.lay

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
Ok, its #1195 Regards - Petr 2008/8/18 Alexander Back <[EMAIL PROTECTED]>: > Hi Petr, > > Petr Kobalíček wrote: >> Hi all, >> >> I have today playing with file upload widget from contrib section. >> >> It works:) > Nice to hear :) > > >> But I found probably small issue in firefox v3. I'm getting

Re: [qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Alexander Back
Hi Petr, Petr Kobalíček wrote: > Hi all, > > I have today playing with file upload widget from contrib section. > > It works:) Nice to hear :) > But I found probably small issue in firefox v3. I'm getting > in response, > for example: > 1975841 DEBUG: uploadwidget.UploadForm[1189]: {"re

[qooxdoo-devel] contrib FileUpload widget

2008-08-18 Thread Petr Kobalíček
Hi all, I have today playing with file upload widget from contrib section. It works:) But I found probably small issue in firefox v3. I'm getting in response, for example: 1975841 DEBUG: uploadwidget.UploadForm[1189]: {"result": {}} In source code is this: getIframeTextContent : func