Re: [Lazarus] Line Endings

2009-12-25 Thread Vincent Snijders
Benito van der Zander schreef: Hi, Is there a way to preserve the line endings of edited files? Thanks for the patch in issue 15420. :-) Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Line Endings

2009-12-24 Thread Vincent Snijders
Benito van der Zander schreef: Use svn:lineending is native, see for example: http://www.zope.org/DevHome/Subversion/SubversionConfigurationForLineEndings Okay, but I would prefer to have crlf locally, since I also do packaging on this system, and there are more unix programs which

Re: [Lazarus] Line Endings

2009-12-23 Thread Vincent Snijders
Benito van der Zander schreef: Hi, Is there a way to preserve the line endings of edited files? I just switched from Windows to Linux and now Lazarus converts all files my files from crlf to lf which makes it difficult to commit them to Use svn:lineending is native, see for example:

Re: [Lazarus] Problem with fshcomp package

2009-12-18 Thread Vincent Snijders
Tomaž Zupan schreef: Wednesday 16 December 2009 11:28:00 je Mattias Gaertner napisal: My question is how to set default value for text property of TSrEditCur component? In the constructor of TSrEditCur: ControlStyle:=ControlStyle-[csSetCaption]; Text:='0.0'; Hi, thank you for this. I

Re: [Lazarus] Configure Build Lazarus was weird but no more...

2009-12-14 Thread Vincent Snijders
dmitry boyarintsev schreef: On Mon, Dec 14, 2009 at 8:41 PM, Juha Manninen juha.manni...@phnet.fi wrote: http://koti.phnet.fi/juhamann/Lazarus/BuildLazarus.jpg Imho, too many controls. It's hard to understand what controls're actually controlling what is about to be build. Do you have an

Re: [Lazarus] [FPC] Install from sources

2009-12-09 Thread Vincent Snijders
Kjow schreef: 2009/12/9 Kjow antispamm...@gmail.com: 1) sudo alien -i -c /home/kjow/fpc_tools/fpc-2.2.4-20091209.i386.rpm Why did you use alien on a rpm instead of installing the debs? Vincent -- ___ Lazarus mailing list

Re: [Lazarus] [FPC] Install from sources

2009-12-09 Thread Vincent Snijders
Kjow schreef: 2009/12/9 Vincent Snijders vsnijd...@vodafonevast.nl: Why did you use alien on a rpm instead of installing the debs? Because it is a smaller download (for this purpuse) and it has simpler management (no unpack and one file instead 19 files). :) I see. I think if you used

Re: [Lazarus] ctrl+j rename possible bug

2009-12-09 Thread Vincent Snijders
ik schreef: Hello, I'm using Lazarus 0.9.29 r23051M FPC 2.5.1 x86_64-linux-gtk 2 (beta) . I selected a whole procedure and used CTRL+J to rename a local variable and it's whole usage in the code like so: procedure a_test; var SelStart : integer; begin SelStart := Edit1.SelStart; ...

Re: [Lazarus] ctrl+j rename possible bug

2009-12-09 Thread Vincent Snijders
Vincent Snijders schreef: The expected result is not to touch the property itself. Can it be configured somehow, or should I report it as a bug ? IIRC, such a bg already has been reported. Found it: http://bugs.freepascal.org/view.php?id=10978 Vincent

Re: [Lazarus] Best place to send JvXPBar patches

2009-12-08 Thread Vincent Snijders
Luiz Americo Pereira Camara schreef: Hi, I did some modifications in JvXPBar and send a patch to the tracker of the Lazarus-CCR sourceforge project. Just now, i noticed there's also a Lazarus-CCR section in the Lazarus bug tracker (Mantis). What's the best place to send the patches?

Re: [Lazarus] Configure Build Lazarus

2009-12-04 Thread Vincent Snijders
Juha Manninen schreef: On torstai, 3. joulukuuta 2009 23:31:24 Mattias Gaertner wrote: [...] There are also some logical mistakes in the UI. Like the Quick Build Options page has separate settings for LCL interface Target and IDE. It gives an impression you could set two different interfaces

Re: [Lazarus] error compiling codehelp.pas in fixes_0_9_28

2009-12-01 Thread Vincent Snijders
Seth Grover schreef: FPC: 2.4.0 (from tags/release_2_4_0 in svn revision 14293) Lazarus: 0.9.29 (from branches/fixes_0_9_28 in svn revision 22896) In x86 Linux this morning, when I tried to build Lazarus (with make clean all bigide) I got these errors: Compiling codehelp.pas

Re: [Lazarus] Release 1.0, part 2

