Incubator SliderBar - setCurrentValue() not updating the slider's value

2011-11-15 Thread Ben
I'm using the SliderBar from GWT incubator.. I can't get it to set value! In the below code the alert pops up but the Slider's value does not change. What am i missing? Thanks. SLIDER_LIT_MIN = new SliderBar(0.0,1); SLIDER_LIT_MIN.setStylePrimaryName(gwt-SliderBar-shell

SliderBar

2011-10-05 Thread Rampan
Could someone tell me how to get the GWT incubator project.. so that i can add more to it. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this

Re: SliderBar

2011-10-05 Thread Andrea Boscolo
The incubator project is dead and no longer suppoted by gwt. Anyway you can fin it here: http://code.google.com/p/google-web-toolkit-incubator/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: How to add a SliderBar to a panel instead of RootPanel?

2011-04-19 Thread dadada
player. Wanted to know how we can add the Slider bar to a Panel and add this Panel to the RootPanel instead of adding it directly to the RootPanel. The SliderBar doesnt work/render properly when i try to do the former, but works perfectly when i try to add it directly to the RootPanel. I am using

How to add a SliderBar to a panel instead of RootPanel?

2011-04-18 Thread rahul sanghi
I am trying to develop a HTML5 based player. Wanted to know how we can add the Slider bar to a Panel and add this Panel to the RootPanel instead of adding it directly to the RootPanel. The SliderBar doesnt work/render properly when i try to do the former, but works perfectly when i try to add

How to add a SliderBar to a panel instead of RootPanel?

2011-04-18 Thread Rahul Sanghi
I am trying to develop a HTML5 based player. Wanted to know how we can add the Slider bar to a Panel and add this Panel to the RootPanel instead of adding it directly to the RootPanel. The SliderBar doesnt work/render properly when i try to do the former, but works perfectly when i try to add

Re: How to add a SliderBar to a panel instead of RootPanel?

2011-04-18 Thread David Chandler
SliderBar in the gwt-incubator souce is pretty out of date. I modernized it a bit (work in progress at link below), but it still needs major refactoring in order to work with cell widgets. If you're seeing layout issues with the SliderBar, you might just need to let SliderBar implement

SliderBar Simple Code

2011-01-10 Thread Craig Mitchell
Hi all, If you want a fancy slider with all the trimmings, use the one here: http://code.google.com/p/google-web-toolkit-incubator/wiki/SliderBar If you want a simple one, without needing css, abstract images, without all the labels, ticks, key handlers, and works in the UiBinder... Here

Re: SliderBar has yellow border after clicking

2010-10-01 Thread vkrejcirik
clicking on SliderBar? I cannot find it in css style. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web

SliderBar has yellow border after clicking

2010-09-30 Thread vkrejcirik
Hi, could you help me to remove yellow border after clicking on SliderBar? I cannot find it in css style. Thanks. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com

Re: SliderBar has yellow border after clicking

2010-09-30 Thread Jim Douglas
(webkitTouchCallout, none); slider.getElement().getStyle().setProperty(webkitUserSelect, none); On Sep 30, 5:20 am, vkrejcirik vkrejci...@gmail.com wrote: Hi, could you help me to remove yellow border after clicking on SliderBar? I cannot find it in css style. Thanks. -- You received this message

Re: Using SliderBar from incubator

2010-06-01 Thread mariyan nenchev
How do you create the slider? Try This: SliderBar slider = new SliderBar(0.0, 100.0); slider.setStepSize(5.0); slider.setCurrentValue(50.0); -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google

Re: Using SliderBar from incubator

2010-06-01 Thread leslie
Hi Thank you both for your responses. I had been using an earlier version of the incubator code but have recently obtained a different version. I've downloaded a version from here...Revision 1747 http://code.google.com/p/google-web-toolkit-incubator/wiki/Downloads?tm=2 So I obtained the jar

Re: Using SliderBar from incubator

2010-06-01 Thread leslie
This one did the trick, inherits name='com.google.gwt.gen2.picker.Picker' / I've removed the previous two entries. I was able to compile, and run and I can move the slider in the desired manner. But I have a warning which I'll ignore for the time being If anyone has thoughts, let me

Using SliderBar from incubator

2010-05-31 Thread leslie
GWT 2.0.3 Eclipse 3.5 Mac OS X 10.5 Java 5 Hello, I'm attempting to use the SliderBar in the incubator project. The name of the incubator file I've obtained was called gwt- incubator.jar. My import statement for the SliderBar looks like this: import com.google.gwt.widgetideas.client.SliderBar

Re: Using SliderBar from incubator

2010-05-31 Thread Jim Douglas
Leslie -- We had to fine-tune the incubator classes to work with GWT 2.x; you're welcome to our tweaked versions of SliderBar, ProgressBar, and Spinner. (We've also added vertical orientation to the SliderBar and ProgressBar.) I can't figure out how to send attachments to the list -- let me

Re: Problems using SliderBar from incubator project

2009-12-01 Thread steve souza
://code.google.com/p/google-web-toolkit-incubator/wiki/HowToUseTheIncubator On Nov 19, 4:16 pm, Steve Souza st...@stevesouza.com wrote: http://groups.google.com/group/google-web-toolkit On Thu, Nov 19, 2009 at 4:15 PM, steve souza jamon...@gmail.com wrote: I am using the SliderBar in the incubation

Problems using SliderBar from incubator project

2009-11-19 Thread steve souza
I am using the SliderBar in the incubation project and have a few questions. My general question is how do I use the Slider bar with the incubator project for GWT 1.7? I did the following. 1) Followed the instructions for using the incubator here. http://code.google.com/p/google-web-toolkit

Re: Problems using SliderBar from incubator project

