Hi Hari,

no, that should work. You can also turn the scrollbars off when using it 
as array in the set map:
var iframe = new qx.ui.embed.ThemedIframe().set({
         width: 300,
         height: 300,
         minWidth: 200,
         minHeight: 150,
         source: url,
         decorator : null,
         scrollbar : ["off", "off"]
});

Does the URL from the Iframe points to same domain as the application?

Cheers,
Chris

Am 16.09.2010 18:27, schrieb Tranninger Harald:
> Hmm
>
>             var iframe = new qx.ui.embed.ThemedIframe().set({
>                       width: 300,
>                       height: 300,
>                       minWidth: 200,
>                       minHeight: 150,
>                       source: url,
>                       decorator : null
>               });
>
>               iframe.setScrollbar("off", "off");
>
> Am I wrong?
>               iframe.setScrollbar("off", "off");
>
> It doesn´t work in my case.
>
> Please help
>
> Thx
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to