Hello,
Ive got two seperate tasks that use Send Intent to launch QuickPick to two seperate animated .gifs.
first is:
Ani QuickPic (147)
A1: Variable Set [ Name:%files(%rand) To:Download/iPhone Wallpapers/agiGrnFRAME.png Recurse Variables:Off Do Maths:Off Append:Off ]
A2: Show Scene [ Name:Random Image Display As:Overlay, Blocking, Full Window Horizontal Position:100 Vertical Position:100 Animation:System Show Exit Button:On Show Over Keyguard:On Continue Task Immediately:On ]
A3: Variable Set [ Name:%path To:file:///sdcard/agi.gif Recurse Variables:Off Do Maths:Off Append:Off ]
A4: Send Intent [ Action:android.intent.action.VIEW Cat:Default Mime Type:image/* Data:%path Extra: Extra: Extra: Package:com.alensw.PicFolder Class: Target:Activity ]
second is:
Ani QuickPic Silent (154)
A1: Variable Set [ Name:%files(%rand) To:Download/iPhone Wallpapers/Wht overlay.png Recurse Variables:Off Do Maths:Off Append:Off ]
A2: Show Scene [ Name:Random Image Display As:Overlay, Blocking, Full Window Horizontal Position:100 Vertical Position:100 Animation:System Show Exit Button:On Show Over Keyguard:On Continue Task Immediately:On ]
A3: Variable Set [ Name:%path To:file:///storage/extSdCard/media/ch.gif Recurse Variables:Off Do Maths:Off Append:Off ]
A4: Send Intent [ Action:android.intent.action.VIEW Cat:Default Mime Type:image/* Data:%path Extra: Extra: Extra: Package:com.alensw.PicFolder Class: Target:Activity ]
Issue is that if I run one Task, then run the other, it doesnt present the image in the code, it shows the animated .gif from the previous Task.
Is there an additional line of code I can include in these two Tasks that would make QuickPic "forget" what it was last told and obey the running tasks %path variable?
Thank you for reading,
Logan