Hi
Im running a job...
This returns a success operation, however the bitmap being read from the server does not exist. The above statement returns an error
How can I trap this or detect the non-existent image within the Job variable?
Im running a job...
B4X:
Dim bmp As Bitmap = Job.GetBitmapSample(100%x,100%y)
This returns a success operation, however the bitmap being read from the server does not exist. The above statement returns an error
B4X:
java.lang.RuntimeException: Error loading bitmap.
How can I trap this or detect the non-existent image within the Job variable?