TransitionEffect

  • Thread starter Patrick Simonds
  • Start date
P

Patrick Simonds

I have placed a MultiPage control on my UserForm. I had hoped to set a
TransitionEffect when changing pages (it's not necessary, just thought it
would make it more interesting).

I set all pages to TransitionEffect property 10 -
fmTransitionEffectPushRight and the TransitionPeriod to 10000 (this should
give a 10 second transition) but does not seem to have any effect. The page
changes but without the TransitionEffect.
 
P

Patrick Simonds

Just to update:

The transition seems to be taking place, the problem seems to be with the
TransitionPeriod. I have it set to the maximum setting of 10000, but the
transition seems to take about 1/2 second.
 
E

Edwin Tam

The actual result of the transition period may vary on different machines.
For example, it takes 1/2 second for 10000 on one machine, but it may take 5
seconds on another.

However, this doesn't mean that the first machine is "25 times faster" than
the second one.

Therefore, you need to do some testing to find an "optimal" setting for the
transition period. For some VBA projects which will be used by a
unpredictable number of different hardware setups, better not to use the
transition effects.

Regards,
Edwin Tam
(e-mail address removed)
http://www.vonixx.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top