Re: [Gambas-user] does this work (test)

2009-11-08 Thread charlesg
I have got the impression over the last few days that nabble is having one of its periodic hiccups. I see that the http is now 'old.nabble.com'. Is there a 'new.nabble.com'? rgds -- View this message in context: http://old.nabble.com/does-this-work-%28test%29-tp26254121p26262017.html Sent from

Re: [Gambas-user] where is IDE source code?

2009-11-08 Thread Bill-Lancaster
Got it! Charlie - thanks -- View this message in context: http://old.nabble.com/where-is-IDE-source-code--tp26253086p26256133.html Sent from the gambas-user mailing list archive at Nabble.com. -- Let Crystal Reports h

Re: [Gambas-user] Compiling Gambas3

2009-11-08 Thread Ricardo Díaz Martín
Benoit, How can we add something to wiki? 2009/11/6 Benoît Minisini > > Hallo List, > > > > I try to compile Gambas3 from svn. > > > > I did everything which is described in the INSTALL and README. > > when I do the configure I get: > > These files are for Gambas 2. > > > > > THESE COMPONENTS

Re: [Gambas-user] Checkboxes with columnview

2009-11-08 Thread themagicm
Thanks Werner.. I'll try it out. -Alex -- View this message in context: http://old.nabble.com/Checkboxes-with-columnview-tp26254262p26255317.html Sent from the gambas-user mailing list archive at Nabble.com. -- Let C

Re: [Gambas-user] where is IDE source code?

2009-11-08 Thread Charlie Reinl
Am Sonntag, den 08.11.2009, 03:58 -0800 schrieb Bill-Lancaster: > I'm looking for some help with tableview edit function and see that there is > an example at > "FPropertyProject form, "Environment" tab, in the IDE source code." but have > no idea where to look for it. > > No doubt the answer is o

Re: [Gambas-user] Checkboxes with columnview

2009-11-08 Thread Werner
Werner wrote: > Alex Bartonek wrote: > >> (ok, I cant post to Gambas on Nabble but direct to the list I can. So here's >> my question). >> >> >> I'm using gambas 2.16 on my linux box. I'm importing a text file into a >> columnview and I want to be able to "check" (aka. select) which records I

Re: [Gambas-user] Checkboxes with columnview

2009-11-08 Thread Werner
Alex Bartonek wrote: > (ok, I cant post to Gambas on Nabble but direct to the list I can. So here's > my question). > > > I'm using gambas 2.16 on my linux box. I'm importing a text file into a > columnview and I want to be able to "check" (aka. select) which records I > want by checking them o

Re: [Gambas-user] Checkboxes with columnview

2009-11-08 Thread Werner
Alex Bartonek wrote: > (ok, I cant post to Gambas on Nabble but direct to the list I can. So here's > my question). > > > I'm using gambas 2.16 on my linux box. I'm importing a text file into a > columnview and I want to be able to "check" (aka. select) which records I > want by checking them o

[Gambas-user] Checkboxes with columnview

2009-11-08 Thread Alex Bartonek
(ok, I cant post to Gambas on Nabble but direct to the list I can. So here's my question). I'm using gambas 2.16 on my linux box. I'm importing a text file into a columnview and I want to be able to "check" (aka. select) which records I want by checking them or unchecking them. Is this possi

[Gambas-user] does this work (test)

2009-11-08 Thread Alex Bartonek
I dont know if this will work since I posted to the gambas Nabble forum and its always pending. If it makes it please ignore it. -Alex -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-

[Gambas-user] where is IDE source code?

2009-11-08 Thread Bill-Lancaster
I'm looking for some help with tableview edit function and see that there is an example at "FPropertyProject form, "Environment" tab, in the IDE source code." but have no idea where to look for it. No doubt the answer is obvious but... Cab any one help? -- View this message in context: http://

Re: [Gambas-user] Multithreaded Programs

2009-11-08 Thread Pino Zollo
>"A computer is made of flip-flops (the very basic unit of memory). High >level languages are for people who don't understand computers - those >who understand them are perfectly happy with punched paper tapes and >machine-level languages" - Doriano Blengino. Object programming mimics the wo

Re: [Gambas-user] custom controls tutorial or guide

2009-11-08 Thread Fabien Bodard
I think for the begginnig you must to do an encapsulating classe. It's a class that take a control as parameter. And give to it new function or feature. so: = CLASS CColourCombo Private $hComboBox Private $hObs as new Observer Public