Re: [Gambas-user] Request for implementation

2014-09-22 Thread Benoît Minisini
Le 22/09/2014 01:20, Willy Raets a écrit : > Hi all, > > It would be nice if the translator in IDE could update some extra info > in the translation files (.po) > > Example: > #, fuzzy > msgid "" > msgstr "" > "Project-Id-Version: PACKAGE VERSION\n" > "POT-Creation-Date: 2002-11-01 04:27+0100\n" >

Re: [Gambas-user] Installation package(s)

2014-09-22 Thread Dimitris Anogiatis
I think that those 13 files are mostly all that's needed to put your program into a repository including the source code. If you just want to get the binary into your target system or on a website without going through a repository... then you only need one. On Mon, Sep 22, 2014 at 9:57 AM, Charli

Re: [Gambas-user] Issue 562 in gambas: Ubuntu ppa for Gambas has disappeared

2014-09-22 Thread gambas
Updates: Status: Fixed Comment #3 on issue 562 by tabo...@gmail.com: Ubuntu ppa for Gambas has disappeared https://code.google.com/p/gambas/issues/detail?id=562 Corrected. Thanks. -- You received this message because this project is configured to send all issue notifications to this

Re: [Gambas-user] Issue 562 in gambas: Ubuntu ppa for Gambas has disappeared

2014-09-22 Thread gambas
Comment #2 on issue 562 by martindh...@gmail.com: Ubuntu ppa for Gambas has disappeared https://code.google.com/p/gambas/issues/detail?id=562 I went to the project page: (First hit on Google). Then I clicked on "Distributions and OS" on the left

Re: [Gambas-user] Direct assignment to arrays of inherited classes does not work

2014-09-22 Thread Tobias Boege
On Mon, 22 Sep 2014, Fabien Bodard wrote: > strange... > > has we can say Control = TextBox ... no ? > Yes, this is because it is the other way around. TextBox inherits Control, so TextBox contains more information. To assign Control = TextBox, we just need to forget some of the additional stuff

Re: [Gambas-user] Direct assignment to arrays of inherited classes does not work

2014-09-22 Thread Benoît Minisini
Le 22/09/2014 18:09, Fabien Bodard a écrit : > strange... > > has we can say Control = TextBox ... no ? > No, it's the other way. TextBox inherits Control, so you can assing a TextBox to a Control variable, but not the contrary. [...] returns a native array, so you can't assign it to a variable

Re: [Gambas-user] Direct assignment to arrays of inherited classes does not work

2014-09-22 Thread Fabien Bodard
for me if B inherit A so it can contain a A class ... it have the same base struct... For example in gb.report a reportcontrol can contain a ref to a reportLabel witch inherit reportcontrol... why it is not the same for arrays ? Fabien 2014-09-22 18:09 GMT+02:00 Fabien Bodard : > strange...

Re: [Gambas-user] Direct assignment to arrays of inherited classes does not work

2014-09-22 Thread Fabien Bodard
strange... has we can say Control = TextBox ... no ? 2014-09-22 11:03 GMT+02:00 Julio Sanchez : > Thanks Tobi, I'll try :) > > Regards, > > Julio > > 2014-09-22 10:46 GMT+02:00 Tobias Boege : > >> On Mon, 22 Sep 2014, Julio Sanchez wrote: >> > Direct assignment to arrays of inherited classes doe

Re: [Gambas-user] Issue 562 in gambas: Ubuntu ppa for Gambas has disappeared

2014-09-22 Thread gambas
Updates: Status: NeedsInfo Comment #1 on issue 562 by tabo...@gmail.com: Ubuntu ppa for Gambas has disappeared https://code.google.com/p/gambas/issues/detail?id=562 What page do you mean? In Google, "site:gambaswiki.org nemh" gives me exactly five matches, two of which are false posit

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Rolf-Werner Eilert
There is a printing function included, and that would have to be completely re-written. I don't really have the time for that now, so I thought if there is an easier way to do it... Rolf Am 22.09.2014 14:51, schrieb Jussi Lahtinen: > Maybe it would be easier to convert the program for Gambas3?

[Gambas-user] Installation package(s)

2014-09-22 Thread Charlie
I want to create an installation package but when I try I now get 13 files created, what are they all for and is there a way to get just one or am I missing something? Thanks. -- View this message in context: http://gambas.8142.n7.nabble.com/Installation-package-s-tp48444.html Sent from the gam

Re: [Gambas-user] Issue 562 in gambas: Ubuntu ppa for Gambas has disappeared

