Print Page | Close Window

How to delay the panel sliding out

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Docking Pane
Forum Description: Topics Related to Codejock Docking Pane
URL: http://forum.codejock.com/forum_posts.asp?TID=17674
Printed Date: 02 May 2024 at 8:34am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How to delay the panel sliding out
Posted By: adamfoulkes
Subject: How to delay the panel sliding out
Date 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
 



Replies:
Posted By: Oleg
Date 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


Posted By: adamfoulkes
Date 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
http://forum.codejock.com/uploads/6523/PanelShot.rar - uploads/6523/PanelShot.rar



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net