Re: [Gambas-user] Declaring 'Public pbSwitch As Object[16]' throws error 'Syntax error in FMain.class:3'

2017-08-15 Thread Doug Hutcheson
On Wed, 2017-08-16 at 02:02 +0200, Tobias Boege wrote: > On Wed, 16 Aug 2017, Doug Hutcheson wrote: > > Thanks for the explanation, Tobias. Having fixed the declaration, I > > am > > able to run the code, but all I see is an empty form with no > > controls. > > Sigh. I will keep hacking until I u

Re: [Gambas-user] Declaring 'Public pbSwitch As Object[16]' throws error 'Syntax error in FMain.class:3'

2017-08-15 Thread Tobias Boege
On Wed, 16 Aug 2017, Doug Hutcheson wrote: > Thanks for the explanation, Tobias. Having fixed the declaration, I am > able to run the code, but all I see is an empty form with no controls. > Sigh. I will keep hacking until I understand enough to make it work. > In case you don't want to figure it

Re: [Gambas-user] Declaring 'Public pbSwitch As Object[16]' throws error 'Syntax error in FMain.class:3'

2017-08-15 Thread Doug Hutcheson
Thanks for the explanation, Tobias. Having fixed the declaration, I am able to run the code, but all I see is an empty form with no controls. Sigh. I will keep hacking until I understand enough to make it work. Gambas is great work, by the way - just what I needed. Cheers, Doug On Tue, 2017-08-1

Re: [Gambas-user] [Gambas-devel] gambas-cygport git project

2017-08-15 Thread Benoît Minisini via Gambas-user
Le 15/08/2017 à 21:54, Bastian Germann a écrit : I saw that you made a merge request, but you use the __CYGWIN__ constant instead of the OS_CYGWIN constant. Is there any reason for that? There are no pending merge requests that introduce new __CYGWIN__ preprocessor constants, but one rather rem

Re: [Gambas-user] Switching to GitLab

2017-08-15 Thread PICCORO McKAY Lenz
ok, then wiki updated.. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2017-08-15 13:18 GMT-04:00 Gianluigi : > Ok works > > gian@gi:~$ cd gambas-v3.10.0-* > gian@gi:~/gambas-v3.10.0-bd1b84afcdafd1961d50b0f809c45eecca5b90eb$ > > 2017-08-15 17:59 GMT+02:00 PICCORO McKAY Lenz : > >>

Re: [Gambas-user] Switching to GitLab

2017-08-15 Thread Gianluigi
Ok works gian@gi:~$ cd gambas-v3.10.0-* gian@gi:~/gambas-v3.10.0-bd1b84afcdafd1961d50b0f809c45eecca5b90eb$ 2017-08-15 17:59 GMT+02:00 PICCORO McKAY Lenz : > i changed to a more minimal.. and make some spell checks, seems that > git make the directory inside the tarbal with the SHA sum.. so maybe

[Gambas-user] Gambas 3.10 on Launchpad?

2017-08-15 Thread Christof Thalhofer
Hi, in Launchpad there still is Gambas 3.9 when will it be upgraded to 3.10? Alles Gute Christof Thalhofer -- Dies ist keine Signatur signature.asc Description: OpenPGP digital signature -- Check out the vibrant tec

Re: [Gambas-user] Switching to GitLab

2017-08-15 Thread PICCORO McKAY Lenz
i changed to a more minimal.. and make some spell checks, seems that git make the directory inside the tarbal with the SHA sum.. so maybe that's can be complicated for some.. umm try this for specific version from git: $ wget https://gitlab.com/gambas/gambas/repository/v3.10.0/archive.tar.gz -O g

Re: [Gambas-user] Switching to GitLab

2017-08-15 Thread Gianluigi
This is what I need to write on the Italian forum. Let's see if I understand: First with the command: mkdir gambasstable & cd gambasstable; wget https://gitlab.com/gambas/gambas/repository/archive.tar.gz?ref=v3.10.0; tar -zxvf *.tar.gz We created a folder called gambasstable in our home. Then it

Re: [Gambas-user] Switching to GitLab

