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 is

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

2014-10-02 Thread B Bruen
On Thu, 02 Oct 2014 16:27:44 +0200 Benoît Minisini wrote: > 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

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

2014-10-02 Thread Benoît Minisini
Le 03/10/2014 01:56, PICCORO McKAY Lenz a écrit : > i'm confirme too... > > i'm try to load a wiki page (odbc related how to) and the picture examples > are not loaded > We were talking about screenshots from gambas.sourceforge.net, not the ODBC page of the wiki. -- Benoît Minisini --

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

2014-10-02 Thread PICCORO McKAY Lenz
i'm confirme too... i'm try to load a wiki page (odbc related how to) and the picture examples are not loaded Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com -- Meet PCI DSS 3.0 Compliance Requirements with

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

2014-10-02 Thread Ru Vuott
Ooook, Benoît, now it works. Bye vuott Gio 2/10/14, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] ERROR when I put a GridView on the Form A: "mailing list for gambas users" Data: Giovedì 2 ottobre 2014, 23:39 Le 01/10/2014 20:57, Ru

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

2014-10-02 Thread Jorge Carrión
Ok. Thanks a lot, Benoit. Regards 2014-10-02 23:42 GMT+02:00 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 prop

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] 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 tw

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] 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] 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 Strin

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 P

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

2014-10-02 Thread Charlie
Ru Vuott 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. > Scro

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

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 drawin

[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 orde

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 w

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 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 p

[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 co

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 wrote: > > > Am 30.09.2014 15:10, schrieb B Bruen: > > On Tue, 30 Sep 2014 10:59:36 +0200 > > Rolf-Werner Eilert wrote: > > > >> Hi, > >> > >> TextArea produces a pop-up menu when right-clicking on it. What can I do > >> to get rid of this

[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 Rolf-Werner Eilert
Am 30.09.2014 15:10, schrieb B Bruen: > On Tue, 30 Sep 2014 10:59:36 +0200 > Rolf-Werner Eilert 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 manipulate the text v