2009-11-29 Thread Vincent Snijders
Tom Lisjac schreef: The problem I see is credibility... or if we write a lot of code with Lazarus/FPC, will it be maintainable with the project in perpetual beta?. Delphi was stable from release 2 and code I developed with it in versions 2, 3, 4 and 5 continued to just work as I upgraded. Not

Re: [Lazarus] Release 1.0, part 2

2009-11-29 Thread Vincent Snijders
Florian Klaempfl schreef: It's rather easy to push this ;) Commit bug reports for 1.0 marked bugs ;) I assume you mean patches for bug marked for 1.0. Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Release 1.0, part 2

2009-11-29 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/11/29 Marco van de Voort mar...@stack.nl: The serious users will consider the current restrained version policy as more serious and see through a cheap spin. That would be my view as well. Unfortunately we are then in the minority. Version numbers on Windows

Re: [Lazarus] Release 1.0, part 2

2009-11-29 Thread Vincent Snijders
Samuel Herzog schreef: If I look at the remaining 44 Open Points of 0.9.30 then I suggest the following: A) bugs without a simple test-project to reproduce the problem should be moved to next version. Which reports do you have in mind? B) bugs which are not reproducable should be moved

Re: [Lazarus] What's the hold-up with Lazarus v1.0?

2009-11-29 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/11/29 Florian Klaempfl flor...@freepascal.org: I meant, code working with lazarus 1.0.0 must be compilable at least by all 1.0.x releases. Isn't this already done with the fixes branches vs Trunk branch? So again, the developers wouldn't have to change their

Re: [Lazarus] What's the hold-up with Lazarus v1.0?

2009-11-29 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/11/29 Vincent Snijders vsnijd...@vodafonevast.nl: So, the goal of the fixes branch (maybe a bad name) is not to maintain compatibility with the previous release, but to have a releasable branch Thanks for the explanation. Clearly I got it wrong

Re: [Lazarus] What's the hold-up with Lazarus v1.0?

2009-11-28 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/11/28 Paul Ishenin webpi...@mail.ru: So what exactly is the Lazarus team afraid of in getting to v1.0? Bugs in the tracker. Well Paul, even if you were at v11 you would still have bugs. Where is Delphi at the moment v12, v13? And still there are many bugs.

Re: [Lazarus] What's the hold-up with Lazarus v1.0?

2009-11-28 Thread Vincent Snijders
Gabor Boros schreef: Hi, Vincent Snijders írta: As far as I am concerned, if all issues with target version 1.0 are fixed, we are ready. Most work is for the gtk2 people though. I see 398 bugs which targeted for 1.0 and not resolved or closed. I am right? That is correct, but don't

[Lazarus] Announcement: Phasing out gtk1

2009-11-28 Thread Vincent Snijders
Since Lazarus 0.9.28 the gtk2 widget set has replaced the gtk1 widget set as default widget set on Linux and FreeBSD. The Lazarus team has decided to minimize the effort to support the gtk1 widget set, so we can focus on stabilizing more used widget sets. We want to review all open bug

Re: [Lazarus] Announcement: Phasing out gtk1

2009-11-28 Thread Vincent Snijders
Michael Van Canneyt schreef: Hi, Are you aware that the lazarus in ubuntu still is compiled with GTK 1 ? Should this not be changed ? That is strange, because since Lazarus 0.9.26, the deb packages from debian (and thus Ubuntu?) are compiled with gtk2 by default. Debian made the switch

Re: [Lazarus] ShellCtrls and Russian file name

2009-11-24 Thread Vincent Snijders
haw...@mail.ru schreef: hi! TShellListView and TShellTreeView not show correctly russian filenames. This patch for correct bug: A chose a different way, please try and test r22744. Vincent -- ___ Lazarus mailing list

Re: [Lazarus] Using latest FPC devel version with Lazarus

2009-11-17 Thread Vincent Snijders
cobines schreef: You have to edit /etc/fpc.cfg or ~/.fpc.cfg and add the paths to the new units. Lines beginning with -Fu must point to your svn version of fpc. I'm not sure, but maybe also you have to remove/comment the old -Fu paths, so they don't conflict. For example add this:

Re: [Lazarus] latest Lazarus (fixes_0_9_28 branch, rev 22651) fails to build idehelp package

