Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - How to delay the panel sliding out
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

How to delay the panel sliding out

 Post Reply Post Reply
Author
Message
adamfoulkes View Drop Down
Newbie
Newbie
Avatar

Joined: 14 December 2010
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote adamfoulkes Quote  Post ReplyReply Direct Link To This Post Topic: How to delay the panel sliding out
    Posted: 14 December 2010 at 7:14am
Hi all,
 
Is it possible to delay the start of a panel sliding out when the user hovers over pane icon when pane is hidden?
I am using the Docking Pane Control 13.4.2 with VB 6 if that changes anything.  I've found the options for the AutoHiding but I seem to be missing where the delay for the start is.
 
Thanks in advance
 
Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 15 December 2010 at 1:41am
Hi,

It should work with delay by default. Check our sample - maybe you already changed some property adn removed this delay.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
adamfoulkes View Drop Down
Newbie
Newbie
Avatar

Joined: 14 December 2010
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote adamfoulkes Quote  Post ReplyReply Direct Link To This Post Posted: 16 December 2010 at 9:44am
Hi Oleg,
 
Thanks for the reply.  I've tried commenting out the setting for the docking pane manager and it doesn't seem to slow it down.  I've put the bit of code that I am using for setting up the docking pane manager can you cast your eye over it and see it you can spot something screemingly obvous that I have missed.
 
With DockingPaneManager
        .Options.ThemedFloatingFrames = True
        .Options.LunaColors = False
        .Options.SideDocking = True
        .Options.SetSideDockingMargin 3, 3, 3, 3
       
        .Options.AnimationDelay = -1
        .Options.AutoHideAnimationDuration = 250
        .Options.AutoHideAnimationInterval = 10
        .Options.AutoHideInactiveCollapseDelay = 10
        .Options.AutoHideMouseHoverDelay = 10
       
        .EnableKeyboardNavigate PaneKeyboardUseAll
        .TabPaintManager.OneNoteColors = False
        .PanelPaintManager.OneNoteColors = False
        .PanelPaintManager.Font.Name = "Tahoma"
        .PanelPaintManager.Font.Size = 8
       
        .PanelPaintManager.ShowIcons = True
        .PaintManager.DrawCaptionIcon = True
        .PanelPaintManager.RotateImageOnVerticalDraw = True
       
        .ScaleMode = xtpScaleTwip
    End With
 
I've uploaded a small video as well to show you whats happening, I'm not sure it will help.
 
Cheers
 
Adam
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.