Re: Slider for GWT?

2013-05-16 Thread Ben Ritchie
CSS hide the other scrollbar?

On Tuesday, 7 May 2013 19:00:14 UTC+1, membersound wrote:

 This incubator works perfectly for me, as I just need a single scrollbar. 
 Thanks!


 2013/5/7 Honza Rames ram...@gmail.com javascript:

 There is an Slider implementation in GWT incubator (
 https://code.google.com/p/google-web-toolkit-incubator/wiki/SliderBar) 
 which is now deprecated but can be used as a how-to. I've used this 
 codebase and created an updated implementation that added mobile support 
 and more. But is still pixel based and kind of slow to render (if you have 
 a lot of them). But if you want I'll be happy to share ;-).

 Honza

 On Sunday, May 5, 2013 7:57:16 PM UTC+2, membersound wrote:

 Hi,

 maybe I'm missing it, but so far I could not found a Slider Widget (or 
 anything similar I could misuse therefore).

 Doesn't gwt provide a slider?

  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups Google Web Toolkit group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-web-toolkit/omXqNhZc_xU/unsubscribe?hl=en
 .
 To unsubscribe from this group and all its topics, send an email to 
 google-web-toolkit+unsubscr...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-we...@googlegroups.comjavascript:
 .
 Visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Slider for GWT?

2013-05-07 Thread Honza Rames
There is an Slider implementation in GWT incubator (
https://code.google.com/p/google-web-toolkit-incubator/wiki/SliderBar) 
which is now deprecated but can be used as a how-to. I've used this 
codebase and created an updated implementation that added mobile support 
and more. But is still pixel based and kind of slow to render (if you have 
a lot of them). But if you want I'll be happy to share ;-).

Honza

On Sunday, May 5, 2013 7:57:16 PM UTC+2, membersound wrote:

 Hi,

 maybe I'm missing it, but so far I could not found a Slider Widget (or 
 anything similar I could misuse therefore).

 Doesn't gwt provide a slider?


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Slider for GWT?

2013-05-07 Thread Kody
This incubator works perfectly for me, as I just need a single scrollbar.
Thanks!


2013/5/7 Honza Rames rame...@gmail.com

 There is an Slider implementation in GWT incubator (
 https://code.google.com/p/google-web-toolkit-incubator/wiki/SliderBar)
 which is now deprecated but can be used as a how-to. I've used this
 codebase and created an updated implementation that added mobile support
 and more. But is still pixel based and kind of slow to render (if you have
 a lot of them). But if you want I'll be happy to share ;-).

 Honza

 On Sunday, May 5, 2013 7:57:16 PM UTC+2, membersound wrote:

 Hi,

 maybe I'm missing it, but so far I could not found a Slider Widget (or
 anything similar I could misuse therefore).

 Doesn't gwt provide a slider?

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google Web Toolkit group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-web-toolkit/omXqNhZc_xU/unsubscribe?hl=en
 .
 To unsubscribe from this group and all its topics, send an email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Slider for GWT?

2013-05-06 Thread kim young ill
this could help

http://turbomanage.wordpress.com/2011/03/23/a-partially-updated-sliderbar-for-gwt-2-2/


On Sun, May 5, 2013 at 8:05 PM, Jens jens.nehlme...@gmail.com wrote:

 GWT doesn't have a slider widget but there are some 3rd party libraries
 that provide them.

 -- J.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Slider for GWT?

2013-05-05 Thread membersound
Hi,

maybe I'm missing it, but so far I could not found a Slider Widget (or 
anything similar I could misuse therefore).

Doesn't gwt provide a slider?

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Slider for GWT?

2013-05-05 Thread Jens
GWT doesn't have a slider widget but there are some 3rd party libraries 
that provide them.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Slider in GWT

2010-05-26 Thread Daniel Meier
Hi Guys,

i have aproblem with Sliders in GWT.

