Re: [Lazarus] Do data modules have GTK dependencies on Linux

2011-01-18 Thread Frank Church
2011/1/18 ik ido...@gmail.com 2011/1/18 Frank Church vfcli...@gmail.com I have converted a program that uses data modules to Linux and I am sure tthey don't use any graphics widgets, but I keep getting 'error while loading shared libraries: libgdk_pixbuf-2.0.so.0: cannot open shared object

[Lazarus] Lazarus fails to start with TWinControl.CreateWnd: The nogui widgetset does not support visual controls.

2011-01-18 Thread Frank Church
based rebuilding? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus fails to start with TWinControl.CreateWnd: The nogui widgetset does not support visual controls.

2011-01-18 Thread Frank Church
On 18 January 2011 21:24, Mattias Gaertner nc-gaert...@netcologne.dewrote: On Tue, 18 Jan 2011 21:06:48 + Frank Church vfcli...@gmail.com wrote: I rebuilt the IDE with NoGUI option, and after closing and restart Lazarus it fails to open with the above message TWinControl.CreateWnd

[Lazarus] Are there some preprocessor values that can be set in the IDE for debugging, ie DEBUG et al?

2011-01-12 Thread Frank Church
Is there a preprocessor value that can be set in the IDE for debugging? eg. ifdef XX showmessage('y') endif, I am interested in options that can be ticked in the IDE dialogs rather than typed. -- Frank Church === http://devblog.brahmancreations.com

Re: [Lazarus] Is there an svn command to find out the last commit affected a particular file?

2011-01-05 Thread Frank Church
On 2 January 2011 16:44, Henry Vermaak henry.verm...@gmail.com wrote: 2011/1/2 Frank Church vfcli...@gmail.com: Is there an option to filter display just the latest one? svn log -l 1 file Henry This does exactly what is needed. Thanks

[Lazarus] Is there a tool to list all the string literals in your application?

2011-01-04 Thread Frank Church
Is there a tool to list all the string literals in your application? I want to list all the strings in my app and save them in a file or look up table from which I can change them or translate them to a different language if necessary. Is there some app to do that? -- Frank Church

Re: [Lazarus] Is there a tool to list all the string literals in your application?

2011-01-04 Thread Frank Church
and print out their line numbers? LINESIP - Opening the source for communication http://www.linesip.com http://www.linesip.co.il 2011/1/4 Frank Church vfcli...@gmail.com Is there a tool to list all the string literals in your application? I want to list all the strings in my app

Re: [Lazarus] new class dependency map generated

2011-01-04 Thread Frank Church
format which allow zooming without losing detail. Regards, - Graeme - -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank Church === http

Re: [Lazarus] new class dependency map generated

2011-01-04 Thread Frank Church
On 4 January 2011 17:33, Graeme Geldenhuys graemeg.li...@gmail.com wrote: 2011/1/4 Frank Church vfcli...@gmail.com: It is an interesting image, but it is very dense and it looks like the jpeg format has caused to lose a lot of detail. The text is blurred no matter how much you zoom

[Lazarus] How do you set an event at runtime?

2011-01-04 Thread Frank Church
I need to create some databases at runtime which use same event handling code as a component created at design time. Is there some way to set the event handling property of a component at runtime? -- Frank Church === http://devblog.brahmancreations.com

Re: [Lazarus] Call for testing: Lazarus 0.9.31 debian packages

2010-12-31 Thread Frank Church
mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Call for testing: Lazarus 0.9.31 debian packages

2010-12-31 Thread Frank Church
in how to create .deb packages, not just with Lazarus/FPC. ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank Church === http

Re: [Lazarus] Call for testing: Lazarus 0.9.31 debian packages

2010-12-31 Thread Frank Church
On 31 December 2010 21:57, Frank Church vfcli...@gmail.com wrote: On 31 December 2010 14:44, Vincent Snijders vincent.snijd...@gmail.comwrote: 2010/12/31 Frank Church vfcli...@gmail.com: On 31 December 2010 13:32, Vincent Snijders vincent.snijd...@gmail.com wrote

Re: [Lazarus] I desperately need some ideas of reducing edit, compile, debug cycle

