I am using the snapshots version of gwt-bootstrap3 and had no issue 
upgrading to GWT2.8.0beta1 yesterday (this is the one I am using to be 
absolutely clear:  https://github.com/gwtbootstrap3/gwtbootstrap3).

According to me the snapshot version is more stable than the 0.9.3 release 
as this contains quite a few bugs solved in snapshot.



Op dinsdag 8 december 2015 18:50:45 UTC+1 schreef Michael Joyner:
>
>
> Hello, 
>
> We are suddenly having an issue where the following function in 
> "org/gwtbootstrap3/extras/slider/client/ui/Slider.java" from the 
> gwtboostrap3 project is failing with "doubleValue 'not a function'". 
> We have tried passing the value in as (double)value, 
> Double.valueOf(value), new Double(value), but they all are ending with 
> the same error. 
>
> Is there some flag or some such we need to now set that wasn't not 
> required before? 
>
> @Override 
>      protected native void setValue(Element e, Double value) /*-{ 
>          var doubleValue = val...@java.lang.Double::doubleValue()(); 
>         
>  
> $wnd.jQuery(e).slider(@org.gwtbootstrap3.extras.slider.client.ui.base.SliderCommand::SET_VALUE,
>  
> doubleValue); 
>      }-*/; 
>
> -Mike/NewsRx 
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" 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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to