Re: [Lazarus] Setting ModalResult

2012-03-14 Thread Richard Mace
2012/3/13 Flávio Etrusco flavio.etru...@gmail.com Do you set the ModalResult in the button or in the form? If the former, is there any specific reason for it? It's on the form. Just to clarify, it does actually set the ModalResult up correctly, it just doesn't close the form, until you click

Re: [Lazarus] Setting ModalResult

2012-03-14 Thread Mattias Gaertner
On Wed, 14 Mar 2012 07:00:00 + Richard Mace richard.m...@gmail.com wrote: 2012/3/13 Flávio Etrusco flavio.etru...@gmail.com Do you set the ModalResult in the button or in the form? If the former, is there any specific reason for it? It's on the form. Just to clarify, it does

Re: [Lazarus] Lazarus 0.9.30.4RC2 available for download

2012-03-14 Thread Koenraad Lelong
On 07-03-12 16:44, Vincent Snijders wrote: The Lazarus team is happy to announce that Lazarus 0.9.30.4RC2 is available for download from: http://sourceforge.net/projects/lazarus/files/ ... Hi, I downloaded the deb's on monday. I unpacked them and while I can install fpc fine, I can't install

Re: [Lazarus] Setting ModalResult

2012-03-14 Thread Salvatore Coppola
Set in the Object Inspector Borderstyle to bsDialog and the form behavior should be what you need Regards, Salvatore 2012/3/13 Flávio Etrusco flavio.etru...@gmail.com: Do you set the ModalResult in the button or in the form? If the former, is there any specific reason for it? Best regards,

Re: [Lazarus] Setting ModalResult

2012-03-14 Thread Mattias Gaertner
Salvatore Coppola coppolastu...@gmail.com hat am 14. März 2012 um 11:57 geschrieben: Set in the Object Inspector Borderstyle to bsDialog and the form behavior should be what you need BorderStyle has nothing to do with ModalResult. This is enough to close a modal dialog: procedure

Re: [Lazarus] Setting ModalResult

2012-03-14 Thread Richard Mace
2012/3/14 Mattias Gaertner nc-gaert...@netcologne.de ** Salvatore Coppola coppolastu...@gmail.com hat am 14. März 2012 um 11:57 geschrieben: Set in the Object Inspector Borderstyle to bsDialog and the form behavior should be what you need BorderStyle has nothing to do with

Re: [Lazarus] Lazarus 0.9.30.4RC2 available for download

2012-03-14 Thread Bart
On 3/14/12, Koenraad Lelong lazar...@de-brouwerij.be wrote: dpkg: vereistenproblemen verhinderen de configuratie van lazarus-ide-0.9.30.4: lazarus-ide-0.9.30.4 is afhankelijk van libgdk-pixbuf2.0-0 (= 2.22.0); maar: Pakket `libgdk-pixbuf2.0-0' is niet geïnstalleerd. Lazarus can still

Re: [Lazarus] Lazarus 0.9.30.4RC2 available for download

2012-03-14 Thread Koenraad Lelong
On 14-03-12 15:12, Bart wrote: ... Alternatively just install fpc 2.6.0 and build Lazarus from sources. Bart Bart, I wanted to report my experience with installing the new lazarus, with ubuntu 10.04 LTS. It's been a while I used lazarus under linux, so I'll have to search for a how-to, to

Re: [Lazarus] Lazarus 0.9.30.4RC2 available for download

2012-03-14 Thread Koenraad Lelong
On 07-03-12 16:44, Vincent Snijders wrote: The Lazarus team is happy to announce that Lazarus 0.9.30.4RC2 is available for download from: http://sourceforge.net/projects/lazarus/files/ Choose your CPU / OS / distro and then the 0.9.30.4RC2 directory. Hi, I just tried to install lazarus on

Re: [Lazarus] Lazarus 0.9.30.4RC2 available for download

2012-03-14 Thread Richard Mace
On 14 March 2012 15:25, Andrew Haines andrewd...@aol.com wrote: On 03/14/12 10:59, Koenraad Lelong wrote: On 14-03-12 15:12, Bart wrote: ... Alternatively just install fpc 2.6.0 and build Lazarus from sources. Bart Bart, I wanted to report my experience with installing the new

Re: [Lazarus] Setting ModalResult

2012-03-14 Thread Salvatore Coppola
2012/3/14 Mattias Gaertner nc-gaert...@netcologne.de: Salvatore Coppola coppolastu...@gmail.com hat am 14. März 2012 um 11:57 geschrieben: Set in the Object Inspector Borderstyle to bsDialog and the form behavior should be what you need My apologie for misleading! BorderStyle has

Re: [Lazarus] Lazarus 0.9.30.4 release candidate 3 available for download

2012-03-14 Thread Paul Parkyn
On 13/03/12 03:01, Vincent Snijders wrote: Op 12 maart 2012 11:08 heeft Paul Parkynzl3...@paradise.net.nz het volgende geschreven: Hello, I've downloaded the tar deb files from sourceforge and when untarred, there are two files with similar names as follows: for instance fpc_2.6.0-1_all.deb

[Lazarus] lazbuild build IDE profiles

2012-03-14 Thread Mattias Gaertner
Hi, lazbuild can now compile an IDE with its build profiles. To compile the IDE with its standard profile use lazbuild --build-ide= To compile the IDE with another profile use lazbuild --build-ide= --build-mode=profile2 The --build-ide=options are now added to options, instead of replacing