Hi Amit
> Hi,
>
> How can I refer to the splitter from my splitpane widget ? because now 
> the Splitter class is Internal and may break the code if referred 
> directly. I want to access the splitter and make its size variable as 
> per the different forms in my application. (setSplitterSize() as in v0.7)
>   
you can subclass the split pane and add a setSplitterSize method. Inside 
of this method you can access the splitter with

this._getChildControl("splitter");

<http://demo.qooxdoo.org/current/apiviewer/#qx.ui.core.Widget~_getChildControl>
> Also, I want to use the setOverflow() property in my application. But, 
> its available only in the static class qx.bom.element.OverFlow or in the 
> mixin qx.ui.core.MNativeOverflow (included in qx.ui.embed.*) classes.
> So, if container wants to have overflow, how can I embed this 
> functionality ? (or is this a default container behavior) ?
>   
If you want to define a scrollable area in a 0.8 you have to use a 
scroll container 
<http://demo.qooxdoo.org/current/apiviewer/#qx.ui.container.Scroll>. 
There is no longer a generic "overflow" property on every widget.

Best Fabian


> regards
> Amit
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   


-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim 
Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to