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

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 > >

[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] 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

Re: [Gambas-user] embed OpenOffice

2008-10-11 Thread Benoit Minisini
On samedi 11 octobre 2008, Doriano Blengino wrote: > 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

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 a

Re: [Gambas-user] Accesing workspace's Tabs

2008-10-11 Thread Benoit Minisini
On samedi 11 octobre 2008, Jorge Carrión wrote: > 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

[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 doesn'

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

[Gambas-user] LostFocus event under Qt

2008-10-11 Thread charlesg
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 print. Under QT LostFocus event is not triggered.

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 o