RE: [lazarus] ntdll error when start application - er screenshot actually

2007-09-27 Thread 12 12
May be off topic (sorry) and unwarranted - 15k is reasonable, I've just had a fair share of people sending me 2M screen shots or screenshots in word documents and the desire for educating in image handling is strong. Thanx for advices. The bug doesn't occur if set None in Debugger

[lazarus] copy Lazarus version to clipboard

2007-09-27 Thread Graeme Geldenhuys
Hi, I find something very annoying (or lack of a better word) every time I need to report a bug on Mantis. When reporting a bug in Mantis we need to specify the Version and Build. Version is easy, as it's a combo box selection. Build number is not Seeing that we are getting quite high in

Re: [lazarus] TAChart bugs

2007-09-27 Thread Vincent Snijders
12 12 schreef: TAChart doesn't display title when placed on TTabSheet of TPageControl. Please, create a bug report in the bug tracker. It may be forgotten, if it is just sent to the list. Vincent _ To unsubscribe: mail

Re: [lazarus] Debug console app

2007-09-27 Thread Marc Weustink
Tom Walsh wrote: I am having trouble debugging a console app using the lazarus IDE under linux. The application uses readln and writeln statements to interact with the user, there are no gui components in the app. The lazarus IDE is far easier to use to control gdb than using the command

Re: copy Lazarus version to clipboard

2007-09-27 Thread Graeme Geldenhuys
On 27/09/2007, Graeme Geldenhuys [EMAIL PROTECTED] wrote: remember already! :) I''m about to modify my local copy of Lazarus to copy the Version, Revision and Toolkit to the clipboard (example: v0.9.23 r12186 i386-linux-gtk). Just a simple double click activates it in the About screen, but

Re: copy Lazarus version to clipboard

2007-09-27 Thread wile64
2007/9/27, Graeme Geldenhuys [EMAIL PROTECTED]: On 27/09/2007, Graeme Geldenhuys [EMAIL PROTECTED] wrote: remember already! :) I''m about to modify my local copy of Lazarus to copy the Version, Revision and Toolkit to the clipboard (example: v0.9.23 r12186 i386-linux-gtk). Just a simple

Re: copy Lazarus version to clipboard

2007-09-27 Thread Marc Weustink
wile64 wrote: 2007/9/27, Graeme Geldenhuys [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: On 27/09/2007, Graeme Geldenhuys [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: remember already! :) I''m about to modify my local copy of Lazarus to copy the Version, Revision and

Re: copy Lazarus version to clipboard

2007-09-27 Thread Graeme Geldenhuys
On 27/09/2007, wile64 [EMAIL PROTECTED] wrote: me... eg: When clicking Close, the following text goes to the clipboard. r12186 i386-linux-gtk This is enough to copy into the Build text field when reporting a bug in Mantis. Why not put in the TMemo (about)? I guess one can though it

Re: copy Lazarus version to clipboard

2007-09-27 Thread Graeme Geldenhuys
On 27/09/2007, Marc Weustink [EMAIL PROTECTED] wrote: or change the label to a readonly edit, or add a popupmenu to the label-copy (i like the last more) I think the last one is better as well For Mantis bug reports that will suffice (small bits of information like revision only), but

Re: [lazarus] More icons

2007-09-27 Thread wile64
Hello, I am in lack of time ;) -- Laurent. My Web : http://wile64.neuf.fr/ French Forum : http://lazforum-fr.tuxfamily.org/index.php attachment: close_all.png

RE: [lazarus] ntdll error when start application - er screenshot actually

2007-09-27 Thread 12 12
The bug doesn't occur if set None in Debugger options. The bug begun occur when i ported project from Linux to Windows. What it can be? I obtained gdb still hang in process list after application finished it's execution. How it can be killed automatically? -- 12 12 aka skywriter --

Re: copy Lazarus version to clipboard

2007-09-27 Thread wile64
I guess one can though it wouldn't look that nice compared to the current About screen layout. Also, formatting the information as it is written now in a memo, the Lazarus version, SVN revision and Toolkit string are not on the same line, so I would have to copy to the clipboard three times!

Re: [lazarus] Debug console app

2007-09-27 Thread Tom Walsh
Marc Weustink wrote: Tom Walsh wrote: I am having trouble debugging a console app using the lazarus IDE under linux. The application uses readln and writeln statements to interact with the user, there are no gui components in the app. The lazarus IDE is far easier to use to control gdb than

[lazarus] hi! what is the state of docking?

2007-09-27 Thread anteusz
Hi! I have heard of docking in Lazarus and it is finished partially. What does it that mean? What is done and what is not? Is it Delphi 6 compatible?, Regards Marton Papp _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] TAChart bugs

2007-09-27 Thread Luis Rodrigues
When creating the bugreport please send a example application where the error happens. Luís On Thu, 2007-09-27 at 10:55 +0400, 12 12 wrote: TAChart doesn't display title when placed on TTabSheet of TPageControl. -- 12 12 aka skywriter

Re: [lazarus] Debug console app

2007-09-27 Thread Marc Weustink
Tom Walsh wrote: Marc Weustink wrote: Tom Walsh wrote: I am having trouble debugging a console app using the lazarus IDE under linux. The application uses readln and writeln statements to interact with the user, there are no gui components in the app. The lazarus IDE is far easier to use

[lazarus] Patch: codetools/directorycacher.pas (fixes finding files)

2007-09-27 Thread Tobias Giesen
Hello, I would like to submit the attached patch. I noticed that some of my source files could not be found by the IDE. The reason is that in TCTDirectoryCache.FindUnitSource, the binary search uses a different comparison function from the one that FListing was originally sorted with. Sorting a

[lazarus] Mac OS X: FPC and Lazarus are great!

2007-09-27 Thread Peter Gannon
Hi, It's my first post here. We are using Lazarus and FPC on Mac OS X. We have ported a music program from Delphi/Windows, and now have it running well on Mac/Intel using FPC+Lazarus. Both FPC and Lazarus are very compatible with Delphi. So I just wanted to say thanks to the Lazarus Mac

[lazarus] Lazarus compiler crash

2007-09-27 Thread Luis Rodrigues
Applying the attached patch and make lcl crashes compiler. Luis Index: lcl/lresources.pp === --- lcl/lresources.pp (revision 12204) +++ lcl/lresources.pp (working copy) @@ -85,7 +85,7 @@ property Res: TLResource read FRes;

Re: [lazarus] Lazarus compiler crash

2007-09-27 Thread Christian U.
Luis Rodrigues schrieb: Applying the attached patch and make lcl crashes compiler. Luis Free Pascal Compiler version 2.0.4 [2006/08/22] for i386 Please test this with the actual compiler (2.2.0) reagrds Christian _ To