NativeImage error on Device

micro

Well-Known Member
Licensed User
Longtime User
Hi to all,
For Agraham:
Why this line code on device not work?

nimg1.New1("panellist_img", 1, 1, panellist_img.Width, 42)

Where nimg1 is NativeImage Object.
On Desktop is work fine.
Error displayed on device is:
"Valore non compreso nell'intervallo previsto"
The Screen device resolution is 640x480, the panellist_img.Width is 500 end the compiled code is Optimized with AutoScale.

Thanks
 

micro

Well-Known Member
Licensed User
Longtime User
Ok now work, was a my error.
I created nativeimage object on another image control.
Thanks


Sent from my iPhone using Tapatalk
 
Top