Hi Guys,
I am trying to clear the image from the screen after a "mobilePickPhoto" command is requested. Any help would be greatly appreciated!
Many Thanks,
Googie.
mobilePickPhoto - Clear The Image After Capture
Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller
Re: mobilePickPhoto - Clear The Image After Capture
Hi googie,
since "mobilepickphoto" will create a NEW image object on the card, so you can refer to it as LAST IMAGE:
Best
Klaus
since "mobilepickphoto" will create a NEW image object on the card, so you can refer to it as LAST IMAGE:
Code: Select all
...
delete last img
...
Klaus