Re: [Gambas-user] Gambas and Mousepointer

2008-07-30 Thread Stefan Miefert
>Set the X and Y properties of your cursor object. Hello, hCursor.x = 0 , hCursor.y = 0 and I get the message Cursor.x is readonly , cursory isreadonly,.. I try xcursorgen but this makes a giant file and when I try this file to load in gambas I get a wrong image type error:( -

Re: [Gambas-user] Small feature request

2008-07-30 Thread Arief Bayu Purwanto
what about you make a component for it? You'll have to change all your checkbox occurrence with it. But, in the long run, you'll save more time. On 7/31/08, Ron <[EMAIL PROTECTED]> wrote: > > Arief Bayu Purwanto schreef: > > > On 7/31/08, Ron <[EMAIL PROTECTED]> wrote: > > > >> Hi, > >> > >> An op

Re: [Gambas-user] Small feature request

2008-07-30 Thread Ron
Arief Bayu Purwanto schreef: > On 7/31/08, Ron <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> An option to place the text of a checkbox on the left side of the box >> instead of the right side would be nice. >> > > > You can place label on the left side of checkbox (as I always did ;)). > > Y

[Gambas-user] Gambas and kde4.1

2008-07-30 Thread richard terry
Wondered if anyone was using Gambas with kde4.1/problems etc? Regards Richard - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win gr

Re: [Gambas-user] Small feature request

2008-07-30 Thread Arief Bayu Purwanto
On 7/31/08, Ron <[EMAIL PROTECTED]> wrote: > > Hi, > > An option to place the text of a checkbox on the left side of the box > instead of the right side would be nice. You can place label on the left side of checkbox (as I always did ;)). -- Arief Bayu Purwanto About : http://about.freelancer.w

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Benoit Minisini
On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > Le mercredi 30 juillet 2008 à 13:42 +0200, Benoit Minisini a écrit : > > On mercredi 30 juillet 2008, Benoit Minisini wrote: > > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > > Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Mini

Re: [Gambas-user] Small feature request

2008-07-30 Thread Benoit Minisini
On jeudi 31 juillet 2008, Ron wrote: > Hi, > > An option to place the text of a checkbox on the left side of the box > instead of the right side would be nice. > > Regards, > Ron_2nd > I think this is not possible both in Qt and GTK+. Regards, -- Benoit Minisini ---

[Gambas-user] Small feature request

2008-07-30 Thread Ron
Hi, An option to place the text of a checkbox on the left side of the box instead of the right side would be nice. Regards, Ron_2nd - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the co

Re: [Gambas-user] Gambas and Mousepointer

2008-07-30 Thread Rob
On Wednesday 30 July 2008 11:02, Stefan Miefert wrote: > Under windows I use .cur Format and define theclickpoint in the > gfx programm. But how can I do this in gambas/linux? Set the X and Y properties of your cursor object. Rob -

[Gambas-user] Gambas and Mousepointer

2008-07-30 Thread Stefan Miefert
I try to load a own mouspointe rin gambas and I load a png image and its ok:) But! The Clickpoint is in the middle of the new pointer image. How can I set this clickpoint to the left upper? Under windows I use .cur Format and define theclickpoint in the gfx programm. But how can I do this in

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Doriano Blengino
Steven Lobbezoo ha scritto: > Le mercredi 30 juillet 2008 à 13:38 +0200, Benoit Minisini a écrit >> On mercredi 30 juillet 2008, Steven Lobbezoo wrote: >> >>> Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Minisini a écrit : >>> On mercredi 30 juillet 2008, Steven Lobbezoo wrot

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 13:42 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Benoit Minisini wrote: > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Minisini a écrit : > > > > On mercredi 30 juillet 2008, Steven

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 13:38 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Minisini a écrit : > > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > > Sorry again Benoit, > > > > > > > >

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Benoit Minisini
On mercredi 30 juillet 2008, Benoit Minisini wrote: > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Minisini a écrit : > > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > > Sorry again Benoit, > > > > > > > > Now I got it right

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Benoit Minisini
On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Minisini a écrit : > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > Sorry again Benoit, > > > > > > Now I got it right, here's the console : > > > ... > > > > Why is gbx2 not compile

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 13:30 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > Sorry again Benoit, > > > > Now I got it right, here's the console : > > ... > > Why is gbx2 not compiled with debugging information? > ??? > What do you

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Benoit Minisini
On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > Sorry again Benoit, > > Now I got it right, here's the console : > ... Why is gbx2 not compiled with debugging information? What do you get if you type 'gbx2 -V'? -- Benoit Minisini --

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Sorry again Benoit, Now I got it right, here's the console : ==16663== Memcheck, a memory error detector. ==16663== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==16663== Using LibVEX rev 1804, a library for dynamic binary translation. ==16663== Copyright (C) 2004-2007, and GNU

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Benoit Minisini
On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > Le mercredi 30 juillet 2008 à 11:47 +0200, Benoit Minisini a écrit : > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > Le mercredi 30 juillet 2008 à 11:27 +0200, Benoit Minisini a écrit : > > > > On mercredi 30 juillet 2008, Steven L

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 11:47 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > Le mercredi 30 juillet 2008 à 11:27 +0200, Benoit Minisini a écrit : > > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > > As clear as glas ;-) , but . > >

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Benoit Minisini
On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > Le mercredi 30 juillet 2008 à 11:27 +0200, Benoit Minisini a écrit : > > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > > As clear as glas ;-) , but . > > > I don't want to contradict you, but it does not work like that. > > > If I

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 11:27 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > As clear as glas ;-) , but . > > I don't want to contradict you, but it does not work like that. > > If I do exactly as you said, it's not the ide that is launched ! >

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Benoit Minisini
On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > As clear as glas ;-) , but . > I don't want to contradict you, but it does not work like that. > If I do exactly as you said, it's not the ide that is launched ! > It's the program directly, and that works just fine. > I need to start the id

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 10:59 +0200, Benoit Minisini a écrit : > On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > > Le mercredi 30 juillet 2008 à 09:00 +0200, Benoit Minisini a écrit : > > > On mardi 29 juillet 2008, Benoit Minisini wrote: > > > > On mardi 29 juillet 2008, Steven Lobbez

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Benoit Minisini
On mercredi 30 juillet 2008, Steven Lobbezoo wrote: > Le mercredi 30 juillet 2008 à 09:00 +0200, Benoit Minisini a écrit : > > On mardi 29 juillet 2008, Benoit Minisini wrote: > > > On mardi 29 juillet 2008, Steven Lobbezoo wrote: > > > > No, if I do that i test the 'executable' directly and there

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Steven Lobbezoo
Le mercredi 30 juillet 2008 à 09:00 +0200, Benoit Minisini a écrit : > On mardi 29 juillet 2008, Benoit Minisini wrote: > > On mardi 29 juillet 2008, Steven Lobbezoo wrote: > > > No, if I do that i test the 'executable' directly and there is no error. > > > The error is only if I start the app und

Re: [Gambas-user] Problems with OpenSuSE 11 and gcc 4.3

2008-07-30 Thread Benoit Minisini
On mardi 29 juillet 2008, Benoit Minisini wrote: > On mardi 29 juillet 2008, Steven Lobbezoo wrote: > > No, if I do that i test the 'executable' directly and there is no error. > > The error is only if I start the app under the ide (run button) > > > > Steven >From what you told, I understood that