Re: [Gambas-user] chessboard

2014-06-11 Thread richard terry
On 11/06/14 23:17, Jack wrote: > hi, > > a chessboard which is scrolling and circles emerging from a spinning > cube. And any music and scrolltext. All in Gambas? Incredible and yet it > is here http://www.gambasforge.org/code-113-damier.html > > Jack > > > -

Re: [Gambas-user] Sending parms to workspace children

2014-06-11 Thread Jorge Carrión
Try for each object in workspace.windows Regards 2014-06-11 14:32 GMT+02:00 Roel Touwen : > Hi All, > > At last I moved on to gambas 3. But I'm running in some kind of problem. > In gambas2 I used a function to let all the children now Edit is true or > false. In the hosting form I do: > > fo

Re: [Gambas-user] Sending parms to workspace children

2014-06-11 Thread Roel Touwen
Hi Benoit, Thanks, that did the trick! Best regards, Roel op 11-06-14 16:27, Benoît Minisini schreef: > Le 11/06/2014 15:53, Roel Touwen a écrit : >> Hi Benoit, >> >> Can you give me a sample? I tried: (Also tried to DIM as Window and >> tried Dim.. as new) But I still get an error on the Wd.M

Re: [Gambas-user] Sending parms to workspace children

2014-06-11 Thread Benoît Minisini
Le 11/06/2014 15:53, Roel Touwen a écrit : > Hi Benoit, > > Can you give me a sample? I tried: (Also tried to DIM as Window and > tried Dim.. as new) But I still get an error on the Wd.MayEdit. The > Message of the form's name works. > > Thanks in advance. > > Best regards, > > Roel > > > Public Su

Re: [Gambas-user] Sending parms to workspace children

2014-06-11 Thread Roel Touwen
Hi Benoit, Can you give me a sample? I tried: (Also tried to DIM as Window and tried Dim.. as new) But I still get an error on the Wd.MayEdit. The Message of the form's name works. Thanks in advance. Best regards, Roel Public Sub btnEdit_Click() Dim Wd As Form If main.Mayedit = Tru

Re: [Gambas-user] Sending parms to workspace children

2014-06-11 Thread Benoît Minisini
Le 11/06/2014 14:32, Roel Touwen a écrit : > Hi All, > > At last I moved on to gambas 3. But I'm running in some kind of problem. > In gambas2 I used a function to let all the children now Edit is true or > false. In the hosting form I do: > > for each object in workspace.children > try object

Re: [Gambas-user] Something strange just happened?

2014-06-11 Thread B Bruen
Aha! Got it. Issue #528 B On Wed, 11 Jun 2014 10:40:09 +0200 gian wrote: > Public Sub Form_Close() > >Settings.Write(Me) >Settings.Save() > > End > Ciao Gianluigi > > Il 11/06/2014 03:43, B Bruen ha scritto: > > On Wed, 11 Jun 2014 11:02:44 +0930 > > B Bruen wrote: > > > >> I crea

[Gambas-user] Issue 528 in gambas: Settings.Write(Me) and a new project

2014-06-11 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 528 by adamn...@gmail.com: Settings.Write(Me) and a new project http://code.google.com/p/gambas/issues/detail?id=528 1) Describe the problem. If the project config file doe

[Gambas-user] Sending parms to workspace children

2014-06-11 Thread Roel Touwen
Hi All, At last I moved on to gambas 3. But I'm running in some kind of problem. In gambas2 I used a function to let all the children now Edit is true or false. In the hosting form I do: for each object in workspace.children try object.MayEdit(True)' or false of course next and

[Gambas-user] chessboard

2014-06-11 Thread Jack
hi, a chessboard which is scrolling and circles emerging from a spinning cube. And any music and scrolltext. All in Gambas? Incredible and yet it is here http://www.gambasforge.org/code-113-damier.html Jack -- HPCC Sy

[Gambas-user] R: R: llvm-3.1-dev no found

2014-06-11 Thread Ru Vuott
Well, this second problem it seems solved by installing: $ sudo apt-get install libtool Ok Mer 11/6/14, Ru Vuott ha scritto: Oggetto: [Gambas-user] R: llvm-3.1-dev no found A: "mailing list for gambas users" Data: Mercoledì 11 giugno 2014,

[Gambas-user] R: llvm-3.1-dev no found

2014-06-11 Thread Ru Vuott
I erase from that list llvm-3.1-dev " package. So, I was be able to install the other packages. Then I installed sudo apt-get install automake and launching ~/trunk $ ./reconf-all I obtain this other problem: autoreconf: running: /usr/bin/autoconf configure:4105: error: possibly undefined

[Gambas-user] llvm-3.1-dev no found

2014-06-11 Thread Ru Vuott
Hello, installing Gambas 3 packages on my new Linux Mint 17, I obtain the notice it's impossible find " llvm-3.1-dev " package. How can I solve this problem ? Thanks vuott -- HPCC Systems Open Source Big Data Platfor

Re: [Gambas-user] Something strange just happened?

2014-06-11 Thread gian
Public Sub Form_Close() Settings.Write(Me) Settings.Save() End Ciao Gianluigi Il 11/06/2014 03:43, B Bruen ha scritto: > On Wed, 11 Jun 2014 11:02:44 +0930 > B Bruen wrote: > >> I created a new project "ctlbrowser" with qt4, and settings components. In >> the main form (renamed from FMai

Re: [Gambas-user] Advising methods of non-fixed argument tuple in a parent class

2014-06-11 Thread gian
Public Sub Form_Close() Settings.Write(Me) Settings.Save() End Regards gianluigi Il 22/04/2014 17:28, Bruno Félix Rezende Ribeiro ha scritto: > Em Tue, 22 Apr 2014 11:50:45 +0200 > Benoît Minisini escreveu: > >> I have just came back from "holidays", and I haven't read all the >> pending