2009-11-17 Thread Vincent Snijders
Seth Grover schreef: This morning I updated lazarus (I'm running the fixes_0_9_28 branch) to rev 22651. Upon doing a make clean all bigide I receive the following errors when it tries to build the idehelp package: ... Compiling lazchmhelp.pas lazchmhelp.pas(148,3) Note: Local variable EOLP not

Re: [Lazarus] latest Lazarus (fixes_0_9_28 branch, rev 22651) fails to build idehelp package

2009-11-17 Thread Vincent Snijders
Seth Grover schreef: This morning I updated lazarus (I'm running the fixes_0_9_28 branch) to rev 22651. Upon doing a make clean all bigide I receive the following errors when it tries to build the idehelp package: ... Compiling lazchmhelp.pas lazchmhelp.pas(148,3) Note: Local variable EOLP not

Re: [Lazarus] Lazarus 0.9.28.2 released

2009-11-16 Thread Vincent Snijders
2009/11/16 Graeme Geldenhuys gra...@mastermaths.co.za: Vincent Snijders wrote: I am interested to hear how long it takes/took to merge this weeks changes. I think in the end automating a bit is worth the effort, unless you can merge the current batch in less than 5 minutes

Re: [Lazarus] DCPCrypt is updated. Now what?

2009-11-16 Thread Vincent Snijders
2009/11/16 Michael Van Canneyt mich...@freepascal.org: On Mon, 16 Nov 2009, Graeme Geldenhuys wrote: Hi, We use DCPCrypt in our projects. Compared to the latest download from Lazarus CCR site, I have made the following changes. * Split the one .lpk package into two. One that is runtime

Re: [Lazarus] DCPCrypt is updated. Now what?

2009-11-16 Thread Vincent Snijders
2009/11/16 Graeme Geldenhuys graemeg.li...@gmail.com: 2009/11/16 Vincent Snijders vincent.snijd...@gmail.com: * Simply email a new source archive so it can be made available  for download from Lazarus CCR on SourceForge That too. As an intermediate solution, can I send you the archive

Re: [Lazarus] Lazarus 0.9.28.2 released

2009-11-16 Thread Vincent Snijders
Graeme Geldenhuys schreef: I have written (or am writing) an application to identify which revisions change the same files, so I can group them together in one merge. What if a revision changed more that one file (which happens often)? I see no problem, it just helps me to see that two

Re: [Lazarus] PilotLogic's CodeTyphon (rebranded Lazarus)

2009-11-13 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, Has anybody seen this already. It's a software company called PilotLogic, that uses a rebranded (only in some of the screenshots) Lazarus. It includes a custom installation of FPC + Lazarus and various included extra components. They also seem to have a lot more

Re: [Lazarus] Gentoo does not offer the latest version of Lazarus.

2009-11-13 Thread Vincent Snijders
This email is somehow blocked by mailman, so I forward it to the list. Jonathan schreef: Gentoo still offers Lazarus version 0.9.26. I have filed a version bump request and written a ebuild for Lazarus version 0.9.28.2. You can speed up the fixing of this bug by voting for the version bump bug

Re: [Lazarus] Lazarus Goal

2009-11-12 Thread Vincent Snijders
Brian Prentice schreef: My point about showing the differences in the dialogs, one acceptable and one clearly not acceptable, is that the solution seems to require the construction of two dialogs one for OS X and one for WindowsXP. Perhaps I'm wrong here but if I'm right this violates the

Re: [Lazarus] Gecko on lazarus

2009-11-11 Thread Vincent Snijders
Graeme Geldenhuys schreef: Andrew Haines wrote: I'm excited about the possibility of using gecko as the rendering engine of lhelp. This is great news. For displaying HTML that would be great, but at what cost? How much bigger is LHelp going to get (executable size) if you add a complete Gecko

Re: [Lazarus] Lazarus Examples

2009-11-11 Thread Vincent Snijders
Brian Prentice schreef: I have recently installed fpc 2.2.4 and lazarus 0.9.28.2 on my intel mac which is running OS X 10.5.8 from here: http://sourceforge.net/projects/lazarus/files/ Included with this software are examples which are installed in directory /Developer/lazarus/examples. I've

Re: [Lazarus] Lazarus Goal

2009-11-11 Thread Vincent Snijders
2009/11/11 Brian Prentice bprent...@webenet.net: Is this statement 'Lazarus and Free Pascal aim to be write once, compile anywhere' still a goal? If so can someone please provide me with the source code of a non trivial program which runs on Windows, Linux and OS X (Intel) using the current

Re: [Lazarus] Lazarus Examples

2009-11-11 Thread Vincent Snijders
Brian Prentice schreef: Here is the result of opening the first example address_book http://linuxenvy.com/bprentice/Lazarus/Snapshot%202009-11-11%2006-18-48.jpg That problem can be fixed by installing the DBFLaz package with the TDBF component. It may bot be installed by default on Mac OS

Re: [Lazarus] Lazarus Goal

2009-11-11 Thread Vincent Snijders
Brian Prentice schreef: Which source file, the only one seems to be a linux rpm file which I can't use on my Mac. http://sourceforge.net/projects/lazarus/files/Lazarus Zip _ GZip/Lazarus 0.9.28.2/ Vincent -- ___ Lazarus mailing list

Re: [Lazarus] Gecko on lazarus

2009-11-11 Thread Vincent Snijders
Marco van de Voort schreef: On Wed, Nov 11, 2009 at 02:52:46PM +0100, Vincent Snijders wrote: If the internal (pascal) renderer is good enough, nobody will use the external Gecko renderer. OTOH, some people want to trade speed and resources for a better rendering in some cases. I think

Re: [Lazarus] Gecko on lazarus

2009-11-11 Thread Vincent Snijders
Hess, Philip J schreef: By rights, on OS X the help should probably open in the OS X Help Viewer, not in lhelp or a browser. I believe Help Viewer can display most HTML. A quick and dirty way to use it is: {$IFDEF DARWIN} Shell('Open -a Help Viewer ' + HelpFile + ''); {$ENDIF} Thinking

Re: [Lazarus] Debug Lazarus source

2009-11-07 Thread Vincent Snijders
Mattias Gaertner schreef: On Fri, 6 Nov 2009 16:49:19 +0200 Juha Manninen juha.manni...@phnet.fi wrote: Make clean all worked fine but when compiling lazarus.lpi I get errors: The project's compiler options has no compiler command. In Project Compiler Options - Compilation - Compiler the 3

Re: [Lazarus] Passing properties as var paramatars (was: Delphi editor clone)

2009-11-07 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/11/7 Marc Weustink m...@dommelstein.net: At that time I proposed this too and there was a valid reason not to generate such code. And that valid reason would be? I agree with Alexander and Mattias, why can't the compiler generate such code behind the scenes?

Re: [Lazarus] Delphi editor clone

2009-11-06 Thread Vincent Snijders
Hans-Peter Diettrich schreef: Martin schrieb: All fine and good. But it doesn't help, unless you convince the fpc developers. Right :-( Little chance, because they made this change on purpose:

Re: [Lazarus] ZeosLib and FPC 2.2.5

2009-11-04 Thread Vincent Snijders
ik schreef: When Insert data, and I post it, even thou I'm doing: ApplyUpdates? Transaction.Commit; It does not exists on the database itself. and when I close the connection and reopen it, the new values does not exists. I might be missing something here... Vincent --

Re: [Lazarus] XML-RPC and SOAP parsers

2009-11-03 Thread Vincent Snijders
ik schreef: Hello, Are there any parsers for SOAP and XML-RPC (and works in Linux) that written in pure Pascal ? For XML-RPC I'm looking for implementation also for the name tag and not only the value tag. If I were to look for such things, I'd look at the Web Service Toolkit:

Re: [Lazarus] Latest version of Lazarus for Mandriva 2008.0?

2009-11-01 Thread Vincent Snijders
brian schreef: I have a PC which seems to have some strange feature whereby versions of the Linux kernel newer than 2.6.22.19 will give clusters of NMIs because it thinks my CPU is in some strange mode (so the error message tells me). Mandriva's tech support have given up on the problem, and

Re: [Lazarus] Latest version of Lazarus for Mandriva 2008.0?

2009-11-01 Thread Vincent Snijders
brian schreef: Thanks, Vincent, but unfortunately getting GTK 2.8 to build also requires a whole bunch of upgrades - it needs a later GLIB than I have for starters, and it all cascades down from there. What version of gtk 2.x and gtk 1.x is installed on your system? Vincent --

Re: [Lazarus] Compiling SVN development version

2009-10-30 Thread Vincent Snijders
Juha Manninen schreef: Hi, I am now using the latest development version of Lazarus from SVN. It compiles and works fine! Then I installed some packages, including VirtualTreeView. Lazarus rebuilt itself and restarted. I got new component tabs. Perfect! But now I updated Lazarus to latest

Re: [Lazarus] GetCursorPos

2009-10-30 Thread Vincent Snijders
Juha Manninen schreef: Hi, GetCursorPos is defined in winapih.inc. Does it mean it is Windows only? Is there a cross platform alternative? No, it is part of the LCLintf unit: http://lazarus-ccr.sourceforge.net/docs/lcl/lclintf/index.html Porting Delphi code without having the windows unit is

[Lazarus] Lazarus 0.9.28.2 released

2009-10-30 Thread Vincent Snijders
The Lazarus team is glad to announce the 0.9.28.2 release. This release is based on fpc 2.2.4. This release can be downloaded from the SourceForge download page: http://sourceforge.net/projects/lazarus/files/ The Lazarus 0.9.28 release had two known issues. This release fixes: * Fixed compiling

Re: [Lazarus] Little Bug on package manager

2009-10-29 Thread Vincent Snijders
wile64 schreef: Not for PO, try to remove IDEintf in lazc.lpk for example !!! I have tryed on win and linux with 0.9.28 and last svn. Do you use the english translations? If not, suppose you get the warning: Do you want to remove the package MyPackage? It may be implemented like:

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] Class documentation for DB unit

2009-10-27 Thread Vincent Snijders
Juha Manninen schreef: Hello. I open Help -- Online Help from Lazarus and then select FCL - Free Component Library. I get the page: http://lazarus-ccr.sourceforge.net/docs/fcl/ Description there says: The TDataset descendents have been implemented in a way that makes them compatible to

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

2009-10-27 Thread Vincent Snijders
Juha Manninen schreef: Hi, I have learned more about Lazarus / FPC by porting some Delphi code. It seems to be very usable now, I am impressed. I must admit I considered it as a hopeless project some years ago when I first noticed it. Not any more... :-) But first a minor complaint. I

