You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have written some code based on the "How to use" docking example project. I want to be able to use a TFrame as a docking server, so that I can reuse this frame in multiple forms in multiple different applications.
Basically, I created a TFrame descendent that has a JvDockServer and jvDockStyle on it. I then put this TFrame on a TForm and ran the "how to use" demo. For the most part, it works but there are some slight glitches. The docking semi-transparent window extends too far over the edge of the frame
and after docking on the frame, the non-client caption area is lost
Before digging into the code, I am wondering if
a) there are simply some settings/properties I need to change to make this work
b) if not, can someone point me in the direction where the non-client and transparent dragging areas are being drawn so I can debug and see why it is getting confused by a TFrame when it works great on a TForm.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have written some code based on the "How to use" docking example project. I want to be able to use a TFrame as a docking server, so that I can reuse this frame in multiple forms in multiple different applications.
Basically, I created a TFrame descendent that has a JvDockServer and jvDockStyle on it. I then put this TFrame on a TForm and ran the "how to use" demo. For the most part, it works but there are some slight glitches. The docking semi-transparent window extends too far over the edge of the frame
and after docking on the frame, the non-client caption area is lost
Before digging into the code, I am wondering if
a) there are simply some settings/properties I need to change to make this work
b) if not, can someone point me in the direction where the non-client and transparent dragging areas are being drawn so I can debug and see why it is getting confused by a TFrame when it works great on a TForm.
Beta Was this translation helpful? Give feedback.
All reactions