Michael Joyner
unread,Dec 8, 2015, 12:50:45 PM12/8/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com, Jason Carter
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 = value.@java.lang.Double::doubleValue()();
$wnd.jQuery(e).slider(@org.gwtbootstrap3.extras.slider.client.ui.base.SliderCommand::SET_VALUE, doubleValue);
}-*/;
-Mike/NewsRx