So fast ^_^
I see. Thank you!
--
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the developm
Updates:
Status: WontFix
Comment #3 on issue 36 by benoit.m...@gmail.com: Problem between Process
and DrawingArea
http://code.google.com/p/gambas/issues/detail?id=36
That's it!
By using DrawingArea.Clear() inside the Draw event handler, you are
actually calling it again and again. In
Comment #2 on issue 36 by benoit.m...@gmail.com: Problem between Process
and DrawingArea
http://code.google.com/p/gambas/issues/detail?id=36
Note that it is useless to call DrawingArea.Clear() inside the Draw event
handler. It just does a Refresh(), and so may call the Draw event handler
ag
Updates:
Status: Accepted
Labels: -Version -GUI-Any Version-TRUNK GUI-GTK
Comment #1 on issue 36 by benoit.m...@gmail.com: Problem between Process
and DrawingArea
http://code.google.com/p/gambas/issues/detail?id=36
Only gb.gtk has the problem. Really weird !
--
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 36 by soleil...@gmail.com: Problem between Process and DrawingArea
http://code.google.com/p/gambas/issues/detail?id=36
1) Hi,
I can not reach the Process_Kill() when Drawi