Re: [Lazarus] Strings

2009-10-28 Thread Jürgen Hestermann
The language has evolved and short string is mostly a historical remain. Definitely not! ShortString and AnsiStrings (and all other variants of string types) are just different ways to work with strings. Using ShortStrings you can avoid a lot of problems which you can have with AnsiStrings

Re: [Lazarus] Library internals and interface based data aware controls

2009-10-28 Thread Martin Schreiber
On Tuesday 27 October 2009 23:07:07 Juha Manninen wrote: The current DB components (Dataset, DataSource and edit controls) are needed to support existing code base but there should be another well designed interface based component set. What you say? Agreed. As an intermediate solution

Re: [Lazarus] Bug (whis) at Procedure List : SOLVED, can anyone apply?

2009-10-28 Thread Raistware
will be allways 'All' in local language, solving that bug. Cheers, Raul Ferriz __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4550 (20091028) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com

Re: [Lazarus] Strings

2009-10-28 Thread Mattias Gaertner
On Wed, 28 Oct 2009 07:15:14 +0100 Jürgen Hestermann juergen.hesterm...@gmx.de wrote: The language has evolved and short string is mostly a historical remain. Definitely not! ShortString and AnsiStrings (and all other variants of string types) are just different ways to work with

Re: [Lazarus] Bug (whis) at Procedure List : SOLVED, can anyone apply?

2009-10-28 Thread Flávio Etrusco
(...) It solved the default item selected on bug on Procedure List. Default selection should be 'All' at local language, but before this change, the selection was allways the first item at list, at english is not a problem, because 'All' usually is the first item at list, but at other

[Lazarus] DocView and FPC help available for testing

2009-10-28 Thread Graeme Geldenhuys
Hi, Disclaimer: :-) Please note, this in only a testing release (not even beta yet) to get some feedback on the DocView program and the layout of Free Pascal's RTL and FCL help. I have rewritten the fpdoc IPF output writer from scratch to improve the help layout. At the url below, is an

Re: [Lazarus] Bug (whis) at Procedure List : SOLVED, can anyone apply?

2009-10-28 Thread Raistware
positions 'All' and 'None' ... well, that gives lot of more work, and I don't like that solution. __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4551 (20091028) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com

Re: [Lazarus] Carbon: Loosing kAEOpenDocuments AppleEvents before AppRun

2009-10-28 Thread EarMaster - Bent Olsen
I might add that this also happens when you call CreateForm for two or more forms, where you call ShowModal (as in a user login form) before the first/main form is showing. The ShowModal calls AppProcessMessages, and hence the events disappears before TApplicationProperties on the main form gets

Re: [Lazarus] Carbon: Loosing kAEOpenDocuments AppleEvents before AppRun

2009-10-28 Thread dominique
Ah, this would seem to explain the reason why the OnDropFiles is never firing in my application. I have about 15 forms between Application.Initialize; and Application.Run; and I've never mangaed to get it working under Mac OS X, even though I've followed the examples religiously. I also have a

Re: [Lazarus] Bug (whis) at Procedure List : SOLVED, can anyone apply?

2009-10-28 Thread Vincent Snijders
Raistware schreef: Wouldn't the proper fix be always inserting All at the first position? -Flávio I see no other fix applied ... wich revision?. It has not yet been applied. There is no clear consension about the solution yet ;-) The list is sorted, and this is important and

Re: [Lazarus] Carbon: Loosing kAEOpenDocuments AppleEvents before AppRun

2009-10-28 Thread dmitry boyarintsev
It seems like AEOpenDocuments event is processed, but since OnDropFiles event is not yet assigned, it's not fired. So farm I can think of the following solution (in carbon widgetset). AEOpenDocument events and gathered and called on Application.Run, since form events are initialized and would be

Re: [Lazarus] New Help System Viewer - sneak preview

2009-10-28 Thread Graeme Geldenhuys
2009/10/1 Marco van de Voort mar...@stack.nl: This is roughly how CHM works too, but the efficient versions of certain parts are not implemented yet. Fulltext search is fine and efficient, except for the generation (LCL takes 4 minutes to generate) I finally got the rewrite of the fpdoc IPF

[Lazarus] Little Bug on package manager

2009-10-28 Thread wile64
Hi, For info... When you try to delete requirement on a package, this make crash invalid argument index in format . -- Laurent. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] from hfiandor 28 oct 09

2009-10-28 Thread Héctor Fiandor Rosario
Dear coleagues: I have an application with a security unit that count how many instance the user use the application. when the user try to use the app. if some requierements are not fulfitness the app. is not ejecuted, go to the Final form and is closed. I want to destroy the .exe file. Is

[Lazarus] Cebit Open Source 2010: Call for Projects

2009-10-28 Thread Michael Schneider
Cebit Open Source 2010: Call for Projects http://www.linux-magazin.de/NEWS/Cebit-Open-Source-2010-Call-for-Projects Is this interesting for the FPC/Lazarus team? -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Carbon: Loosing kAEOpenDocuments AppleEvents before AppRun

2009-10-28 Thread Hans-Peter Diettrich
dmitry boyarintsev schrieb: It seems like AEOpenDocuments event is processed, but since OnDropFiles event is not yet assigned, it's not fired. So farm I can think of the following solution (in carbon widgetset). AEOpenDocument events and gathered and called on Application.Run, since form events

Re: [Lazarus] Bug (whis) at Procedure List : SOLVED, can anyone apply?

2009-10-28 Thread Hans-Peter Diettrich
Raistware schrieb: Anyone can think that disable sorting after inserted all classes and then insert at first positions 'All' and 'None' ... well, that gives lot of more work, and I don't like that solution. '-- all --' would automatically sort as the first entry, also indicating that it is

Re: [Lazarus] Bug (whis) at Procedure List : SOLVED, can anyone apply?

2009-10-28 Thread Martin
item will be allways 'All' in local language, solving that bug. Cheers, Raul Ferriz __ Información de ESET NOD32 Antivirus, versión de la base de firmas de virus 4550 (20091028) __ ESET NOD32 Antivirus ha comprobado este mensaje. http://www.eset.com

Re: [Lazarus] more locals: variable values in sub-functions

2009-10-28 Thread David Emerson
On Tue 27 Oct 2009, Martin wrote: But all versions of lazarus can do it, using the stack window. In the stack window you can set the current frame to any stack-frame you want. The local-var window, the hint, and the watches window, will all follow this Thanks, Martin! Works beautifully,