Hello,
I have a declaration of : dim x as image
and it has an image loaded.
is it possible to set an imageview's image to image of x ?
When I try it I get :
thanks
I have a declaration of : dim x as image
and it has an image loaded.
is it possible to set an imageview's image to image of x ?
When I try it I get :
B4X:
(ClassCastException) java.lang.ClassCastException: javafx.scene.image.ImageView cannot be cast to javafx.scene.image.Image
thanks