Re: [Lazarus] Debugging Design packages in Lazarus

2009-10-26 Thread Vincent Snijders
Boian Mitov schreef: Hi folks, Is there a way to debug design time packages in the IDE ? In Delphi the packages are in DLL and by specifying the IDE as a host application you can debug them. What is the recommended approach in Lazarus? Use Lazarus to debug lazarus. Open the

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Vincent Snijders
Mattias Gärtner schreef: I guess the jump buttons can be very useful for beginners too. I added the toolbar as ToDo to the education package: http://wiki.lazarus.freepascal.org/Lazarus_for_education I doubt that View debugger output is a useful button for beginners. Vincent --

Re: [Lazarus] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Vincent Snijders
Mattias Gärtner schreef: Zitat von Vincent Snijders vsnijd...@vodafonevast.nl: Mattias Gärtner schreef: I guess the jump buttons can be very useful for beginners too. I added the toolbar as ToDo to the education package: http://wiki.lazarus.freepascal.org/Lazarus_for_education I doubt

Re: [Lazarus] Installing Lazarus 0.9.29 trunk on fpc 2.5.1 trunk: can't make clean all?

2009-10-25 Thread Vincent Snijders
Thierry Coq schreef: I did this at around 4 o'clock this morning... svn co http://svn.freepascal.org/svn/lazarus/trunk lazarus Is this OK? That seems ok. Is that also your lazarus directory in the environment options? Maybe you are compiling other sources. This is the file you are

