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

2012-07-08 Thread gambas
Updates: Status: Started Labels: -Type-Crash Type-Bug Comment #13 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-08 Thread gambas
Comment #14 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 I should also mention that, if you look at line 110 to 114 in gbx_exec.c, it seems like the object is not released if the unknown

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

2012-07-08 Thread gambas
Updates: Status: Fixed Comment #15 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 #4906. --

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

2012-07-08 Thread gambas
Comment #17 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 It should be fixed in revision #4907. -- Live Security

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

2012-07-07 Thread gambas
Comment #12 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 Trying to print out properties does not seem to work either.. 'Class1 Public Function _property() As Boolean Return True End Public

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

2012-07-04 Thread gambas
Comment #7 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 Some more things: * What should happen if _property is static but _unknown is dynamic or vice versa? ;) This code: Static Public Function

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

2012-07-04 Thread gambas
Updates: Status: Fixed Comment #9 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 OK, in revision #4897 you can use a static unknown property in a dynamic context. But I don't think it

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

2012-07-04 Thread gambas
Comment #10 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 Now some more headache :) Public Function _property() As Boolean Return False End Public Function _unknown(...) As String Return

[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

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 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: 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. --