Re: [Gambas-user] Dialog.SaveFile() and Dialog.Path problem

2011-10-05 Thread Rolf-Werner Eilert
Am 06.10.2011 00:26, schrieb Demosthenes Koptsis: > The Project141 is attached if anyone want to check it out. > i have a path with Greek-Latin characters but this is not the problem. > i moved the project's folder to /home/user and the problem is the same. > > 1) What is the problem. > When i run

Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms

2011-10-05 Thread Kevin Fishburne
On 10/05/2011 06:06 PM, Dag-Jarle Johansen wrote: > Hei, want to plug in on this discussion. by the way, "issue" is not > particulary something negative, issue just means "case", but I know in the > IT-world it*s mostly a case of a bug or a problem. > > I do not want Benoit to get sleepless nights,

Re: [Gambas-user] gb3: unable to compile on Debian Wheezy (testing)

2011-10-05 Thread Kevin Fishburne
On 10/05/2011 06:20 AM, doriano.bleng...@fastwebnet.it wrote: > Bruce Bruen ha scritto: >> On Wed, 2011-10-05 at 01:19 -0400, Kevin Fishburne wrote: >>> Hopefully the Debian or Mint team will get this mess sorted out so gb3 >>> can compile without hacks. Thanks for the help anyway, and for anyone >

Re: [Gambas-user] myZone4

2011-10-05 Thread Kevin Fishburne
On 10/05/2011 03:17 PM, Andrea Bertini wrote: > i'm happy to annunce the release of my software myZone4, made with > Gambas3. myZone, now nationalized only in italian (but i plan to support > other languages), is a nutritional and sport software. > > You can find it at my Sourceforge page, http://m

Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms

2011-10-05 Thread Dag-Jarle Johansen
Hei, want to plug in on this discussion. by the way, "issue" is not particulary something negative, issue just means "case", but I know in the IT-world it*s mostly a case of a bug or a problem. I do not want Benoit to get sleepless nights, but it would be a masterpiece to get Gambas running under

[Gambas-user] myZone4

2011-10-05 Thread Andrea Bertini
i'm happy to annunce the release of my software myZone4, made with Gambas3. myZone, now nationalized only in italian (but i plan to support other languages), is a nutritional and sport software. You can find it at my Sourceforge page, http://myzone.sourceforge.net/ My blog related is http://myzone

[Gambas-user] Issue 125 in gambas: No display of background and foreground colors for some controls in IDE mode

2011-10-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 125 by stephane...@gmail.com: No display of background and foreground colors for some controls in IDE mode http://code.google.com/p/gambas/issues/detail?id=125 1) Describ

Re: [Gambas-user] Dialog.SaveFile() and Dialog.Path problem

2011-10-05 Thread Jussi Lahtinen
Seems to work as expected, at least with revision 4172. What is then the path it opens? Jussi On Wed, Oct 5, 2011 at 12:28, Demosthenes Koptsis wrote: > Good morning, > > i have the next code: > > -- > Public Sub btnSaveFile_Click() > > Dialog.Filter = ["*.txt", "T

Re: [Gambas-user] Issue 2 in gambas: No native gambas for Windows platforms

2011-10-05 Thread gambas
Comment #8 on issue 2 by mushkete...@gmail.com: No native gambas for Windows platforms http://code.google.com/p/gambas/issues/detail?id=2 Maybe it can be done with help of cygwin environment. -- All the data continuou

[Gambas-user] Issue 124 in gambas: Configure script mistype - SMTP word

2011-10-05 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 124 by mushkete...@gmail.com: Configure script mistype - SMTP word http://code.google.com/p/gambas/issues/detail?id=124 when running ./configure === configuring in gb.net.

Re: [Gambas-user] gb3: unable to compile on Debian Wheezy (testing)

2011-10-05 Thread BenoƮt Minisini
> In the interest of getting work done and facing the future of desktop > environments, I came to a painful decision and have switched to Kubuntu > 11.10. I decided that Debian Wheezy was insufficiently maintained for > stability and that GNOME had become a tragic dead end with the > abandonment of

Re: [Gambas-user] gb3: unable to compile on Debian Wheezy (testing)

2011-10-05 Thread doriano . blengino
Bruce Bruen ha scritto: > On Wed, 2011-10-05 at 01:19 -0400, Kevin Fishburne wrote: >> Hopefully the Debian or Mint team will get this mess sorted out so gb3 >> can compile without hacks. Thanks for the help anyway, and for anyone >> else who sees GNOME as the walking dead, I highly recommend Kub

[Gambas-user] Dialog.SaveFile() and Dialog.Path problem

2011-10-05 Thread Demosthenes Koptsis
Good morning, i have the next code: -- Public Sub btnSaveFile_Click() Dialog.Filter = ["*.txt", "Text Files"] Dialog.Path = Application.Path If Dialog.SaveFile() Then Return File.Save(Dialog.Path, txtArea.Text) Catch Message.Info(Error.Text) End --

Re: [Gambas-user] gb3: unable to compile on Debian Wheezy (testing)

2011-10-05 Thread Bruce Bruen
On Wed, 2011-10-05 at 01:19 -0400, Kevin Fishburne wrote: > > In the interest of getting work done and facing the future of desktop > environments, I came to a painful decision and have switched to Kubuntu > 11.10. I decided that Debian Wheezy was insufficiently maintained for > stability and t