Re: [Lazarus] Lazarus .deb repos!

2009-10-24 Thread Vincent Snijders
David Emerson schreef: Anyone want to team up and set up a debian-style repository for fpc/lazarus? Read the bottom paragraph... (C) There could be a dedicated repo just for fpc/lazarus There are several. The one I maintain is described at:

Re: [Lazarus] How to determine the file extension to use

2009-10-23 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, I want to launch an application via code. I know the location of the file (it will always be the same directory as the application), but I don't know the file extension. Under Linux it doesn't have an extension and under Windows it will have '.exe' extension.

Re: [Lazarus] How to determine the file extension to use

2009-10-23 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/10/23 Vincent Snijders vsnijd...@vodafonevast.nl: http://lazarus-ccr.sourceforge.net/docs/lcl/fileutil/getexeext.html Thanks Vincent. Should such utility functions rather be in FPC itself? Yes, it maybe even is. If it is added with the same name, this one

Re: [Lazarus] How to determine the file extension to use

2009-10-23 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/10/23 Vincent Snijders vsnijd...@vodafonevast.nl: http://lazarus-ccr.sourceforge.net/docs/lcl/fileutil/getexeext.html Looking at the implementation of GetExeExt(), I'm not sure how complete this is. Especially if applied to other platforms. For example, OS/2

Re: [Lazarus] StateImages support in TListView

2009-10-23 Thread Vincent Snijders
Boian Mitov schreef: Hi Vincent, Thank you! I have installed the Lazarus recently from the fpc 2.3.1 mirror. My About box however sais 2.2.2 . How do I make sure it uses the right one? By changing the compiler path in the environment options. Vincent --

Re: [Lazarus] How to determine the file extension to use

2009-10-23 Thread Vincent Snijders
waldo kitty schreef: doesn't the above do the IFDEF thing that you said you didn't want to do? ;) :lol: That is correct, let the library do the IFDEF, so you don't have to do it. one must also remember that .exe is not the only executable extension on windows, OS/2 and DOS platforms...

