I have searched much but not found how to add an image to my UI. Hints include lines like
TabImage.Initialize(File.DirAssets,"G1.jpg")
TabImageView.Initialize("")
TabImageView.GetImage
TabImageView.SetImage(fx.LoadImage(File.DirAssets,"G1.jpg"))
along with a Scenebuilder ImageView with the ID TabImageView.
No errors show during compilation or execution but no image shows either.
I need to show an image and replace it periodically during execution. Can someone tell me how?
Walter Danny Degler
TabImage.Initialize(File.DirAssets,"G1.jpg")
TabImageView.Initialize("")
TabImageView.GetImage
TabImageView.SetImage(fx.LoadImage(File.DirAssets,"G1.jpg"))
along with a Scenebuilder ImageView with the ID TabImageView.
No errors show during compilation or execution but no image shows either.
I need to show an image and replace it periodically during execution. Can someone tell me how?
Walter Danny Degler