Page 1 of 1

GoZync 4 - Multiple windows not closing...

PostPosted: Mon Oct 21, 2013 4:12 am
by brian.curran
Hi,
Whenever I open my iPad Mobile file and run a sync, I'm left at the GoZyncMobile screen after the process has finished.

Looking in the top left hand corner, the icon shows that 4 windows are open. These are:
GoZyncLicense Splash
GoZyncHosted Splash
MyMobileFile HomePage
GoZyncMobile Mobile Apps

I also tried checking for updates and the same files are left open although I was taken back to my Mobile file at the end of the process this time.

Shouldn't the 3 GoZync files close automatically?

Thanks
Brian.

Re: GoZync 4 - Multiple windows not closing...

PostPosted: Mon Oct 21, 2013 8:40 am
by aewerdt
Check the "Finish Sync" script in the GoZyncMobile file. There should be an option at the end of the script to set 1=1 to do what you want:
Code: Select all
If [1=1 // Set this to 1=1 to close all but your mobile file after syncing]

Re: GoZync 4 - Multiple windows not closing...

PostPosted: Mon Oct 21, 2013 9:50 am
by brian.curran
Is that script in GoZync 4? I can't find it in my mobile file...

Thanks
Brian.

Re: GoZync 4 - Multiple windows not closing...

PostPosted: Mon Oct 21, 2013 11:11 am
by jeffalmquist
aewerdt speaks the truth! (Thanks, Aaron.) Make that change in the "Finish Sync" script in the GoZyncMobile file, and the hosted files will close after synching.

Re: GoZync 4 - Multiple windows not closing...

PostPosted: Mon Oct 21, 2013 12:00 pm
by brian.curran
Thanks Aaron and Jeff, I just found the script so I've no idea where I was looking earlier!