2010-11-27 Thread Frank Church
On 26 November 2010 20:55, Martin laza...@mfriebe.de wrote: On 26/11/2010 19:56, Frank Church wrote: One thing that has always gottem to me when using Delphi and now Lazarus is the tedious edit, compile, debug cycle. It has been growing worse of late that now I am beginning to dread

Re: [Lazarus] Should using frames result in duplicate name errors?

2010-11-18 Thread Frank Church
On 18 November 2010 09:41, Marc Weustink marc.weust...@cuperus.nl wrote: Steve Smith wrote: On Wed, 17 Nov 2010 17:45:01 + Frank Church vfcli...@gmail.com wrote I am trying to use frames to create the same element repeatedly on a form, but when I copy them in the IDE or create them

Re: [Lazarus] Should using frames result in duplicate name errors?

2010-11-18 Thread Frank Church
On 17 November 2010 20:22, Frank Church vfcli...@gmail.com wrote: On 17 November 2010 19:28, Mattias Gaertner nc-gaert...@netcologne.dewrote: On Wed, 17 Nov 2010 17:45:01 + Frank Church vfcli...@gmail.com wrote: I am trying to use frames to create the same element repeatedly

Re: [Lazarus] Does Lazarus support component templates?

2010-11-18 Thread Frank Church
On 18 November 2010 01:16, Frank Church vfcli...@gmail.com wrote: Does Lazarus support component templates, like in http://docwiki.embarcadero.com/RADStudio/en/Creating_and_using_component_templates_%28C%2B%2B%29 ? I think I saw them on the menu some time ago, unless it was frames

Re: [Lazarus] How do you create some kind of type definition based on adding a set if identical functions to different objects with different ancestors?

2010-11-18 Thread Frank Church
On 17 November 2010 10:39, Frank Church vfcli...@gmail.com wrote: I don't know whether interfaces are what I am looking for here. I am creating an object called TStateInfoSource which needs to display its state using different objects, mainly a TForm, a TFrame, some future TComponent based

[Lazarus] How do you create some kind of type definition based on adding a set if identical functions to different objects with different ancestors?

2010-11-17 Thread Frank Church
the TImplementsDisplayState object manipulate the form or frame's elements directly. In effect is it possible to put a group of unrelated objects into the same type definition by adding to them a set of identically defined functions? -- Frank Church === http://devblog.brahmancreations.com

[Lazarus] Should using frames result in duplicate name errors?

2010-11-17 Thread Frank Church
that when I add the frames from the IDE, the duplicate name issue exists. Is it possible to pass the desired name to the Create function in this case? Are frames the right thing for this or is it templates instead? But I can't find templates in the IDE menu or the palette (Lazarus 0.9.28.3). -- Frank

Re: [Lazarus] Should using frames result in duplicate name errors?

2010-11-17 Thread Frank Church
On 17 November 2010 19:28, Mattias Gaertner nc-gaert...@netcologne.dewrote: On Wed, 17 Nov 2010 17:45:01 + Frank Church vfcli...@gmail.com wrote: I am trying to use frames to create the same element repeatedly on a form, but when I copy them in the IDE or create them and set

Re: [Lazarus] When do I need a component rather than a plain object?

2010-11-16 Thread Frank Church
. It will be good if Lazarus can generate the source code to initialize components at the start of a program, rather than stream them in, hopefully in a future version. It makes revision control much easier, a lot more transparent. -- Frank Church === http

Re: [Lazarus] When do I need a component rather than a plain object?

2010-11-16 Thread Frank Church
On 16 November 2010 10:32, Michael Van Canneyt mich...@freepascal.orgwrote: On Tue, 16 Nov 2010, Frank Church wrote: I realized the wisdom of Bo's approach to creating components at run-time and setting the properties in code only 2 days go. I overwrote some of my newer code with older

[Lazarus] When do I need a component rather than a plain object?

2010-11-14 Thread Frank Church
as Delphi's, or are there some major differences? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Logging class or some kind of writeln for Lazarus

2010-10-22 Thread Frank Church
Are there some FPC/Lazarus class for logging events? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] How to jump to start of function

2010-10-21 Thread Frank Church
I knew something was not right, I was using search all the time to find procedures and kept wondering, why is this business so hard and troublesome and remembered that I must be missing something, this is not the way it should be!!. Thanks. On 21 October 2010 00:17, Frank Church vfcli