I have Downloaded the gwt.incubator vor the GWT Version 2.0.1 I use
the version 2.0.3 but there are no slider for this Version. So I think
this incubator version must be the right one.

Now my problem, i have user the follown g inherite inherits
name='com.google.gwt.widgetideas.WidgetIdeas'/ in the .gwt.xml.

An i have insert the slider with the following code:

SliderBar slider = new SliderBar(0.0,100.00);

and
mainPanel.add(slider);

I got the following error when i Compile:

Compiling module com.google.gwt.sample.stockwatcher.StockWatcher
   Validating newly compiled units
  [WARN] Warnings in 'jar:file:/C:/gwt-2.0.3/gwt-
incubator-20100204-r1747.jar!/com/google/gwt/widgetideas/client/impl/
GlassPanelImpl.java'
 [WARN] Line 30: Referencing deprecated class
'com.google.gwt.user.client.impl.DocumentRootImpl'
 [WARN] Line 38: Referencing deprecated class
'com.google.gwt.user.client.impl.DocumentRootImpl'
  [WARN] Warnings in 'jar:file:/C:/gwt-2.0.3/gwt-
incubator-20100204-r1747.jar!/com/google/gwt/widgetideas/table/client/
TableBulkRenderer.java'
 [WARN] Line 404: Referencing deprecated class
'com.google.gwt.widgetideas.table.client.overrides.HTMLTable'
  [WARN] Warnings in 'jar:file:/C:/gwt-2.0.3/gwt-
incubator-20100204-r1747.jar!/com/google/gwt/widgetideas/table/client/
FixedWidthGridBulkRenderer.java'
 [WARN] Line 122: Referencing deprecated class
'com.google.gwt.widgetideas.table.client.overrides.HTMLTable'
  [WARN] Warnings in 'jar:file:/C:/gwt-2.0.3/gwt-
incubator-20100204-r1747.jar!/com/google/gwt/widgetideas/table/client/
GridBulkRenderer.java'
 [WARN] Line 102: Referencing deprecated class
'com.google.gwt.widgetideas.table.client.overrides.HTMLTable'
 [WARN] Line 103: Referencing deprecated class
'com.google.gwt.widgetideas.table.client.overrides.Grid'
 [WARN] Line 104: Referencing deprecated class
'com.google.gwt.widgetideas.table.client.overrides.Grid'
 [WARN] Line 104: Referencing deprecated class
'com.google.gwt.widgetideas.table.client.overrides.HTMLTable'
  [ERROR] Errors in 'file:/C:/Users/Daniel%20Meier/workspace/
StockWatcher/src/com/google/gwt/sample/stockwatcher/client/
StockWatcher.java'
 [ERROR] Line 39: No source code is available for type
com.google.gwt.gen2.picker.client.SliderBar; did you forget to inherit
a required module?
   Finding entry point classes
  [ERROR] Unable to find type
'com.google.gwt.sample.stockwatcher.client.StockWatcher'
 [ERROR] Hint: Previous compiler errors may have made this
type unavailable
 [ERROR] Hint: Check the inheritance chain from your module;
it may not be inheriting a required module or a module may not be
adding its source path entries properly


Please helped me, what is my error?

Thanks

Daniel

-- 
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-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Slider in GWT

2010-05-26 Thread Manuel Carrasco Moñino
It seems you need more inherits in your module.

Try  adding com.google.gwt.gen2.Gen2

Don't worry about the deprecated errors.

-Manolo


