Re: [Gambas-user] gb.db.form: Program hangs after erasing content in a DataControl and clicking into a DataBrowser

2014-09-15 Thread Christof Thalhofer
Hi Tobias, Am 12.09.2014 um 10:52 schrieb Tobias Boege: >>> Have you tested that? Do you have a patch for the project? Did a correction, please test it. Now it should not hang any more and work as expected. Alles Gute Christof Thalhofer -- Dies ist keine Signatur KontakteMySQL-0.1.26.tar.

Re: [Gambas-user] Planning the release of Gambas 3.6...

2014-09-15 Thread John Leake
Any chance of adding opacity and colour to simple controls ? -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version control. Predictably reliable. http:/

[Gambas-user] Issue 559 in gambas: default charset is not unicode

2014-09-15 Thread gambas
Status: New Owner: Labels: Version-3.5.4 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 559 by isaf...@gmail.com: default charset is not unicode https://code.google.com/p/gambas/issues/detail?id=559 1) Describe the problem. According to Gambas 3 document

Re: [Gambas-user] ...And what is planned for Gambas 3.7

2014-09-15 Thread Ian Haywood
On Tue, Sep 16, 2014 at 10:03 AM, Benoît Minisini wrote: > 7) A Gambas program may depend on other programs in the repository. That > way libraries will be able to be put in the repository too. currently libraries must sit in a directory on $PATH. On most systems all directories in $PATH are not

Re: [Gambas-user] ...And what is planned for Gambas 3.7

2014-09-15 Thread Olivier Cruilles
Salut Benoit, J'écris en français car je sais pas le dire en anglais. A chaque fois que tu nous annonces une nouvelle ou une idée que tu as je reste sur le cul, littéralement. Excellente idée comme toujours...merci Olivier Cruilles Le 15 sept. 2014 à 21:26, T Lee Davidson a écrit : > If I re

Re: [Gambas-user] ...And what is planned for Gambas 3.7

2014-09-15 Thread T Lee Davidson
If I recall correctly, this idea has come up before. And, I think it's a great idea. Good to hear there is "official" support for it with a project in planning. I think Randall's suggestion of a web front end is a good idea. That would expose the software, and Gambas itself, to a larger audienc

Re: [Gambas-user] Planning the release of Gambas 3.6...

2014-09-15 Thread Willy Raets
On di, 2014-09-16 at 02:35 +0200, Benoît Minisini wrote: > Le 16/09/2014 02:25, Willy Raets a écrit : > > On di, 2014-09-16 at 02:20 +0200, Benoît Minisini wrote: > >> Le 16/09/2014 02:04, Willy Raets a écrit : > >>> On di, 2014-09-16 at 01:50 +0200, Benoît Minisini wrote: > Hi, > >

Re: [Gambas-user] Planning the release of Gambas 3.6...

2014-09-15 Thread Benoît Minisini
Le 16/09/2014 02:25, Willy Raets a écrit : > On di, 2014-09-16 at 02:20 +0200, Benoît Minisini wrote: >> Le 16/09/2014 02:04, Willy Raets a écrit : >>> On di, 2014-09-16 at 01:50 +0200, Benoît Minisini wrote: Hi, I plan to release Gambas 3.6 "soon" (not immediately). I want

Re: [Gambas-user] ...And what is planned for Gambas 3.7

2014-09-15 Thread Randall Morgan
Just my thoughts, I think a web front end for the website to allow searching of project would be important. Also, perhaps projects should be sorted into components and programs... On Mon, Sep 15, 2014 at 5:03 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Hi again, > > For the next

Re: [Gambas-user] Planning the release of Gambas 3.6...

2014-09-15 Thread Willy Raets
On di, 2014-09-16 at 01:50 +0200, Benoît Minisini wrote: > Hi, > > I plan to release Gambas 3.6 "soon" (not immediately). > > I want to release Gambas 3.6 as soon as possible, as there is a lot of > important bug fixes in it that cannot really be backported to Gambas 3.5. > If someone has a very

[Gambas-user] ...And what is planned for Gambas 3.7

