Use of the Sequence Timer, with Target Hide/Show Layer and Google maps results in the map not showing in Freeway 5.3.1. As soon as I remove the sequence timer, the map reappears. Anyone else had this?
Could you duplicate this page (call it contact1.html or something) and
remove the Sequence Timer from it, and publish it to the Web? I have
an idea why this is happening (an Action conflict) but I need to see
it with a working map in order to be certain. Just post a link when
you’ve done this.
Walter
On Jan 23, 2009, at 10:31 AM, Ian Halstead wrote:
Use of the Sequence Timer, with Target Hide/Show Layer and Google
maps results in the map not showing in Freeway 5.3.1. As soon as I
remove the sequence timer, the map reappears. Anyone else had this?
Okay, you have a basic Action problem here. Sequence Timer is not
allowing for the existence of another Action registered to the
body:onload event. Here’s your body from the contact.html page:
This is going to take some fixing in the Action side of things, or you
will need to change how you add the Google map to your page – move to
a manual insertion of the code using the Page : Extended and the
Page : HTML Markup dialogs.
Walter
On Jan 26, 2009, at 2:39 AM, Ian Halstead wrote:
OK Walter, a cloned page with the Sequence Timer removed is at:
Makes good sense. Bizarrely it all works as it stands if I drop to a lower version of Freeway in the 5.2.x range, but for now I’ll stick with this workaround.