Re: [Gambas-user] Help with SHELL and EXEC

2008-10-11 Thread Doriano Blengino
Kari Laine ha scritto: Thank you all for instructions. Key point is that I did not understand how the OS-shell handles arguments. I cannot pass all the arguments to shell because they outnumber the limit which I think is something round 32000. I am writing a backup program and /var/spool/news

Re: [Gambas-user] Help with SHELL and EXEC

2008-10-11 Thread Olivier Cruilles
Hello, Maybe sommethink like that, cd /var/spool/news; tar cf - ./* | gzip -c files.tar.gz ; echo files.tar.gz filelist ; genisoimage -o img.iso -path-list filelist But if the name of the 'files.tar.gz' doesn't change, you can do it before this command one thing. Olivier. Le 11 oct.

Re: [Gambas-user] LostFocus event under Qt

2008-10-11 Thread Benoit Minisini
On samedi 11 octobre 2008, charlesg wrote: Hi, '-- PUBLIC SUB Button1_Click() PRINT you clicked button END PUBLIC SUB TextBox1_LostFocus() PRINT textbox loses focus END '- click on button while textbox has focus. Under GTK both lines

[Gambas-user] Accesing workspace's Tabs

2008-10-11 Thread Jorge CarriĆ³n
How can I access to workspace' tabs? I've a form with a workspace that I fill with wrkspc.add(window) function. But the active tab is the last I've added and I want the first tab I've add as the active tab when the user open de form. I'tried things like wrksp.children[0].setfocus and so, but

Re: [Gambas-user] embed OpenOffice

2008-10-11 Thread Doriano Blengino
jbskaggs ha scritto: I have looked at the embedder example. I have looked at every post on this forum on finding the title of the new window. I cannot figure it out and get it to work. Could somebody have pity and show me how to get the title of the window when I shell to Openoffice and how

Re: [Gambas-user] Help with SHELL and EXEC

2008-10-11 Thread Kari Laine
On Sat, Oct 11, 2008 at 12:02 PM, Olivier Cruilles [EMAIL PROTECTED] wrote: Hello, Maybe sommethink like that, cd /var/spool/news; tar cf - ./* | gzip -c files.tar.gz ; echo files.tar.gz filelist ; genisoimage -o img.iso -path-list filelist But if the name of the 'files.tar.gz'

[Gambas-user] PictureBox background

2008-10-11 Thread Georg Lassnig
Dear Community! I have a queston about the PictureBox. Is it possible to make the PictureBox background transparent? To Benoit Minisini Or is it planed in the future to implemend for the the PictureBox? Regards Georg Lassnig Sorry for my bad english!

Re: [Gambas-user] PictureBox background

2008-10-11 Thread Benoit Minisini
On samedi 11 octobre 2008, Georg Lassnig wrote: Dear Community! I have a queston about the PictureBox. Is it possible to make the PictureBox background transparent? To Benoit Minisini Or is it planed in the future to implemend for the the PictureBox? Regards Georg Lassnig Sorry for my

Re: [Gambas-user] PictureBox background

2008-10-11 Thread Georg Lassnig
Am Samstag 11. Oktober 2008 22:05:38 schrieb Benoit Minisini: On samedi 11 octobre 2008, Georg Lassnig wrote: Dear Community! I have a queston about the PictureBox. Is it possible to make the PictureBox background transparent? To Benoit Minisini Or is it planed in the future to