2014-09-22 Thread Charlie
The ppa has been change, you can run the following in Terminal to activate the latest ppa (Gambas stable). sudo add-apt-repository ppa:gambas-team/gambas3 -- View this message in context: http://gambas.8142.n7.nabble.com/Issue-562-in-gambas-Ubuntu-ppa-for-Gambas-has-disappeared-tp48436p48443.

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Jussi Lahtinen
Maybe it would be easier to convert the program for Gambas3? It should be very easy. Jussi On Mon, Sep 22, 2014 at 12:05 PM, Rolf-Werner Eilert < eilert-sprac...@t-online.de> wrote: > Good morning everyone, > > Someone here who knows ArchLinux? I have a student who would like to use > a program

[Gambas-user] Issue 562 in gambas: Ubuntu ppa for Gambas has disappeared

2014-09-22 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 562 by martindh...@gmail.com: Ubuntu ppa for Gambas has disappeared https://code.google.com/p/gambas/issues/detail?id=562 The Installation page on the Gambas site points

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Tobias Boege
On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: > > > Am 22.09.2014 11:11, schrieb Tobias Boege: > > On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: > >> Good morning everyone, > >> > >> Someone here who knows ArchLinux? I have a student who would like to use > >> a program I once wrote in Gambas2.

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Charlie Reinl
Am Montag, den 22.09.2014, 11:25 +0200 schrieb Rolf-Werner Eilert: > > Am 22.09.2014 11:11, schrieb Tobias Boege: > > On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: > >> Good morning everyone, > >> > >> Someone here who knows ArchLinux? I have a student who would like to use > >> a program I once

Re: [Gambas-user] Ctrl+Alt+S is not working in Ubuntu 14.04

2014-09-22 Thread Benoît Minisini
Le 22/09/2014 11:25, Jørn Erik Mørne a écrit : > Ctrl+Alt+S is not working in Ubuntu 14.04. It is however working just > fine under Manjaro KDE... > Application shortcuts do not work if they are already used by the desktop as global shortcuts. I don't think there is a way for a Gambas applicatio

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Rolf-Werner Eilert
Am 22.09.2014 11:11, schrieb Tobias Boege: > On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: >> Good morning everyone, >> >> Someone here who knows ArchLinux? I have a student who would like to use >> a program I once wrote in Gambas2. >> >> I told him to install a Gambas2 package, then try the .g

[Gambas-user] Ctrl+Alt+S is not working in Ubuntu 14.04

2014-09-22 Thread Jørn Erik Mørne
Ctrl+Alt+S is not working in Ubuntu 14.04. It is however working just fine under Manjaro KDE... -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box P

Re: [Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Tobias Boege
On Mon, 22 Sep 2014, Rolf-Werner Eilert wrote: > Good morning everyone, > > Someone here who knows ArchLinux? I have a student who would like to use > a program I once wrote in Gambas2. > > I told him to install a Gambas2 package, then try the .gambas binary > from me. It does run like this on

[Gambas-user] Gambas2 program on ArchLinux

2014-09-22 Thread Rolf-Werner Eilert
Good morning everyone, Someone here who knows ArchLinux? I have a student who would like to use a program I once wrote in Gambas2. I told him to install a Gambas2 package, then try the .gambas binary from me. It does run like this on my own laptop, but not on his machine. Anything special we s

Re: [Gambas-user] Direct assignment to arrays of inherited classes does not work

2014-09-22 Thread Julio Sanchez
Thanks Tobi, I'll try :) Regards, Julio 2014-09-22 10:46 GMT+02:00 Tobias Boege : > On Mon, 22 Sep 2014, Julio Sanchez wrote: > > Direct assignment to arrays of inherited classes does not work > > > > We have a class that inherits from the integer class [], we call > > SuperInteger, this is you

Re: [Gambas-user] Direct assignment to arrays of inherited classes does not work

2014-09-22 Thread Tobias Boege
On Mon, 22 Sep 2014, Julio Sanchez wrote: > Direct assignment to arrays of inherited classes does not work > > We have a class that inherits from the integer class [], we call > SuperInteger, this is your code: > Inherits Integer [] > > Public function higher() as integer > dim itemt as integer

[Gambas-user] Direct assignment to arrays of inherited classes does not work

2014-09-22 Thread Julio Sanchez
Direct assignment to arrays of inherited classes does not work We have a class that inherits from the integer class [], we call SuperInteger, this is your code: Inherits Integer [] Public function higher() as integer dim itemt as integer dim ihigher as integer for each element in me ihigher = m

Re: [Gambas-user] DB Connection additional parameters

2014-09-22 Thread Christof Thalhofer
Hello Benoit, Am 21.09.2014 um 15:48 schrieb Benoît Minisini: > There is no way to set these options with a specific SQL command? You > have to pass them with the connection function? After I wrote the Mail I saw that there is the "SET" comand in Postgresql SQL, with which I can achieve that: