Re: [qooxdoo-devel] qx.ui.embed.Iframe only loads when I add it in window?

2011-02-07 Thread Tristan Koch
Hi, maybe you can collect a playground example [1] showing this behaviour? That would be very helpful! It might well be a bug, so lets track this down. Note you can use "this.debug" to write to the log. Tristan [1] http://playground.qooxdoo.org Am 07.02.2011 um 18:31 schrieb jraulperez: > >

[qooxdoo-devel] Storing Async Result

2011-02-07 Thread ndm40
I would like to store async result into a global variable when calling callRpcGetDir function as in: qx.Class.define("riveware.Application",{ extend : qx.application.Standalone, members : { user : null, rtemp: null, ... callRpcGetDir : function () { var rpc =

Re: [qooxdoo-devel] Upload Widget?

2011-02-07 Thread aditya siram
+1 -deech On Mon, Feb 7, 2011 at 10:29 AM, Bruce Bockius wrote: > +1 > > > > From: Martin Wittemann [mailto:martin.wittem...@1und1.de] > Sent: Monday, February 07, 2011 4:58 AM > To: qooxdoo Development > Subject: Re: [qooxdoo-devel] Upload Widget? > > > > Hey guys, > > thats a good point you bri

Re: [qooxdoo-devel] qx.ui.embed.Iframe only loads when I add it in window?

2011-02-07 Thread jraulperez
Hi Tristan I'm surprised because the ui.embed.Iframe behaviour, if I use visibility, hide(), etc. before add the iframe into the main window, then, iframe don't works, don't load the page.. or I have a mistake in my code... or looks a bug to me.. -- View this message in context: http://qooxdoo

Re: [qooxdoo-devel] Upload Widget?

2011-02-07 Thread Bruce Bockius
+1 From: Martin Wittemann [mailto:martin.wittem...@1und1.de] Sent: Monday, February 07, 2011 4:58 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Upload Widget? Hey guys, thats a good point you bringing up. I opened up a new bug for moving the contrib to the framework [1]. Anyone interes

Re: [qooxdoo-devel] qx.ui.embed.Iframe only loads when I add it in window?

2011-02-07 Thread Tristan Koch
Hi, you don't actually use CSS classes. Note that ui.embed.Iframe is yet another widget. You can remove a widget from the layout like this: // frame is an instance of ui.embed.Iframe frame.setVisibility("excluded"); Setting the visibility to "hidden" would affect your layout, which is probably

Re: [qooxdoo-devel] Upload Widget?

2011-02-07 Thread Martin Wittemann
Hey guys, thats a good point you bringing up. I opened up a new bug for moving the contrib to the framework [1]. Anyone interested in that can add himself as CC. But currently, I can't make any promises about time. But anyway, 1+ for me too. ;) Best, Martin [1] http://bugzilla.qooxdoo.org/show_b

Re: [qooxdoo-devel] Tree lines in tree?

2011-02-07 Thread Derrell Lipman
On Mon, Feb 7, 2011 at 01:42, wrote: > Hi. > > Is there a way to have qooxdoo draw lines between the tree nodes, ? I > looked at the API docs, but didn't look into the theme files, found nothing > so far. I need to draw lines in a tree for a customer. > Switching to the classic theme should prov

Re: [qooxdoo-devel] Upload Widget?

2011-02-07 Thread Dietrich Streifert
Yep! But this has been discussed already more then 3 years ago: http://bugzilla.qooxdoo.org/show_bug.cgi?id=449#c12 But still +1 from me for adding UploadWidget to core. Dietrich Am 07.02.2011 09:36, schrieb John Spackman: > On a side note, the Uploadwidget contrib is a pretty fundamental

Re: [qooxdoo-devel] Upload Widget?

2011-02-07 Thread Jean-Baptiste BRIAUD -- Novlog
+1 On 7 févr. 2011, at 10:15, Jean-Noël Rivasseau wrote: > +1. Absolutely essential contrib, should be in core. > > On Mon, Feb 7, 2011 at 9:36 AM, John Spackman wrote: >> On a side note, the Uploadwidget contrib is a pretty fundamental piece of >> functionality and this question pops up fairly

Re: [qooxdoo-devel] Upload Widget?

2011-02-07 Thread Jean-Noël Rivasseau
+1. Absolutely essential contrib, should be in core. On Mon, Feb 7, 2011 at 9:36 AM, John Spackman wrote: > On a side note, the Uploadwidget contrib is a pretty fundamental piece of > functionality and this question pops up fairly regularly - the contrib > itself is stable and no alternatives hav

Re: [qooxdoo-devel] qx.ui.embed.Iframe only loads when I add it in window?

2011-02-07 Thread jraulperez
Hi Tristan, About first idea to hide it after add it, it is possible to do it via qooxdoo? We are not using qooxdoo in normal website, we are inside eyeOs, an application that use qooxdoo. So, I'm not sure that we can use css classes.. I will check that. About the web services it is a good i

Re: [qooxdoo-devel] Upload Widget?

2011-02-07 Thread John Spackman
On a side note, the Uploadwidget contrib is a pretty fundamental piece of functionality and this question pops up fairly regularly - the contrib itself is stable and no alternatives have appeared so shouldn't it be added to the core Qx distrib? John On 07/02/2011 06:56, "Tristan Koch" wrote: >H