Re: [Gambas-user] TextArea Pop-up Menu on right click

2014-10-02 Thread Rolf-Werner Eilert
Am 30.09.2014 15:10, schrieb B Bruen: On Tue, 30 Sep 2014 10:59:36 +0200 Rolf-Werner Eilert eilert-sprac...@t-online.de wrote: Hi, TextArea produces a pop-up menu when right-clicking on it. What can I do to get rid of this behavious, i. e. when I do not want the user to be able to

[Gambas-user] MyPrinter.configure() values

2014-10-02 Thread Rolf-Werner Eilert
When I call MyPrinter.Configure() I can set e. g. the margins for the pages. Where can I read / write the values of the dialogue from code? Rolf -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve

Re: [Gambas-user] TextArea Pop-up Menu on right click

2014-10-02 Thread B Bruen
On Thu, 02 Oct 2014 10:22:21 +0200 Rolf-Werner Eilert eilert-sprac...@t-online.de wrote: Am 30.09.2014 15:10, schrieb B Bruen: On Tue, 30 Sep 2014 10:59:36 +0200 Rolf-Werner Eilert eilert-sprac...@t-online.de wrote: Hi, TextArea produces a pop-up menu when right-clicking on it.

[Gambas-user] Issue 565 in gambas: Add in preferences settings criterion for automated control names

2014-10-02 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Enhancement Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 565 by torredel...@gmail.com: Add in preferences settings criterion for automated control names https://code.google.com/p/gambas/issues/detail?id=565 You

Re: [Gambas-user] TextArea Pop-up Menu on right click

2014-10-02 Thread Rolf-Werner Eilert
Am 30.09.2014 15:29, schrieb Benoît Minisini: Le 30/09/2014 10:59, Rolf-Werner Eilert a écrit : Hi, TextArea produces a pop-up menu when right-clicking on it. What can I do to get rid of this behavious, i. e. when I do not want the user to be able to manipulate the text via the pop-up

Re: [Gambas-user] TextArea Pop-up Menu on right click

2014-10-02 Thread Emanuele Sottocorno
Il 30/09/2014 10:59, Rolf-Werner Eilert ha scritto: Hi, TextArea produces a pop-up menu when right-clicking on it. What can I do to get rid of this behavious, i. e. when I do not want the user to be able to manipulate the text via the pop-up menu? Thanks for your ideas! Rolf

Re: [Gambas-user] TextArea Pop-up Menu on right click

2014-10-02 Thread Benoît Minisini
Le 02/10/2014 15:36, Rolf-Werner Eilert a écrit : Am 30.09.2014 15:29, schrieb Benoît Minisini: Le 30/09/2014 10:59, Rolf-Werner Eilert a écrit : Hi, TextArea produces a pop-up menu when right-clicking on it. What can I do to get rid of this behavious, i. e. when I do not want the user to

[Gambas-user] Constant order to process in component creation

2014-10-02 Thread Jorge Carrión
I'm creating a new component that appears fine in the IDE. But I have a problem: There is a property who triggers a method when is implemented but it needs another property for work and this property is processed after the first one by the IDE The properties appears in the IDE in alphabetical

Re: [Gambas-user] MyPrinter.configure() values

2014-10-02 Thread Benoît Minisini
Le 02/10/2014 10:37, Rolf-Werner Eilert a écrit : When I call MyPrinter.Configure() I can set e. g. the margins for the pages. Where can I read / write the values of the dialogue from code? Rolf At the moment you can't, but by using the FullPage property, you can choose between drawing on

Re: [Gambas-user] Constant order to process in component creation

2014-10-02 Thread Tobias Boege
On Thu, 02 Oct 2014, Jorge Carri??n wrote: I'm creating a new component that appears fine in the IDE. But I have a problem: There is a property who triggers a method when is implemented but it needs another property for work and this property is processed after the first one by the IDE The

Re: [Gambas-user] ERROR when I put a GridView on the Form

2014-10-02 Thread Charlie
Ru Vuott vuott at yahoo.it writes: Hello, when I set the GRIDVIEW on the Form an error-notice window is raised: *** *** This application has raised an unexpected error and must abort. [13] Null object.

Re: [Gambas-user] Constant order to process in component creation

2014-10-02 Thread Jorge Carrión
Excuse my poor English. What I mean with processing properties is the execution of triggered methods _read and _write of the propertie. What I mean is somenthing like that: Export Inherits TableView Public Const _Properties As String = *,conexion,sqlstring Property conexion As Connection

Re: [Gambas-user] Constant order to process in component creation

2014-10-02 Thread Tobias Boege
On Thu, 02 Oct 2014, Jorge Carri??n wrote: Excuse my poor English. What I mean with processing properties is the execution of triggered methods _read and _write of the propertie. What I mean is somenthing like that: Export Inherits TableView Public Const _Properties As String =

Re: [Gambas-user] ERROR when I put a GridView on the Form

2014-10-02 Thread Benoît Minisini
Le 01/10/2014 20:57, Ru Vuott a écrit : Hello, when I set the GRIDVIEW on the Form an error-notice window is raised: ** This application has raised an unexpected error and must abort. [13] Null object.

Re: [Gambas-user] Screenshots gambas.sourceforge.net 404

2014-10-02 Thread Benoît Minisini
Le 01/10/2014 08:47, Christof Thalhofer a écrit : Hi, all links to screenshots in http://gambas.sourceforge.net/en/main.html point to nonexisting files. Alles Gute Christof Thalhofer It works for me. -- Benoît Minisini

Re: [Gambas-user] Constant order to process in component creation

2014-10-02 Thread Benoît Minisini
Le 02/10/2014 23:18, Tobias Boege a écrit : On Thu, 02 Oct 2014, Jorge Carri??n wrote: ... Yep. You can't rely on property initialization order, this is a bug in your code if you do that. The properties of a control must be set-able in any order. If your control requires that at least two

Re: [Gambas-user] Constant order to process in component creation

2014-10-02 Thread Jorge Carrión
Does this help you? Yes Tobi it's helpfull. About your question: If I was you, I wouldn't want to rely on a specific order of execution. What if the user sets conexion = Null *mid-execution*? You need to handle the case $conexion = Null in your fill_the_grid(): Usually I allways set the code

Re: [Gambas-user] Screenshots gambas.sourceforge.net 404

2014-10-02 Thread Christof Thalhofer
Hi Benoît, Am 02.10.2014 um 23:39 schrieb Benoît Minisini: all links to screenshots in http://gambas.sourceforge.net/en/main.html point to nonexisting files. It works for me. Yes, now it's ok. Strange ... maybe that was a proxy problem with that frame. But now I'm seeing another issue: