View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005024 | JEDI VCL | 00 JVCL Components | public | 2009-11-18 01:08 | 2009-12-04 15:25 |
Reporter | Stewart81 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | acknowledged | Resolution | open | ||
Product Version | 3.39 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005024: JVDocking, Need some assistance | ||||
Description | Working on a VS 2005 style docking style for JVDocking but running into some snags. | ||||
Additional Information | This 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 | ||||
Tags | No tags attached. | ||||