Re: [Lazarus] Lazarus Digest, Vol 54, Issue 11

2012-07-08 Thread John Repucci
The file serving module is also a module. It is 'hidden', as there is no visible data module for you to put components on, but in the background there is a module nonetheless. 'img' is suppose to be the location for my image files. (in this case, in the same directory as the application)

[Lazarus] httpWebServer does not show images for some users

2012-07-08 Thread John Repucci
(Sorry about that - I forgot to change the Subject line.) On Sun, Jul 8, 2012 at 9:01 AM, John Repucci john.repu...@gmail.com wrote: The file serving module is also a module. It is 'hidden', as there is no visible data module for you to put components on, but in the background

Re: [Lazarus] httpWebServer does not show images for some users

2012-07-07 Thread John Repucci
...@home.telenet.be Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII On Fri, 6 Jul 2012, John Repucci wrote: I've been playing around with the httpwebserver and having problems getting it to display images. see: http://www.lazarus.freepascal.org/index.php/topic,17296.0.html

[Lazarus] Debugger Error: PC register is not available

2012-03-17 Thread John Repucci
I just encountered the below pop-up error message when debugging. Within that one session of Laz, I was able to reproduce the message, but once I existed / restarted Lazarus, it did not reoccur. Any suggestions for the next time I encounter it? code segment: sA,sB are strings; I was able to

Re: [Lazarus] Missing Documentation

2012-02-29 Thread John Repucci
Date: Wed, 29 Feb 2012 19:32:47 +0100 From: Marc Santhoff m.santh...@web.de Subject: Re: [Lazarus] Missing Documentation To: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Message-ID: 1330540367.57395.61.ca...@zaphod.das.netz Content-Type: text/plain Am Mittwoch, den

Re: [Lazarus] Project management

2012-02-28 Thread John Repucci
From: Hans-Peter Diettrich drdiettri...@aol.com Subject: Re: [Lazarus] Project management Everton Vieira schrieb: And to elegantly show the contributor who did the examples and so on. Right, sometimes it would be nice to know whom to ask specific questions. DoDi As much as I would

Re: [Lazarus] fcl-stl / thashset question

2012-02-27 Thread John Repucci
Gaertner ?: On Mon, 27 Feb 2012 06:18:59 +0100 Hans-Peter Diettrichdrdiettri...@aol.com wrote: John Repucci schrieb: I'm attempting to use thashset from the fcl-stl unit. It appears that fcl-stl is not compiled with the fpc that comes with Lazarus-0.9.31-35589-fpc-2.6.1

Re: [Lazarus] fcl-stl / thashset question

2012-02-27 Thread John Repucci
From: Sven Barth pascaldra...@googlemail.com I did a quick test by manually building and installing FPC 2.7.1 on i386-win32. There fcl-stl is included in the installation. But you are indeed right that it is not included in the snapshot download. Please file a bug report. Regards, Sven

[Lazarus] fcl-stl / thashset question

2012-02-26 Thread John Repucci
I'm attempting to use thashset from the fcl-stl unit. It appears that fcl-stl is not compiled with the fpc that comes with Lazarus-0.9.31-35589-fpc-2.6.1-20120225-win32. While fcl-stl is in the source, it is not found in the units directory tree. (this is also true of fpc-2.7.1.i386-win32 that

[Lazarus] App Seg Faults when -gh is unchecked

2011-09-03 Thread John Repucci
I've had this happen to me twice now. I'm developing the app in the Lazarus IDE and all is well. Then I uncheck the -gh option (Use Heaptrc Unit), run my program and I get a Segmentation Fault before any of the program shows up. This happens both within the IDE (via F9) and when I run the

Re: [Lazarus] Where is the documentation for powtils?

2011-08-14 Thread John Repucci
On 14 August 2011 16:02, Thierry Coq wrote: I'm trying to use powtils to build an embedded web server. Powtils looks useful, but all links pointing to documentation are stale. Could anyone Powtils has been abandoned by the original author for about 2+ years already. I still us a stable

