Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Docking Pane
  New Posts New Posts RSS Feed - Tooltip disappeared in form with docking panes.
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Tooltip disappeared in form with docking panes.

 Post Reply Post Reply
Author
Message
superrava View Drop Down
Newbie
Newbie


Joined: 19 January 2007
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote superrava Quote  Post ReplyReply Direct Link To This Post Topic: Tooltip disappeared in form with docking panes.
    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 ?
Back to Top
superrava View Drop Down
Newbie
Newbie


Joined: 19 January 2007
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote superrava Quote  Post ReplyReply Direct Link To This Post Posted: 06 February 2007 at 7:54am
Is the question not clear enough ? I'm the only one who experienced this behaviour ?
 
Any hints ?
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: 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
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.141 seconds.