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

I have a question about this behavior I am getting. I am using Excel
XP

It seems that whatever I set the transition period to does not affect
the time delay. I have tried restarting excel to see if it might work.

I have tried both ways to set it, either on the multipage directly or
in code.

IVal = 750
Mn.TabStrip.Pages(0).TransitionPeriod = IVal
Mn.TabStrip.Pages(1).TransitionPeriod = IVal
Mn.TabStrip.Pages(2).TransitionPeriod = IVal
Mn.TabStrip.Pages(3).TransitionPeriod = IVal
Mn.TabStrip.Pages(4).TransitionPeriod = IVal

First I reset all the pages and turn screen updating off.

'Each Cmd Click will turn it back on after
Application.ScreenUpdating = False
Mn.TabStrip.Pages(0).TransitionEffect = fmTransitionEffectNone
Mn.TabStrip.Pages(1).TransitionEffect = fmTransitionEffectNone
Mn.TabStrip.Pages(2).TransitionEffect = fmTransitionEffectNone

Then I switch to a blank page to make a clean transition to the new
page. Depending on where the user is in the program I want to slide
off in different directions.

Mn.TabStrip.Pages(0).TransitionEffect = fmTransitionEffectPushUp
Mn.TabStrip.Value = 3'Blank Page
Application.ScreenUpdating = True
Mn.TabStrip.Value = 0

I am curious if anybody has tried this stuff or is there a reason why
there is hardly any mention of it in the newsgroup

Regards,

Dave Baranas
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Multipage TransitionPeriod

Well theres nothing like rebooting the machine!

To get the time period to change I have to reboot to get it to work.

Are there any known issues about this

I am thinking maybe video card issue


Regards,


Dave Baranas



On Tue, 21 Oct 2003 09:45:36 -0700, Dave Baranas
wrote:

I have a question about this behavior I am getting. I am using Excel
XP

It seems that whatever I set the transition period to does not affect
the time delay. I have tried restarting excel to see if it might work.

I have tried both ways to set it, either on the multipage directly or
in code.

IVal = 750
Mn.TabStrip.Pages(0).TransitionPeriod = IVal
Mn.TabStrip.Pages(1).TransitionPeriod = IVal
Mn.TabStrip.Pages(2).TransitionPeriod = IVal
Mn.TabStrip.Pages(3).TransitionPeriod = IVal
Mn.TabStrip.Pages(4).TransitionPeriod = IVal

First I reset all the pages and turn screen updating off.

'Each Cmd Click will turn it back on after
Application.ScreenUpdating = False
Mn.TabStrip.Pages(0).TransitionEffect = fmTransitionEffectNone
Mn.TabStrip.Pages(1).TransitionEffect = fmTransitionEffectNone
Mn.TabStrip.Pages(2).TransitionEffect = fmTransitionEffectNone

Then I switch to a blank page to make a clean transition to the new
page. Depending on where the user is in the program I want to slide
off in different directions.

Mn.TabStrip.Pages(0).TransitionEffect = fmTransitionEffectPushUp
Mn.TabStrip.Value = 3'Blank Page
Application.ScreenUpdating = True
Mn.TabStrip.Value = 0

I am curious if anybody has tried this stuff or is there a reason why
there is hardly any mention of it in the newsgroup

Regards,

Dave Baranas


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
MultiPage tab? capt Excel Discussion (Misc queries) 2 January 28th 08 08:01 PM
MultiPage OM Excel Discussion (Misc queries) 2 April 7th 06 01:31 PM
How do I use multipage Lawrence M Watt Excel Discussion (Misc queries) 1 October 24th 05 02:55 PM
Multipage control Neil Excel Programming 2 September 15th 03 01:24 PM
Multipage Paul Excel Programming 1 July 9th 03 02:34 PM


All times are GMT +1. The time now is 09:35 AM.

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

About Us

"It's about Microsoft Excel"