[Lazarus] How to jump to start of function

2010-10-20 Thread Frank Church
Does Lazarus offer the ability to bring up a list of functions and jump to a start of a function, like the function in gexperts used to? Surely something in CodeTools or some other IDE package must be able to. -- Frank Church === http://devblog.brahmancreations.com

[Lazarus] How do you use codetools to declare new variables

2010-10-14 Thread Frank Church
I remember seeing in the docs where after creating a variable, some key press will jump to the var section of a procedure to insert that variable. Can someone remind me what it is? -- Frank Church === http://devblog.brahmancreations.com

Re: [Lazarus] tooltip debugger shows incorrect data

2010-10-13 Thread Frank Church
/ -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing

Re: [Lazarus] tooltip debugger shows incorrect data

2010-10-13 Thread Frank Church
On 13 October 2010 15:35, Vincent Snijders vincent.snijd...@gmail.comwrote: 2010/10/13 Frank Church vfcli...@gmail.com: I posted this article - Observations on FreePascal and Lazarus Development on my blog a few days ago, but because I haven't started any concrete work I added the blog

Re: [Lazarus] Lazarus Manager

2010-10-13 Thread Frank Church
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Lazarus setup file for Windows with FPC 2.4 or later?

2010-10-11 Thread Frank Church
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus

[Lazarus] Is the a subversion command to list changes to a file or directory you are interested in?

2010-10-10 Thread Frank Church
Is the a subversion command to list changes to a file or directory you are interested in? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Build scripts for Freepascal and Lazarus compilation from source

2010-10-07 Thread Frank Church
On 3 October 2010 10:25, Frank Church vfcli...@gmail.com wrote: I have posted an article and some code on some bash scripts I have developed to install FPC and Lazarus from source at http://devblog.brahmancreations.com/content/build-scripts-for-installing-freepascal-and-lazarus-from-source

Re: [Lazarus] Non trivial fcl-web demos?

2010-10-06 Thread Frank Church
On 6 October 2010 10:29, Joost van der Sluis jo...@cnoc.nl wrote: On Mon, 2010-09-20 at 20:15 +0100, Frank Church wrote: Are there any non trivial fcl-web demos I can download to try out? Does there exist something like a 'non-trivial website demo'? Most websites out there are trivial

Re: [Lazarus] Error: Can't call the resource compiler /usr/bin/fpcres, switching to external mode

2010-10-05 Thread Frank Church
On 5 October 2010 03:58, Frank Church vfcli...@gmail.com wrote: I am trying to rebuild the IDE after installing new packages and I get this error message repeatedly. /home/rchurch/.programs/lazarus/0.9.29/lazarus_0929_27548/share/lazarus/ide/lazarus.pp(127,1) Error: Can't call the resource

Re: [Lazarus] Build scripts for Freepascal and Lazarus compilation from source

2010-10-04 Thread Frank Church
On 4 October 2010 00:26, Marcos Douglas m...@delfire.net wrote: 2010/10/3 Frank Church vfcli...@gmail.com: [snip] The wiki also has tips on compiling at http://wiki.lazarus.freepascal.org/Installing_Lazarus#Compiling.2Finstalling_FPC_and_Lazarus_from_Sources_of_SVN_.28Win32.29

Re: [Lazarus] Build scripts for Freepascal and Lazarus compilation from source

2010-10-04 Thread Frank Church
On 4 October 2010 11:18, Kjow antispamm...@gmail.com wrote: 2010/10/4 Frank Church vfcli...@gmail.com: If you can make it fully configurable, so that c:\develop can be c:\%installdir%, specify which revision so that the download command will be svn -r %revision% http://svn.freepascal.org

Re: [Lazarus] Build scripts for Freepascal and Lazarus compilation from source

2010-10-04 Thread Frank Church
2010/10/4 Juha Manninen (gmail) juha.mannine...@gmail.com On Sunday 03 October 2010 12:25:50 Frank Church wrote: I have posted an article and some code on some bash scripts I have developed to install FPC and Lazarus from source at http://devblog.brahmancreations.com/content/build

Re: [Lazarus] Does Lazarus/FPC have a process launcher for FastCGI?

