Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 19/09/10 09:41, Benoît Minisini wrote: >> On 19/09/10 09:26, Benoît Minisini wrote: >> > Give a screenshot to see what you are talking about. > here you go >>> Everything seems to be correct in that screenshot. What's the problem? >>> >> is t

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> On 19/09/10 09:26, Benoît Minisini wrote: > >>> Give a screenshot to see what you are talking about. > >> > >> here you go > > > > Everything seems to be correct in that screenshot. What's the problem? > > is there not meant to be a border property in the properties box ? > What do you want?

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 19/09/10 09:26, Benoît Minisini wrote: >>> Give a screenshot to see what you are talking about. >>> >> here you go >> > Everything seems to be correct in that screenshot. What's the problem? > > is there not meant to be a border property in the properties box ? ---

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> > > > Give a screenshot to see what you are talking about. > > here you go Everything seems to be correct in that screenshot. What's the problem? -- Benoît Minisini -- Start uncovering the many advantages of virtual

Re: [Gambas-user] Need advice about a Gambas bug tracker

2010-09-18 Thread EA7DFH
El 18/09/10 15:30, Benoît Minisini escribió: > Hi, > > I have started to setup a Gambas bugtracker on code.google.com for 3.0. > > Does someone know bugtrackers well ? The Google one has the simplicity I'd > like to have, but I'd like to not be forced to host the bugtracker there. > > Thanks fo