2009-11-19 Thread Steve Souza
http://groups.google.com/group/google-web-toolkit On Thu, Nov 19, 2009 at 4:15 PM, steve souza jamon...@gmail.com wrote: I am using the SliderBar in the incubation project and have a few questions. My general question is how do I use the Slider bar with the incubator project for GWT 1.7

How to change the knob image in sliderbar widget

2009-09-22 Thread balachandra maddina
Hi There, Any one knows how to change the SliderBar widget knob image from default to a custom one? if so could you share the details please. Thank you, bala. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: How to change the knob image in sliderbar widget

2009-09-22 Thread Venkatesh Babu
Try using the SliderBar constructor that accepts your implementation of SliderBarImages: *SliderBarhttp://collectionofdemos.appspot.com/javadoc/com/google/gwt/widgetideas/client/SliderBar.html#SliderBar%28double,%20double,%20com.google.gwt.widgetideas.client.SliderBar.LabelFormatter

Re: How to change the knob image in sliderbar widget

2009-09-22 Thread balachandra maddina
Hi Venkatesh, Thx for the reply. i didnt understand how an imagebundle works earliar. when i looked at it now its more clear. could you tell me what is the use of LabelFormatter in SliderBar widget pls? Thank you, bala. On Tue, Sep 22, 2009 at 10:49 PM, Venkatesh Babu venkatbab

Re: How to change the knob image in sliderbar widget

2009-09-22 Thread Venkatesh Babu
I haven't used the sliderbar, so not really sure. But i looked at the class source code and looks like labelformatter is used to format the label numbers present on the top of bar. Also, I noticed that if you don't require a labelformatter, you can pass a null to the constructor. You can check

Re: SliderBar looks hidden in un selected tabs in TabPanel

2009-08-28 Thread maheshm1206
Hi, thanks, I have found the solution to this issue my self - use the add the TabListener to TabPanel and in onTabSelected implementation call slider.drawAll(). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google

SliderBar looks hidden in un selected tabs in TabPanel

2009-08-26 Thread maheshm1206
Hi, I am creating SliderBars in three tabs of the TabPanel, when the page is loaded the slider on the defult selected tab is visible, but when i switched to second tab the slider in that tab is hidden. Is there anything wrong in laying SliderBar in TabPanel. Thanks in advance for the help

Vertical SliderBar

2009-08-12 Thread Itzik Yatom
Hello, I want to use the SliderBar (from the Incubator project), I prefer a vertical slider but I can't find a way to change it. Is there a way (using CSS or another) or a variation of this class that allows vertical appearance and not only horizontal? Thanks in advance, Itzik Yatom

SliderBar (GWT incubator)

2009-06-03 Thread sushma
Hi, I'm trying to use the SliderBar from GWT incubator. I'm able to just see the knob, but not the slider. This is what I have in my onModuleLoad() HorizontalPanel panel = new HorizontalPanel(); SliderBar slider = new SliderBar(0.0, 100.0); slider.setStepSize

Re: SliderBar (GWT incubator)

2009-06-03 Thread Liv
Hi, you need to implement SliderBar.LabelFormatter to configure how the labels are displayed. It has one method to do that: public String formatLabel(SliderBar slider, double value) To make the slider-bar itself visible use the CSS rules defined in the docs: * .gwt-SliderBar-shell

[gwt-contrib] Re: Code Review: Updated SliderBar to use the new event handling

2009-03-03 Thread Uwe Maurer
I submitted this patch: http://code.google.com/p/google-web-toolkit-incubator/source/detail?r=1553 Uwe On Mar 2, 3:14 pm, Emily Crutcher e...@google.com wrote: LGTM On Mon, Mar 2, 2009 at 7:49 AM, Uwe Maurer uwe.mau...@google.com wrote: Hi, I moved the SliderBar

[gwt-contrib] Re: Code Review: Updated SliderBar to use the new event handling

2009-03-02 Thread Uwe Maurer
Hi Emily, thanks for code review. On Fri, Feb 27, 2009 at 5:13 PM, Emily Crutcher e...@google.com wrote: The changes look great. Thank you for doing this. Any chance you could you create a gen2 version of SliderBar and deprecate the widgetideas version instead on modifying the widgetideas

[gwt-contrib] Re: Code Review: Updated SliderBar to use the new event handling

2009-03-02 Thread Uwe Maurer
Hi, I moved the SliderBar to com.google.gwt.gen2.picker.client package, and the demo to the corresponding package. I added methods to use the new event handling to the Slider Bar, and removed the old event methods. I added style injection via Gen2CssInjector. (and added the images and css

[gwt-contrib] Re: Code Review: Updated SliderBar to use the new event handling

2009-03-02 Thread Emily Crutcher
LGTM On Mon, Mar 2, 2009 at 7:49 AM, Uwe Maurer uwe.mau...@google.com wrote: Hi, I moved the SliderBar to com.google.gwt.gen2.picker.client package, and the demo to the corresponding package. I added methods to use the new event handling to the Slider Bar, and removed the old event

[gwt-contrib] Code Review: Updated SliderBar to use the new event handling

2009-02-27 Thread Uwe Maurer
com.google.gwt.user.client.ui.KeyboardListener; import com.google.gwt.user.client.ui.SourcesChangeEvents; import java.util.ArrayList; @@ -62,8 +67,50 @@ * line }/li /ul */ public class SliderBar extends FocusPanel implements ResizableWidget, -SourcesChangeEvents { +SourcesChangeEvents

[gwt-contrib] Re: Code Review: Updated SliderBar to use the new event handling

2009-02-27 Thread Emily Crutcher
The changes look great. Thank you for doing this. Any chance you could you create a gen2 version of SliderBar and deprecate the widgetideas version instead on modifying the widgetideas version in place? We are slowly retiring the old widgetideas package in favor of the gen2 package hierarchy, so