Re: [Gambas-user] Question about signal management inside gambas console program ?

2008-11-21 Thread Olivier Cruilles
Bonsoir Benoit, En effet nous sommes tous les deux français, désolé pour l'erreur. Merci pour la reponse, je patienterais jusque la. Mon programme fonctionne déja, c'était juste pour le finir proprement. Olivier CRUILLES Le 21 nov. 08 à 20:55, Benoit Minisini a écrit : > On vendredi 21 no

Re: [Gambas-user] .tk toolkit

2008-11-21 Thread GarulfoUnix
On Friday 21 November 2008 20:53:34 Jon Shorie wrote: > Does anyone know whether it is possible to use the .tk toolkit with gambas > instead of .gtk or .qt? > > > - > This SF.Net email is sponsored by the Moblin Your Move Devel

Re: [Gambas-user] Question about signal management inside gambas console program ?

2008-11-21 Thread Benoit Minisini
On vendredi 21 novembre 2008, Benoit Minisini wrote: > On vendredi 21 novembre 2008, Olivier Cruilles wrote: > > Hello Benoit, > > > > Just some questions about how to manage inside gambas console program, > > Unix signal. > > > > In a bash script for example, I can use the TRAP command to activate

Re: [Gambas-user] Question about signal management inside gambas console program ?

2008-11-21 Thread Benoit Minisini
On vendredi 21 novembre 2008, Olivier Cruilles wrote: > Hello Benoit, > > Just some questions about how to manage inside gambas console program, > Unix signal. > > In a bash script for example, I can use the TRAP command to activate > some procedure when > Unix event appear. > > In my gambas consol

[Gambas-user] .tk toolkit

2008-11-21 Thread Jon Shorie
Does anyone know whether it is possible to use the .tk toolkit with gambas instead of .gtk or .qt? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications wit

[Gambas-user] Question about signal management inside gambas console program ?

2008-11-21 Thread Olivier Cruilles
Hello Benoit, Just some questions about how to manage inside gambas console program, Unix signal. In a bash script for example, I can use the TRAP command to activate some procedure when Unix event appear. In my gambas console program, for example I'll like to be able to write in log file

[Gambas-user] List server

2008-11-21 Thread Steven Lobbezoo
Hi Benoit, As promised i've set up an mailman installation on my server. I've created a gambas mailing list at your convenience. If you're still interested, i'll send you the list managers password, so you can change it's settings to your liking. The list is called : [EMAIL PROTECTED] kindest,

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Doriano Blengino
Benoit Minisini ha scritto: >> Is this right? I think that the IDE, if not all applications, should >> give precedence to the home directory, or the last-modified (more >> up-to-date) component... or am I wrong? >> >> Thanks, regards, >> >> Doriano >> >> > > > You are wrong. :-) > > The system

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread gambas
Hi Benoit! I told the whole story as far as I realized it. ...sorry for perhaps being a little bit unspecific! :-( What you wrote in your mails, is what I saw yesterday. ...so I recompiled the module ModDummy AND my app on the target machine without X (and so without the Gambas IDE) with gbc2

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Benoit Minisini
On vendredi 21 novembre 2008, Doriano Blengino wrote: > Benoit Minisini ha scritto: > > - "Make executable" in the IDE recompiles the project entirely before > > making the archive. > > > > - If you don't recompile all, then the compiler compiles only the source > > files that are newer than their

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Doriano Blengino
Benoit Minisini ha scritto: > - "Make executable" in the IDE recompiles the project entirely before making > the archive. > > - If you don't recompile all, then the compiler compiles only the source > files > that are newer than their corresponding bytecode files. > A little out of topic, but

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Benoit Minisini
On vendredi 21 novembre 2008, [EMAIL PROTECTED] wrote: > Hi Doriano! > > Surely Benoit could shed some light on this. ...at the moment, it's OK for > me to know, that I had to open and store the old sources with the new > version of the gambas IDE and than recompile on the target machine. > Thanks

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Benoit Minisini
On jeudi 20 novembre 2008, [EMAIL PROTECTED] wrote: > @Benoit > When opening an "old" project with a newer version of the Gambas IDE, are > you doing any modifications on the source file? > Simply recompiling the old (unmodified) sources with the new version of > gbc3 was not successfull. > > Greet

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread Benoit Minisini
On jeudi 20 novembre 2008, [EMAIL PROTECTED] wrote: > Hi Dear List! > > When entering CTRL+ALT+m in the IDE, what does it do in background? > gbc3 -vam > > and then a > > gba3 -v > > ??? > Problem is: > I've upgraded to latest svn and recompiled (in the IDE) my console-programm > AND one of my modu

Re: [Gambas-user] How to set property dynamically

2008-11-21 Thread Benoit Minisini
On vendredi 21 novembre 2008, L Jumadi wrote: > I just want to know wheter gambas can set property inside a virtual > collection. For Example I try to set Rows.H of a Gridview, I try command > like this: > > Object.SetProperty(Obj,"Rows.H",10) > > (Where Obj is a Gridview, and of course "Rows.H" us

[Gambas-user] How to set property dynamically

2008-11-21 Thread L Jumadi
I just want to know wheter gambas can set property inside a virtual collection. For Example I try to set Rows.H of a Gridview, I try command like this: Object.SetProperty(Obj,"Rows.H",10) (Where Obj is a Gridview, and of course "Rows.H" usually a variable) It return error. Is there any other way

Re: [Gambas-user] OOP and TextBox

2008-11-21 Thread charlesg
Jacky-12, Ha! It will take me a little time to understand it fully but it looks absolutely spot on. Thank you, -- View this message in context: http://www.nabble.com/OOP-and-TextBox-tp20618177p20619605.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] OOP and TextBox

2008-11-21 Thread Jacky
Le Friday 21 November 2008 10:58:27 charlesg, vous avez écrit : > Hello, > > I need more control of cell entry than can be provided by tableview. I have > laboriously placed textboxes over (and under) gridview cells in much the > same way I imagine that tableview itself is constructed. It works. >

[Gambas-user] OOP and TextBox

2008-11-21 Thread charlesg
Hello, I need more control of cell entry than can be provided by tableview. I have laboriously placed textboxes over (and under) gridview cells in much the same way I imagine that tableview itself is constructed. It works. Not knowing much about OOP it strikes me that there must be an easier sol

Re: [Gambas-user] compiling a programm on the console

2008-11-21 Thread gambas
Hi Doriano! Surely Benoit could shed some light on this. ...at the moment, it's OK for me to know, that I had to open and store the old sources with the new version of the gambas IDE and than recompile on the target machine. Thanks for your help! Greetz Stevie Am Freitag, 21. November 2008 08: