Re: [Lazarus] FlipText

2010-10-19 Thread Martin
On 20/10/2010 02:20, silvioprog wrote: Hi guys, It's possible in Lazarus?: http://www.fliptext.org/ (canvas? :s special font? :o ) font.orientation := 180; canvas.Textout... -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://l

[Lazarus] Why edit is focused under windows when form.show is called?

2010-10-19 Thread fluisgira...@gmail.com
Why TEdit select all your content under windows when form.show is called or when your parent form gets the focus again? This don't occurs under Qt/Gtk2 and Delphi, so what's wrong? Has some way to avoid this? Regards, Fabio -- ___ Lazarus mailing lis

[Lazarus] FlipText

2010-10-19 Thread silvioprog
Hi guys, It's possible in Lazarus?: http://www.fliptext.org/ (canvas? :s special font? :o ) -- Silvio Clécio, *programmer* *ObjectPascal* -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.

Re: [Lazarus] FPC 2.4.2 RC1 available

2010-10-19 Thread Marco van de Voort
On Mon, Oct 18, 2010 at 03:07:55PM +0200, Bernd Kreuss wrote: > On 13.10.2010 11:33, Marco van de Voort wrote: > > > Make sure you test it well anyways. (add one or two local hotfixes if you > > have to). 2.4.2 must really last a while. > > Why does it have to "last a while"? Does it cost money t

Re: [Lazarus] Using dbugintf

2010-10-19 Thread Leonardo M . Ramé
On 2010-10-19 21:38:58 +0200, Michael Van Canneyt wrote: > > > On Tue, 19 Oct 2010, Leonardo M. Ramé wrote: > > >Does anyone knows how to use dbugintf?, I mean, where's the program that > >get the messages generated from SendDebug?. > > The one I use and recommend is in lazarus/tools/debugserve

Re: [Lazarus] Building and running Lazarus natively on various architectures

2010-10-19 Thread Mark Morgan Lloyd
Mark Morgan Lloyd wrote: This thread is a summary of intermittent experience over the last year or so with Lazarus running natively on various platforms. I hope to cover ARM, PPC, SPARC and (for completeness) x86 on Linux (Debian v5 "Lenny"), possibly also some older Windows OSes on x86 (NT, W2

Re: [Lazarus] Using dbugintf

2010-10-19 Thread Michael Van Canneyt
On Tue, 19 Oct 2010, Leonardo M. Ramé wrote: Does anyone knows how to use dbugintf?, I mean, where's the program that get the messages generated from SendDebug?. The one I use and recommend is in lazarus/tools/debugserver. There is also one in fcl-base/examples/dbugsrv.pp, but that is a pri

[Lazarus] Using dbugintf

2010-10-19 Thread Leonardo M . Ramé
Does anyone knows how to use dbugintf?, I mean, where's the program that get the messages generated from SendDebug?. -- Leonardo M. Ramé http://leonardorame.blogspot.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.laza

Re: [Lazarus] TXMLPropstorage not consistently saviing

2010-10-19 Thread A.J. Venter
> > On Tue, Oct 19, 2010 at 11:22 AM, Michael Van Canneyt > wrote: >> >> Can you post a sample project, so we can test it ? >> >> Michael. As promised here is the code as it stands: svn co https://preside.svn.sourceforge.net/svnroot/preside/trunk preside Which should replicate the issue I hope.

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Felipe Monteiro de Carvalho
2010/10/19 Mattias Gärtner : > crash on S='' I fixed this in fpc subversion -- Felipe Monteiro de Carvalho -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] FPC 2.4.2 RC1 available

2010-10-19 Thread Graeme Geldenhuys
Op 2010-10-19 16:56, Marco van de Voort het geskryf: > On Tue, Oct 19, 2010 at 10:34:27AM +0200, Graeme Geldenhuys wrote: >> >> Using the snapshot listed above, I get the following error, when >> I try and rebuild the IDE (with my new package selection). Compiling >> seems fine, it's just the linki

Re: [Lazarus] FPC 2.4.2 RC1 available

