View Issue Details

IDProjectCategoryView StatusLast Update
0004272JEDI VCL00 JVCL Componentspublic2007-12-16 08:09
ReporterSovitecmAssigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version3.33 
Target VersionFixed in Version 
Summary0004272: Docked forms with bsToolWindow style can't be moved
DescriptionWhen using JvDockClient component on
a bsToolWindow Form then it's impossible to move the window with the
mouse except if you right-click on the form and select "move".

I'm using Delphi 2007 on Windows XP SP2.

Steps to reproduce :
* Create a MDI project
* Drop JvDockServer and JvDockVCStyle on the main form
* Create a form (the about box can do the trick) and apply the
bsToolWindow style
* Drop a JvDockClient component on the form
TagsNo tags attached.

Activities

AHUser

2007-10-31 05:21

developer   ~0014012

Can you attach a demo application that shows this behavior? My test application doesn't have this problem.

2007-10-31 07:44

 

DockingDemo.zip (11,584 bytes)

Sovitecm

2007-10-31 07:47

reporter   ~0014013

Here's a simple example showing the problem (The about box cannot be moved). I tried to include the exe produced on my computer, but the upload failed.

AHUser

2007-10-31 10:24

developer   ~0014014

The JvDockClient and the JvDockServer are not linked to the JvDockStyle. In that case the whole docking system does not work with any FormStyle.
BTW: It is not good to dock a modal dialog. This will hang the application.

Sovitecm

2007-10-31 10:38

reporter   ~0014015

Oh, it was this, Setting the dockstyle solve the problem for me also. It's funny that this behavior only arise when using the bsToolWindow style.

For the ShowModal it's just because I quickly wrote this example and forgot to change it to a simple Show.

Sorry for the inconvenience and thank you for your help.

Issue History

Date Modified Username Field Change
2007-10-23 02:31 Sovitecm New Issue
2007-10-31 05:21 AHUser Note Added: 0014012
2007-10-31 05:21 AHUser Status new => feedback
2007-10-31 07:44 Sovitecm File Added: DockingDemo.zip
2007-10-31 07:47 Sovitecm Note Added: 0014013
2007-10-31 10:24 AHUser Note Added: 0014014
2007-10-31 10:38 Sovitecm Note Added: 0014015
2007-12-16 08:09 AHUser Status feedback => closed
2007-12-16 08:09 AHUser Resolution open => fixed