View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004035 | JEDI VCL | 00 JVCL Components | public | 2007-01-13 14:42 | 2007-10-12 04:17 |
Reporter | migajek | Assigned To | obones | ||
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 3.20 | ||||
Target Version | Fixed in Version | 3.34 | |||
Summary | 0004035: Unexpected behaviour of JvDockClient form | ||||
Description | Just after the program runs I'm creating some dockable forms and docking them using the code from MSDN2002 example. The problem is, that when I move the cursor over the side "button" the window shows, but without the titlebar! The following screenshot shows that http://img217.imageshack.us/img217/6070/wrongbp2.jpg But, when the window hides (automatically) and appears after moving the cursor again over the side "button", the window has the titlebar : http://img65.imageshack.us/img65/3593/goodco4.jpg the code for creating & docking is following procedure VSNetDockForm(AForm: TForm; APanel: TJvDockVSNETPanel); begin AForm.Top := 10000; AForm.ManualDock(APanel,nil,APanel.Align); APanel.ShowDockPanel(True, AForm); APanel.DoHideControl(AForm); end; FTPClientForm:= TFTPClientForm.Create(Application); VSNetDockForm(FTPClientForm, jvDockServer1.LeftDockPanel as TJvDockVSNETPanel); I've discovered that calling FTPClientForm.Show(); before VSNetDockForm fixes the problem, but the window blinks than and I dont want that, moreover in MSDN2002 example there is no need for calling "show" before docking. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-01-13 14:42 | migajek | New Issue | |
2007-06-19 06:29 | obones | Note Added: 0013428 | |
2007-06-19 06:29 | obones | Status | new => feedback |
2007-10-12 04:17 | obones | Status | feedback => resolved |
2007-10-12 04:17 | obones | Fixed in Version | => Daily / SVN |
2007-10-12 04:17 | obones | Resolution | open => fixed |
2007-10-12 04:17 | obones | Assigned To | => obones |
2007-10-12 04:17 | obones | Note Added: 0013896 |