On Tue, May 25, 2010 at 12:06 PM, Daniel Meier
dmeier.frankf...@googlemail.com wrote:
 Hi Guys,

 i have aproblem with Sliders in GWT.

 I have Downloaded the gwt.incubator vor the GWT Version 2.0.1 I use
 the version 2.0.3 but there are no slider for this Version. So I think
 this incubator version must be the right one.

 Now my problem, i have user the follown g inherite inherits
 name='com.google.gwt.widgetideas.WidgetIdeas'/ in the .gwt.xml.

 An i have insert the slider with the following code:

 SliderBar slider = new SliderBar(0.0,100.00);

 and
 mainPanel.add(slider);

 I got the following error when i Compile:

 Compiling module com.google.gwt.sample.stockwatcher.StockWatcher
   Validating newly compiled units
      [WARN] Warnings in 'jar:file:/C:/gwt-2.0.3/gwt-
 incubator-20100204-r1747.jar!/com/google/gwt/widgetideas/client/impl/
 GlassPanelImpl.java'
         [WARN] Line 30: Referencing deprecated class
 'com.google.gwt.user.client.impl.DocumentRootImpl'
         [WARN] Line 38: Referencing deprecated class
 'com.google.gwt.user.client.impl.DocumentRootImpl'
      [WARN] Warnings in 'jar:file:/C:/gwt-2.0.3/gwt-
 incubator-20100204-r1747.jar!/com/google/gwt/widgetideas/table/client/
 TableBulkRenderer.java'
         [WARN] Line 404: Referencing deprecated class
 'com.google.gwt.widgetideas.table.client.overrides.HTMLTable'
      [WARN] Warnings in 'jar:file:/C:/gwt-2.0.3/gwt-
 incubator-20100204-r1747.jar!/com/google/gwt/widgetideas/table/client/
 FixedWidthGridBulkRenderer.java'
         [WARN] Line 122: Referencing deprecated class
 'com.google.gwt.widgetideas.table.client.overrides.HTMLTable'
      [WARN] Warnings in 'jar:file:/C:/gwt-2.0.3/gwt-
 incubator-20100204-r1747.jar!/com/google/gwt/widgetideas/table/client/
 GridBulkRenderer.java'
         [WARN] Line 102: Referencing deprecated class
 'com.google.gwt.widgetideas.table.client.overrides.HTMLTable'
         [WARN] Line 103: Referencing deprecated class
 'com.google.gwt.widgetideas.table.client.overrides.Grid'
         [WARN] Line 104: Referencing deprecated class
 'com.google.gwt.widgetideas.table.client.overrides.Grid'
         [WARN] Line 104: Referencing deprecated class
 'com.google.gwt.widgetideas.table.client.overrides.HTMLTable'
      [ERROR] Errors in 'file:/C:/Users/Daniel%20Meier/workspace/
 StockWatcher/src/com/google/gwt/sample/stockwatcher/client/
 StockWatcher.java'
         [ERROR] Line 39: No source code is available for type
 com.google.gwt.gen2.picker.client.SliderBar; did you forget to inherit
 a required module?
   Finding entry point classes
      [ERROR] Unable to find type
 'com.google.gwt.sample.stockwatcher.client.StockWatcher'
         [ERROR] Hint: Previous compiler errors may have made this
 type unavailable
         [ERROR] Hint: Check the inheritance chain from your module;
 it may not be inheriting a required module or a module may not be
 adding its source path entries properly


 Please helped me, what is my error?

 Thanks

 Daniel

 --
 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-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
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-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



what is best way to display an image slider in GWT?

2009-09-21 Thread balachandra maddina
Hi There,

  Im trying to code a slider using GWT which displays lists of images. my
approach here is to load few images like first 10, and display them to user
when user scrolls the sidebar ill hit the server for the rest of the images
and display them(much like the way flash does while listing). and also im
wondering what is the quickest way to display the images(since displaying
images is always heavy) its a 250X300 size image when user clicks on the
image it will zoom in on the screen for better view. i have heard that using
a css approach like defining a background image is much quicker than
displaying the image using IMG tag is this correct? did any one come
across a slider component in GWT? if so could you share those details
please?

also is there a image tagging example available using GWT?

any help on this would be very much appreciated.

Thank you,
bala.

--~--~-~--~~~---~--~~
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 group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---