[Gambas-user] How do you hide the mouse cursor in GTK?

2011-02-05 Thread Zach Smith
This works in Qt but not GTK: FMain.mouse = 10 I've played around with an invisible cursor theme and it worked, but that won't allow me to easily switch between visible and invisible. -- The modern datacenter depends on

[Gambas-user] gb3: bug using Draw and DrawAlpha with imlib component

2011-02-05 Thread Kevin Fishburne
This code (project attached): Dim image1 As Image = New Image(128, 128, 0, 0) Dim image2 As Image = New Image(128, 128, 0, 0) Dim image3 As Image = New Image(128, 128, 0, 0) image1.Draw(image2, 0, 0) image1.DrawAlpha(image3, 0, 0) produces the following runtime error: "The source ima

Re: [Gambas-user] Issue 26 in gambas: panel width does not match property setting

2011-02-05 Thread gambas
Updates: Status: Fixed Labels: -Version-TRUNK Version-Any Comment #2 on issue 26 by benoit.m...@gmail.com: panel width does not match property setting http://code.google.com/p/gambas/issues/detail?id=26 Fix in revision #3544 for Gambas 3 and #3545 for Gambas 2. ---

Re: [Gambas-user] Issue 23 in gambas: Resizing a form in IDE through the height or width property does not work properly

2011-02-05 Thread gambas
Updates: Status: Accepted Comment #3 on issue 23 by benoit.m...@gmail.com: Resizing a form in IDE through the height or width property does not work properly http://code.google.com/p/gambas/issues/detail?id=23 Oops, the fix is not for that bug... --

Re: [Gambas-user] Issue 23 in gambas: Resizing a form in IDE through the height or width property does not work properly

2011-02-05 Thread gambas
Updates: Status: Fixed Labels: -Version-TRUNK Version-Any Comment #2 on issue 23 by benoit.m...@gmail.com: Resizing a form in IDE through the height or width property does not work properly http://code.google.com/p/gambas/issues/detail?id=23 Fixed in revision #3544 for Gambas 3.

Re: [Gambas-user] Issue 14 in gambas: Draw.Drawing does not work -- Signal #11 error

2011-02-05 Thread gambas
Updates: Labels: -GUI-Any GUI-QT3 Comment #3 on issue 14 by benoit.m...@gmail.com: Draw.Drawing does not work -- Signal #11 error http://code.google.com/p/gambas/issues/detail?id=14 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 26 in gambas: panel width does not match property setting

2011-02-05 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 26 by benoit.m...@gmail.com: panel width does not match property setting http://code.google.com/p/gambas/issues/detail?id=26 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 23 in gambas: Resizing a form in IDE through the height or width property does not work properly

2011-02-05 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 23 by benoit.m...@gmail.com: Resizing a form in IDE through the height or width property does not work properly http://code.google.com/p/gambas/issues/detail?id=23 (No comment was entered for this chang

Re: [Gambas-user] Saving executable dialog still has problems

2011-02-05 Thread Benoît Minisini
> Hi benoit > > Does create now, however the pane to the right of the file tree dosn't > clear - it shows the contents of the previous directory. > > Regards > > Richard > Fixed in revision #3543. Regards, -- Benoît Minisini -

[Gambas-user] Saving executable dialog still has problems

2011-02-05 Thread richard terry
Hi benoit Does create now, however the pane to the right of the file tree dosn't clear - it shows the contents of the previous directory. Regards Richard -- The modern datacenter depends on network connectivity to acc