Re: [Lazarus] Should StringGrid1.Clear clear the fixed rows / columns?

2011-08-02 Thread John Repucci
Date: Tue, 2 Aug 2011 13:36:20 +0200 From: t.wieckow...@gmail.com Subject: Re: [Lazarus] Should StringGrid1.Clear clear the fixed rows / columns? To: Lazarus mailing list lazarus@lists.lazarus.freepascal.org Message-ID:

Re: [Lazarus] Should StringGrid1.Clear clear the fixed rows / columns?

2011-08-01 Thread John Repucci
From: Jesus Reyes jesus...@yahoo.com.mx ... Delphi grids do not implement a clear method :D so this is not a compatibility problem, or is it?. The add-on component VirtualStringView/Tree does implment a clear method that does not delete the headers. I can envision cases where I would like

[Lazarus] Should StringGrid1.Clear clear the fixed rows / columns?

2011-07-31 Thread John Repucci
I have a fixed row in my SG with the titles for the columns, but when I do a SG.clear, the fixed rows are deleted. I understand why that is happening (the so-called fixed rows are just row [0] within the SG). However, it would be nice if the fixed rows were not affected by the clear. Am I missing

[Lazarus] [again] Can't take the address of constant expressions

2011-06-09 Thread John Repucci
I was testing the below code from the fpc documentation and I get the Can't take the address of constant expressions error, with the cursor positioned just after (S) in the 2nd WriteLn statement. I do not understand how to fix this. I did search for the error, but it none of it makes sense. I'll

[Lazarus] IDE Options implementation question

2011-05-21 Thread John Repucci
I would like to mimic the Lazarus IDE Options window for my program. Can anyone point me to an example with a similar implementation? What object is used on the left side and how is it populated? Is there a way I could open the editor or the IDE Options inside the Lazarus editor? --

[Lazarus] OnGuard component: CreateMachineID not working?

2011-04-27 Thread John Repucci
I'm seeing an oddity with the CreateMachineID function within the OnGuard component. Is there anyone who has used this component in depth? Any idea who I would submit a ticket to or who can tell me if I'm doing something wrong? I'm using the CreateMachineID code to pull an id for networking,

Re: [Lazarus] Project / Save Project As ... - expected behavior?

2011-04-02 Thread John Repucci
On Fri, 1 Apr 2011 20:54:11 -0500 John Repucci john.repu...@gmail.com wrote: If I have a project that works (ie: compiles correctly...) and I do a Project / Save Project As ... into a different directory with a different name, should I expect that the new project should contain

Re: [Lazarus] Project / Save Project As ... - expected behavior?

2011-04-02 Thread John Repucci
I believe that currently it is necessary to use the menu View / Units... for each unit then do a File / Save as... for each of the units. I also think that when a unit is saved that it's form is automatically saved... someone please correct me if this is wrong. Only the lpi and lpr files

[Lazarus] OnGuard component question

2011-04-01 Thread John Repucci
Graeme (or others...) Last year you (Graeme) mentioned that you had split the OnGuard package in two. Did you release any of your work? tponguard_lcl.lpk / tponguard.lpk (http://www.mail-archive.com/lazarus@lists.lazarus.freepascal.org/msg06252.html) I want to create a license manager using

[Lazarus] Project / Save Project As ... - expected behavior?

2011-04-01 Thread John Repucci
If I have a project that works (ie: compiles correctly...) and I do a Project / Save Project As ... into a different directory with a different name, should I expect that the new project should contain all necessary files and compile correctly? OnGuard example program: codegen - If I compile it,

[Lazarus] Undefined symbol errors after adding TOpenDialog

2010-10-16 Thread John Repucci
I added an OpenDialog to a form and started getting the following errors, with the Source Editor pointing to the end of my .lpr file. Remove the OpenDialog did not make the errors vanish. Any thoughts or suggestions? Windows 32, Vista, 0.9.29, SVN 27226, fpc: 2.4.0 John IPUtility1.lpr(22,1)