Re: [Lazarus] Carbon Application: Unable to open file "-psn_0_....."

2013-09-09 Thread Mattias Gaertner
On Mon, 9 Sep 2013 21:45:56 +0200 Schindler Karl-Michael wrote: > Hi > > I tried the program ddrescueview > (http://sourceforge.net/projects/ddrescueview) on Mac OS X 10.6.8. The build > goes well with Lazarus 1.0.12, but when running the program i get the error > message: > > Unable to open

Re: [Lazarus] A manifest file X WMPaint event

2013-09-09 Thread Hans-Peter Diettrich
Ademir Constantino schrieb: Dear all I have noted something strange when I try to use a WMPaint event with Manifest File for Windows theme support. For example, If create a descendent class from TEdit and I add this event: procedure WMPaint (var Message: TLMPaint); message LM_PAINT; Even I

[Lazarus] Carbon Application: Unable to open file "-psn_0_....."

2013-09-09 Thread Schindler Karl-Michael
Hi I tried the program ddrescueview (http://sourceforge.net/projects/ddrescueview) on Mac OS X 10.6.8. The build goes well with Lazarus 1.0.12, but when running the program i get the error message: Unable to open file "-psn_0_." If I click OK, the application proceeds and everything seems

[Lazarus] A manifest file X WMPaint event

2013-09-09 Thread Ademir Constantino
Dear all I have noted something strange when I try to use a WMPaint event with Manifest File for Windows theme support. For example, If create a descendent class from TEdit and I add this event: procedure WMPaint (var Message: TLMPaint); message LM_PAINT; Even I do not write anything in this

Re: [Lazarus] New PostgreSql 9.3 and JSON

2013-09-09 Thread silvioprog
Very nice. Thank you! (y) 2013/9/9 Leonardo M. Ramé > Hi, I've published a blogpost about getting JSON from queries using the > new PostgreSql 9.3. > > Please take a look and comment: > > > http://leonardorame.blogspot.com.ar/2013/09/lazarus-postgresqls-json-your-secret.html > > Regards, > -- >

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-09 Thread Junior
I installed the "fpc 2.6.2" and "Lazarus 1.1" svn in VirtualBox (with Ubuntu 12.04). The problem remains. I suspect from the fpc. Before I used version 2.7.1 I started using the 2.6.2 version in little time. I will install version 2.7.1 and confirm. thanks --

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-09 Thread Junior
Yes, I confirm. The problem is in the Lazarus IDE (editor). Em 09-09-2013 08:35, Graeme Geldenhuys escreveu: On 2013-09-09 11:32, Bart wrote: OK, let's make it even more simple. What does ShowMessage(#$C3#$84#$C3#$8B#$C3#$8F#$C3#$96#$C3#$9C) show? >From Junior's screenshots it seem the dis

[Lazarus] New PostgreSql 9.3 and JSON

2013-09-09 Thread Leonardo M . Ramé
Hi, I've published a blogpost about getting JSON from queries using the new PostgreSql 9.3. Please take a look and comment: http://leonardorame.blogspot.com.ar/2013/09/lazarus-postgresqls-json-your-secret.html Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com -- ___

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-09 Thread Graeme Geldenhuys
On 2013-09-09 11:32, Bart wrote: > > OK, let's make it even more simple. > What does ShowMessage(#$C3#$84#$C3#$8B#$C3#$8F#$C3#$96#$C3#$9C) show? >From Junior's screenshots it seem the display problem which he is referring to, is in the Lazarus IDE (editor) - nothing to do with the ShowMessage()

Re: [Lazarus] childisizing and bevelouter

2013-09-09 Thread Andrea Mauri
Il 09/09/2013 12:24, Mattias Gaertner ha scritto: Should I have to open a bug issue on the bugtracker? Yes, please. Done.ID=0024986 -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/

[Lazarus] Rowheight of a DBGrid

2013-09-09 Thread Koenraad Lelong
Hi, Is it possible to set the height of individual rows in a DBGrid ? I have a database containing multi-line texts. I now can display these lines, but more than two lines of text in a rowheigth of 18 will be problematic. I could modify the defaultrowheight but then also the fixed row height wi

Re: [Lazarus] IDE - SynEdit not accept accented characters

2013-09-09 Thread Bart
On 9/9/13, Junior wrote: > Works on all programs on my Linux does not work in Lazarus. OK, let's make it even more simple. What does ShowMessage(#$C3#$84#$C3#$8B#$C3#$8F#$C3#$96#$C3#$9C) show? (#$C3#$84#$C3#$8B#$C3#$8F#$C3#$96#$C3#$9C is the UTF8 sequence for 'ÄËÏÖÜ)' If this also dos not show a

Re: [Lazarus] childisizing and bevelouter

2013-09-09 Thread Mattias Gaertner
> Andrea Mauri hat am 9. September 2013 um 11:46 > geschrieben: > > > Dear all, > I got a problem using ChildSizing. > I have a form, I put a Panel aligned to client then OnCreate I do: > > procedure TForm1.FormCreate(Sender: TObject); > var > i: Integer; > pan: TPanel; > begin > Panel1.ChildSizi

[Lazarus] childisizing and bevelouter

2013-09-09 Thread Andrea Mauri
Dear all, I got a problem using ChildSizing. I have a form, I put a Panel aligned to client then OnCreate I do: procedure TForm1.FormCreate(Sender: TObject); var i: Integer; pan: TPanel; begin Panel1.ChildSizing.ControlsPerLine:= 10; Panel1.ChildSizing.EnlargeHorizontal:= crsHomogenousChi