I created a .gci and .dat with Genie; one form contains a UserImage with 3 images (let's call them "frames").
Using the Genie API (via serial), I can do
genie.WriteObject(GENIE_OBJ_USERIMAGES, imgid, imgnum);
to display the desired "frame".
Is it possible to display any frame other than 0 via the Serial interface?
I am able to display "frame 0" via
Display.img_Show(hdl, imgidx);
but don't see a way to cause "frame" 1 to display.
I realize that I'm mixing environments, but I've been able to do just about everything else on this Genie-created .gci, so it's not totally absurd
Is this possible?
Thanks,
-Dave
Using the Genie API (via serial), I can do
genie.WriteObject(GENIE_OBJ_USERIMAGES, imgid, imgnum);
to display the desired "frame".
Is it possible to display any frame other than 0 via the Serial interface?
I am able to display "frame 0" via
Display.img_Show(hdl, imgidx);
but don't see a way to cause "frame" 1 to display.
I realize that I'm mixing environments, but I've been able to do just about everything else on this Genie-created .gci, so it's not totally absurd

Is this possible?
Thanks,
-Dave
Comment