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"

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"

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: -Fu/myfpcsvn

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 revisi

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

2009-11-16 Thread Vincent Snijders
2009/11/16 Graeme Geldenhuys : > 2009/11/16 Vincent Snijders : >>>> >>>> * 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, c

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

2009-11-16 Thread Vincent Snijders
2009/11/16 Michael Van Canneyt : > > > 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 only and

Re: [Lazarus] Lazarus 0.9.28.2 released

2009-11-16 Thread Vincent Snijders
2009/11/16 Graeme Geldenhuys : > 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. &g

Re: [Lazarus] Lazarus 0.9.28.2 released

2009-11-15 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 04/11/2009, Vincent Snijders wrote: On #lazarus-ide, IRC, somebody said that the fixes_0_9_28 branch was out of sync, is that still true? No. The sync (for fixes branch) is not a automated process, but I try and update it once a week (normally Mondays). I am

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] 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 d

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 Laza

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] 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 the

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 Lazarus@lists.

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 X,

Re: [Lazarus] Lazarus Goal

2009-11-11 Thread Vincent Snijders
2009/11/11 Brian Prentice : > 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 stable software avai

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] 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] Cross-compiling Linux project to Windows from inside IDE

2009-11-09 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, I followed the instructions on the Wiki to create a cross-compiler for Windows. http://wiki.lazarus.freepascal.org/Cross_compiling#To_Windows My current system is Ubuntu 64bit with FPC 64bit. I'm cross-compiling my projects to Win32 from inside the IDE. I have

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 : 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? It is better to h

Re: [Lazarus] Delphi editor clone

2009-11-07 Thread Vincent Snijders
Hans-Peter Diettrich schreef: Vincent Snijders schrieb: I'd wait at least for an official FPC release before changing the LCL code. Perhaps there will come a compatibility option, that allows to use the old behaviour even in new FPC versions. LCL code must be compilable with the l

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 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 checkboxes are unc

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: http://wiki.lazarus.freepascal.org/User_Changes_2.4.0#Treating_direct-mapped_properties_as_regula

Re: [Lazarus] Delphi editor clone

2009-11-05 Thread Vincent Snijders
Martin schreef: Hans-Peter Diettrich wrote: Please have a look at examples/dockmanager/elasticsite/SiteTest project. It demonstrates how docking could work in the Lazarus IDE, and how multiple editor windows could be implemented. Does not work with fpc trunk C:\lazarus_latest\examples\dockman

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] Lazarus 0.9.28.2 released

2009-11-04 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 31/10/2009, Vincent Snijders wrote: The Lazarus team is glad to announce the 0.9.28.2 release. If anybody else is using the Git mirror, your next 'git pull' will get the new tag as well, and you can do local checkouts against it. http://github.c

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: http:

Re: [Lazarus] UTF8 string compare

2009-11-01 Thread Vincent Snijders
Vincent Snijders schreef: And3mD schreef: How to compare utf8 strings For example I have the sign "/" encoded as #47 and #192#175: str1:=#47; // "/" str2:=#192#175; // "/" I don't think str2 is valid UTF8. It is a so-called overlong form: See: http://w

Re: [Lazarus] UTF8 string compare

2009-11-01 Thread Vincent Snijders
And3mD schreef: How to compare utf8 strings For example I have the sign "/" encoded as #47 and #192#175: str1:=#47; // "/" str2:=#192#175; // "/" I don't think str2 is valid UTF8. Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepasc

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

2009-11-01 Thread Vincent Snijders
brian schreef: Vincent Snijders wrote: 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

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] 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

[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] 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

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 SV

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: showmess

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 desir

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 of

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] Code navigation in Lazarus 0.9.28

2009-10-26 Thread Vincent Snijders
Mattias Gärtner schreef: Zitat von 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 o

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] Debugging Design packages in Lazarus

2009-10-25 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 ide\laz

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 supposed

Re: [Lazarus] Lazarus .deb repos!

2009-10-23 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: http://wiki.lazarus.freepascal.org/Getting_Lazarus#G

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 actua

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] 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] StateImages support in TListView

2009-10-23 Thread Vincent Snijders
Boian Mitov schreef: Hi Paul, I guess you can ignore it. Without it I can't recompile the IDE. I guess it is some code that is not used in the Lazarus any more but is marked for rebuild on my system from older Lazarus install. An error on Item.Params.StrictDelimiter:=true; probably me

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

2009-10-23 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/10/23 Vincent Snijders : 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] How to determine the file extension to use

2009-10-23 Thread Vincent Snijders
Graeme Geldenhuys schreef: 2009/10/23 Vincent Snijders : 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 can be removed. Otherwise

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. ht

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 canno

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] '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 th

lazarus@lists.lazarus.freepascal.org

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 err

lazarus@lists.lazarus.freepascal.org

2009-10-14 Thread Vincent Snijders
Bart schreef: Hi David, Look at the function definition: Function FpChmod (path : AnsiString; Mode : TMode): cInt; inline; The second parameter must be of type TMode, so you cannot use a "&" in it. What does "&"755 do if you run chmode from terminal? (What is the meaning of the ampersand

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] 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 endin

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 -&g

Re: [Lazarus] TAChart documentation

2009-10-08 Thread Vincent Snijders
Alexander Klenin schreef: On Fri, Oct 9, 2009 at 03:47, Vincent Snijders 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 -- lazde, lhelp, that

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 or

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

