Print Page | Close Window

Tooltip disappeared in form with docking panes.

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=6163
Printed Date: 31 January 2025 at 12:53pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Tooltip disappeared in form with docking panes.
Posted By: superrava
Subject: Tooltip disappeared in form with docking panes.
Date Posted: 19 January 2007 at 12:10pm

I have a form in wich i have put several panes (seven). In each pane i have put a picturebox as a container for various controls (basically they are grids, property grid and msflexgrid).

Now, the issue is that all the tooltips in the form are disappeared: i have tooltips in the toolbar (the one which came with vb), textbox, TrueDBGrid, etc. I have already tried with the CreateTooltipEx api, but nothing appear.
 
If I remove the panes and leave the various picture box, the tooltips are shown.
 
Any help ?



Replies:
Posted By: superrava
Date Posted: 06 February 2007 at 7:54am
Is the question not clear enough ? I'm the only one who experienced this behaviour ?
 
Any hints ?


Posted By: Oleg
Date Posted: 06 February 2007 at 10:20am
Hi,
Can't reproduce it.
 
I created small app:
 
Private Sub DockingPane1_AttachPane(ByVal Item As XtremeDockingPane.IPane)
    Item.Handle = Picture1.hWnd
End Sub
 
Private Sub Form_Load()
DockingPane1.CreatePane 1, 100, 100, DockLeftOf
End Sub
 
and see tooltip in edit...


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS



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