Re: [Gambas-user] How adjust Frame border

2013-05-26 Thread Tom
On 5/26/2013 5:22 PM, Benoît Minisini wrote: > Le 26/05/2013 22:38, Tom a écrit : >> I am new to Gambas but have used VB6 for many years. I like gambas very >> much so far. >> >> How do I add/change a border on the Frame control? When I put it on the >> form it does not show a border. >> I would

Re: [Gambas-user] How adjust Frame border

2013-05-26 Thread Benoît Minisini
Le 26/05/2013 22:38, Tom a écrit : > I am new to Gambas but have used VB6 for many years. I like gambas very > much so far. > > How do I add/change a border on the Frame control? When I put it on the > form it does not show a border. > I would like to change the width and color of the border. > >

[Gambas-user] How adjust Frame border

2013-05-26 Thread Tom
I am new to Gambas but have used VB6 for many years. I like gambas very much so far. How do I add/change a border on the Frame control? When I put it on the form it does not show a border. I would like to change the width and color of the border. Also, is there a property that will change the

Re: [Gambas-user] Global error management routine

2013-05-26 Thread Tobias Boege
On Sun, 26 May 2013, Beno?t Minisini wrote: > Le 26/05/2013 10:08, Tobias Boege a ?crit : > > > > I did. This is my FMain.class: > > > > --- > > Static Public Sub Application_Error() > >Error "Error: "; Error.Text > >Print 12 / 0 > > End > > > > Public Sub Button1_Click() > >File.Load("

Re: [Gambas-user] IDE crash when undoing creation of a control in selection

2013-05-26 Thread Benoît Minisini
Le 26/05/2013 10:51, Tobias Boege a écrit : > Hi Benoit, > > maybe I hit the send button too early with the last mail. I got a way to > reproduce the IDE crash I was talking about: > > 1. Create two Buttons on a form; > 2. Select both; > 3. Ctrl+Z to undo creation of the 2nd Button. > It should be

Re: [Gambas-user] Global error management routine

2013-05-26 Thread Benoît Minisini
Le 26/05/2013 10:08, Tobias Boege a écrit : > > I did. This is my FMain.class: > > --- > Static Public Sub Application_Error() >Error "Error: "; Error.Text >Print 12 / 0 > End > > Public Sub Button1_Click() >File.Load("/does/not/exist") > End > --- > > What currently happens is that, wh

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-26 Thread Tobias Boege
On Sun, 26 May 2013, Beno?t Minisini wrote: > Le 26/05/2013 11:47, Beno?t Minisini a ?crit : > > Le 26/05/2013 11:13, Tobias Boege a ?crit : > >> > >> One thing: trunk_version.h is always up to date since it's .PHONY. > > > > This is not what the 'make' documentation says. > > > > If a source file

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-26 Thread Benoît Minisini
Le 26/05/2013 11:47, Benoît Minisini a écrit : > Le 26/05/2013 11:13, Tobias Boege a écrit : >> >> One thing: trunk_version.h is always up to date since it's .PHONY. > > This is not what the 'make' documentation says. > > If a source file depends on a phony target like 'trunk_version.h' (which > is

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-26 Thread Benoît Minisini
Le 26/05/2013 11:13, Tobias Boege a écrit : > > One thing: trunk_version.h is always up to date since it's .PHONY. This is not what the 'make' documentation says. If a source file depends on a phony target like 'trunk_version.h' (which is the case as soon as the file is explicitely included), th

Re: [Gambas-user] gbc3-gb_error.o compiling rev #5670

2013-05-26 Thread Tobias Boege
On Sat, 25 May 2013, Beno?t Minisini wrote: > Le 25/05/2013 11:37, Tobias Boege a ?crit : > > On Fri, 24 May 2013, Beno?t Minisini wrote: > >> Le 23/05/2013 14:23, Tobias Boege a ?crit : > > Sorry, I prefer my way of defining TRUNK_VERSION: you should not modify > the compilation fla

Re: [Gambas-user] Global error management routine

2013-05-26 Thread Tobias Boege
On Sat, 25 May 2013, Beno?t Minisini wrote: > Le 21/05/2013 16:13, Tobias Boege a ?crit : > > Hi Benoit, > > > > when programming a component in C/C++, one can use the error hook to execute > > a function when the interpreter is about to abort because of an error. > > > > In Gambas itself, we only