[Gambas-user] (no subject)

2012-04-10 Thread Andreas Fröhlke
Hello, we read in a forum, that gambas3 searches in 2 pathes for gambas libraries. Is there a way to add pathes or edit them? If not, is gambas3 searching recursively, so we can put our library in a subfolder? Regards Andreas Fröhlke ---

Re: [Gambas-user] Gambas for Android

2012-04-10 Thread John Spikowski
On Wed, 2012-04-11 at 06:55 +0100, John Rose wrote: > I really like Rob Kudla's transpiler idea of being able to generate > Dalvik bytecode from Gambas object code (.gambas?). > > A digression: Bluestacks looks like a useful piece of software: this > currently allows running an Android app under W

[Gambas-user] Gambas for Android

2012-04-10 Thread John Rose
I really like Rob Kudla's transpiler idea of being able to generate Dalvik bytecode from Gambas object code (.gambas?). A digression: Bluestacks looks like a useful piece of software: this currently allows running an Android app under Windows and is soon to be extended to Mac. This sounds useful i

Re: [Gambas-user] Release of Gambas 3.1

2012-04-10 Thread Ian Haywood
On Wed, Apr 11, 2012 at 12:15 AM, Steve wrote: > > Which is the distro of least resistance ? arch. It will even let you install directly from gambas svn. however it is a lot more unstable: the debian guys do gain something from their conservatism. > Also what needed for purely a server install. AF

Re: [Gambas-user] Gambas for Android

2012-04-10 Thread Demosthenes Koptsis
Στις 10/4/2012 17:19, ο/η jm έγραψε: > On Tue, 2012-04-10 at 14:31 +0300, Demosthenes Koptsis wrote: >> Στις 10/4/2012 13:07, ο/η jm έγραψε: >>> On Mon, 2012-04-09 at 07:12 +0100, John Rose wrote: Thanks for peoples' replies. It's interesting that the Basic dev apps do not yet seem to inc

Re: [Gambas-user] Gambas 3.1 boogey

2012-04-10 Thread Benoît Minisini
Le 10/04/2012 19:38, M. Cs. a écrit : > I have a Gridview gV and the corresponding Data event handler: > > Public Sub gv_Data(x As Integer, y As Integer) ' Fills the GridView > with the query results > Dim i As Integer > Dim szine As String > If ((x Mod 2) = 0) Then >szine =&E5E5E5& > Else >

[Gambas-user] Gambas 3.1 boogey

2012-04-10 Thread M. Cs.
I have a Gridview gV and the corresponding Data event handler: Public Sub gv_Data(x As Integer, y As Integer) ' Fills the GridView with the query results Dim i As Integer Dim szine As String If ((x Mod 2) = 0) Then szine = &E5E5E5& Else szine = &FF& Endif Select Case y Case 0 gV.Data.Tex

Re: [Gambas-user] Gambas for Android

2012-04-10 Thread jm
On Tue, 2012-04-10 at 14:31 +0300, Demosthenes Koptsis wrote: > Στις 10/4/2012 13:07, ο/η jm έγραψε: > > On Mon, 2012-04-09 at 07:12 +0100, John Rose wrote: > >> Thanks for peoples' replies. It's interesting that the Basic dev apps do > >> not yet seem to include GUI Designers. IMO they are an esse

Re: [Gambas-user] Release of Gambas 3.1

2012-04-10 Thread Steve
Which is the distro of least resistance ? Also what needed for purely a server install. ---Original Message--- From: Ian Haywood Date: 10/04/2012 01:51:55 To: mailing list for gambas users Subject: Re: [Gambas-user] Release of Gambas 3.1 On Sun, Apr 8, 201

Re: [Gambas-user] Gambas for Android

2012-04-10 Thread Demosthenes Koptsis
Στις 10/4/2012 13:07, ο/η jm έγραψε: > On Mon, 2012-04-09 at 07:12 +0100, John Rose wrote: >> Thanks for peoples' replies. It's interesting that the Basic dev apps do >> not yet seem to include GUI Designers. IMO they are an essential for any >> worthwhile Android RAD. >> >> My starter posting on t

Re: [Gambas-user] Gambas for Android

2012-04-10 Thread jm
On Mon, 2012-04-09 at 07:12 +0100, John Rose wrote: > Thanks for peoples' replies. It's interesting that the Basic dev apps do > not yet seem to include GUI Designers. IMO they are an essential for any > worthwhile Android RAD. > > My starter posting on this topic was misleading in that it implie

Re: [Gambas-user] Why this copy don't work ?

2012-04-10 Thread Fabien Bodard
2012/4/10 Fabien Bodard : > Hi Benoit, > > Is this a bug ? I can get this code working > > neither that : > > Dim hCtrl as Control = Panel1 > > >  Panel1 inherit Control, no ? > -- > Fabien Bodard I forgot the attachement :) -- Fabien Bodard copy-0.0.1.tar.gz Description: GNU Zip compressed da

[Gambas-user] Why this copy don't work ?

2012-04-10 Thread Fabien Bodard
Hi Benoit, Is this a bug ? I can get this code working neither that : Dim hCtrl as Control = Panel1 Panel1 inherit Control, no ? -- Fabien Bodard -- Better than sec? Nothing is better than sec when it comes to monit