Hello Massimo,

as far as i know there is no way to set this behavior in the API.

The only thing i can think of is patching the qooxdoo table for  
yourself. You could change the variables
       var horNeeded = false;
       var verNeeded = false;
to
       var horNeeded = true;
       var verNeeded = true;
This variables are in the table class (qx.ui.table.Table) in the  
_updateScrollBarVisibility method (line 1784). With that change, you  
can make the scrollbars stay visible all the time.

Best,
Martin

Am 13.05.2009 um 12:37 schrieb Massimo Petrillo:

>
> Hi,
>
> is there a way to get scrollers always visible?
>
> Thanks in advance.
>
>
> MAssimo
> -- 
> View this message in context: 
> http://www.nabble.com/Table-scroller-always-visible-tp23519365p23519365.html
> Sent from the qooxdoo-devel mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!  
> Your
> production scanning environment may not be a perfect world - but  
> thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW  
> KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to