Re: [api-dev] HELP by drawing a line in a Dialog ImageControl

2009-03-21 Thread Fernand Vanrie
Ariel , Paolo, I think :-) I got the complete picture now, I got the same problems with showing pictures in a dialog peer instead off using the image controls thenselves because they where provocing big memory leaks. So i dive in this code and comeback with a real live working solution

Re: [api-dev] HELP by drawing a line in a Dialog ImageControl

2009-03-20 Thread Paolo Mantovani
Fernand Vanrie ha scritto: I need some help to resolve a puzzle for me I trie to draw a line in a Imagecontrol in a Dialog The The line is drawn with the Sub below but only when the sub is called from a mouseclick (event) on a other control in the dialog When calling the sub from a codeline

Re: [api-dev] HELP by drawing a line in a Dialog ImageControl

2009-03-20 Thread Paolo Mantovani
Hi Ariel, Ariel Constenla-Haile ha scritto: Hello Fernand, On Friday 20 March 2009, 11:47, Fernand Vanrie wrote: Paolo , Thanks for tyour quick Replay, but the problem must be elsware: its the codeines before my drawings who are giving trouble oImagcontrol.visible(false) ..some other