Re: [Gambas-user] Label.Adjust

2010-12-31 Thread Demosthenes Koptsis
Hello, and happy new year with best wishes! Yes, now the width dimension is ok. On Fri, 2010-12-31 at 15:46 +0100, Benoît Minisini wrote: > > sorry Benoit i send you wrong project > > > > here it is the corect, but it is not something special. > > > > the code is > > > > - > > PUBLIC

Re: [Gambas-user] [OT]gambas 3 release or otherwise as binary package

2010-12-31 Thread Benoît Minisini
> Finally, 2010 is over and we have not an RC of Gambas3. No problem at > all, no rush here. I only want to wish you guys all the best for the New > Year 2011. Many thanks to Benoît and to all developers for your hard work. > > HNY 2011 !! > > Sincerely Yep. But I'm not so far from the goal! It

[Gambas-user] More on Print bugs.

2010-12-31 Thread Michael
Benoit, I have investigated print problems further and posted following question on Ubuntu One website. It would appear to be a Ubuntu problem not a Gambas problem. There are many different Print dialogs but one is very common and is used by Gimp, Shutter, Evloution and Simple Scan. In all thes

[Gambas-user] Further news on valuebox bugs in Gambas3

2010-12-31 Thread Michael
I reported bugs when a date valuebox is housed in a Vbox. I then moved all my controls to a Panel and got the same problems if the Panel.Arrangement was set to Vertical. I then moved all Valueboxes to a Frame and got no problems. Obviously the Frame does not have an Arrangement property. One fu

[Gambas-user] Using a timer and Last

2010-12-31 Thread richard terry
Hi List I've a couple of timers on different forms, which I need to auto-update some stuff periodically. What's the theory with Last and timers. for example say my program is executing a subroutine which uses Last, but at that instance the timer fires and becomes Last, can things go wrong? Ca

Re: [Gambas-user] time measure milliseconds ?

2010-12-31 Thread wally
On Friday 31 December 2010 14:45:53 Benoît Minisini wrote: > > Since SVN 3410 my error balloon are shown too short to read them. > > How can i change this ? > > Is it better with the last revision? > Yes, much better. Thank you ---

Re: [Gambas-user] [OT]gambas 3 release or otherwise as binary package

2010-12-31 Thread EA7DFH
El 17/09/10 02:09, Benoît Minisini escribió: > > I want to make at least a first release candidate before the end of the year. > ... > > So is the plan! > Finally, 2010 is over and we have not an RC of Gambas3. No problem at all, no rush here. I only want to wish you guys all the best for the

Re: [Gambas-user] Label.Adjust

2010-12-31 Thread Demosthenes Koptsis
i'll check it next year (tomorrow :)...)... for now i'll leave for a while the computer and celebrate the new year festival. Best wishes to all Gambas friends and happy new year! On Fri, 2010-12-31 at 15:46 +0100, Benoît Minisini wrote: > > sorry Benoit i send you wrong project > > > > here it i

Re: [Gambas-user] Label.Adjust

2010-12-31 Thread Benoît Minisini
> sorry Benoit i send you wrong project > > here it is the corect, but it is not something special. > > the code is > > - > PUBLIC SUB Form_Open() > > PRINT Label1.Height > PRINT Label1.Width > Label1.Text = " This is a long text, sghssgh fshsfg dfg fdg sad > gfsda asdg sd" >

Re: [Gambas-user] ProgressBar(gb.qt4)

2010-12-31 Thread Benoît Minisini
>ProgressBar.Background works ok (but the colors are somewhat dark-grey). >But ProgressBar.Foreground does nothing. >The bar is always blue, and the label stays black/white. >Shouldn't it be possible to change the color of the bar? >Regards >Matti Maybe not. This is control

Re: [Gambas-user] time measure milliseconds ?

2010-12-31 Thread Benoît Minisini
> (aded the code here, maybe easier now) > I have some general questions to the attached code. > > 'A: this works ok > > DIM result_T as Date > result_T = Now - start_T > ValueBox1.Value = Format$(result_T, "uu") > > 'B: bad fornmat string > 'ValueBox1.Value = Format$(Now - start_T, "

Re: [Gambas-user] Images and Pictures

2010-12-31 Thread Benoît Minisini
> Good morning to all, > > i make an example for the Image class. > i want to demostrate the methods of Image class. > the example will Clear Copy Draw Fill Flip Mirror Replace Resize > Rotate Save Stretch a picture in an Image class and put the result in > a PictureBox. > > Firstly i wa

[Gambas-user] Images and Pictures

2010-12-31 Thread Demosthenes Koptsis
Good morning to all, i make an example for the Image class. i want to demostrate the methods of Image class. the example will Clear Copy Draw Fill Flip Mirror Replace Resize Rotate Save Stretch a picture in an Image class and put the result in a PictureBox. Firstly i want the picture fro