Re: [lazarus] Free method of any object didn't executes.

2007-11-07 Thread 12 12
As for your question, how do you know that your code snippet actually gets called in the first place? Try turning off optimizations and see if that helps. Turning off optimization helps, thanx! -- 12 12 aka skywriter _ To

Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Gerard N/A
Hi Graeme, OK, so here is my wish list which should make it useful for me. * Search the current open projects source, including .inc files for ToDo, TODO, #todo tags. It must support multiple tag formats and maybe have a developer pick their preferred format (see later why) Works in

Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Gerard N/A
Hi Mattias, So forget for a moment the existing implementation and write what a good ToDo List dialog should do. See my replies to Graeme wish list, I think it covers pretty much what a Todo List should do. I'm not sure what the scope of the list should be, but I think there should be an

Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Graeme Geldenhuys
On 07/11/2007, Gerard N/A [EMAIL PROTECTED] wrote: Amen. The only trick with Enter is that when the memo has focus, it naturally eats Enter keys, but I agree that there should be a quick way to validate the entry (Very annoying under D7, you have to grab your mouse or tab until you get to the

Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Graeme Geldenhuys
On 07/11/2007, Gerard N/A [EMAIL PROTECTED] wrote: I'm not sure what the scope of the list should be, but I think there should be an option to exclude the LCL sources. Definitely! The FCL would be another package. Not quite sure how one would handle this. When do you want to search a

Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Mattias Gaertner
On Wed, 7 Nov 2007 10:45:38 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: On 07/11/2007, Gerard N/A [EMAIL PROTECTED] wrote: I'm not sure what the scope of the list should be, but I think there should be an option to exclude the LCL sources. Definitely! The FCL would be another

Re: [lazarus] shift+enter key = shift+tab key

2007-11-07 Thread Mattias Gaertner
On Wed, 07 Nov 2007 14:00:25 +0700 somat [EMAIL PROTECTED] wrote: i used this to change the enter key to tab key : if Key = #13 then begin Key := #0; SelectNext(ActiveControl, true, true); end; but i have some question, how about to change the shift+enter key to

Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Graeme Geldenhuys
On 07/11/2007, Gerard N/A [EMAIL PROTECTED] wrote: * A nice to have (though not urgent and not even sure if needed) would be to have some editor keyboard shortcut to bring up a todo list edit item dialog. So while you are coding and want to insert a item press the shortcut; fill

Re: [lazarus] help for Scanline exemple

2007-11-07 Thread Marc Weustink
wile64 wrote: I found, with Init_BPP32_B8G8R8A8_BIO_TTB and load ScanLineImage, work Ok with Init_BPP32_B8G8R8A8_BIO_TTB and CopyPixels in example don't work, IntfImage.CopyPixels(ScanLineImage); MyBitmap.LoadFromIntfImage(IntfImage); Thats why I asked what the description of IntfImage

[lazarus] [fpc] strange behaviour (crash) in a closing linux daemon

2007-11-07 Thread Alvise Nicoletti
Hi... In my linux daemon, with fpc 2.0.4 I was simply (in the main project) looping while the program flag quit was false and, after that value goes true, I was doing a : shell('rm /var/run/myprogram.pid'); to remove the pid used into it's init.d script. So the pid is deleted and the daemon

Re: [lazarus] help for Scanline exemple

2007-11-07 Thread wile64
2007/11/7, Marc Weustink [EMAIL PROTECTED]: wile64 wrote: I found, with Init_BPP32_B8G8R8A8_BIO_TTB and load ScanLineImage, work Ok with Init_BPP32_B8G8R8A8_BIO_TTB and CopyPixels in example don't work, IntfImage.CopyPixels(ScanLineImage);

Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Gerard N/A
Mattias, Is there a way to discriminate between used units on a package basis? If so, one UI solution could be to put a small treeview on the left of the list form, with a source code structure like: +- MyProject.lpi | +- MyUnit1.pas +- MyUnit2.pas +- LCL +- FCL With the current

Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Gerard N/A
See attached image for and idea of what I mean attachment: todolist.PNG

Re: [lazarus] help for Scanline exemple

2007-11-07 Thread Marc Weustink
wile64 wrote: 2007/11/7, Marc Weustink [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: wile64 wrote: I found, with Init_BPP32_B8G8R8A8_BIO_TTB and load ScanLineImage, work Ok with Init_BPP32_B8G8R8A8_BIO_TTB and CopyPixels in example don't work,

Re: Failed delivery: Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Giuliano Colla
Graeme Geldenhuys ha scritto: Hi, Could somebody please remove this guy from the mailing list subscription! I keep getting bounced messages for every message I send to the list. Bounced messages arrive directly to my mailbox, without passing through the mailing list. So there's nothing the

Re: Failed delivery: Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Graeme Geldenhuys
On 07/11/2007, Giuliano Colla [EMAIL PROTECTED] wrote: Bounced messages arrive directly to my mailbox, without passing through the mailing list. So there's nothing the mailing list can do, AFAIK. I solved the problem just by filtering out the Maersk Crew sender, and sending it to the trash

Re: Failed delivery: Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Giuliano Colla
Graeme Geldenhuys ha scritto: On 07/11/2007, Giuliano Colla [EMAIL PROTECTED] wrote: Bounced messages arrive directly to my mailbox, without passing through the mailing list. So there's nothing the mailing list can do, AFAIK. I solved the problem just by filtering out the Maersk Crew sender,

Re: [lazarus] IDE build problem

2007-11-07 Thread Mark Morgan Lloyd
Vincent Snijders wrote: Mark Morgan Lloyd schreef: I've spent some time tearing what little remains of my hair out over this one :-) I've got 0.9.22 on several machines- Win-32 (NT4), Linux-x86 (Debian Etch) and Linux-SPARC. I'd be nearer the bleeding edge if I had more time and if I

Re: Failed delivery: Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread Michael A. Hess
On Wed, 7 Nov 2007, Graeme Geldenhuys wrote: Could somebody please remove this guy from the mailing list subscription! I keep getting bounced messages for every message I send to the list. Receiver Trzeciak, Grzegorz Zygmunt ([EMAIL PROTECTED]) is on home leave. He is now removed. --

Re: [lazarus] IDE build problem

2007-11-07 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: make[1]: -iTO: Command not found make[2]: Entering directory `/usr/local/share/lazarus-0.9.25-20071106/tools' Makefile:177: *** The Makefile doesn't support target linux-, please run fpcmake first. Stop. make[2]: Leaving directory

Re: [lazarus] adding static package

2007-11-07 Thread Antonio Talamini
Mattias Gaertner ha scritto: On Mon, 05 Nov 2007 12:09:14 +0100 Antonio Talamini [EMAIL PROTECTED] wrote: Does it compile in a simple project or does the bug only appear in the IDE? If you found a compiler bug: Try another compiler version, for example the 2.1.x or 2.3.x. Or change the

Re: Failed delivery: Re: [lazarus] Enhanced TODO list patch

2007-11-07 Thread wile64
Thanks you are a chef, good for the planet ;-) 2007/11/7, Michael A. Hess [EMAIL PROTECTED]: On Wed, 7 Nov 2007, Graeme Geldenhuys wrote: Could somebody please remove this guy from the mailing list subscription! I keep getting bounced messages for every message I send to the list.

Re: [lazarus] help for Scanline exemple

2007-11-07 Thread wile64
Patch to change the ScanLine example, I delete IntfImage to save time and memory! Thanks, -- Laurent. French Forum : http://lazforum-fr.tuxfamily.org/index.php Scanline.patch Description: Binary data