Tooltip disappeared in form with docking panes. |
Post Reply |
Author | |
superrava
Newbie Joined: 19 January 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
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 ?
|
|
superrava
Newbie Joined: 19 January 2007 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
Is the question not clear enough ? I'm the only one who experienced this behaviour ?
Any hints ?
|
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
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 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |