Re: [qooxdoo-devel] Creating a OSX alike scroll bar

2009-05-05 Thread Alexander Back
Hi Rui, On Monday 04 May 2009 Rui Lopes wrote: > That was the only way I found to create a scrollbar alike osx. > > I did my own theme, though, I didn't find a way to make the "slider" > child control the first item. How can I do that using "scrollbar*" > attributes? The scrollbars in qooxdoo are

Re: [qooxdoo-devel] Creating a OSX alike scroll bar

2009-05-04 Thread Rui Lopes
Hello, On Mon, May 4, 2009 at 10:46 AM, thron7 wrote: > > Rui Lopes wrote: > > Hello, > > > > I want to dive into themes, and as a start, I want to create a > > scrollbar that is somewhat alike the OSX ones [0]. > > > > So far I've manged to see how the scrollbar child controls are > > created, e

Re: [qooxdoo-devel] Creating a OSX alike scroll bar

2009-05-04 Thread thron7
Rui Lopes wrote: > Hello, > > I want to dive into themes, and as a start, I want to create a > scrollbar that is somewhat alike the OSX ones [0]. > > So far I've manged to see how the scrollbar child controls are > created, eg, in the framework/source/class/qx/ui/core/ScrollBar.js file: > > co

[qooxdoo-devel] Creating a OSX alike scroll bar

2009-05-01 Thread Rui Lopes
Hello, I want to dive into themes, and as a start, I want to create a scrollbar that is somewhat alike the OSX ones [0]. So far I've manged to see how the scrollbar child controls are created, eg, in the framework/source/class/qx/ui/core/ScrollBar.js file: construct : function(orientation) {