Re: [Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Benoît Minisini
> 2010/9/18 Benoît Minisini : > > Alas the syntax highlighter is line-based, and does not know if a symbol > > is public or private. > > And the solution could be just keep a track about if symbols in a > proyect are public or private. Or you've frozen the addition of new > features? I don't see

Re: [Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Fabián Flores Vadell
2010/9/18 Benoît Minisini : > Alas the syntax highlighter is line-based, and does not know if a symbol is > public or private. > And the solution could be just keep a track about if symbols in a proyect are public or private. Or you've frozen the addition of new features? -- Fabián Flores Vadell

Re: [Gambas-user] Need advice about a Gambas bug tracker

2010-09-18 Thread Dr.Diesel
Benoît Minisini wrote: > >> Benoît Minisini wrote: >> > Hi, >> > >> > I have started to setup a Gambas bugtracker on code.google.com for 3.0. >> > >> > Does someone know bugtrackers well ? The Google one has the simplicity >> > I'd like to have, but I'd like to not be forced to host the bugtra

Re: [Gambas-user] Need advice about a Gambas bug tracker

2010-09-18 Thread Benoît Minisini
> Benoît Minisini wrote: > > Hi, > > > > I have started to setup a Gambas bugtracker on code.google.com for 3.0. > > > > Does someone know bugtrackers well ? The Google one has the simplicity > > I'd like to have, but I'd like to not be forced to host the bugtracker > > there. > > > > Thanks for

Re: [Gambas-user] Need advice about a Gambas bug tracker

2010-09-18 Thread Dr.Diesel
Benoît Minisini wrote: > > Hi, > > I have started to setup a Gambas bugtracker on code.google.com for 3.0. > > Does someone know bugtrackers well ? The Google one has the simplicity I'd > like to have, but I'd like to not be forced to host the bugtracker there. > > Thanks for any advice. >

Re: [Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Benoît Minisini
> Often, we use conventions of prefix to distinguish symbols public and > private. An alternative way to do this would be allow to have > differents colors to highlight public and private symbols, by > disaggregating the item "Symbols" in Tools > Preferences > Style to > "Public Symbols" and "Priva

[Gambas-user] Alternative to differentiate private and public symbols on the IDE

2010-09-18 Thread Fabián Flores Vadell
Often, we use conventions of prefix to distinguish symbols public and private. An alternative way to do this would be allow to have differents colors to highlight public and private symbols, by disaggregating the item "Symbols" in Tools > Preferences > Style to "Public Symbols" and "Private Symbols

Re: [Gambas-user] bug in dialog.filter with gb.gtk?

2010-09-18 Thread Stefano Palmeri
Il sabato 18 settembre 2010 16:20:09 Benoît Minisini ha scritto: > > Hi, Benoit. > > > > In the attached small project, if you set gb.gtk, > > dialog.filter doesn't work as expected. > > No problem with gb.qt. Is it a bug? > > > > Gambas 2.20 > > Qt 3.3.8b > > Gtk 2.12.12 > > > > Best regards, > >

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> On 18/09/10 23:52, Benoît Minisini wrote: > >> On 18/09/10 22:52, Benoît Minisini wrote: > is there any way of getting continuous mousemove events without > pressing a button for the gridview control ? > >>> > >>> The Tracking property. > >> > >> sorry should have mentioned that I was

Re: [Gambas-user] bug in dialog.filter with gb.gtk?

2010-09-18 Thread Benoît Minisini
> Hi, Benoit. > > In the attached small project, if you set gb.gtk, > dialog.filter doesn't work as expected. > No problem with gb.qt. Is it a bug? > > Gambas 2.20 > Qt 3.3.8b > Gtk 2.12.12 > > Best regards, > > Stefano You should follow the syntax requested by Dialog.Filter, it will work bett

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 18/09/10 23:52, Benoît Minisini wrote: >> On 18/09/10 22:52, Benoît Minisini wrote: >> is there any way of getting continuous mousemove events without pressing a button for the gridview control ? >>> The Tracking property. >>> >> sorry should have mentioned

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> On 18/09/10 22:52, Benoît Minisini wrote: > >> is there any way of getting continuous mousemove events without pressing > >> a button for the gridview control ? > > > > The Tracking property. > > sorry should have mentioned that I was using gambas 2 > so what version of gambas should we be usin

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
On 18/09/10 22:52, Benoît Minisini wrote: >> is there any way of getting continuous mousemove events without pressing >> a button for the gridview control ? >> >> > The Tracking property. > > sorry should have mentioned that I was using gambas 2 so what version of gambas should we be usin

[Gambas-user] Need advice about a Gambas bug tracker

2010-09-18 Thread Benoît Minisini
Hi, I have started to setup a Gambas bugtracker on code.google.com for 3.0. Does someone know bugtrackers well ? The Google one has the simplicity I'd like to have, but I'd like to not be forced to host the bugtracker there. Thanks for any advice. Regards, -- Benoît Minisini ---

Re: [Gambas-user] circular inheritance

2010-09-18 Thread Benoît Minisini
> On Sat, Sep 18, 2010 at 7:35 PM, Fabien Bodard wrote: > > I need more than these three classes to understand the problem. sends > > me a small project showing the problem please > > Here 'tis > > Ian It should be better in revision #3229. If not, please send the full project. Regards, -- B

Re: [Gambas-user] Test Gambas 2.99 Rev 3227

2010-09-18 Thread Benoît Minisini
> -Mensaje original- > De: Benoît Minisini > Reply-to: mailing list for gambas users > > Para: mailing list for gambas users > Asunto: Re: [Gambas-user] Test Gambas 2.99 Rev 3227 > Fecha: Sat, 18 Sep 2010 02:21:30 +0200 > > > OS: Ubuntu 10.4 > > Gnome : 2.30.2 > > > > Fmain.border

Re: [Gambas-user] Spacing property.

2010-09-18 Thread Benoît Minisini
> Hi Benoit, > > Do you remember a long time ago you changed things so that spacing went > from the ability to do 1 pixel or more to spacing = True. > > I find this is the single biggest annoyance of GUI design in gambas, as > since that time one lost easy control of spacing controls within a >

Re: [Gambas-user] Mouse Events for gridview

2010-09-18 Thread Benoît Minisini
> is there any way of getting continuous mousemove events without pressing > a button for the gridview control ? > The Tracking property. -- Benoît Minisini -- Start uncovering the many advantages of virtual appliances

[Gambas-user] Mouse Events for gridview

2010-09-18 Thread Shane
is there any way of getting continuous mousemove events without pressing a button for the gridview control ? -- Start uncovering the many advantages of virtual appliances and start using them to simplify application depl

Re: [Gambas-user] circular inheritance

2010-09-18 Thread Fabien Bodard
it seem to be a bug in the ide ... don't take care about this ... For Benoit : Project.DoRefresh 2010/9/18 Ian Haywood : > On Sat, Sep 18, 2010 at 7:35 PM, Fabien Bodard wrote: >> I need more than these three classes to understand the problem. sends >> me a small project showing the problem plea

Re: [Gambas-user] circular inheritance

2010-09-18 Thread Ian Haywood
On Sat, Sep 18, 2010 at 7:35 PM, Fabien Bodard wrote: > I need more than these three classes to understand the problem. sends > me a small project showing the problem please Here 'tis Ian circular-inheritance-0.0.1.tar.gz Description: GNU Zip compressed data

Re: [Gambas-user] circular inheritance

2010-09-18 Thread Fabien Bodard
I need more than these three classes to understand the problem. sends me a small project showing the problem please 2010/9/18 Ian Haywood : > When the IDE starts up (gambas3 r3025 on Ubuntu Karmic) I get a > warning about circular inheitance on CAuditTrailLink > CAuditTrailLink inerits from CWebLi

[Gambas-user] circular inheritance

2010-09-18 Thread Ian Haywood
When the IDE starts up (gambas3 r3025 on Ubuntu Karmic) I get a warning about circular inheitance on CAuditTrailLink CAuditTrailLink inerits from CWebLink which inherits form CLink. CAuditTrailLink is in a different source directory than CLink and CWebLink I don't understand how this is "circular"