Hi!
My problem is that when I resize my window and hold down the left mouse button when doing so, all gadgets (Labels, Listboxes, Textareas) refresh. Only the Canvasgfx is not updated untill I release the mousebutton.
Is there a way to do this manually?
I already use:
EVENT_GADGETPAINT
Redraw_MyCanvas() 'function to redraw the image on canvas
EVENT_WINDOWSIZE
Redraw_MyCanvas()
But it doesn't show an effect.
The see 2 screens as an example:
(kicked)
Any help is welcome!
Grisu
My problem is that when I resize my window and hold down the left mouse button when doing so, all gadgets (Labels, Listboxes, Textareas) refresh. Only the Canvasgfx is not updated untill I release the mousebutton.
Is there a way to do this manually?
I already use:
EVENT_GADGETPAINT
Redraw_MyCanvas() 'function to redraw the image on canvas
EVENT_WINDOWSIZE
Redraw_MyCanvas()
But it doesn't show an effect.
The see 2 screens as an example:
(kicked)
Any help is welcome!
Grisu