Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 258
Default TransitionEffect

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.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 258
Default TransitionEffect

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.

"Patrick Simonds" wrote in message
...
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.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 94
Default TransitionEffect

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

http://www.vonixx.com



"Patrick Simonds" wrote:

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.

"Patrick Simonds" wrote in message
...
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.




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"