[Gambas-user] Issue 260 in gambas: News on Gambas home page displays differently based on browser

2012-06-25 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 260 by joshscal...@gmail.com: News on Gambas home page displays differently based on browser http://code.google.com/p/gambas/issues/detail?id=260 The news box on the Gamb

Re: [Gambas-user] Pixels and Debian

2012-06-25 Thread Willy Raets
On zo, 2012-06-24 at 22:47 +0200, Benoît Minisini wrote: > >> > >> By default, the dimensions of all forms defined in the IDE (with their > >> controls) is proportional to the font size. > >> > >> If you want absolute pixel sizes, you have to set the "Scaled" virtual > >> property of the form in t

Re: [Gambas-user] Gridview_ColumnClick(). How...

2012-06-25 Thread Ru Vuott
Yes, I understood later. Thank you anywayfor your courtesy. Bye Vuott --- Lun 25/6/12, tobi ha scritto: > Da: tobi > Oggetto: Re: [Gambas-user] Gridview_ColumnClick(). How... > A: "mailing list for gambas users" > Data: Lunedì 25 giugno 2012, 18:30 > On Mon, 25 Jun 2012, Ru Vuott wr

Re: [Gambas-user] Gridview_ColumnClick(). How...

2012-06-25 Thread tobi
On Mon, 25 Jun 2012, Ru Vuott wrote: > Hello, > > I have a Gridview with an "horizontal" Header. I saw there would be an event > that it rises when I click on a cell of the Header: GridView1_ColumnClick() > > ...the documentatio says: > > Event ColumnClick ( Column As Integer ) > > Sorry,

[Gambas-user] R: Gridview_ColumnClick(). How...

2012-06-25 Thread Ru Vuott
Opsss, I solved now. Excuse me. Public Sub GridView1_ColumnClick(number As Integer) Print number End --- Lun 25/6/12, Ru Vuott ha scritto: > Da: Ru Vuott > Oggetto: [Gambas-user] Gridview_ColumnClick(). How... > A: "mailing list for gambas users" > Data: Lunedì 25 giugno 2012,

[Gambas-user] Gridview_ColumnClick(). How...

2012-06-25 Thread Ru Vuott
Hello, I have a Gridview with an "horizontal" Header. I saw there would be an event that it rises when I click on a cell of the Header: GridView1_ColumnClick() ...the documentatio says: Event ColumnClick ( Column As Integer ) Sorry, I didn't understand, can you write a little example ? Th

Re: [Gambas-user] No return value (18)

2012-06-25 Thread Bruce
On Mon, 2012-06-25 at 20:49 +0930, Bruce wrote: > Getting to be Friday 13th^2 > > On Mon, 2012-06-25 at 18:23 +0930, Bruce wrote: > > Every day seems to be Friday the 13th at the moment! > > > > Every so often, I manage to write a Property that has "No return value". > > (It's always a case of so

Re: [Gambas-user] No return value (18)

2012-06-25 Thread Bruce
Getting to be Friday 13th^2 On Mon, 2012-06-25 at 18:23 +0930, Bruce wrote: > Every day seems to be Friday the 13th at the moment! > > Every so often, I manage to write a Property that has "No return value". > (It's always a case of something I have done, so it's not a gambas > problem.) > > Tod

[Gambas-user] No return value (18)

2012-06-25 Thread Bruce
Every day seems to be Friday the 13th at the moment! Every so often, I manage to write a Property that has "No return value". (It's always a case of something I have done, so it's not a gambas problem.) Today, I have done it again and I can't work out what it is that's wrong. In class Meeting

Re: [Gambas-user] More on overriding native classes

2012-06-25 Thread Bruce
On Mon, 2012-06-25 at 00:47 +0200, Benoît Minisini wrote: > Le 25/06/2012 00:41, Bruce a écrit : > >> > >> If you export a class with a name that already exists, it automatically > >> implies inheritance with overriding. > >> > >> So you have a "multiple inheritance" error by using the "Inherits" k