2017-08-15 Thread PICCORO McKAY Lenz
fixed , update wiki, with wget https://gitlab.com/gambas/gambas/repository/stable/archive.tar.gz ; tar -zxvf archive.tar.gz for lasted stable git version, this will create a directory inside like gambas-stable-0a83e154ilawhefd17892346asi that marks last commit made to stable branch. Once done, i

Re: [Gambas-user] Switching to GitLab

2017-08-15 Thread Gianluigi
There is nothing complicated. It is I who have a tough head. And your English is like my head :-) :-P Ciao Gianluigi 2017-08-15 16:24 GMT+02:00 PICCORO McKAY Lenz : > well the documentation in wiki was a fisr time made, with some > correction of guys here.. > > seems commands are very complicate

Re: [Gambas-user] Switching to GitLab

2017-08-15 Thread PICCORO McKAY Lenz
well the documentation in wiki was a fisr time made, with some correction of guys here.. seems commands are very complicated? of course are some other ways.. maybe that commands was wrote too fast .. in a hurry to make available to all,... i currenlty testing other ways to make the compilations..

Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-15 Thread Gianluigi
Don't tell Jussi that I updated this way :-) cd gambasdevel sudo make uninstall cd rm -rf gambasdevel/ git clone https://gitlab.com/gambas/gambas.git gambasdevel cd gambasdevel ( ./reconf-all && LLVM_CONFIG=llvm-config-3.5 ./configure -C ) > ~/Scrivania/R_conf-Gambsdevel.log 2>&1 ( make && sudo ma

Re: [Gambas-user] Switching to GitLab

2017-08-15 Thread Gianluigi
For people with a hard head like mine, I would add that Gambas3's compilation from Git is as smooth as that from SVN in my notebook with Ubuntu 14.04.05 LTS Italian where I had just compiled by SVN yesterday I did so: First, I deleted every Gambas3 track with the commands suggested by Jussi Lahtin

Re: [Gambas-user] Declaring 'Public pbSwitch As Object[16]' throws error 'Syntax error in FMain.class:3'

2017-08-15 Thread Tobias Boege
On Tue, 15 Aug 2017, Doug Hutcheson wrote: > I have just found Gambas and have the usual learning curve. Sigh. > > I have copied the code from http://gambaswiki.org/wiki/comp/gb/object/a > ttach into a new project and tried stepping through it. The first > statement is the declaration 'Public pbSw

Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-15 Thread Tobias Boege
On Tue, 15 Aug 2017, Tobias Boege wrote: > I'm currently running > > $ gbx3 -V > 3.10.90 raa559edd9 (master) > Which was obviously due to a bug ("r" is not a hexadecimal digit) which I caught before pushing the commit. Correct should now be "3.10.90 48c951987 (master)". -- "There's an old

Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-15 Thread Tobias Boege
On Tue, 15 Aug 2017, Karl Reinl wrote: > Am Dienstag, den 15.08.2017, 09:53 +0200 schrieb Moviga Technologies: > > Hmmm no, not in the 'app/src/gambas3/' directory. Should I? > > > > > Salut, > > > > > > do you get a revision when making 'gbx3 -V' like '3.10.90 r8171' > > on svn when checkin

[Gambas-user] Declaring 'Public pbSwitch As Object[16]' throws error 'Syntax error in FMain.class:3'

2017-08-15 Thread Doug Hutcheson
I have just found Gambas and have the usual learning curve. Sigh. I have copied the code from http://gambaswiki.org/wiki/comp/gb/object/a ttach into a new project and tried stepping through it. The first statement is the declaration 'Public pbSwitch As Object[16]' and this throws ''Syntax error in

Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-15 Thread Karl Reinl
Am Dienstag, den 15.08.2017, 09:53 +0200 schrieb Moviga Technologies: > Hmmm no, not in the 'app/src/gambas3/' directory. Should I? > > > Salut, > > > > do you get a revision when making 'gbx3 -V' like '3.10.90 r8171' on svn when checking gbx3 -V you get the revision, so my question was if i

Re: [Gambas-user] FProperty.class:25: error: Unknown identifier: &1 WebView

2017-08-15 Thread Moviga Technologies
Hmmm no, not in the 'app/src/gambas3/' directory. Should I? > Salut, > > do you get a revision when making 'gbx3 -V' like '3.10.90 r8171' -- Check out the vibrant tech community on one of the world's most engaging tec