View Issue Details

IDProjectCategoryView StatusLast Update
0001602JEDI VCL00 JVCL Componentspublic2004-04-22 23:31
ReporteranonymousAssigned Touser72 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001602: JvDocking: AutoHide Windows are not automatically hidden
DescriptionWhen does a auto hide window gets hidden? Try the MSDN demo. You can click and select text in the browser, browse to different pages, and the autohide window still is visible. It is only hidden if you maximize/restore the window or if you select a combo box in the toolbar.
The docking in the original msdn does hide the windows if the mouse cursor is *not* above the window for a certain amount of time.
TagsNo tags attached.

Activities

user72

2004-04-08 04:44

  ~0003712

I think it is hidden when focus changes but I would have to check the code to be sure.

anonymous

2004-04-08 06:29

viewer   ~0003716

In my MDI app they are not hidden when I focus a SynEdit which is on the mdi childs.

user72

2004-04-14 05:08

  ~0003845

Just found it:

Set TJvDotNetStyle.ChannelOptions.MouseleaveHide to true

anonymous

2004-04-14 07:46

viewer   ~0003851

TJvDotNetStyle.ChannelOptions.MouseleaveHide should be perhaps a published property, if possible.

user72

2004-04-14 10:34

  ~0003854

It is

miracle2k

2004-04-22 06:55

reporter   ~0004004

> TJvDotNetStyle.ChannelOptions.MouseleaveHide

Yeah, I found that yesterday... Maybe we can set it to True per default (this is the behaviour MSDN etc.. have), but the issue can be closed I think.

user72

2004-04-22 08:57

  ~0004010

Making it default true seems a good idea. I'll close the report once I've updated it in CVS.

user72

2004-04-22 23:31

  ~0004017

Updated in CVS.

Issue History

Date Modified Username Field Change
2004-04-08 00:33 anonymous New Issue
2004-04-08 04:44 user72 Note Added: 0003712
2004-04-08 04:45 user72 Status new => acknowledged
2004-04-08 06:29 anonymous Note Added: 0003716
2004-04-14 05:08 user72 Note Added: 0003845
2004-04-14 07:46 anonymous Note Added: 0003851
2004-04-14 10:34 user72 Note Added: 0003854
2004-04-22 06:55 miracle2k Note Added: 0004004
2004-04-22 08:57 user72 Note Added: 0004010
2004-04-22 23:31 user72 Status acknowledged => resolved
2004-04-22 23:31 user72 Resolution open => fixed
2004-04-22 23:31 user72 Assigned To => user72
2004-04-22 23:31 user72 Note Added: 0004017