Re: [Gambas-user] _Get special sub

2014-02-12 Thread Fabien Bodard
Yes but... I want to implement a ReportBoxShadow for the ide the need is : MyReportObject.BoxShadow = ReportBoxShadow[define] If i think for future ... boxshadow is an array So i need to access each shadow this way : MyReportObject.BoxShadow[0].XOffset = For me ... yes there is the same

Re: [Gambas-user] Bug in WaveGenerator 3.5.90

2014-02-12 Thread Fabien Bodard
2014-02-12 7:12 GMT+01:00 Dominique Michel dominique.mic...@vtxnet.ch: Le Wed, 12 Feb 2014 02:57:10 +0200, Jussi Lahtinen jussi.lahti...@gmail.com a écrit : OK, now it works. I'm getting these messages: Cannot connect to server socket err = No such file or directory Cannot connect to server

Re: [Gambas-user] _Get special sub

2014-02-12 Thread Jussi Lahtinen
Why not just simply: STATIC PUBLIC FUNCTION CreateNew[sValue as string] as MySelf hMySelf as new MySelf return MySelf END Jussi On Wed, Feb 12, 2014 at 12:21 PM, Fabien Bodard gambas...@gmail.com wrote: Yes but... I want to implement a ReportBoxShadow for the ide the need is :

Re: [Gambas-user] _Get special sub

2014-02-12 Thread Fabien Bodard
Well because of the Gambas form loader working way. in the form file for example you have : Font = Arial,12,Bold the query become : object.font = Font[Arial,12,Bold] No choice :-) 2014-02-12 15:37 GMT+01:00 Jussi Lahtinen jussi.lahti...@gmail.com: Why not just simply: STATIC PUBLIC

[Gambas-user] Super Events. Are they posible?

2014-02-12 Thread Jorge Carrión
It's posible to raise a Super Event? (Super like in Superman, not in oop). I mean to create a Event that works in every part of the application. I am developing a very large proyect with docens of forms and I've a form calle HelpForm wich implements a Help system for the user sensible to last

Re: [Gambas-user] Super Events. Are they posible?

2014-02-12 Thread Fabien Bodard
http://gambasdoc.org/help/comp/gb/application?v3 These event handlers must be defined in the startup class as static methods to be taken into account by the interpreter. Application_ReadCatches data sent to the standard input. If that static method is defined in the project startup class, then

[Gambas-user] CheckBox

2014-02-12 Thread Matti
Why doesn't have the CheckBox a 'Change' event? Would be very handy to use in an action group with other controls, to catch if the user made changes. Now, the 'Click' events for CheckBoxes have to be handled separately. Regards Matti

Re: [Gambas-user] Bug in WaveGenerator 3.5.90

2014-02-12 Thread Dominique Michel
Le Wed, 12 Feb 2014 11:24:32 +0100, Fabien Bodard gambas...@gmail.com a écrit : 2014-02-12 7:12 GMT+01:00 Dominique Michel dominique.mic...@vtxnet.ch: Le Wed, 12 Feb 2014 02:57:10 +0200, Jussi Lahtinen jussi.lahti...@gmail.com a écrit : OK, now it works. I'm getting these messages:

Re: [Gambas-user] Super Events. Are they posible?

2014-02-12 Thread Jorge Carrión
Oh, Fabien... I don't understand. At the begining of the fMain class in a simple proyect with a textbox in the fMain form. and a second form, Helpform, that just contains a label. I've declared this Static Public Sub Application_Read() Dim f As Helpform If key.code = Key.F1 Then

Re: [Gambas-user] Freeze the IDE only with the words you type!

2014-02-12 Thread Tobias Boege
On Thu, 13 Feb 2014, Tobias Boege wrote: Hi Benoit, very funny issue IMHO. You can freeze the IDE (in an infinite loop maybe?) by doing the following: 1. Create a GUI project (QT4, this is what I always choose at least) 2. Create an Export'd class named Form 3. Open your Form.class

Re: [Gambas-user] Super Events. Are they posible?

2014-02-12 Thread Tobias Boege
On Wed, 12 Feb 2014, Jorge Carri?n wrote: Oh, Fabien... I don't understand. At the begining of the fMain class in a simple proyect with a textbox in the fMain form. and a second form, Helpform, that just contains a label. I've declared this Static Public Sub Application_Read() Dim f

[Gambas-user] Issue 511 in gambas: Datebox.ReadOnly doesn't appear to work

2014-02-12 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Other GUI-Any Usability New issue 511 by adamn...@gmail.com: Datebox.ReadOnly doesn't appear to work http://code.google.com/p/gambas/issues/detail?id=511 1) Describe the problem. If I set a

Re: [Gambas-user] Issue 511 in gambas: Datebox.ReadOnly doesn't appear to work

2014-02-12 Thread gambas
Comment #1 on issue 511 by adamn...@gmail.com: Datebox.ReadOnly doesn't appear to work http://code.google.com/p/gambas/issues/detail?id=511 (Too quick on the trigger finger there, I meant to add...) It looks like the ReadOnly_Write in the ButtonBox only sets the inner TextBox (actually it is