2010-10-04 Thread Frank Church
On 4 October 2010 12:26, Michael Van Canneyt mich...@freepascal.org wrote: On Mon, 4 Oct 2010, Frank Church wrote: Does Lazarus/FPC have its own process launcher for FastCGI? Why would you need a process launcher ? This is a new area for me. When I check the nginx, this is what I see

[Lazarus] Does Lazarus/FPC have a process launcher for FastCGI?

2010-10-04 Thread Frank Church
Does Lazarus/FPC have its own process launcher for FastCGI? I am going to try the existing scripts for nginx, but it looks like they use their FastCGI scripts to launch the Lazarus exe's as a CGI. /vfclists -- Frank Church === http://devblog.brahmancreations.com

Re: [Lazarus] Does Lazarus/FPC have a process launcher for FastCGI?

2010-10-04 Thread Frank Church
On 4 October 2010 13:04, Michael Van Canneyt mich...@freepascal.org wrote: On Mon, 4 Oct 2010, Frank Church wrote: On 4 October 2010 12:26, Michael Van Canneyt mich...@freepascal.org wrote: On Mon, 4 Oct 2010, Frank Church wrote: Does Lazarus/FPC have its own process launcher

Re: [Lazarus] Build scripts for Freepascal and Lazarus compilation from source

2010-10-04 Thread Frank Church
On 4 October 2010 16:08, Marco van de Voort mar...@stack.nl wrote: On Sun, Oct 03, 2010 at 02:30:11PM +0100, Frank Church wrote: On 3 October 2010 13:23, Joshua Lim joshua__...@hotmail.com wrote: Hi Frank, do you have something for Win32? Thanks. I don't have anything for Win32

Re: [Lazarus] Build scripts for Freepascal and Lazarus compilation from source

2010-10-04 Thread Frank Church
' build if it proves 'stable' long enough for their purposes. Marcos Douglas -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank Church

[Lazarus] Error: Can't call the resource compiler /usr/bin/fpcres, switching to external mode

2010-10-04 Thread Frank Church
this error before I raised the ulimit, but it doesn't appear to work now. -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

[Lazarus] Build scripts for Freepascal and Lazarus compilation from source

2010-10-03 Thread Frank Church
I have posted an article and some code on some bash scripts I have developed to install FPC and Lazarus from source at http://devblog.brahmancreations.com/content/build-scripts-for-installing-freepascal-and-lazarus-from-source . Any comments and tips are well come. -- Frank Church

Re: [Lazarus] How would you organize build directories for different versions?

2010-10-03 Thread Frank Church
On 29 September 2010 08:38, Mattias Gaertner nc-gaert...@netcologne.dewrote: On Wed, 29 Sep 2010 06:59:02 +0100 Frank Church vfcli...@gmail.com wrote: If you are using different Lazarus versions but with same components and packages, how would you organize separate build directories

Re: [Lazarus] Build scripts for Freepascal and Lazarus compilation from source

2010-10-03 Thread Frank Church
you get an fpc 2.4.0 working, you can go on to an fpc 2.5.1 and things will be match easier then. Another important point is to make sure you have the fpc.cfg right for the compiler, which is why I always regenerate it for a compiler just before 'making' with it. Frank Church wrote: I have

[Lazarus] syslog facility in Lazarus

2010-10-01 Thread Frank Church
system log interface. It contains routines to add system logging to your application, and links to the C library for the implementation of these routines. (View interface) There is an example called testlog which shows how the unit should be used. == -- Frank Church

Re: [Lazarus] syslog facility in Lazarus

2010-10-01 Thread Frank Church
On 1 October 2010 07:33, Frank Church vfcli...@gmail.com wrote: when I seach google for syslog in Lazarus, I come across this page - http://www.freepascal.org/packages/syslog.html - with this content, but the code and the examples don't exist. Have they been removed? == syslog

[Lazarus] using nginx with Lazarus/FPC web components

2010-10-01 Thread Frank Church
I am quite new to web development with Lazarus. Will fcl-web, freespider, webdesign programs work with nginx automatically? Is the configuration to switch from Apache to nginx quite straightforward, ie no recompilation of packages etc? -- Frank Church === http

Re: [Lazarus] Tool to convert components properties to Pascal source code.

