Programming a custom scrollbar with GWT

2012-03-23 Thread Ahmet BÜTÜN
Hi, I've just published an article about programming a custom scrollbar (fully customizable) using GWT. I hope it could help someone out there... http://blog.ahmetbutun.net/index.php/2012/03/21/gwt-ile-custom-scrollbar-programlama/ Article is in Turkish but you can auto-translate it by using

Re: Programming a custom scrollbar with GWT

2012-03-23 Thread Deepak Singh
Hi, Good article. But how to use this class to customise the default scrollbar of browsers ? Thanks Deepak On Fri, Mar 23, 2012 at 6:29 PM, Ahmet BÜTÜN ahmetbu...@gmail.com wrote: Hi, I've just published an article about programming a custom scrollbar (fully customizable) using GWT. I hope

Re: Programming a custom scrollbar with GWT

2012-03-23 Thread Andrea Boscolo
I don't know if this is related, but starting from GWT 2.3 (I think) there is a CustomScrollPanel that allows to provide custom scrollbars to override native ones. But you have to create them by yourself.

Re: Programming a custom scrollbar with GWT

2012-03-23 Thread Ahmet BÜTÜN
Hi Deepak, This is not for customizing the default scrollbar of the browser. This is completely customisable widget that acts like a scrollbar. thanks 2012/3/23 Deepak Singh deepaksingh...@gmail.com Hi, Good article. But how to use this class to customise the default scrollbar of browsers

Re: Programming a custom scrollbar with GWT

2012-03-23 Thread Ahmet BÜTÜN
Thanks Andrea, I programmed this custom scrollbar widget last summer (about 9 months ago) so I could have missed (or GWT 2.3 were not released than, i dont know) this. thanks again, 2012/3/23 Andrea Boscolo andrew...@gmail.com I don't know if this is related, but starting from GWT 2.3 (I