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

2012-07-03 Thread Fabien Bodard
why if the class have the same name of an existing one you not just ignore the 'inherit' keyword, Benoit ? -- Fabien Bodard -- Live Security Virtual Conference Exclusive live event will cover all the ways today's securit

Re: [Gambas-user] gb3: using array of structures with dimensions unknown until runtime

2012-07-03 Thread Kevin Fishburne
On 07/04/2012 12:06 AM, Kevin Fishburne wrote: > I need to create a 2D array of a structure like this: > > Public Struct Tile_Normals > A[3] As Single ' Normal for quad subsurface A. > B[3] As Single ' Normal for quad subsurface B. > End Struct > > Dim Normals As New Tile_Normals[TileGrid

[Gambas-user] gb3: using array of structures with dimensions unknown until runtime

2012-07-03 Thread Kevin Fishburne
I need to create a 2D array of a structure like this: Public Struct Tile_Normals A[3] As Single ' Normal for quad subsurface A. B[3] As Single ' Normal for quad subsurface B. End Struct Dim Normals As New Tile_Normals[TileGrid.Size, TileGrid.Size] When I try to assign a value to an array

Re: [Gambas-user] Issue 269 in gambas: First character of the parent class is capitalised

2012-07-03 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #1 on issue 269 by benoit.m...@gmail.com: First character of the parent class is capitalised http://code.google.com/p/gambas/issues/detail?id=269 Class names are not case sensitive, so you should fix your XMI import

[Gambas-user] Issue 269 in gambas: First character of the parent class is capitalised

2012-07-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 269 by adamn...@gmail.com: First character of the parent class is capitalised http://code.google.com/p/gambas/issues/detail?id=269 1) Describe the problem. The IDE capit

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

2012-07-03 Thread Benoît Minisini
Le 25/06/2012 10:33, Bruce a écrit : > OK, but not the answer I was hoping for. > > Presumably "Application" is needed early on in the piece. What I'm > trying to work out is, if I override Application then which order does > > gb.Application._Init() > ^ >

Re: [Gambas-user] Issue 265 in gambas: New connection with password causes Gambas crash.

2012-07-03 Thread gambas
Updates: Status: NeedsInfo Labels: -Version Version-3.2.0 Comment #2 on issue 265 by benoit.m...@gmail.com: New connection with password causes Gambas crash. http://code.google.com/p/gambas/issues/detail?id=265 Yes. I need a way to detect that Mate desktop is in use and implemen

Re: [Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

2012-07-03 Thread gambas
Updates: Status: Fixed Comment #6 on issue 268 by benoit.m...@gmail.com: Can call non-static _unknown from a static context http://code.google.com/p/gambas/issues/detail?id=268 Fixed in revision #4894. -- Live

Re: [Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

2012-07-03 Thread gambas
Comment #5 on issue 268 by emil.len...@gmail.com: Can call non-static _unknown from a static context http://code.google.com/p/gambas/issues/detail?id=268 'Class1 Static Public Sub _unknown(...) Print "Test" End And then: Dim a As New Class1 a.uu() The call is completely ignored, no errors,

Re: [Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

2012-07-03 Thread gambas
Comment #4 on issue 268 by benoit.m...@gmail.com: Can call non-static _unknown from a static context http://code.google.com/p/gambas/issues/detail?id=268 Yes, but the interpreter does not check when _unknown or _property must be static or not correctly. -

Re: [Gambas-user] Issue 262 in gambas: gb.option makes every program crash with signal #11

2012-07-03 Thread gambas
Updates: Labels: -Type-Bug Type-Crash Comment #4 on issue 262 by benoit.m...@gmail.com: gb.option makes every program crash with signal #11 http://code.google.com/p/gambas/issues/detail?id=262 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 267 in gambas: Write properties with _unknown

2012-07-03 Thread gambas
Updates: Labels: -Type-Bug Type-Crash Comment #3 on issue 267 by benoit.m...@gmail.com: Write properties with _unknown http://code.google.com/p/gambas/issues/detail?id=267 (No comment was entered for this change.) ---

Re: [Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

2012-07-03 Thread gambas
Updates: Labels: -Type-Bug Type-Crash Comment #3 on issue 268 by benoit.m...@gmail.com: Can call non-static _unknown from a static context http://code.google.com/p/gambas/issues/detail?id=268 (No comment was entered for this change.) ---

Re: [Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

2012-07-03 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.2.0 Comment #2 on issue 268 by benoit.m...@gmail.com: Can call non-static _unknown from a static context http://code.google.com/p/gambas/issues/detail?id=268 (No comment was entered for this change.)

Re: [Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

2012-07-03 Thread gambas
Comment #1 on issue 268 by emil.len...@gmail.com: Can call non-static _unknown from a static context http://code.google.com/p/gambas/issues/detail?id=268 One question: Are static _unknown and static _property allowed? ---

Re: [Gambas-user] Issue 267 in gambas: Write properties with _unknown

2012-07-03 Thread gambas
Updates: Status: Fixed Comment #2 on issue 267 by benoit.m...@gmail.com: Write properties with _unknown http://code.google.com/p/gambas/issues/detail?id=267 Fixed in revision #4891. -- Live Security Virtual Co

Re: [Gambas-user] Issue 267 in gambas: Write properties with _unknown

2012-07-03 Thread gambas
Updates: Status: Accepted Labels: -Version Version-3.2.0 Comment #1 on issue 267 by benoit.m...@gmail.com: Write properties with _unknown http://code.google.com/p/gambas/issues/detail?id=267 (No comment was entered for this change.)

Re: [Gambas-user] Issue 262 in gambas: gb.option makes every program crash with signal #11

2012-07-03 Thread gambas
Updates: Status: Fixed Labels: -Version Version-3.2.0 Comment #3 on issue 262 by benoit.m...@gmail.com: gb.option makes every program crash with signal #11 http://code.google.com/p/gambas/issues/detail?id=262 OK, fixed in revision #4890. ---

[Gambas-user] Issue 268 in gambas: Can call non-static _unknown from a static context

2012-07-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 268 by emil.len...@gmail.com: Can call non-static _unknown from a static context http://code.google.com/p/gambas/issues/detail?id=268 1) Describe the problem. You can cal

[Gambas-user] Issue 267 in gambas: Write properties with _unknown

2012-07-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 267 by emil.len...@gmail.com: Write properties with _unknown http://code.google.com/p/gambas/issues/detail?id=267 1) Describe the problem. The documentation says "If the _p

Re: [Gambas-user] IDE Form Editor Blinking

2012-07-03 Thread Adrien Prokopowicz
Le mardi 3 juillet 2012 00:52:47 Benoît Minisini a écrit : > Le 03/07/2012 00:05, Adrien Prokopowicz a écrit : > > Hi Emil, > > I don't think we have exactly the same configuration. :-) > > My computer is a 3-years-old Asus eeePC 1005HA, with an single-core Intel > > Atom at 1.6Ghz, 1GB of RAM, a 2

Re: [Gambas-user] Issue 265 in gambas: New connection with password causes Gambas crash.

2012-07-03 Thread gambas
Comment #1 on issue 265 by green.da...@gmail.com: New connection with password causes Gambas crash. http://code.google.com/p/gambas/issues/detail?id=265 Digging a little bit deeper I have discovered the following: 1. Mate is a fork of the Gnome2 project and is the default desktop used by Lin