Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread adamn...@gmail.com
I think one of the things that is hard about doing something about the documentation is that there does not appear to be any simple way to collaborate on it. For example, stirred up a bit by this thread, I started having a go at some of the wiki "ToDo" list, specifically the gb.desktop

[Gambas-user] [Gambas Bug Tracker] Bug #1100: ODBC driver super buggy 1: rs.count return always negative and only one event in lasted

2017-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1100=L21haW4- Comment #12 by Leonardo SALAZAR: I reproduce the error in debian 7 gambas 3.4.2 the next piece of code always return "-1" Try rs = $conexionodbc.Exec(query) If rs.Available Then ' howmany = rsprices.Count '

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread Jussi Lahtinen
I meant documentation should have example codes. It's great point to start with, and it doesn't require much skills in English. If examples are out of date, then likely also documentation is out of date. So, it's not specific problem of example code. Jussi On Tue, Jun 6, 2017 at 9:58 PM,

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread Cristiano Guadagnino
I speak both spanish and english, so I can be of help, but my free time is very limited, so ultimately it depends on the amount of work that needs to be done. Cris Sent with Mailtrack On Tue,

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread PICCORO McKAY Lenz
2017-06-06 14:32 GMT-04:00 Jussi Lahtinen : > I think many times short example codes tells much more, than human language > explanation. If the function, variable, etc names are in English, then I > think it is usually enough. Maybe some short comments are necessary >

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread Jussi Lahtinen
I think many times short example codes tells much more, than human language explanation. If the function, variable, etc names are in English, then I think it is usually enough. Maybe some short comments are necessary sometimes. Let the Gambas be our common language. Jussi On Tue, Jun 6, 2017

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread PICCORO McKAY Lenz
2017-06-06 12:49 GMT-04:00 Dimitris Anogiatis : > While Google translate and other online transaction tools are not perfect > we could try a few of them to see which combination of such tools makes > more sense for both the English side and the non-English side. that-s a totally

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread Dimitris Anogiatis
While Google translate and other online transaction tools are not perfect we could try a few of them to see which combination of such tools makes more sense for both the English side and the non-English side. Keep in mind that the way we put words to our thoughts is also affected​ by different

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread Benoît Minisini via Gambas-user
Le 06/06/2017 à 17:54, PICCORO McKAY Lenz a écrit : hi benoit, there many issues in gb.db specifically in odbc component, i wish to be fixed in the next release please, thanks in advance currently i can to contribute to the documentation how-to's wiki parts but i cannot write on both

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread PICCORO McKAY Lenz
hi benoit, there many issues in gb.db specifically in odbc component, i wish to be fixed in the next release please, thanks in advance currently i can to contribute to the documentation how-to's wiki parts but i cannot write on both languajes, its very tedious for me write english.. so if any

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread Benoît Minisini via Gambas-user
Le 06/06/2017 à 12:53, Hans Lehmann a écrit : A warm Hello to all friends of the Gambas programming language, many years ago users complained in various Gambas forum posts about the lack of books about Gambas in the German language. I liked Gambas from the beginning. Its conception allows

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- PICCORO LENZ MCKAY added an attachment: error-odbc2.png -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread PICCORO McKAY Lenz
2017-06-06 10:13 GMT-04:00 alexchernoff : > Correct, "import" only creates a local copy, and using a symlink results > in a > read only code in the IDE. > > The goal is to edit shared centralised modules and having all projects see > the changes. > yeah like java does..

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread alexchernoff
Correct, "import" only creates a local copy, and using a symlink results in a read only code in the IDE. The goal is to edit shared centralised modules and having all projects see the changes. Thanks -- View this message in context:

Re: [Gambas-user] Class HtmlDocument

2017-06-06 Thread adamn...@gmail.com
On Mon, 5 Jun 2017 11:56:34 +0200 Hans Lehmann wrote: > Hello, > > why creates the following source text: > > Public Sub btnCreateHTMLDocument_Click() >Dim hHtmlDocument As HtmlDocument > >hHtmlDocument = New HtmlDocument At this point hHtmlDocument.Html5 is

[Gambas-user] [Gambas Bug Tracker] Bug #1113: ODBC driver problem: driver connects but does not exec query

2017-06-06 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1113=L21haW4- Comment #1 by PICCORO LENZ MCKAY: now tested better, works only with odbc/postgres using lasted and any odbc/mysql, for any odbc/freetds, previous odbc/postgresql or any odbc/sqlite or any odbc/mdbtools does not work

Re: [Gambas-user] Using a relative file path for a WebView URL

2017-06-06 Thread adamn...@gmail.com
On Sat, 3 Jun 2017 09:13:57 -0400 T Lee Davidson wrote: Thanks Lee, I'll give that a try! b > wvwPage.HTML = File.Load(path &/ "index.html") ? > > > On 06/02/2017 08:57 PM, adamn...@gmail.com wrote: > > I am trying to get a WebViewer control in a loaded library to

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread PICCORO McKAY Lenz
2017-06-06 7:02 GMT-04:00 Charlie : > If you want to use a Module that is in another program just right click on > FMain in the Project window and click in Import.. > > > > Navigate to the Module you want and

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread PICCORO McKAY Lenz
2017-06-06 6:53 GMT-04:00 Hans Lehmann : > A warm Hello to all friends of the Gambas programming language, > > many years ago users complained in various Gambas forum posts about the > lack of books about Gambas in the German language. I liked Gambas from > the beginning. Its

Re: [Gambas-user] Gambas-Documentation

2017-06-06 Thread Fernando Cabral
Agreed, Honsek. I am a newcomer, I liked Gambas at first sight, but I have had a hard time finding proper documentation and good examples on how-to. - fernando 2017-06-06 7:53 GMT-03:00 Hans Lehmann : > A warm Hello to all friends of the Gambas programming language, > >

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread Charlie
If you want to use a Module that is in another program just right click on FMain in the Project window and click in Import.. Navigate to the Module you want and open it in your project. Or did I misunderstand what you are

Re: [Gambas-user] Sharing Code Between Projects

2017-06-06 Thread adamn...@gmail.com
On Tue, 6 Jun 2017 02:22:26 -0700 (MST) alexchernoff wrote: > Dear All, > > I have multiple projects sharing certain modules such as logging, config > routines... I created a symlink in each project's .src directory pointing to > the actual file (with relative path

[Gambas-user] Sharing Code Between Projects

2017-06-06 Thread alexchernoff
Dear All, I have multiple projects sharing certain modules such as logging, config routines... I created a symlink in each project's .src directory pointing to the actual file (with relative path like ln -s ../../../../SHARED/Mod_Logging.module) Gambas sees it, also recognizes it as a link (icon