RE: Hold button before page flip

Wednesday, February 1, 2012
Use Advanced Actions in the button properties. Under the Action Group, On
Pressed action set the following properties :
(1) Set the "Hold delay" value = 3000ms
(2) Set the "Script" with the JS command = CF.flipToPage("yourPageNamehere")
e.g. CF.flipToPage("Artists")
(3) Set the "Macro" with your current Press Macro event.

-----Original Message-----
From: commandfusion@googlegroups.com [mailto:commandfusion@googlegroups.com]
On Behalf Of Etienne Terblanche
Sent: 01 February 2012 22:10
To: CommandFusion
Subject: Hold button before page flip

Hi,

What would be the easiest way to implement the following:

The user needs to hold a button for 3 seconds before the page flip event
takes place, however the button also has a Press Macro event that currently
releases any active subpages. It also needs to perform this action after 3
seconds.


Thanks!

--
You received this message because you are subscribed to the Google Groups
"CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to
commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/commandfusion?hl=en.

--
You received this message because you are subscribed to the Google Groups "CommandFusion" group.
To post to this group, send email to commandfusion@googlegroups.com.
To unsubscribe from this group, send email to commandfusion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

0 comments:

Post a Comment