Questions tagged as 'cast'

1
answer

Casting problems when extracting information from a ComboBox

I have the following code to update data in a window according to the chosen parameter in the ComboBox. The problem is that it gives me a cast error "java.lang.String cannot be cast to rosales.Rosal" and I do not know exactly where the er...
asked by 26.05.2018 / 12:22
0
answers

Chromecast in html5

Nesecito help me so that an app can send streaming with chromecast, in the browser works well when compiling with cordova I do not see the chromecast button. /*! * MediaElement.js * http://www.mediaelementjs.com/ * * Wrapper that mi...
asked by 31.03.2018 / 05:05
1
answer

Sqldatareader invalid cast exception getDouble

I'm trying to get Double type values from an sql datareader, so all right, it happens that when I do a dr.getDouble (2) it gives me invalid cast exception.    System.InvalidCastException: 'Unable to convert an object of type' System.Byte [] '...
asked by 15.01.2018 / 10:54
1
answer

JAVA: Make a cast from String to Int within a try catch with variables with incremental names

As it says in the title I'm trying a way in which in a single loop can do with a try catch the casting of many variables at the same time taking advantage of these variables have incremental names type: s1, s2, s3, s4. .. concatenated to point t...
asked by 12.05.2017 / 18:02