Re: [Lazarus] font.name=default

2014-08-24 Thread Hans-Peter Diettrich
Philippe schrieb: just for information ... I tried to use your suggestion ... it works ... but ... I am using TGroupBox in TGroupBox in TGroupBox ... your example just loops on the top level controls of the form ... needing to use recursive function to go through contained group boxes ... w

[Lazarus] LazReport: TfrReport.LoadFromFile question

2014-08-24 Thread Bart
Hi, TfrReport.LoadFromFile does not raise an exception (or return ay other indication of error) if the file does not exist and the filename has the .lrf extension. If the filename has another extension the code results in a dialog 'Unsupported FRF format'. This to me is even more bothersome, I can

Re: [Lazarus] font.name=default

2014-08-24 Thread Philippe
just for information ... I tried to use your suggestion ... it works ... but ... I am using TGroupBox in TGroupBox in TGroupBox ... your example just loops on the top level controls of the form ... needing to use recursive function to go through contained group boxes ... what I´ll do later.

Re: [Lazarus] Need testers for the a new debugger

2014-08-24 Thread Joost van der Sluis
On 07/21/2014 10:11 PM, C Western wrote: Managed to create a small test program: program tproj; uses sysutils; procedure a(const s: string); var a: string; r: array [0..10] of Double; begin a := s+s+s; r[8] := StrToFloat(a); WriteLn(a, ' ', r[8]) end; begin a('6'); <<-Set break po

Re: [Lazarus] Translating php://input into fcl-web

2014-08-24 Thread silvioprog
On Sun, Aug 24, 2014 at 8:37 AM, "Leonardo M. Ramé" wrote: > On 24/08/14 07:31, "Leonardo M. Ramé" wrote: > >> On 24/08/14 00:08, silvioprog wrote: >> >>> Oops, >>> >>> On Sun, Aug 24, 2014 at 12:02 AM, silvioprog >> > wrote: >>> >>> On Sat, Aug 23, 2014 at 9:07 P

Re: [Lazarus] Translating php://input into fcl-web

2014-08-24 Thread Leonardo M. Ramé
On 24/08/14 07:31, "Leonardo M. Ramé" wrote: On 24/08/14 00:08, silvioprog wrote: Oops, On Sun, Aug 24, 2014 at 12:02 AM, silvioprog mailto:silviop...@gmail.com>> wrote: On Sat, Aug 23, 2014 at 9:07 PM, "Leonardo M. Ramé" mailto:l.r...@griensu.com>> wrote: [...] Thank

Re: [Lazarus] Translating php://input into fcl-web

2014-08-24 Thread Leonardo M. Ramé
On 24/08/14 00:08, silvioprog wrote: Oops, On Sun, Aug 24, 2014 at 12:02 AM, silvioprog mailto:silviop...@gmail.com>> wrote: On Sat, Aug 23, 2014 at 9:07 PM, "Leonardo M. Ramé" mailto:l.r...@griensu.com>> wrote: [...] Thank you very much Silvio for testing. My