Re: [Lazarus] How to determine the file extension to use

2009-10-23 Thread Vincent Snijders
waldo kitty schreef: And that is why there is http://lazarus-ccr.sourceforge.net/docs/lcl/fileutil/fileisexecutable.html hummm... and that works on all platforms? not just *nix? i wonder if it, too, looks at the file's extension on non-*nix platforms? ;) No need to wonder, if you

Re: [Lazarus] 'no resources' on new project

2009-10-19 Thread Vincent Snijders
Stijn Sanders schreef: I did, and that works. Should I post an issue somewhere about it? I've had a look around and found this one: http://sourceware.org/bugzilla/show_bug.cgi?id=4933 You would have to find out, where the issue is: fpc calling windres incorrectly (fpc issue), or windres

Re: [Lazarus] 'no resources' on new project

2009-10-16 Thread Vincent Snijders
Stijn Sanders schreef: I've installed 0.9.28 over 0.9.26 to upgrade. I noticed most things still linked to 2.2.2, I tried to change that manually, but fouled up, so I deleted environmentoptions.xml and ran the 0.9.28 installer again. Now, If I start a new blank project and compile it, I get

Re: [Lazarus] Function call from thread

2009-10-16 Thread Vincent Snijders
SteveG schreef: Would anybody know if it is possible to tell if a function has been called from the Main (GUI) thread, or a 'child' thread ? (determined within the function being called) Yes, that is possible. Compare GetCurrentThreadID with MainThreadID. Vincent --

Re: [Lazarus] A report on documentation editors

2009-10-14 Thread Vincent Snijders
Mattias Gaertner schreef: No such error here. But there is no xml check in the editor yet and therefore any syntax error raises an exception. It now catches EXMLReadError exceptions. Does this mean that http://bugs.freepascal.org/view.php?id=13240 has been fixed? Vincent --

Re: [Lazarus] fpchmod illegal character

2009-10-14 Thread Vincent Snijders
David Touzeau schreef: Hum so i can convert 775 or 666 chmod number privilege to an octal It is already an octal number. parameter in order to avoid this illegal character error I'm dev in Unix (linux) I don't know why your compiler gives this error: writeln(IntToStr(755)); gives no

Re: [Lazarus] A report on documentation editors

2009-10-09 Thread Vincent Snijders
Alexander Klenin schreef: 2) On Windows, when saving document with manually entered line breaks, editor replaces them with LF characters, instead of correct (for this platform) CR-LF sequence. This results in mixed line-endings file. In the past the xml units of fpc required #10 as line

Re: [Lazarus] TAChart documentation

2009-10-08 Thread Vincent Snijders
Alexander Klenin schreef: I want to start documenting TAChart components. How should I proceed? Where should I put it? In the light of recent help discussion, what tool/format should I use -- lazde, lhelp, that new tool Greame is writing? You should use fpdoc format. You can edit that lazde

Re: [Lazarus] TAChart documentation

2009-10-08 Thread Vincent Snijders
Alexander Klenin schreef: On Fri, Oct 9, 2009 at 03:47, Vincent Snijders vsnijd...@vodafonevast.nl wrote: Alexander Klenin schreef: I want to start documenting TAChart components. How should I proceed? Where should I put it? In the light of recent help discussion, what tool/format should I use

Re: [Lazarus] TAChart documentation

2009-10-08 Thread Vincent Snijders
Vincent Snijders schreef: In a subdirectory under lazarus/components/tachart, for example doc or fpdoc. I don't know if we already have fpdoc xml files for packages in or tree. Don't forget to enter the directory in Package Editor - Options - IDE integration - FPDoc files path

Re: [Lazarus] Lazarus 0.9.28, thanks.

2009-10-07 Thread Vincent Snijders
Bernd Mueller schreef: 0.9.10. I was a bit angry, when I recognized, that the installer replaced my Delphi (5) icons, but I can tell for sure, that I don't miss them any more :-) We leant from that and made it optional. :-) Vincent -- ___ Lazarus

Re: [Lazarus] Lazarus was installed - So what?

2009-10-07 Thread Vincent Snijders
Andrew Brunner schreef: All you need to do to find the file is Click Places Menu, then Computer then Filesystem then press the Search toolbar button then tye in startlazarus in the field and press enter. Then look at it's location and use that as the path. This only works, if actually

Re: [Lazarus] Lazarus 0.9.28, thanks.

