Re: [Gambas-user] Gambas on ARM?

2009-02-22 Thread Hans-Martin
Am Samstag, 21. Februar 2009 21:20:27 schrieb José Luis Redrejo: > 2009/2/21 Hans-Martin > > > Hi all, > > > > to make it short: > > > > Is it possible to compile gambas for ARM-Plattforms for eg Openmokos > > Freerunner (http://wiki.openmoko.org/wiki/N

[Gambas-user] Gambas on ARM?

2009-02-21 Thread Hans-Martin
Hi all, to make it short: Is it possible to compile gambas for ARM-Plattforms for eg Openmokos Freerunner (http://wiki.openmoko.org/wiki/Neo_FreeRunner)? regards, HMB -- Open Source Business Conference (OSBC), March

Re: [Gambas-user] Signal #11 - solved

2008-09-07 Thread Hans-Martin
Am Sonntag, 7. September 2008 14:48:27 schrieb Hans-Martin: > Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > > Hello all, > > > > i have an application running well with 2.7.0 but getting a signal#11 > > with 2.8.2 > > > > PUBLIC SU

Re: [Gambas-user] Signal #11

2008-09-07 Thread Hans-Martin
Am Sonntag, 7. September 2008 16:44:34 schrieb Ron_1st: > On Sunday 07 September 2008, Hans-Martin wrote: > > > Hello all, > > > > > > i have an application running well with 2.7.0 but getting a signal#11 > > > with 2.8.2 > > > > > &

Re: [Gambas-user] Signal #11

2008-09-07 Thread Hans-Martin
Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > Hello all, > > i have an application running well with 2.7.0 but getting a signal#11 with > 2.8.2 > > PUBLIC SUB ButtonPartner_Click() > DIM hForm AS FPartnerStart > > signal#11 --> hForm

Re: [Gambas-user] Signal #11

2008-09-07 Thread Hans-Martin
Am Sonntag, 7. September 2008 14:05:22 schrieb Hans-Martin Bundeshund: > Hello all, > > i have an application running well with 2.7.0 but getting a signal#11 with > 2.8.2 > > PUBLIC SUB ButtonPartner_Click() > DIM hForm AS FPartnerStart > > signal#11 --> hForm

[Gambas-user] Signal #11

2008-09-07 Thread Hans-Martin Bundeshund
Hello all, i have an application running well with 2.7.0 but getting a signal#11 with 2.8.2 PUBLIC SUB ButtonPartner_Click() DIM hForm AS FPartnerStart signal#11 --> hForm = NEW FPartnerStart(BenutzerID)<-- signal#11 hForm.Show END As i get the error by creating a new form (what