Re: [Gambas-user] libtool problem

2009-11-30 Thread o.s.p
Le samedi 28 novembre 2009 14:09:06, o.s.p a écrit : hallo! frugalware (current) here with libtool 2.2.6b when in make install step i have this error: . libtool: Version mismatch error. This is libtool 2.2.6, but the libtool: definition of this LT_INIT comes from libtool 2.2.6b.

Re: [Gambas-user] Custom Control

2009-11-30 Thread Doriano Blengino
Benoît Minisini ha scritto: Benoît Minisini wrote: In Gambas 3, the /control directory must be put inside the Project section. Okay, that worked. I was using the control directory automatically created when I first created the project. Thanks. Please provide the details

[Gambas-user] GRIDVIEW: SCROLL DOUBLE CLICK

2009-11-30 Thread Ricardo Díaz Martín
Is there some way to cancell double-click event when an user is only scrolling a gridview? Think about this: You got a form with a gridview and you show into a database table. When user does double click in a line you open content of related record in other form. This is ok. But when you are

Re: [Gambas-user] GRIDVIEW: SCROLL DOUBLE CLICK

2009-11-30 Thread Benoît Minisini
Is there some way to cancell double-click event when an user is only scrolling a gridview? Think about this: You got a form with a gridview and you show into a database table. When user does double click in a line you open content of related record in other form. This is ok. But when you

Re: [Gambas-user] Custom Control

2009-11-30 Thread Benoît Minisini
Benoît Minisini ha scritto: Benoît Minisini wrote: In Gambas 3, the /control directory must be put inside the Project section. Okay, that worked. I was using the control directory automatically created when I first created the project. Thanks. Please provide the details of what

Re: [Gambas-user] GRIDVIEW: SCROLL DOUBLE CLICK

2009-11-30 Thread Ricardo Díaz Martín
gambas2 2.17 with qt components. Regards 2009/11/30 Benoît Minisini gam...@users.sourceforge.net Is there some way to cancell double-click event when an user is only scrolling a gridview? Think about this: You got a form with a gridview and you show into a database table. When

Re: [Gambas-user] GRIDVIEW: SCROLL DOUBLE CLICK

2009-11-30 Thread Benoît Minisini
gambas2 2.17 with qt components. Regards Normally, you should not get mouse events for scrollbars in GridView and other view controls, this is taken into account (at least in gb.qt). And I cannot reproduce your problem with my own GridView in the Gambas IDE. So can you send me a little

Re: [Gambas-user] Custom Control

2009-11-30 Thread Doriano Blengino
Benoît Minisini ha scritto: Benoît Minisini ha scritto: Benoît Minisini wrote: In Gambas 3, the /control directory must be put inside the Project section. Okay, that worked. I was using the control directory automatically created when I first created the project.

Re: [Gambas-user] GRIDVIEW: SCROLL DOUBLE CLICK

2009-11-30 Thread Ricardo Díaz Martín
Benoit, I send a little example. Run the app and try to scroll down the gridview by clicking in the scrollbar (don't click and move, only do click, click, click in the down or up arrows and you can see double click event is fired). I need when users are only clicking to move lines no double click

Re: [Gambas-user] error in documentation

2009-11-30 Thread Matti
Ah, I understand. Thanks. But this info in the doc would help beginners like me. Matti Benoît Minisini schrieb: I think there is an error in http://gambasdoc.org/help/doc/locale About the charset it says: All characters that follows the xx_YY string are ignored by Gambas. I had a big

[Gambas-user] Xview selection cursor info

2009-11-30 Thread Jean-Yves F. Barbier
Hi, On a tableview, I need: * Make the selection cursor to appear on 1st line at opening, * Selection cursor's position (row) into the grid, * 1st last rows visible into the grid I how could I get that? -- So, is the glass half empty, half full, or just twice as large as it needs to be?