2010-09-29 Thread Frank Church
Mattias Gaertner nc-gaert...@netcologne.de: On Sun, 26 Sep 2010 16:05:08 +0100 Frank Church vfcli...@gmail.com wrote: Is there a tool that can take an .lfm file and generate the equivqlent Pascol code to create it runtime? See examples/pascalstream/PascalStream1.lpi. It does not support

[Lazarus] How would you organize build directories for different versions?

2010-09-28 Thread Frank Church
to configure that in the separate IDEs, or in the package source files themselves? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

[Lazarus] Tool to convert components properties to Pascal source code.

2010-09-26 Thread Frank Church
Is there a tool that can take an .lfm file and generate the equivqlent Pascol code to create it runtime? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Is there a way to choose with fpc to use in lazarus command?

2010-09-26 Thread Frank Church
On 25 September 2010 23:04, Mattias Gaertner nc-gaert...@netcologne.dewrote: On Sat, 25 Sep 2010 22:43:48 +0100 Frank Church vfcli...@gmail.com wrote: [...] I am now get the dreaded Fatal: Can't find unit Contnrs used by x error, yet it is located in source_dir/packages/fcl

Re: [Lazarus] What is the cause of this fpcres error? It is on the path.

2010-09-25 Thread Frank Church
On 25 September 2010 07:56, zeljko zel...@holobit.net wrote: On Saturday 25 September 2010 02:07, Frank Church wrote: I am trying to compile the latest Lazarus trunk and I get this error. Compiling resource ../units/i386-linux/lazarus.or lazarus.pp(127,1) Error: Can't call the resource

[Lazarus] Is there a way to choose with fpc to use in lazarus command?

2010-09-25 Thread Frank Church
version. -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] How to pass path of fpc to make command, and some thoughts on Lazarus/FPC Installation.

2010-09-25 Thread Frank Church
On 25 September 2010 20:33, Sven Barth pascaldra...@googlemail.com wrote: On 24.09.2010 21:53, Frank Church wrote: On 24 September 2010 16:45, Sven Barth pascaldra...@googlemail.com mailto:pascaldra...@googlemail.com wrote: There should be a makeskel or similar binary in fpc240/bin/fpc

Re: [Lazarus] Is there a way to choose with fpc to use in lazarus command?

2010-09-25 Thread Frank Church
On 25 September 2010 20:58, Marcos Douglas m...@delfire.net wrote: 2010/9/25 Frank Church vfcli...@gmail.com: Is there a way to pass on the version of FPC you want to use with startlazarus or lazarus command? The configuration of Lazarus is created, at the first time, in C:\Documents

Re: [Lazarus] Is there a way to choose with fpc to use in lazarus command?

2010-09-25 Thread Frank Church
On 25 September 2010 22:20, Mattias Gaertner nc-gaert...@netcologne.dewrote: On Sat, 25 Sep 2010 21:48:27 +0100 Frank Church vfcli...@gmail.com wrote: On 25 September 2010 21:30, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Sat, 25 Sep 2010 21:13:32 +0100 Frank Church vfcli

[Lazarus] FreePascal Source not found in Ubuntu

2010-09-24 Thread Frank Church
. Is there something to be typed in there or do they have to be installed separately? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] FreePascal Source not found in Ubuntu

2010-09-24 Thread Frank Church
On 24 September 2010 08:40, Torsten Bonde Christiansen t...@epidata.dkwrote: On 2010-09-24 09:31, Frank Church wrote: I installed the Ubuntu package from the Wiki using the getlaz script, whenever I open Lazarus I get the error message The Free Pascal source directory was not found Some

[Lazarus] How to install additional components in Lazarus IDE?

2010-09-24 Thread Frank Church
If I want to add components to Lazarus in Ubuntu, do I have to run as root, or by using sudo lazarus? Is there a way of installing components only for your user account, or do they all have to be part of the main installation? -- Frank Church === http

Re: [Lazarus] FreePascal Source not found in Ubuntu

2010-09-24 Thread Frank Church
-- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] FreePascal Source not found in Ubuntu

