[Gambas-user] On-Off Visible DrawingArea. Bag?

2012-01-25 Thread Алексей Беспалов
Hi! Please see the example. I am Draw the image in DrawingArea. After doing this DrawingArea1.Visible = False. Picture not visible. After DrawingArea1.Visible = True, the picture not see until you do scrolling. DrawingArea1.Refresh ScrollView1.Refresh do not help. This is a bug? --

[Gambas-user] DragNDrop example and drop file problem

2012-01-25 Thread tobias
hi, i have rev #4413 installed and quickly ran svn update for 4420 and haven't seen any changes related to the following (it's too late for me now to compile on this slow machine): i just checked out DragNDrop exmaple and it seems that TreeView.Find()s should be replaced by TreeView.FindAt()s.

Re: [Gambas-user] (no subject)

2012-01-25 Thread Benoît Minisini
Le 25/01/2012 16:08, Andreas Fröhlke a écrit : > Hi Benoît, > > > > we're using gambas about 6 years. Now we take a look at gambas3 and have two > questions: > > > > 1. Why did you make the spacing property of a container to a boolean, instead > of leaving it as an integer? It's really frustratin

[Gambas-user] (no subject)

2012-01-25 Thread Andreas Fröhlke
Hi Benoît, we're using gambas about 6 years. Now we take a look at gambas3 and have two questions: 1. Why did you make the spacing property of a container to a boolean, instead of leaving it as an integer? It's really frustrating, that we can't set the space between textboxes to 1 pixel