Page effect delay - Forum

Forum Navigation
You need to log in to create posts and topics.

Page effect delay

Every time i execute the compiled app of my picture viewer  the page effect is not executing at first but when i finished viewing all and restart the view again the effect i wanted appears .Any suggestion ?

Uploaded files:
  • You need to login to have access to uploads.

Try going to the page first, then show the effect.

I tried it already @wrangler  that is why i put a note below which is the same script with the page effect above  .I don't know what is the problem .

@jaynosamolar

I did a bit of experimentation. It appears that the Page Effect for a specified page takes place when you "arrive at that page" (not when you "depart from it").

So, try ...

SetPageEffect "New Page 12" "Page Turn" "7"
GoToPage "New Page 12"

... better still, try and place all your SetPageEffect commands in the pub's startup section ... Book >>> Properties >>> Actions >>> Startup

jaynosamolar has reacted to this post.
jaynosamolar

@gaev,

Thanks for the info it really works ...