2010-09-24 Thread Frank Church
2010/9/24 Mattias Gärtner nc-gaert...@netcologne.de Zitat von Frank Church vfcli...@gmail.com: On 24 September 2010 08:40, Torsten Bonde Christiansen t...@epidata.dk wrote: On 2010-09-24 09:31, Frank Church wrote: I installed the Ubuntu package from the Wiki using the getlaz script

Re: [Lazarus] Where does installer place files?

2010-09-24 Thread Frank Church
On 24 September 2010 12:02, Frank Church vfcli...@gmail.com wrote: I have just used the fpc package to install freepascal 2.4.0 from source in my home account, and I have done a make install PREFIX= to install it to a folder of my choice, but I can't find locate the fpc executable

Re: [Lazarus] Where does installer place files?

2010-09-24 Thread Frank Church
I have fixed that part, I was looking in the wrong directory. When I run fpc I get - Free Pascal Compiler version 2.2.4-3 [2009/06/03] for i386 Why is it still saying version 2.2.4-3? Did I get the wrong one from subversion? On 24 September 2010 12:08, Frank Church vfcli...@gmail.com wrote

[Lazarus] How to pass path of fpc to make command, and some thoughts on Lazarus/FPC Installation.

2010-09-24 Thread Frank Church
or literals where well documented variables will do /vfclists -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] How to pass path of fpc to make command, and some thoughts on Lazarus/FPC Installation.

2010-09-24 Thread Frank Church
On 24 September 2010 16:45, Sven Barth pascaldra...@googlemail.com wrote: Am 24.09.2010 17:25, schrieb Frank Church: 1. The fpc executable is installed in ~/LazarusInstalls/fpc240/bin/fpc When I execute ~/LazarusInstalls/fpc240/bin/fpc, the first 3 lines of output say: Free Pascal

[Lazarus] What is the cause of this fpcres error? It is on the path.

2010-09-24 Thread Frank Church
errors compiling module, stopping -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Non trivial fcl-web demos?

2010-09-20 Thread Frank Church
Are there any non trivial fcl-web demos I can download to try out? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

[Lazarus] Non visual programs that use components

2010-09-15 Thread Frank Church
as the IDE is not there to automatically add them to the form's unit? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

Re: [Lazarus] Does Lazarus have a URI sensitive label or text component?

2010-09-10 Thread Frank Church
2010/9/8 Alexsander Rosa alexsander.r...@gmail.com Today I think you need to set the font (e.g.: blue, underline), the Cursor property (to crHandpoint) and in the onclick event. 2010/9/7 Frank Church vfcli...@gmail.com Does Lazarus have a URI sensitive label or text component, one

[Lazarus] TProcess still keeping debugged application open.

2010-09-08 Thread Frank Church
to the debugger or is it related to the way TProcess works? This is the sample code: AProcess := TProcess.Create(self); AProcess.CommandLine := fullCommStr; AProcess.ShowWindow := swoHide; AProcess.Execute; AProcess.Free; The application is meant to run in the background. , -- Frank Church

[Lazarus] Does Lazarus have a URI sensitive label or text component?

2010-09-07 Thread Frank Church
Does Lazarus have a URI sensitive label or text component, one that will open up a browser or an email client when clicked? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] How to configure IDE for my own libraries?

2010-09-01 Thread Frank Church
On 30 August 2010 09:36, Sven Barth pascaldra...@googlemail.com wrote: Am 30.08.2010 10:05, schrieb Frank Church: Another possibility (preferred by me) is to add your units to a package and to include your package with every project. I am thinking along this line but I don't know

Re: [Lazarus] Files have wrong owner, root... making build lazarus impossible.

2010-08-30 Thread Frank Church
Source Games Since 1970 with a Commodore PET 4016 with 16 KRAM http://pews-freeware-games.org (--- brand new) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank

[Lazarus] How to configure IDE for my own libraries?

2010-08-30 Thread Frank Church
in every project without having to add it everytime, like it is automatically present in the IDE? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] How to configure IDE for my own libraries?

2010-08-30 Thread Frank Church
On 30 August 2010 08:50, Sven Barth pascaldra...@googlemail.com wrote: Am 30.08.2010 09:41, schrieb Frank Church: I have now begun using some of my own files regularly in my projects and I need to store them in one place rather than copy them to every project's folder. I have created

[Lazarus] dbutils.pas(12, 64) Fatal: Can't find unit dbutils used by rxdbgrid_findunit