2014-09-15 Thread Benoît Minisini
Hi again, For the next version, I'd like to implement a Gambas dedicated software repository. Here are my current thoughts about it, and I'd like to hear comments and ideas from you. I want to start with something as simple as possible first... 1) The Gambas repository is an http web service,

[Gambas-user] Planning the release of Gambas 3.6...

2014-09-15 Thread Benoît Minisini
Hi, I plan to release Gambas 3.6 "soon" (not immediately). I want to release Gambas 3.6 as soon as possible, as there is a lot of important bug fixes in it that cannot really be backported to Gambas 3.5. If someone has a very important bug that is not fixed yet, or a needed feature that should

Re: [Gambas-user] Modules

2014-09-15 Thread B Bruen
On Tue, 16 Sep 2014 00:03:22 +0200 Benoît Minisini wrote: > Le 15/09/2014 23:52, John Leake a écrit : > >> > >> Private by default. It's like a class, except everything is static. > >> > > So if I have a module containing some general purpose functions that I > > wish to share across all the form

Re: [Gambas-user] Modules

2014-09-15 Thread Benoît Minisini
Le 15/09/2014 23:52, John Leake a écrit : >> >> Private by default. It's like a class, except everything is static. >> > So if I have a module containing some general purpose functions that I > wish to share across all the forms in a project, can simply declare > these functions as Public within t

Re: [Gambas-user] Modules

2014-09-15 Thread John Leake
> > Private by default. It's like a class, except everything is static. > So if I have a module containing some general purpose functions that I wish to share across all the forms in a project, can simply declare these functions as Public within the module ?

Re: [Gambas-user] Modules

2014-09-15 Thread Benoît Minisini
Le 15/09/2014 21:43, John Leake a écrit : > What scope do Functions/Subs and variables have when defined or declared > within a module ? > Private by default. It's like a class, except everything is static. -- Benoît Minisini -

Re: [Gambas-user] Modules

2014-09-15 Thread John Leake
What scope do Functions/Subs and variables have when defined or declared within a module ? -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control.

Re: [Gambas-user] Modules

2014-09-15 Thread Benoît Minisini
Le 15/09/2014 21:29, John Leake a écrit : >> A module is just a class whose all methods and properties are static. >> It's a thing coming from Visual Basic. >> > Thank you. When and how is an instance instantiated ? > It's static, that means it cannot be instantiated. -- Benoît Minisini ---

Re: [Gambas-user] Modules

2014-09-15 Thread Tobias Boege
On Mon, 15 Sep 2014, John Leake wrote: > Hi All, > > I am really struggling with the Gambas 3 documentation. > > Can anyone tell me where I can find out what constitutes a 'module' ? > See [0]: "A static class is a class whose all members are static (see below). In Gambas, a static class is a

Re: [Gambas-user] Modules

2014-09-15 Thread John Leake
> A module is just a class whose all methods and properties are static. > It's a thing coming from Visual Basic. > Thank you. When and how is an instance instantiated ? -- Want excitement? Manually upgrade your productio

Re: [Gambas-user] Modules

2014-09-15 Thread Benoît Minisini
Le 15/09/2014 21:14, John Leake a écrit : > Hi All, > > I am really struggling with the Gambas 3 documentation. > > Can anyone tell me where I can find out what constitutes a 'module' ? > > Best regards, > John Leake > A module is just a class whose all methods and properties are static. It's a

[Gambas-user] Modules

2014-09-15 Thread John Leake
Hi All, I am really struggling with the Gambas 3 documentation. Can anyone tell me where I can find out what constitutes a 'module' ? Best regards, John Leake -- Want excitement? Manually upgrade your production datab

Re: [Gambas-user] Issue 557 in gambas: Stack Overflow

2014-09-15 Thread gambas
Comment #14 on issue 557 by lukadisanto: Stack Overflow https://code.google.com/p/gambas/issues/detail?id=557 I add gambas3 daily ppa and i see that gambas start with FaenzaFlattr icons. -- You received this message because this project is configured to send all issue notifications to this ad