[Gambas-user] Where do put translation package for a gambas application (specifically IDE)?

2010-04-08 Thread Leandro Santiago
Hello to all. I'm continuing the pt_BR translation of Gambas3 IDE, but I'm having a problem. I'm using lokalize (old kbabel) to translate the potfile, but I don't know how "integrate" the translation into gambas IDE. I recreated the .mo file and recompiled gambas3.gambas, but it continues in Engl

Re: [Gambas-user] Usage of Editor object

2010-04-08 Thread Olivier Cruilles
Hi Jussi, Thank's. I'll see inside to understand how it work. Olivier Cruilles Mail: linu...@club-internet.fr Le 8 avr. 2010 à 21:40, Jussi Lahtinen a écrit : > > Look at Gambas IDE source code. > You find related code under FTextEditor.form. > > Jussi > > > On Thu, Apr 8, 2010 at 22:17,

Re: [Gambas-user] config dialog box, for a custom control

2010-04-08 Thread Benoît Minisini
> I want to create a config dialog box for a custom control, so that the > IDE display a button "..." in the Form Editor ToolBox, like when the > property _Properties includes Kind=[Color|Font|Path|...] > > Is this possible? > -- > Fabián Flores Vadell > www.speedbooksargentina.blogspot.com > It

Re: [Gambas-user] Usage of Editor object

2010-04-08 Thread Jussi Lahtinen
Look at Gambas IDE source code. You find related code under FTextEditor.form. Jussi On Thu, Apr 8, 2010 at 22:17, Olivier Cruilles wrote: > Hi everybody, > > I'm working on a new project that use the Editor object. > > I'm trying to configure the highlight properties and never the event > high

[Gambas-user] Usage of Editor object

2010-04-08 Thread Olivier Cruilles
Hi everybody, I'm working on a new project that use the Editor object. I'm trying to configure the highlight properties and never the event highlight arrive. Does anyone can give me an example or know how to use it please ? I'll build a little editor to convert text file to something like Doku

[Gambas-user] config dialog box, for a custom control

2010-04-08 Thread Fabián Flores Vadell
I want to create a config dialog box for a custom control, so that the IDE display a button "..." in the Form Editor ToolBox, like when the property _Properties includes Kind=[Color|Font|Path|...] Is this possible? -- Fabián Flores Vadell www.speedbooksargentina.blogspot.com -

Re: [Gambas-user] Debugging program to find error

2010-04-08 Thread craf
-Mensaje original- De: Benoît Minisini Reply-to: mailing list for gambas users Para: mailing list for gambas users Asunto: Re: [Gambas-user] Debugging program to find error Fecha: Thu, 8 Apr 2010 18:29:17 +0200 > Hi > > Continuing with experiments to try to implement a project of Gamb

Re: [Gambas-user] Parallel Port

2010-04-08 Thread Benoît Minisini
> Hi there, I don't have a program to offer you. All my old code is in > other languages. > I did however write a little working example for you. > You will need to use port, not parport0. > For some reason that is unknown to me, I too, am unable to get parport > to work correctly from gambas. > >

Re: [Gambas-user] Parallel Port

2010-04-08 Thread Les Hardy
Hi there, I don't have a program to offer you. All my old code is in other languages. I did however write a little working example for you. You will need to use port, not parport0. For some reason that is unknown to me, I too, am unable to get parport to work correctly from gambas. I tested the

Re: [Gambas-user] Debugging program to find error

2010-04-08 Thread Benoît Minisini
> Hi > > Continuing with experiments to try to implement a project of Gambas on a > computer that does not have the IDE using the variable GB_DIR. > > The main problem is to debug the project on the computer that Gambas is > not installed because the debugger does not work with the parameters > i

[Gambas-user] Debugging program to find error

2010-04-08 Thread craf
Hi Continuing with experiments to try to implement a project of Gambas on a computer that does not have the IDE using the variable GB_DIR. The main problem is to debug the project on the computer that Gambas is not installed because the debugger does not work with the parameters indicated on the

Re: [Gambas-user] Parallel Port - Illegal Seek -

2010-04-08 Thread Benoît Minisini
> Hi All, > > I am writing a parallel port interface, however I am struggling with how to > write to the parallel port. Below I have included the code that I have > used. Following that I have included the BASIC code that I am > bastardizing. > > My Gambas version is Gambas2.13 > I am running L

Re: [Gambas-user] Parallel Port - Illegal Seek -

2010-04-08 Thread Doriano Blengino
mike ha scritto: > On 04/07/2010 02:47 PM, nando wrote: > >> Seek will not change the address. >> >> >> -- Original Message --- >> From: Doriano Blengino >> To: nand...@nothingsimple.com, mailing list for gambas users >> >> Sent: Wed, 07 Apr 2010 11:06:42 +0200 >> Subject: Re: [