GWT Slider Bar

2015-02-20 Thread Charlie Harris
Hi Is this: https://code.google.com/p/gwt-slider-bar/ble to work with MS Excel ? available to work with MS Excel 2000 ? Thankyou Charles Harris -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group

Re: GWT Slider

2011-10-11 Thread Deepak Singh
Hi David, Will it work for GWT 2.4 also ? Thanks On Tue, Oct 11, 2011 at 3:41 AM, David Chandler drfibona...@google.comwrote: I updated SliderBar from the incubator a while back: http://turbomanage.wordpress.com/2011/03/23/a-partially-updated-sliderbar-for-gwt-2-2/ Lately, I've just been

Re: GWT Slider

2011-10-10 Thread David Chandler
I updated SliderBar from the incubator a while back: http://turbomanage.wordpress.com/2011/03/23/a-partially-updated-sliderbar-for-gwt-2-2/ Lately, I've just been using input type=range. FF doesn't support the element yet, but you can add it programmatically. /dmc On Fri, Oct 7, 2011 at 4:21

Re: GWT Slider

2011-10-08 Thread darkflame
I made use of this one; http://code.google.com/p/sphgwt/ But I cant remember where I actualy downloaded it now :-/ On Oct 7, 10:21 pm, mkn m.kho...@gmail.com wrote: Hi I need for a project a slider (an important requirement). Therefore I tested the following sliders: -SmartGWT = there is a

Re: GWT Slider

2011-10-08 Thread Xi
Try this: http://nivo.dev7studios.com/ very simple to use, and works for all browers... On 7 oct, 22:21, mkn m.kho...@gmail.com wrote: Hi I need for a project a slider (an important requirement). Therefore I tested the following sliders: -SmartGWT = there is a huge overhead. My page has

Re: GWT Slider

2011-10-08 Thread Julien Dramaix
You can try the slider coming from the Enhance plugin of gwtquery : Examples : http://gwtquery-plugins.googlecode.com/svn/trunk/enhance/demos/Enhance/EnhanceSample.html Documentation : e.google.com/p/gwtquery-plugins/wiki/ EnhancePluginGettingStarted Julien On Oct 7, 10:21 pm, mkn

Re: GWT Slider

2011-10-08 Thread Ed
Make it yourself and use code of projects like Smartgwt and Gxt as example. It's not very difficult: just use an Animation class in gwt and change the css settings.. In this way, I have made dozens of animations myself, including slide north/../south..., fade in/out, etc... The time searching a

Re: GWT Slider

2011-10-08 Thread Ezequiel Palumbo
That Nivo Slider seems to be very interesting. I'll be giving it a chance. Salud! On 8 oct, 09:46, Xi chenx...@gmail.com wrote: Try this:http://nivo.dev7studios.com/ very simple to use, and works for all browers... On 7 oct, 22:21, mkn m.kho...@gmail.com wrote: Hi I need for a

Re: GWT Slider

2011-10-08 Thread java4africa
I have not tried this but it looks interesting http://www.zackgrossbart.com/hackito/gwt-slider/ I had a look at the incubator project but it had some problems with firefox. The are a lot of open issues on this project - not sure if that a reflection on the complexities of a slider or the project

GWT Slider

2011-10-07 Thread mkn
Hi I need for a project a slider (an important requirement). Therefore I tested the following sliders: -SmartGWT = there is a huge overhead. My page has only sliders (10 of them) but since SmartGWT is a full-fledged library it takes up to 5 seconds to display the page (respectively to load the