Print Page | Close Window

SOLVED: MDIForm DockingPane

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=11626
Printed Date: 20 June 2024 at 8:16am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: SOLVED: MDIForm DockingPane
Posted By: ElvisM
Subject: SOLVED: MDIForm DockingPane
Date Posted: 28 July 2008 at 8:42pm
Hi, Im working with a MDIForm, which has a dockingpane.
But, something wrong is happens, please see the image... There are spaces in the MDI that not appear in the codejock MDI sample.
Please help, and excuseme by may bad english.
 
 
Regards,
Elvis


-------------
Product: Xtreme SuitePro (ActiveX) version 17.2
Platform: Windows 10 64bits
Language: Visual Basic 2015



Replies:
Posted By: Aaron
Date Posted: 29 July 2008 at 1:37am
Hi,
 
Please upload sample project.


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....


Posted By: Oleg
Date Posted: 29 July 2008 at 1:54am
Right Click on DockingPane in IDE and choose "Bring to Front" (or maybe "Send to back")

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


Posted By: Aaron
Date Posted: 29 July 2008 at 2:57am
Originally posted by oleg oleg wrote:

Right Click on DockingPane in IDE and choose "Bring to Front" (or maybe "Send to back")
 
Hi Oleg,
 
What to do if I can't......
 
 


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....


Posted By: Oleg
Date Posted: 29 July 2008 at 3:23am

Hi,

you only have one control in form - obviously https://forum.codejock.com/member_profile.asp?PF=2416&FID=120 - ElvisM   has more.


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


Posted By: ElvisM
Date Posted: 30 July 2008 at 12:23am
Hi... Thansk for your interest...
I did this and it's working... , but I have a new problem (see the image)
When I hide or dock the pane, an space appears.
And... when I drag the split the pane works rarely.
 
regards,
Elvis


-------------
Product: Xtreme SuitePro (ActiveX) version 17.2
Platform: Windows 10 64bits
Language: Visual Basic 2015


Posted By: Aaron
Date Posted: 30 July 2008 at 12:29am
Hi,
 
It's Clientarea.
 
DockingPane.Options.HideClient = True will hide it.
 


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....


Posted By: ElvisM
Date Posted: 30 July 2008 at 12:33am
Hi Aaron. Thanks a lot for your fast anwer.
But this doesn't work... With this change, now, the pane covers all my mdiform area... :-s


-------------
Product: Xtreme SuitePro (ActiveX) version 17.2
Platform: Windows 10 64bits
Language: Visual Basic 2015


Posted By: ElvisM
Date Posted: 30 July 2008 at 12:42am
I'm sending you the program...
Thansk a lot...
 
Please help me... and excuseme by my english https://forum.codejock.com/uploads/20080730_004148_Querys.rar - uploads/20080730_004148_Querys.rar


-------------
Product: Xtreme SuitePro (ActiveX) version 17.2
Platform: Windows 10 64bits
Language: Visual Basic 2015


Posted By: Aaron
Date Posted: 30 July 2008 at 12:43am
Hi,
 
Try this when create pane:
 
Set paneOptionsHistory = DockingPaneHistory.CreatePane(ID_PANE_SHORTCUTBAR, 100, 300, DockLeftOf, Nothing)
        paneOptionsHistory.Title = "Options"
        paneOptionsHistory.Options = PaneNoCloseable
        paneOptionsHistory.MaxTrackSize.Width = 300 'prevent resizing max
        paneOptionsHistory.MinTrackSize.Width = 100 'prevent resizing min
 
 


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....


Posted By: Oleg
Date Posted: 30 July 2008 at 8:11am
Hi,
 
If you have both DockingPane and CommandBars you need additional line:
 
DP.SetCommandBars CB


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


Posted By: ElvisM
Date Posted: 30 July 2008 at 10:56am
Thanks Oleg. It's working like I Hope...
Thanks a lot to Aaron too..
 
Regards,
Elvis


-------------
Product: Xtreme SuitePro (ActiveX) version 17.2
Platform: Windows 10 64bits
Language: Visual Basic 2015



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