EXIF ArcPad

1899
0
03-22-2012 05:43 AM
MatthewMurray1
New Contributor III
Does anyone have any experience with the EXIF sample located here. ArcPad10.0\Developer\Samples\Applets

The sample works when i try it but when converting to Java script there is a section Application.CreateAppObject("image") that I don't understand.. From what I can tell from looking at the Object Model the Image object isn't createable.

My Java Script code doesn't work

              var I
I = Application.CreateAppObject("image")


I.Open(Path)
 
I.Comments = "Test"


Any ideas?
Tags (3)
0 Kudos
0 Replies