2009-10-07 Thread Vincent Snijders
Leonardo M. Ramé schreef: I'm using Ubuntu 9.10 and the getlaz script, but it downloaded 0.9.26, how can I get the newest version?. This is the script: #!/bin/sh gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F gpg --export 6A11800F | apt-key add - echo deb

Re: [Lazarus] Lazarus was installed - So what?

2009-10-07 Thread Vincent Snijders
CubicDesign schreef: Maybe you need to fix the dependencies as I told earlier. Sorry :) I just looked over your two emails but you didn't said nothing about dependencies or how to fix this? Where can I find the tool that fixes this? I said: Did you force installation or not? If not,

Re: [Lazarus] new critical bug discovered in the latest version of Lazarus

2009-10-07 Thread Vincent Snijders
CubicDesign schreef: It seems that this version is really flawed. While trying to install fps-units-rtl which SEEMS to install the fpc-abi, it runs in a dependency loop. This bug manifested also in the past:

Re: [Lazarus] Mac OS X : Error Building lazarus with FPC 2.5.1

2009-10-03 Thread Vincent Snijders
domini...@savagesoftwaresolutions.com schreef: Hi all, I just did an svn update for Lazarus and FPC and I'm getting the following error Compiling lclmemmanager.pas lclmemmanager.pas(100,37) Error: Cannot access a private field of an object here lclmemmanager.pas(100,53) Error: Cannot access a

Re: [Lazarus] package with LazIDEIntf and propedits probleme

2009-10-03 Thread Vincent Snijders
wile64 schreef: 2009/10/1 Mattias Gaertner nc-gaert...@netcologne.de mailto:nc-gaert...@netcologne.de On Wed, 30 Sep 2009 17:56:17 +0200 wile64 wil...@gmail.com mailto:wil...@gmail.com wrote: Don't work, don't work, don't work !!! After full test, I am desperate

Re: [Lazarus] properties (delphi does it wrong too) [Re: debugger feature request created]

2009-10-02 Thread Vincent Snijders
Martin schreef: And to save the honour of graeme, he started 3 threads: http://lists.lazarus.freepascal.org/pipermail/lazarus/2009-September/045378.html http://lists.lazarus.freepascal.org/pipermail/lazarus/2009-September/045380.html

Re: [Lazarus] properties (delphi does it wrong too) [Re: debugger feature request created]

2009-10-02 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/10/2 Vincent Snijders vsnijd...@vodafonevast.nl: http://wiki.lazarus.freepascal.org/Feature_Ideas#Integrated_and_Working_Debugger: I have updated that text. Please review and modify as you see fit. Thanks, it is more balanced. Maybe a future editor (or me

Re: [Lazarus] caret on codetools renames [Re: Last-minute 0.9.28 nominations]

2009-09-26 Thread Vincent Snijders
Mattias Gaertner schreef: On Fri, 25 Sep 2009 23:53:16 +0100 Martin laza...@mfriebe.de wrote: Maxim Ganetsky wrote: One more candidate: 4) http://bugs.freepascal.org/view.php?id=12344 (Renaming a component will change the editor line number) This issue is not major but rather annoying.

Re: [Lazarus] Last-minute 0.9.28 nominations

2009-09-26 Thread Vincent Snijders
Alexander Klenin schreef: These are not critical, but would be nice to have in 0.9.28: 1) r21841 (TAChart: Fix growing of zoomed-in extent upon each chart repainting) This fixes minor but annoying bug. Merged. 2) http://bugs.freepascal.org/view.php?id=14190 (TBarChart crashed with

Re: [Lazarus] IOI: Lazarus and Free Pascal

2009-09-23 Thread Vincent Snijders
Alexander Klenin schreef: BTW, I am trying to persuade the organizers of Russian Olympiad in Informatics to include Lazarus in the list of provided IDEs. Any help with that would be greatly appreciated ;-) Mention that is available in the finals too: http://www.ioi2009.org/index.jsp?ln=2id=361

Re: [Lazarus] package with LazIDEIntf and propedits probleme

2009-09-21 Thread Vincent Snijders
wile64 schreef: Checksum changed often means you have some old ppu files somewhere. Either they exist twice or they were not updated. Mattias I have delete all in /home/laurent/devlaz/lzcomponant/Lazarus-fr/lzvisual/libs/lzvgifanimator.ppu but same. Next I try do delete all

Re: [Lazarus] Case error with cirilyc

2009-09-17 Thread Vincent Snijders
dmitry boyarintsev schreef: Rigel, do you mean? var ch : char; begin ch := 'Q'; case ch of 'Q': writeln('Q'); 'Z': writeln('Z'); 'Я': writelh('Я');// cyrillic character gives the error end; end. If your unit is new one (created by Lazarus, rather than Delphi), then