2010-10-19 Thread Marco van de Voort
On Tue, Oct 19, 2010 at 10:34:27AM +0200, Graeme Geldenhuys wrote: > > Using the snapshot listed above, I get the following error, when > I try and rebuild the IDE (with my new package selection). Compiling > seems fine, it's just the linking that keeps failing. I have also > setup this snapshot t

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Graeme Geldenhuys
Op 2010-10-19 15:43, Felipe Monteiro de Carvalho het geskryf: > It seams that a lot of tests fail compiling, but they compile fine > with Lazarus. I haven't yet found where the code to compile them is. Here some compile and some don't > About the crash, the code to save the XML is trivial:

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Graeme Geldenhuys
Op 2010-10-19 15:56, Felipe Monteiro de Carvalho het geskryf: > > I would like to fix, but my IDE refuses to open the form view for > guitestrunner.pas. Any ideas about how to force it to open this file > as a form? Opens fine in the Form Designer here as for the crash, I'm running the tests

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Mattias Gärtner
Zitat von Felipe Monteiro de Carvalho : It seams that a lot of tests fail compiling, but they compile fine with Lazarus. I haven't yet found where the code to compile them is. About the crash, the code to save the XML is trivial: procedure TGUITestRunner.SaveAsToolButtonClick(Sender: TObject);

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Felipe Monteiro de Carvalho
The XML saving works here. About the compilation, it seams in my case lazbuild is missing my primary-config-path, and the testcase GUI doesn't have a place to put it. I would like to fix, but my IDE refuses to open the form view for guitestrunner.pas. Any ideas about how to force it to open this

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Felipe Monteiro de Carvalho
It seams that a lot of tests fail compiling, but they compile fine with Lazarus. I haven't yet found where the code to compile them is. About the crash, the code to save the XML is trivial: procedure TGUITestRunner.SaveAsToolButtonClick(Sender: TObject); begin if SaveDialog.Execute then XML

Re: [Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Graeme Geldenhuys
I used the GUI Test Runner. Trying to save the XML results (second tab) to file caused a "Stream failure" and the GUI TestRunner application crashed. Only partial results was written to file. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://opensoft.

[Lazarus] lazarus unit test failures: 198 out of 257 fail

2010-10-19 Thread Graeme Geldenhuys
Hi, I don't know how frequent these are run or looked at, but I used yesterday's FPC 2.4.2rc1 and Lazarus 0.9.29 snapshot (that Vincent release) under Windows 2000, and got all these test failures... snip 257 1 197

Re: [Lazarus] TXMLPropstorage not consistently saviing

2010-10-19 Thread A.J. Venter
I'll get some up as soon as I get home tonight. The only copy of the early stuff so far is on my home PC (while I'm at it, I need to get it version controlled before it gets any bigger anyway :P ) A.J. On Tue, Oct 19, 2010 at 11:22 AM, Michael Van Canneyt wrote: > > Can you post a sample project

Re: [Lazarus] TXMLPropstorage not consistently saviing

2010-10-19 Thread Graeme Geldenhuys
Op 2010-10-19 11:19, A.J. Venter het geskryf: > > I know I've been out of the lazarus scene for a while but I was almost > entirely out of the development scene for a few months (needed a > break) It seems you have just been doing what your blob site says: silentcoder :) Hope the break was good

Re: [Lazarus] TXMLPropstorage not consistently saviing

2010-10-19 Thread Michael Van Canneyt
Can you post a sample project, so we can test it ? Michael. On Mon, 18 Oct 2010, A.J. Venter wrote: Hi guys, I'm having a really weird problem with TXMLPropstorage (using lazarus SVN from Saturday). I actually have some calls to TXMLPropstorage.save to try and ensure it happens, but apparentl

Re: [Lazarus] TXMLPropstorage not consistently saviing

2010-10-19 Thread A.J. Venter
I guess nobody has an answer for me ? :S I know I've been out of the lazarus scene for a while but I was almost entirely out of the development scene for a few months (needed a break) - now I've begun a pretty awesome new project in lazarus so I'll be quite active again (and since most of my previ

Re: [Lazarus] TThread.WaitFor blocks the main event loop under Linux

2010-10-19 Thread Michael Schnell
On 10/18/2010 06:54 PM, Vincent Snijders wrote: Michael, please read http://wiki.lazarus.freepascal.org/libc_unit#The_problem_with_unit_libc, so you know what you are talking about and understand the difference between library libc and unit libc. I do know, but anyway while it does make sense t

Re: [Lazarus] FPC 2.4.2 RC1 available

2010-10-19 Thread Graeme Geldenhuys
Op 2010-10-18 09:38, Vincent Snijders het geskryf: > > For win32 a snapshot of Lazarus 0.9.29 and fpc 2.4.2rc1 can be found at: > Today's snapshot is: > ftp://ftp.hu.freepascal.org/pub/lazarus/snapshots/Lazarus-0.9.29-27743-fpc-2.4.2rc1-20101018-win32.exe > Using the snapshot listed above, I get

Re: [Lazarus] lazarus 32bit locks up under win7-64

2010-10-19 Thread Sven Barth
Am 19.10.2010 01:52, schrieb BTree Computing Services: I started converting a Delphi2006 windows service to lazarus last week. My core application converts fine, however, I need to re-do the portions that rely on the Indy components and the TurboPower XML partners. I have lazarus installed in c