View Issue Details

IDProjectCategoryView StatusLast Update
0005024JEDI VCL00 JVCL Componentspublic2009-12-04 15:25
ReporterStewart81Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status acknowledgedResolutionopen 
Product Version3.39 
Target VersionFixed in Version 
Summary0005024: JVDocking, Need some assistance
DescriptionWorking on a VS 2005 style docking style for JVDocking but running into some snags.
Additional InformationThis isn't a bug but an attempt to get some assistance, hopefully. Basically I am working with a docking style for JVDocking which is close to the Visual studio 2005 style. The original code is by Marko Binic.

I've made changes to remove the TBX references from the code and began working on the drawing routines for when the dockable window is being dragged.

Marko had already written the code to display the docking indicators to some degree but he hadn't set them up to display when the window is being dragged. I managed to get that to happen but where I am running into problems is getting the indicators to display at every docking location. Basically, the method he used, which seems like the most plausible method to me, is that a custom form is displayed ontop of the main application and made transparent and the indicators are drawn based on the rect position of the control they are called against. His initial code allowed them to be drawn to one main component. What I've attempted to do is to loop through the available docking positions and display them on each one but I have been unable so far to come up with a method of achieving this.

Anyway, I'm hoping someone may be interested in helping me out with this as I think it would be a pretty good addition to the docking library.

Thanks,

Stewart
TagsNo tags attached.

Activities

obones

2009-12-04 15:25

administrator   ~0016940

Thanks for the report, I'll let someone else answer your questions

Issue History

Date Modified Username Field Change
2009-11-18 01:08 Stewart81 New Issue
2009-12-04 15:25 obones Note Added: 0016940
2009-12-04 15:25 obones Status new => acknowledged