Re: [Lazarus] Case error with cirilyc

2009-09-17 Thread Vincent Snijders
dmitry boyarintsev schreef: But this does not work if the ch is from a LCL component. E.g ch := Label.Caption[1]; Because the caption will be UTF8 encoded. well, it would work for: ch := UTF8Decode(Label.Caption)[1]; And hope that the widechar to char conversion uses the encoding you

Re: [Lazarus] DBGrid.OnDrawColumnCell

2009-09-17 Thread Vincent Snijders
Matt Shaffer schreef: No, I must have missed that email altogether. Could you forward me the message if possible? (dazappa.matt @ gmail.com http://gmail.com) As I cannot find it in my inbox, on mailarchive, or on the FPC mail archives.. If the email is on the web and I have missed it, I would

Re: [Lazarus] Request for student project ideas

2009-09-15 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hans-Peter Diettrich het geskryf: IMO they have learned that copypaste is an essential RAD method. In so far I understand that copying C# declarations into OPL source code simplifies interfacing with the rest of the world. I can't say I have ever heard of a single

Re: [Lazarus] Two versions

2009-09-14 Thread Vincent Snijders
Santiago A. schreef: Hello. My system has installed 0.96 (Ubuntu 8.10) , I would like to install 0.98 both at the same time. I read somewhere in the wiki how to have installed both versions. Any hint? http://wiki.lazarus.freepascal.org/Multiple_Lazarus Vincent --

Re: [Lazarus] Enhance Macro usage by making it easier to find

2009-09-12 Thread Vincent Snijders
Marco van de Voort schreef: Good idea. I will try to make the wiki off line in 0.9.30. Is there a way to regularly export from the wiki? I think wikihelp can be used or adapted. http://wiki.lazarus.freepascal.org/Projects_using_Lazarus#WikiHelp

Re: [Lazarus] Enhance Macro usage by making it easier to find

2009-09-11 Thread Vincent Snijders
Graeme Geldenhuys schreef: Thanks for the info... Mattias Gärtner het geskryf: But at the moment my todo list is quite long. Same here. I'll simply add it as a feature request - not to be forgotten. I am not sure that the bug tracker is the most suitable place for such a thing. Most of

Re: [Lazarus] Enhance Macro usage by making it easier to find

2009-09-11 Thread Vincent Snijders
Graeme Geldenhuys schreef: Vincent Snijders het geskryf: What is the purpose of the Mantis report, except polluting the bug tracker, so that finding issues is harder? The feature request was added to Mantis first - BEFORE you mentioned the wiki. Instead of duplicating my bad typing skills

Re: [Lazarus] SVN not compiling.

2009-09-10 Thread Vincent Snijders
Dave Coventry schreef: I've just updated my SVN, but on running 'make' I get the following error: graphics.pp(1054,14) Error: Forward declaration not solved TCanvas.TryLock:Boolean I haven't updated for 5 or 6 months, so it's possible that there are incompatibilities. Can anyone suggest

Re: [Lazarus] Equivalent Delphi-Lazarus

2009-09-10 Thread Vincent Snijders
jpnu...@free.fr schreef: Thanks again Luca Olivetti The MouseAnKeyInput works perfectly ! An as far as I have seen, it is Linux compatible. If somebody needs more information about how to use it, I would be pleased to share my experience. You can add them here:

Re: [Lazarus] Warning about missing unit 'interfaces'

2009-09-05 Thread Vincent Snijders
Jürgen Hestermann schreef: Mattias Gaertner schrieb: The unit interfaces is needed when using the unit forms. Normally this is done in the lpr file. If you prefer another setup just click 'Always ignore' and the IDE will stop it (for this project). The warning is needed because if you

Re: [Lazarus] Release preparations

2009-08-31 Thread Vincent Snijders
Graeme Geldenhuys schreef: Martin wrote: And there is a Tag for each release. Except not yet for 0.9.28. So ones 0.9.28 is mature I expect it will have a tag. Only thing I do not know is, if those tags ever get moved, which I think they shouldn't? (Exception: If a day or 2 after release, for

Re: [Lazarus] Release preparations

2009-08-31 Thread Vincent Snijders
Graeme Geldenhuys schreef: Vincent Snijders wrote: Graeme, thanks for this nice piece of ASCII-art. Can you add it to http://wiki.lazarus.freepascal.org/Version_Numbering , please? Done! Thanks, I tried to expand it a bit and hope it makes it even more clear. Vincent

<    2   3   4   5   6   7   8   >