Re: [Lazarus] Rev 35895 crashes on Linux

2012-03-12 Thread zeljko
On Monday 12 of March 2012 02:34:32 Bernd wrote: 2012/3/12 Giuliano Colla giuliano.co...@fastwebnet.it: After updating to rev 35895, Lazarus IDE crashes on startup, with an Invalid Floating Point Operation Exception. Reverting to rev 35880 (the last I was using before the update) it works

Re: [Lazarus] AGG missing 3 asm conversions to work on 64-bit CPU's

2012-03-12 Thread Graeme Geldenhuys
On 11 March 2012 16:17, Florian Klaempfl wrote: Making the helpers inline functions is probably a good idea. True, that could be an intermediate step, until all the shr_xxx() calls [there aren't that many] are replaced with SarXXX() calls, and the shr_xx() can be deleted completely. --

Re: [Lazarus] Project activity

2012-03-12 Thread Graeme Geldenhuys
2012/3/11 Michael Van Canneyt...:: It's a small app that sits in the tray, and can be used to manage project time. If there is interest, I can donate it to the Lazarus community. It also serves as a nice example of how to program Lazarus and tiOPF. Oops, I totally forgot about that app you

Re: [Lazarus] Project activity

2012-03-12 Thread michael . vancanneyt
On Mon, 12 Mar 2012, Graeme Geldenhuys wrote: 2012/3/11 Michael Van Canneyt...:: It's a small app that sits in the tray, and can be used to manage project time. If there is interest, I can donate it to the Lazarus community. It also serves as a nice example of how to program Lazarus and

Re: [Lazarus] Project activity

2012-03-12 Thread José Mejuto
Hello Lazarus-List, Sunday, March 11, 2012, 7:54:47 PM, you wrote: Is there any package or something that add working in project time counters ? Something that shows the time spend in a project. MVC I have such a program, written in Lazarus. MVC It is not directly connected to a lazarus

[Lazarus] Trunk LCL-AggPas demo 1 gives segmentation fault

2012-03-12 Thread Graeme Geldenhuys
Hi, Can anybody else successfully run the AggPasInLCLDemo1 demo (an LCL-AggPas demo) under 64-bit Linux? I've got the latest Lazarus Trunk and using FPC 2.6.1 under 64-bit Ubuntu 10.04. Running the demo gives me a near instant crash. Ignoring the error gives me a blank form. No AggPas painting

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

2012-03-12 Thread Paul Parkyn
On 11/03/12 22:46, Vincent Snijders wrote: The Lazarus team is happy to announce that Lazarus 0.9.30.4RC3 is available for download from: http://sourceforge.net/projects/lazarus/files/ Choose your CPU / OS / distro and then the 0.9.30.4RC3 directory. -snip- Also let me know if you

Re: [Lazarus] Project activity

2012-03-12 Thread michael . vancanneyt
On Mon, 12 Mar 2012, José Mejuto wrote: Hello Lazarus-List, Sunday, March 11, 2012, 7:54:47 PM, you wrote: Is there any package or something that add working in project time counters ? Something that shows the time spend in a project. MVC I have such a program, written in Lazarus. MVC It

Re: [Lazarus] Project activity

2012-03-12 Thread José Mejuto
Hello Lazarus-List, Monday, March 12, 2012, 11:45:31 AM, you wrote: mvwb You'll need tiOPF and a database server. mvwb I use (and recommend) Firebird, but changing it to something mvwb else takes about 2 lines of code. mvwb The included time.sql file creates the database. Thank you, I'm using

Re: [Lazarus] Project activity

2012-03-12 Thread ik
On Mon, Mar 12, 2012 at 12:45, michael.vancann...@wisa.be wrote: On Mon, 12 Mar 2012, José Mejuto wrote: Hello Lazarus-List, Sunday, March 11, 2012, 7:54:47 PM, you wrote: Is there any package or something that add working in project time counters ? Something that shows the time spend

Re: [Lazarus] Trunk LCL-AggPas demo 1 gives segmentation fault

2012-03-12 Thread Alexander Klenin
On Mon, Mar 12, 2012 at 20:57, Graeme Geldenhuys graemeg.li...@gmail.com wrote: I've got the latest Lazarus Trunk and using FPC 2.6.1 under 64-bit Ubuntu 10.04. Running the demo gives me a near instant crash. Ignoring the error gives me a blank form. No AggPas painting occurs at all. #4  

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

2012-03-12 Thread Vincent Snijders
Op 12 maart 2012 11:08 heeft Paul Parkyn zl3...@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 and fpc-2.6.0_2.6.0-1_all.deb the same

Re: [Lazarus] Trunk LCL-AggPas demo 1 gives segmentation fault

2012-03-12 Thread Graeme Geldenhuys
On 12 March 2012 14:17, Alexander Klenin wrote: This may or may not help, but I have carried the patch below in my local copy for a few years already. Thanks, but that made no difference. I can confirm that it is related to font handling. If I comment out the the font loading and drawing code

[Lazarus] Anyone using IME? (windows only) Japanese, Chinese, ....

2012-03-12 Thread Martin
I need testers: http://bugs.freepascal.org/view.php?id=13140 There are now 2 supported ways to use IME (on windows, in SynEdit) revision 35901 -- 0.9.31 only / 0.9.30.x does/will not have it 1) The default IME composition is displayed by SynEdit. The surrounding text is correctly displayed.

Re: [Lazarus] Trunk LCL-AggPas demo 1 gives segmentation fault

2012-03-12 Thread Graeme Geldenhuys
On 12 March 2012 16:18, Graeme Geldenhuys wrote: I'm trying to track down the issue further, but so far I have reviewed all the freetype code, and nothing stands out as immediately wrong. OK, the crash occurs on line 1283 of agg_font_freetype.pas unit. It is when it references

Re: [Lazarus] Trunk LCL-AggPas demo 1 gives segmentation fault

2012-03-12 Thread Henry Vermaak
On 12/03/12 14:27, Graeme Geldenhuys wrote: Anybody else that can put a eyeball in this piece of code? I think I've been staring at it too long, and am missing something obvious now. Why is FT_GlyphSlot a packed record in the aggpas sources? It's not a packed record in the c header (at least

Re: [Lazarus] Trunk LCL-AggPas demo 1 gives segmentation fault

2012-03-12 Thread Henry Vermaak
On 12/03/12 15:02, Henry Vermaak wrote: On 12/03/12 14:27, Graeme Geldenhuys wrote: Anybody else that can put a eyeball in this piece of code? I think I've been staring at it too long, and am missing something obvious now. Why is FT_GlyphSlot a packed record in the aggpas sources? It's not a

Re: [Lazarus] Trunk LCL-AggPas demo 1 gives segmentation fault

2012-03-12 Thread Graeme Geldenhuys
On 12 March 2012 17:02, Henry Vermaak wrote: Why is FT_GlyphSlot a packed record in the aggpas sources?  It's not a packed record in the c header (at least on my system), so they should use {$packrecords c) and a normal record. Funny you mention that. 5 minutes before I had to leave work, I

Re: [Lazarus] Project activity

2012-03-12 Thread ik
I'ved added it into a github project: https://github.com/ik5/time-tracking Ido On Mon, Mar 12, 2012 at 13:40, ik ido...@gmail.com wrote: On Mon, Mar 12, 2012 at 12:45,  michael.vancann...@wisa.be wrote: On Mon, 12 Mar 2012, José Mejuto wrote: Hello Lazarus-List, Sunday, March 11, 2012,

Re: [Lazarus] Trunk LCL-AggPas demo 1 gives segmentation fault

2012-03-12 Thread Graeme Geldenhuys
On 12 March 2012 17:31, Henry Vermaak wrote:  I presume it's a bit too much work to change aggpas to use the fpc freetype interface? The fpc freetype interface unit could be used, but AggPas (as far as I can see), has a more complete translation of the C header. But that is not the only

[Lazarus] Setting ModalResult

2012-03-12 Thread Richard Mace
Hi All, I have my main form, performing the following code: if frmLogIn.ShowModal = mrOk then begin ShowMessage('OK was clicked'); end Now, if at design time on my frmLogIn I have a btnOK.ModalReult := mrOk, when btnOK is clicked, the form closes and the above result is true. However, if at

Re: [Lazarus] Setting ModalResult

2012-03-12 Thread Mattias Gaertner
On Mon, 12 Mar 2012 23:40:31 + Richard Mace richard.m...@gmail.com wrote: Hi All, I have my main form, performing the following code: if frmLogIn.ShowModal = mrOk then begin ShowMessage('OK was clicked'); end Now, if at design time on my frmLogIn I have a btnOK.ModalReult :=