Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-01-09 Thread Rolf-Werner Eilert
Am 08.01.2014 20:39, schrieb Fernando Martins: > On 01/07/2014 09:38 PM, Benoît Minisini wrote: >> Le 07/01/2014 17:53, Rolf-Werner Eilert a écrit : >>> As for TerraGen: http://planetside.co.uk/products/terragen3 >>> >>> But those guys have been programming it for years, so it would be hard >>> t

Re: [Gambas-user] Report component - variable height items

2014-01-09 Thread Bruce
> > Works like an old rag! > Is it good or bad ? Sorry! A bit of "Australian" crept in there. It means good. Now, here is a couple of new problems (and hopefully an answer). We have an audit requirement to create a "hard copy" of a thing when its' data is first entered into the system. Since t

Re: [Gambas-user] Translating forms in gambas

2014-01-09 Thread Charlie Reinl
Am Donnerstag, den 09.01.2014, 22:20 +0100 schrieb Floryn90: > Hi Charlie, > I need to change the language when user click on > Menu->Languages->"Language Name". > > Nella citazione in data gio 09 gen 2014 22:15:32 CET, Charlie Reinl ha > scritto: > > Am Donnerstag, den 09.01.2014, 22:04 +0100 s

Re: [Gambas-user] Translating forms in gambas

2014-01-09 Thread Floryn90
Hi Charlie, I need to change the language when user click on Menu->Languages->"Language Name". Nella citazione in data gio 09 gen 2014 22:15:32 CET, Charlie Reinl ha scritto: > Am Donnerstag, den 09.01.2014, 22:04 +0100 schrieb Floryn90: >> Hi everyone, >> I'm making an app and i need to transla

Re: [Gambas-user] Translating forms in gambas

2014-01-09 Thread Charlie Reinl
Am Donnerstag, den 09.01.2014, 22:04 +0100 schrieb Floryn90: > Hi everyone, > I'm making an app and i need to translate it in various languages. From > Project->Translate i made the translations. Now i made some menu entry > for some languages and i need to set that language (that was selected >

[Gambas-user] Translating forms in gambas

2014-01-09 Thread Floryn90
Hi everyone, I'm making an app and i need to translate it in various languages. From Project->Translate i made the translations. Now i made some menu entry for some languages and i need to set that language (that was selected from user by clicking on its name). How can i set the language and re

Re: [Gambas-user] .Run() method of DesktopFile Class... How to ?

2014-01-09 Thread Benoît Minisini
Le 09/01/2014 14:23, Ru Vuott a écrit : > Hello, > > I wrote this simple code to try DesktopFile.Run() method: > > ** > Private pr As Process > > > Public Sub Form_Open() > >Dim df As DesktopFile > > > With df = New DesktopFile("/path/of/my/file.wav") >

Re: [Gambas-user] Problem with web site and wiki

2014-01-09 Thread Rob Kudla
On 01/09/2014 12:03 PM, Benoît Minisini wrote: > Maybe he will ask me how much traffic the server will generate, so if > you have the information... Last time I checked (when I last asked the Gambas list for someone to step up, maybe a year and a half ago) it was about 25GB per month. Drop in the

Re: [Gambas-user] Problem with web site and wiki

2014-01-09 Thread Benoît Minisini
Le 09/01/2014 13:43, Rob Kudla a écrit : > On 01/09/2014 04:53 AM, Benoît Minisini wrote: >> Rob, if you read that: can you give me the ownership of 'gambasdoc.org' >> name so that I make it point to another server? > > Sure. I've asked twice on the list for the last few years and not gotten > any

Re: [Gambas-user] Issue 494 in gambas: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout

2014-01-09 Thread gambas
Comment #1 on issue 494 by kokok...@gmail.com: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout http://code.google.com/p/gambas/issues/detail?id=494 As a side note, i'm unable to parse the standard error stream if using "for input" instead of "for read". To expl

Re: [Gambas-user] .Run() method of DesktopFile Class... How to ?

2014-01-09 Thread Ru Vuott
Hello Fabien, ..I'ld like simply to understand how that method works. Bye vuottt Gio 9/1/14, Fabien Bodard ha scritto: Oggetto: Re: [Gambas-user] .Run() method of DesktopFile Class... How to ? A: "mailing list for gambas users" Data: Giovedì

Re: [Gambas-user] .Run() method of DesktopFile Class... How to ?

