Build Your Own Arcade Controls Forum

Software Support => DOS/WinCab => Topic started by: Echo5282 on August 16, 2007, 01:42:02 pm

Title: Auto Flip the Page on a Delay
Post by: Echo5282 on August 16, 2007, 01:42:02 pm
Is there any way to get the page to flip on like a 60 second delay.

Tried to do it with autokey but it wouldnt werk.

Thanks
Title: Re: Auto Flip the Page on a Delay
Post by: Chris on August 17, 2007, 12:47:54 am
I just added this to the mythical "next version".  There are two separate timers.

I would guess that usually a longer delay for the first flip is desired, so for example you  may want pages to start flipping after 5 minutes but then flip every 30 seconds thereafter.

FirstAutoFlipTimer sets the interval for the first flip and AutoFlipTimer sets the interval for the remaining flips. These are both set in seconds.  If either timer is disabled or set to zero, then all automatic flips will go by the remaining timer.  If both timers are disabled or set to zero then no auto flips will happen. The timers are reset on any mouse movement or any input that would cancel a screensaver.

The timers trigger CMD_NEXTPG rather than BTN_NEXTPG, so button icons or sound effects tied to the actual page button will not be triggered.

I really hope to have the new version up this weekend, but I know I said that last weekend.  I'm trying, folks!

--Chris
Title: Re: Auto Flip the Page on a Delay
Post by: JustMichael on August 18, 2007, 03:02:17 pm
or what about a random timer?  We give it the minimum and maximum times between flips.
Title: Re: Auto Flip the Page on a Delay
Post by: Chris on August 18, 2007, 03:53:45 pm
I don't know about random timer... random page, maybe, rather than moving to the next one?