Re: [Gambas-user] Gambas RC1 - Problem

2011-03-26 Thread Olivier Cruilles
Joined into this email, an project: ToolBar-0.0.1.tar.gz ToolBar-0.0.1.tar.gz Description: GNU Zip compressed data Olivier Cruilles Mail: linu...@club-internet.fr Le 26 mars 2011 à 21:50, Laurent Carlier a écrit : > > Le samedi 26 mars 2011 21:39:44, Olivier Cruilles a écrit : >> Hi Benoit,

Re: [Gambas-user] Gambas RC1 - Problem

2011-03-26 Thread Laurent Carlier
Le samedi 26 mars 2011 21:39:44, Olivier Cruilles a écrit : > Hi Benoit, > > I have a problem with the toolbar object and the property 'Orientation' > > In Vertical mode of the ToolBar, all the Button inside stay in horizontal > orientation. May be it's a bug ? > > Fedora 14 - Gambas 2.99 RC1 >

[Gambas-user] Gambas RC1 - Problem

2011-03-26 Thread Olivier Cruilles
Hi Benoit, I have a problem with the toolbar object and the property 'Orientation' In Vertical mode of the ToolBar, all the Button inside stay in horizontal orientation. May be it's a bug ? Olivier Cruilles Mail: linu...@club-internet.fr

[Gambas-user] Gambas RC1 - Problem

2011-03-26 Thread Olivier Cruilles
Hi Benoit, I have a problem with the toolbar object and the property 'Orientation' In Vertical mode of the ToolBar, all the Button inside stay in horizontal orientation. May be it's a bug ? Fedora 14 - Gambas 2.99 RC1 Olivier Cruilles Mail: linu...@club-internet.fr ---

Re: [Gambas-user] Can not draw outside of draw enent handler

2011-03-26 Thread Benoît Minisini
> Hi i have just installed gambas3-svn3688 > > and my project stopped working. > > with gambas3-svn3620 was working fine Are you talking about the error message "cannot draw outside of event handler"? Your program is buggy, but the drawing component forgot to raise the error. Now the drawing

[Gambas-user] Bug in Draw.Clear()

2011-03-26 Thread Demosthenes Koptsis
hi i use gambas3-svn3620 the Draw.Clear() clears the Drawing area but also disappears the border style of drawing area. I use Border = Plain for DrawingArea and after Draw.Clear() it is disappears. -- Regards, Demosthenes Koptsis. Project99.tar.gz Description: application/compressed-tar --

[Gambas-user] Can not draw outside of draw enent handler

2011-03-26 Thread Demosthenes Koptsis
Hi i have just installed gambas3-svn3688 and my project stopped working. with gambas3-svn3620 was working fine -- Regards, Demosthenes Koptsis. Project99.tar.gz Description: application/compressed-tar -- Enable yo

Re: [Gambas-user] help with EXEC usage

2011-03-26 Thread Bill-Lancaster
Thank you, IF hProc.State = Process.Running THEN SHELL ("pidof get_iplayer") TO pid1 SHELL ("pidof mplayer") TO pid2 DEBUG pid1;; pid2 SHELL "kill " & pid1 & " " & pid2 hProc.Kill() ENDIF To me this is nice code - it works! Bill -- View this message in contex

Re: [Gambas-user] help with EXEC usage

2011-03-26 Thread Benoît Minisini
> This seems to work... but it is not very nice code, as it doesn't make > distinction of what instance of "get_iplayer" or "mplayer > you are dealing with... > Also it leaves some trash (get_iplayer doesn't take care of it's trashes!) > to ~/.get_iplayer. > Maybe get_iplayer should be killed with

Re: [Gambas-user] the math behind full screen rotation

2011-03-26 Thread Doriano Blengino
Il 26/03/2011 04:08, Kevin Fishburne ha scritto: > On 03/24/2011 12:05 AM, John Spikowski wrote: > >> On Wed, 2011-03-23 at 23:03 -0400, Kevin Fishburne wrote: >> >> >>> That will probably work, but there should be a mathematical way to >>> compensate for not cropping the image twice, or