Home » U++ Library support » U++ Library : Other (not classified elsewhere) » how can I draw on the top of a dockwindow?
how can I draw on the top of a dockwindow? [message #50831] |
Sun, 06 January 2019 15:18  |
aftershock
Messages: 143 Registered: May 2008
|
Experienced Member |
|
|
Hi,
I have tried to draw on the top of a dockwindow
I have something like this.
class main : public DockWindow
{
and
void main::Paint(Draw& w)
{
w.DrawEllipse(dot_x,dot_y,12,12,Black());
DockWindow::Paint(w);
}
but this does not work unless there is empty space between the docked windows..
the size of the Window tends to be zero....if everything is docked.
I would like to draw on the top of them.
A.
|
|
|
Goto Forum:
Current Time: Wed Apr 23 08:03:50 CEST 2025
Total time taken to generate the page: 0.03188 seconds
|