2010-08-24 Thread Frank Church
of the problem. I suspect that it is not because it was all working fine before. What exactly could be wrong? This type of error comes up too often and it can be really frustrating. -- Frank Church === http://devblog.brahmancreations.com

Re: [Lazarus] Many parts of screen are not redrawn in Windows XP Classic theme and Win 2000

2010-07-21 Thread Frank Church
of the grid. I'll will test the problem with another dataset and report my findings. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank Church

[Lazarus] Many parts of screen are not redrawn in Windows XP Classic theme and Win 2000

2010-07-18 Thread Frank Church
. It is present in 0.9.26 and 0.9.28 -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Many parts of screen are not redrawn in Windows XP Classic theme and Win 2000

2010-07-18 Thread Frank Church
On 18 July 2010 23:34, Paul Ishenin webpi...@mail.ru wrote: 18.07.2010 23:37, Frank Church wrote: When the application' screen is minimized and restored many elements are not redrawn so the contents of the previous windows show through some parts of the screen. It happens on Windows 2000

Re: [Lazarus] TDbGrid almost read-only ? :-)

2010-07-13 Thread Frank Church
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus

[Lazarus] Some questions about thread timing and syncrhonization

2010-07-12 Thread Frank Church
the Synchronize is performed by the main thread, so the Resume is executed in the Synchronize(@DispatchOutput) code. Is that a correct way of working? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list

Re: [Lazarus] Some questions about thread timing and syncrhonization

2010-07-12 Thread Frank Church
On 12 July 2010 13:06, Michael Schnell mschn...@lumino.de wrote: On 07/12/2010 10:22 AM, Frank Church wrote: Is the Synchronize method of a thread able to execute when the thread is Suspended? e.g if the following instructions are executed in succession Synchronize(@DispatchOutput

[Lazarus] How to make SSH connection via FreePascal or Delphi using Indy/Synapse etc?

2010-07-12 Thread Frank Church
Sometime ago I saw an article demonstrating how to make SSH connections using FreePascal or Delphi and one of the main networking component sets. It was on a blog created by one of the Portuguese speaking FreePascal users, probably Brazilian. Can anyone remember it and point me to it? -- Frank

Re: [Lazarus] How to make SSH connection via FreePascal or Delphi using Indy/Synapse etc?

2010-07-12 Thread Frank Church
Sorry, and sympathies at your untimely exit from the World Cup. You lost to a good team though, although their being German probably didn't help ;) 2010/7/12 Leonardo M. l.r...@griensu.com El lun, 12-07-2010 a las 13:39 +0100, Frank Church escribió: Sometime ago I saw an article

Re: [Lazarus] Some questions about thread timing and syncrhonization

2010-07-12 Thread Frank Church
suspended until a timer running in the main thread kicks it of again. I think testing the thread's *while not terminated* loop to see if it is time yet is an inefficent use of resources On 12 July 2010 14:26, Michael Schnell mschn...@lumino.de wrote: On 07/12/2010 02:27 PM, Frank Church wrote

[Lazarus] More thread questions.

2010-07-12 Thread Frank Church
Execute? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] SQLitePass package install problems

2010-07-11 Thread Frank Church
/listinfo/lazarus -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Can't create executable

2010-07-10 Thread Frank Church
July 2010 10:22, Sven Barth pascaldra...@googlemail.com wrote: Hi! On 10.07.2010 10:40, Frank Church wrote: There are some ttimes when something seems to have locked the executable and it can't be created until the computer is restarted. I have come across this issue a few times

Re: [Lazarus] Failed to initialize component: No streaming method available

2010-06-19 Thread Frank Church
I was in a rush and turned it into a regular form. I will check my backups to see if the original is still there. On 19 June 2010 05:51, Mattias Gaertner nc-gaert...@netcologne.de wrote: On Sat, 19 Jun 2010 04:40:42 +0100 Frank Church vfcli...@gmail.com wrote: It was a Datamodule problem

[Lazarus] Failed to initialize component: No streaming method available

2010-06-18 Thread Frank Church
I keep getting this error message whenever I try to open a form. What does it mean? -- Frank Church === http://devblog.brahmancreations.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

<    1   2   3