Re: [Gambas-user] Issue 135 in gambas: Cannot use vararg in functions with optional arguments - Segmentation fault

2011-10-27 Thread gambas
Updates: Status: Fixed Comment #2 on issue 135 by benoit.m...@gmail.com: Cannot use vararg in functions with optional arguments - Segmentation fault http://code.google.com/p/gambas/issues/detail?id=135 Fixed in revision #4223. --

Re: [Gambas-user] Issue 135 in gambas: Cannot use vararg in functions with optional arguments - Segmentation fault

2011-10-27 Thread gambas
Updates: Status: Accepted Labels: -Version -Type-Bug Version-TRUNK Type-Crash Comment #1 on issue 135 by benoit.m...@gmail.com: Cannot use vararg in functions with optional arguments - Segmentation fault http://code.google.com/p/gambas/issues/detail?id=135 This bug is there sinc

Re: [Gambas-user] Gambas2 Bug

2011-10-27 Thread Christian DaGeek247 Stephens
*"*If you give no details and no information about your problem, nobody can help you. Please: - Give the version of Gambas you are using. - Give informations about your system. - Send your project if possible. - Describe exactly what you done, what you expected, and what happened instead. Tha

[Gambas-user] Issue 135 in gambas: Cannot use vararg in functions with optional arguments - Segmentation fault

2011-10-27 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 135 by emil.len...@gmail.com: Cannot use vararg in functions with optional arguments - Segmentation fault http://code.google.com/p/gambas/issues/detail?id=135 1) Describe

Re: [Gambas-user] How to get the controltypes in a form, next question!

2011-10-27 Thread J_Mischk3
Uuups, found it myself, it means Print Object.Type(C) ( How stupid ) and I get it all!!! THX Juergen -- View this message in context: http://old.nabble.com/How-to-get-the-controltypes-in-a-form-tp32731573p32732397.html Sent from the gambas-user mailing list archive at Nabble.com. --

Re: [Gambas-user] How to get the controltypes in a form, next question!

2011-10-27 Thread J_Mischk3
If I try it with this lines, I get an error. Public Sub Form_Open() Dim C As Object For Each C In Me.Children Print C.Type() Next End (Unknown symbol in class (Textbox)) How can I make it right? (Sorry, but I have'nt found anything under Class.type in the

Re: [Gambas-user] How to get the controltypes in a form

2011-10-27 Thread J_Mischk3
Thanks, that what i was looking for. Juergen -- View this message in context: http://old.nabble.com/How-to-get-the-controltypes-in-a-form-tp32731573p32732238.html Sent from the gambas-user mailing list archive at Nabble.com.

Re: [Gambas-user] How to get the controltypes in a form

2011-10-27 Thread Benoît Minisini
Le 27/10/2011 15:50, J_Mischk3 a écrit : > > My idea is to scan a container(form) with several fields ( button, textarea, > text and so on ) and if i can get the class of a Control, i can use special > automated functions to put data from a database into it. > > Example: if Value in DB is 1, aktica

[Gambas-user] How to get the controltypes in a form

2011-10-27 Thread J_Mischk3
My idea is to scan a container(form) with several fields ( button, textarea, text and so on ) and if i can get the class of a Control, i can use special automated functions to put data from a database into it. Example: if Value in DB is 1, akticate Button But HOW is it possible to get this. EXA

Re: [Gambas-user] Gambas2 Bug

2011-10-27 Thread Benoît Minisini
Le 27/10/2011 04:43, Christian DaGeek247 Stephens a écrit : > *I am seriously frustrated with this one, and I don't have a solution for > it.* > * > * > *Here's the deal. I have a program that is fairly far into construction, and > this issue is stopping all production. I made a menu item, and it w

Re: [Gambas-user] Gambas2 Bug

2011-10-27 Thread Jack
Le 27/10/2011 04:43, Christian DaGeek247 Stephens a écrit : > *I am seriously frustrated with this one, and I don't have a solution for > it.* > * > * > *Here's the deal. I have a program that is fairly far into construction, and > this issue is stopping all production. I made a menu item, and it w