Re: [Gambas-user] Label.Resize in Picture1_MouseMove

2011-01-01 Thread Fabien Bodard
2011/1/1 Demosthenes Koptsis : > Do you suggest to use the DrawingArea instead PictureBox? > > As i see the draw event is in DrawingArea only. yes ... that what i suggest... as the way i use is more powerfull and that way you can add all feature you want. > My intension is not to draw something.

Re: [Gambas-user] Label.Resize in Picture1_MouseMove

2011-01-01 Thread Demosthenes Koptsis
Do you suggest to use the DrawingArea instead PictureBox? As i see the draw event is in DrawingArea only. My intension is not to draw something. i want to resize an object with transparency and border (as Label) and after to use its X,Y, Width, Height in Image.Copy object. On Sat, 2011-01-01 a

Re: [Gambas-user] Label.Resize in Picture1_MouseMove

2011-01-01 Thread Fabien Bodard
2011/1/1 Fabien Bodard : > label is not the only solution ... this is how I manage the box > selection on many program. > > You need to use more the draw event and think like with a game > refresh all composed image on move :) > > Gambas work that way. > > 2011/1/1 Demosthenes Koptsis : >> hell

Re: [Gambas-user] Label.Resize in Picture1_MouseMove

2011-01-01 Thread Fabien Bodard
label is not the only solution ... this is how I manage the box selection on many program. You need to use more the draw event and think like with a game refresh all composed image on move :) Gambas work that way. 2011/1/1 Demosthenes Koptsis : > hello, > > i converted my Mini Image Editor (

[Gambas-user] Label.Resize in Picture1_MouseMove

2011-01-01 Thread Demosthenes Koptsis
hello, i converted my Mini Image Editor (demostration of Image class) to Gambas3 at ubuntu 10.04 machine. i want to simulate a selection box tool for an image. For this i made something not so professional but i think i found something. For the selection of image area i use a label as gui with