2014-01-09 Thread Ru Vuott
Hi Jacky, yes, I know, but I like to experiment. :-) Bye vuo Gio 9/1/14, Jack ha scritto: Oggetto: Re: [Gambas-user] .Run() method of DesktopFile Class... How to ? A: "mailing list for gambas users" Data: Giovedì 9 gennaio 2014, 14:51

Re: [Gambas-user] Memory leak...

2014-01-09 Thread Wolfgang
Hello Benoît! With using the Gambas3.5.2-1precise1 the leak is gone! Thank you very much! Now the sun is beaming again!!! Wolfgang Am 08.01.2014 06:26, schrieb Wolfgang: >> >> Hi, >> >> The memory leak has been fixed in revision #6071. >> >> I will merge it with the 3.5.2 coming soon. >> >> Re

Re: [Gambas-user] .Run() method of DesktopFile Class... How to ?

2014-01-09 Thread Fabien Bodard
Or the media one Le 9 janv. 2014 15:10, "Jack" a écrit : > Le 09/01/2014 14:23, Ru Vuott a écrit : > > Hello, > > > > I wrote this simple code to try DesktopFile.Run() method: > > > > ** > > Private pr As Process > > > > > > Public Sub Form_Open() > > > >Di

[Gambas-user] Issue 494 in gambas: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout

2014-01-09 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 494 by kokok...@gmail.com: 100% cpu use when using SHELL (FOR READ) and on a process that redirects stdout http://code.google.com/p/gambas/issues/detail?id=494 1) i get 1

Re: [Gambas-user] .Run() method of DesktopFile Class... How to ?

2014-01-09 Thread Jack
Le 09/01/2014 14:23, Ru Vuott a écrit : > Hello, > > I wrote this simple code to try DesktopFile.Run() method: > > ** > Private pr As Process > > > Public Sub Form_Open() > >Dim df As DesktopFile > > > With df = New DesktopFile("/path/of/my/file.wav") >

[Gambas-user] .Run() method of DesktopFile Class... How to ?

2014-01-09 Thread Ru Vuott
Hello, I wrote this simple code to try DesktopFile.Run() method: ** Private pr As Process Public Sub Form_Open() Dim df As DesktopFile With df = New DesktopFile("/path/of/my/file.wav") pr = .Run("totem") End With End *

Re: [Gambas-user] Problem with web site and wiki

2014-01-09 Thread Rob Kudla
On 01/09/2014 04:53 AM, Benoît Minisini wrote: > Rob, if you read that: can you give me the ownership of 'gambasdoc.org' > name so that I make it point to another server? Sure. I've asked twice on the list for the last few years and not gotten any offers of a new home, but if you can find hosting

Re: [Gambas-user] gb.Report : Setting label colors

2014-01-09 Thread Fabien Bodard
You are one of the first advanced user of gb.report... Thank you So bugs are... I will see what I can do ... I have no many time today Le 9 janv. 2014 02:22, "Bruce" a écrit : > More learning curve! I am trying to set the foreground and background > colors for a report label: > > 8 Dim lblType

[Gambas-user] Problem with web site and wiki

2014-01-09 Thread Benoît Minisini
Hi, The DNS problem with gambasdoc.org seems to not be solved. As a temporary workaround before I find a solution, add the following line to your /etc/hosts file: 64.128.110.55 gambasdoc.org Rob, if you read that: can you give me the ownership of 'gambasdoc.org' name so that I make it point

Re: [Gambas-user] Report component - variable height items

2014-01-09 Thread Fabien Bodard
Le 9 janv. 2014 08:19, "Bruce" a écrit : > > On Wed, 2014-01-08 at 21:53 +0100, Fabien Bodard wrote: > > Normally it willwork with the last rev... > > > > So you can write multiline label with \n. > > > > 2014/1/8 Bruce : > > > Hiya Fabien, > > > > > > Guess what, I have jumped on the gb.report us

Re: [Gambas-user] Report component - variable height items

2014-01-09 Thread Fabien Bodard
I have some work to do on the textlabel so then it will have wordwrap option and a possibility to generate a new page if the text can't be fully displayed. I think about a way to make texts with fields to allow mailing and pre filled parts. --

Re: [Gambas-user] Solving the Gambas packaging problem psychologically (!)

2014-01-09 Thread Rolf-Werner Eilert
Am 08.01.2014 20:39, schrieb Fernando Martins: > On 01/07/2014 09:38 PM, Benoît Minisini wrote: >> Le 07/01/2014 17:53, Rolf-Werner Eilert a écrit : >>> As for TerraGen: http://planetside.co.uk/products/terragen3 >>> >>> But those guys have been programming it for years, so it would be hard >>> t