2009-10-07 Thread Vincent Snijders
CubicDesign schreef: The problem is that while trying to install the latest version of fp-units-rtl, it failed with the message: fp-units-gtk2 So Lazarus cannot be installed because of this. Did you upgrade the fp-units-gtk2 to fpc 2.2.4-3 too? Vincent --

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: http://www.archivum.info/debian-bugs-d...@lists.debian.org/2008-08/13201/Bug_495688:_la

Re: [Lazarus] Lazarus 0.9.28, thanks.

2009-10-07 Thread Vincent Snijders
Leonardo M. Ramé schreef: This is the script: #!/bin/sh gpg --keyserver hkp://pgp.mit.edu:11371 --recv-keys 6A11800F gpg --export 6A11800F | apt-key add - echo "deb http://www.hu.freepascal.org/lazarus/ lazarus-testing universe" /etc/apt/sources.list.d/lazarus.list apt-get update apt-get install

Re: [Lazarus] Lazarus 0.9.28, thanks.

2009-10-07 Thread Vincent Snijders
Leonardo M. Ramé schreef: El mié, 07-10-2009 a las 19:06 +0200, Vincent Snijders escribió: 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 hk

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, l

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

2009-10-07 Thread Vincent Snijders
CubicDesign schreef: I already searched the entire disk from Krusader. There is no such file. I looks like that only the source files of Lazarus were installed. There is a special command line I need to use to install DEB packages. I used the GUI. Maybe it will work from command line? Maybe

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 http://www.hu.freepasc

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 in

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

2009-10-07 Thread Vincent Snijders
CubicDesign schreef: 1. No. I checked that menu also. There is only the Python icon. 2. I have used the DEB packages to install it (GDebi). I had no error messages while installing the lazarus-src_0.9.28-0_all.deb packege but the lazarus-ide_0.9.28-0_i386.deb package said: Error: Dependency i

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 version conditional define

2009-10-04 Thread Vincent Snijders
Luiz Americo Pereira Camara schreef: I want to use a feature in a component that is present only in Lazarus 0.9.29 but would like also to make it compilable with at least in 0.9.28. Is there a define like LAZARUS_VER_XX so i can use? See: http://lazarus-ccr.sourceforge.net/docs/lcl/lclversion

Re: [Lazarus] package with LazIDEIntf and propedits probleme

2009-10-03 Thread Vincent Snijders
wile64 schreef: 2009/10/1 Mattias Gaertner > On Wed, 30 Sep 2009 17:56:17 +0200 wile64 mailto:wil...@gmail.com>> wrote: > Don't work, don't work, don't work !!! > > After full test, I am desperate to make it work :( > I have some

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 p

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 : 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 in the future) will remove

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 http://lists.lazarus.freepascal.org/pipermail/lazarus/2009-

Re: [Lazarus] Call stack window - columns not resizable

2009-09-28 Thread Vincent Snijders
Mattias Gaertner schreef: I can change column widths here. But the mouse pointer does change when moving the mouse over the separators. Does or does not? Vincent -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.

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 Division

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 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. There are pro and c

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=2&id=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 i

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

2009-09-18 Thread Vincent Snijders
Even though it is Friday again, I will try to respond without getting too emotional. Graeme Geldenhuys schreef: Vincent Snijders het geskryf: I only want feature requests that stand a reasonable chance to be implemented before version 3.0 (due after 2025). And who decides the fate of such

Re: [Lazarus] Mac OS X : Need RTF functionality within Lazarus apps

2009-09-17 Thread Vincent Snijders
domini...@savagesoftwaresolutions.com schreef: Oops my misunderstanding then. I thought that bug reports for CCR had to go through SF rather the the FP's Mantis. I'll resubmit them to Mantis later today. For the time being , the links are... https://sourceforge.net/tracker/?func=detail&aid=2860

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 ) 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] DBGrid.OnDrawColumnCell

2009-09-17 Thread Vincent Snijders
matt shaffer schreef: I thought I'd just throw this out there: I'm still having issues with CPU usage and my customized grid. I thought I'd just throw this out: Did you follow Jesus's last advice to which you did not respond? If using OnPrepareCanvas event, try to use Canvas properties instea

Re: [Lazarus] Case error with cirilyc

2009-09-16 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 thoug

Re: [Lazarus] Case error with cirilyc

2009-09-16 Thread Vincent Snijders
Ригел Rigel schreef: (I was write an example but restruction of mail can't allow me to send it) The project (zipped) is too big, if you include an icon. Remove the icon, and compiler generated files (.exe, .o, .ppu) and you can zip and send the source. Vincent -- ___

Re: [Lazarus] Case error with cirilyc

2009-09-16 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 cyril

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 copy&paste 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: On Sat, Sep 12, 2009 at 11:25:20AM +0200, Vincent Snijders wrote: 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

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 http://lazarus-ccr.svn.sourceforge.net/viewvc/la

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] Enhance Macro usage by making it easier to find

2009-09-11 Thread Vincent Snijders
Graeme Geldenhuys schreef: Vincent Snijders het geskryf: IMHO a better place for such feature requests without a clear owner (with a limited todo list) is: http://wiki.lazarus.freepascal.org/Feature_Ideas OK, done that too, and added a reference to the Mantis report. What is the purpose of

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 th

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: http://wiki.freepascal.org/Mou

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 some

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 forge

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

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

<    3   4   5   6   7   8   9   10   >