Re: [Gambas-user] To the translator's wish list

2011-01-20 Thread Matti
Yes, of course. Didn't see it... Am 20.01.2011 23:31, schrieb Benoît Minisini: >> In earlier versions (than gb3 rev.3457) you could select and copy the >> string of the source laguage into the translation field. >> >> This was useful with special chars (like \n, ...) and with long >> strings, to c

Re: [Gambas-user] using echo command within EXEC

2011-01-20 Thread Dimitris Anogiatis
Hey vikram, Try this subroutine. Make a new module and add this in it PUBLIC SUB append2log(text AS String) DIM tmpFile AS File tmpFile = OPEN User.Home &/ "Desktop/test1.txt" FOR APPEND WRITE #tmpFile, text & gb.NewLine, Len(text & gb.NewLine) CLOSE #tmpFile END if for example you call your mod

Re: [Gambas-user] Feature request

2011-01-20 Thread John Spikowski
On Thu, 2011-01-20 at 21:43 -0800, vikram wrote: > Hi, > > I am not sure if its a little late for this but having shrink/expand buttons > for code in the IDE would be nice. You know the little + - signs that let you > shrink or expand loops and functions. > > P.S.: I've not used Gambas3 yet, so

[Gambas-user] Feature request

2011-01-20 Thread vikram
Hi, I am not sure if its a little late for this but having shrink/expand buttons for code in the IDE would be nice. You know the little + - signs that let you shrink or expand loops and functions. P.S.: I've not used Gambas3 yet, so please ignore this mail if it's already got this feature. Re

Re: [Gambas-user] Building 3.0

2011-01-20 Thread Benoît Minisini
> Gambas Developer Team, > > I used svn and downloaded the trunk and ran ./reconf-all. I have > installed 3.0 Gambas as a sub-directory in my /home/jrs/gambas-dev/trunk > and ready to build Gambas 3.0. Before I get started I have a few > questions and maybe the answers will help other newbies like

Re: [Gambas-user] To the translator's wish list

2011-01-20 Thread Benoît Minisini
> In earlier versions (than gb3 rev.3457) you could select and copy the > string of the source laguage into the translation field. > > This was useful with special chars (like \n, ...) and with long > strings, to calculate if the translation fits into the control. > > Would be fine to give back t

[Gambas-user] To the translator's wish list

2011-01-20 Thread Matti
In earlier versions (than gb3 rev.3457) you could select and copy the string of the source laguage into the translation field. This was useful with special chars (like \n, ...) and with long strings, to calculate if the translation fits into the control. Would be fine to give back this option. R

Re: [Gambas-user] Building 3.0

2011-01-20 Thread John Spikowski
On Thu, 2011-01-20 at 21:07 +0100, Ron wrote: > On Jan 20, 2011 8:59 PM, "John Spikowski" wrote: > > > > Thanks for your help to bring a Gambas newbie developer up to speed. > > > Ron_2nd. > Thanks Ron! Does the command 'build-dist' work and will it creates a .deb package on my Ubuntu 32 box?

Re: [Gambas-user] Building 3.0

2011-01-20 Thread Ron
On Jan 20, 2011 8:59 PM, "John Spikowski" wrote: > > Gambas Developer Team, > > I used svn and downloaded the trunk and ran ./reconf-all. I have > installed 3.0 Gambas as a sub-directory in my /home/jrs/gambas-dev/trunk > and ready to build Gambas 3.0. Before I get started I have a few > questions

[Gambas-user] Building 3.0

2011-01-20 Thread John Spikowski
Gambas Developer Team, I used svn and downloaded the trunk and ran ./reconf-all. I have installed 3.0 Gambas as a sub-directory in my /home/jrs/gambas-dev/trunk and ready to build Gambas 3.0. Before I get started I have a few questions and maybe the answers will help other newbies like me to Gamba

Re: [Gambas-user] Balloon no more displayed

