Re: [Gambas-user] Gambas RC1 - Problem

2011-03-27 Thread Olivier Cruilles
Thanks Benoit, I try it as soon is possible today. Olivier Cruilles Mail: linu...@club-internet.fr Le 28 mars 2011 à 03:56, Benoît Minisini a écrit : >>> Hi Benoit, >>> >>> I have a problem with the toolbar object and the property 'Orientation' >>> >>> In Vertical mode of the ToolBar, all the

Re: [Gambas-user] Gambas RC1 - Problem

2011-03-27 Thread Benoît Minisini
> > 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.

Re: [Gambas-user] Image.Copy raises signal #11

2011-03-27 Thread Matti
Yes, it is fixed now. Works like expected! Am 27.03.2011 22:56, schrieb Benoît Minisini: >> When an image is copied to its original X, Y, width and height, mostly >> signal #11 is raised. >> See the attatched little project. >> >> Of course, when rotating an image by 0°, copying could be avoided.

Re: [Gambas-user] Gambas RC1 - Problem

2011-03-27 Thread Benoît Minisini
> 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] Image.Copy raises signal #11

2011-03-27 Thread Benoît Minisini
> When an image is copied to its original X, Y, width and height, mostly > signal #11 is raised. > See the attatched little project. > > Of course, when rotating an image by 0°, copying could be avoided. But I > think it would be better if there was no signal #11. > > Regards > Matti It should b

Re: [Gambas-user] Image.Copy raises signal #11

2011-03-27 Thread Matti
Strange. What environment do you have? Am 27.03.2011 21:46, schrieb Laurent Carlier: > Le dimanche 27 mars 2011 21:24:40, Matti a écrit : >> When an image is copied to its original X, Y, width and height, mostly >> signal #11 is raised. >> See the attatched little project. >> >> Of course, when ro

Re: [Gambas-user] Image.Copy raises signal #11

2011-03-27 Thread Laurent Carlier
Le dimanche 27 mars 2011 21:24:40, Matti a écrit : > When an image is copied to its original X, Y, width and height, mostly > signal #11 is raised. > See the attatched little project. > > Of course, when rotating an image by 0°, copying could be avoided. But I > think it would be better if there w

[Gambas-user] Image.Copy: forgot

2011-03-27 Thread Matti
Gambas 3 preRC openSUSE 11.2 KDE -- Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro

[Gambas-user] Image.Copy raises signal #11

2011-03-27 Thread Matti
When an image is copied to its original X, Y, width and height, mostly signal #11 is raised. See the attatched little project. Of course, when rotating an image by 0°, copying could be avoided. But I think it would be better if there was no signal #11. Regards Matti ImageCopy-0.0.1.tar.gz Descr

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

2011-03-27 Thread Kevin Fishburne
On 03/26/2011 03:49 AM, Doriano Blengino wrote: 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 crop

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

2011-03-27 Thread Demosthenes Koptsis
On Sun, 2011-03-27 at 17:00 +0200, Benoît Minisini wrote: > > > > i try to make a similar example from this page > > http://gambasdoc.org/help/comp/gb.qt4/draw/line?v3 > > > > in this page it says > > > > Draw.Begin(ME) where ME is a form. > > > > i get this error in my project for > > > > Dra

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

2011-03-27 Thread Benoît Minisini
> > i try to make a similar example from this page > http://gambasdoc.org/help/comp/gb.qt4/draw/line?v3 > > in this page it says > > Draw.Begin(ME) where ME is a form. > > i get this error in my project for > > Draw.Begin(drawArea) where drawArea is the name of a DrawingArea object. > > Where

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

2011-03-27 Thread Demosthenes Koptsis
On Sat, 2011-03-26 at 21:07 +0100, Benoît Minisini wrote: > > 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"? > Yes that is the