2011-01-20 Thread Emanuele Sottocorno
You are right, what i missed is: GTK+ GNOME UBUNTU 10.10 64 AND UBUNTU 10.04 64 (HAPPENS ON FEDORA 13 ALSO) I tried with any of possible value for stacking property with the same result. If the first Form you open is .Modal() the balloon is hidden by the form. And yes if you disable Compiz all wo

[Gambas-user] 3.0 trunk - makewebsite

2011-01-20 Thread John Spikowski
I'm trying to download the latest for 3.0 version to help the project out if I can. I was surprised that the trunk includes a copy of the Gambas website. Is there a way to get the 3.0 release without having to copy the Gambas website as well?

Re: [Gambas-user] Valuebox .Text property

2011-01-20 Thread Benoît Minisini
> Hi, > > gb3 rev 3479. > ValueBox.Text property has been definitively removed? > Ahem... Yes. There should be a ValueBox.Text property... -- Benoît Minisini -- Protect Your Site and Customers from Malware Attacks Lea

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Benoît Minisini
> yes this bug has been fixed, thanks! > > but i think there is one more in event > > Form_Menu() > > right click of mouse does not show the menu. > Fixed in revison #3485. Regards, -- Benoît Minisini -- Protect Yo

[Gambas-user] Valuebox .Text property

2011-01-20 Thread Emanuele Sottocorno
Hi, gb3 rev 3479. ValueBox.Text property has been definitively removed? -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Demosthenes Koptsis
yes this bug has been fixed, thanks! but i think there is one more in event Form_Menu() right click of mouse does not show the menu. On Thu, 2011-01-20 at 13:20 +0100, Benoît Minisini wrote: > > i attach the project. > > > > gambas3-svn3442 @ x32 > > gambas3-svn3475 @ x64 > > > > ubuntu, gt

Re: [Gambas-user] KeyPress event with grid view

2011-01-20 Thread Benoît Minisini
> Thank for reply, > > Here is my form. I tried remove all code and run the "fresh" form but > nothing happens. > Hi, The bug should be fixed (for Gambas 2) in revision #3481. Regards, -- Benoît Minisini -- Protect

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

2011-01-20 Thread Benoît Minisini
> > 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

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Benoît Minisini
> i attach the project. > > gambas3-svn3442 @ x32 > gambas3-svn3475 @ x64 > > ubuntu, gtk > > none of mouse events are working. > The bug should have been fixed in revision #3480. Regards, -- Benoît Minisini -- Pro

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Demosthenes Koptsis
here is a video which shows the behavior. http://www.youtube.com/watch?v=oC-U4N8JH7Y http://www.mediafire.com/?neds4adkys9w34o On Thu, 2011-01-20 at 11:25 +0100, Matti wrote: > Strange - both of the mouse events work fine here. > gb3 svn 3457 > OpenSuse, KDE, qt4 > > > Am 20.01.2011 07:03, sc

Re: [Gambas-user] MouseDown event and Gambas3

2011-01-20 Thread Matti
Strange - both of the mouse events work fine here. gb3 svn 3457 OpenSuse, KDE, qt4 Am 20.01.2011 07:03, schrieb Demosthenes Koptsis: > i attach the project. > > gambas3-svn3442 @ x32 > gambas3-svn3475 @ x64 > > ubuntu, gtk > > none of mouse events are working. > > On Thu, 2011-01-20 at 02:27

Re: [Gambas-user] Project title not translated

2011-01-20 Thread Emanuele Sottocorno
Hi Benoît tanks for your answer. with rev 3479 i noted a strange behaviour. If you open the project translation form the project title string does not appear, but if you open the project properties form and close it, without modify the project title, then that string appear in translation form and

Re: [Gambas-user] Application logging using SHELL

2011-01-20 Thread vikram
Thank you both for the replies. I am going to try using SHELL. Regards, Vikram Nair -- Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand m