[Lazarus] Question about GDB on Windows

2008-02-15 Thread Lee Jenkins
Hi all, I've read there are a few problems with gdb on windows. Actually, I've encountered a few problems, while not show stoppers are annoying. Sometimes when debugging a GUI app, the will get focus, but kinda freeze. Usually this is when I've run the application in debug mode and then shut

Re: [Lazarus] SynEdit scrollbars don't seem to work either.

2008-02-17 Thread Lee Jenkins
Mattias Gaertner wrote: On Sun, 17 Feb 2008 15:57:08 -0500 Lee Jenkins [EMAIL PROTECTED] wrote: Couldn't get TMemo to stop acting with wordwrap (WordWrap := false) regardless of the settings. WordWrap=false Scrollbars=ssBoth Some widgetsets (e.g. gtk2) have not yet implemented

Re: [Lazarus] SynEdit scrollbars don't seem to work either.

2008-02-17 Thread Lee Jenkins
Felipe Monteiro de Carvalho wrote: Which widgetset and lazarus version? Sorry Guys, This is Windows with lazarus 0.9.24. Stock install. -- Warm Regards, Lee Everything I needed to learn in life, I learned selling encyclopedias door to door.

Re: [Lazarus] Almost impossible to type in IDE editor with remote desktop

2008-03-24 Thread Lee Jenkins
Stephano wrote: Ubuntu / Laz 0.9.24 / 100Mbps LAN I have tried to establish a remote connection using an Ubuntu machine as the server with Lazarus installed, and a WinXP machine with TightVNC viewer. Typing in the IDE editor is a nightmare; you have to push each button for about a second

Re: [Lazarus] Linux Hand Helds?

2008-03-26 Thread Lee Jenkins
Warren Postma wrote: Lee Jenkins wrote: I know there is the WinCE development with Lazarus/FPC, but I was wondering if it was possible and if anyone had done any development on any of the Linux Based hand helds available? Thanks Thanks for the response, all. We are in the process

[Lazarus] Using Packages in Lazarus

2008-03-27 Thread Lee Jenkins
Hi all, This post is a follow up to a thread in the tiOPF newsgroup. Background: I'm using tiOPF and it uses an include file, tiDefines.inc. The problem that I have (using Laz 0.9.24/FPC 2.2.0) is that Lazarus complains: \tiOPF2\GUI\tiGenericEditMediators.pas(23,2) Fatal: Can't open include

Re: [Lazarus] Using Packages in Lazarus

2008-03-27 Thread Lee Jenkins
Mattias Gärtner wrote: Zitat von Lee Jenkins [EMAIL PROTECTED]: Hi all, This post is a follow up to a thread in the tiOPF newsgroup. Background: I'm using tiOPF and it uses an include file, tiDefines.inc. The problem that I have (using Laz 0.9.24/FPC 2.2.0) is that Lazarus complains

[Lazarus] TMainMenu (Designer) Question

2008-03-27 Thread Lee Jenkins
Is there something I'm missing about TMainMenu designer? Specifically, there doesn't seem to be a way to move menu items around from one menu to another. For instance, if I have the following: Menu1 | |--SubMenu1 Menu2 | |--SubMenu2 How can I move SubMenu2 under Menu1? Currently

[Lazarus] TStatusBar

2008-03-27 Thread Lee Jenkins
Lazarus 0.9.24/FPC 2.2.0 If I add a TStatusBar to my form by double clicking the icon in the palette, the status bar will not show up when the application is run. If I click on the icon and then click on the surface of the form, then there is no problem. Sorry, I have tried using the bug

Re: [Lazarus] Lazarus/FPC AJAX applications

2008-03-27 Thread Lee Jenkins
Leonardo M. Ramé wrote: Tom, as a starting point take a look at PowTils (I strongly recommend you to re-post this in it's forum). http://z505.com/cgi-bin/qkcont/qkcont.cgi?p=Powerful-Web-Utilities I've created Ajax sites using Delphi and FPC, it's not as automatically as ASP.Net or PHP,

Re: [Lazarus] TMainMenu (Designer) Question

2008-03-27 Thread Lee Jenkins
Lee Jenkins wrote: Is there something I'm missing about TMainMenu designer? Specifically, there doesn't seem to be a way to move menu items around from one menu to another. For instance, if I have the following: Menu1 | |--SubMenu1 Menu2 | |--SubMenu2 How can I move

[Lazarus] LazReport - Has anyone got Grouping/Summing to work?

2008-03-27 Thread Lee Jenkins
I've used FastReport quite a bit in Delphi, but for the life of me, I can't seem to get the a Group Footer to dislplay a SUM of a field in the Master Data band. If I try to run it, I get an AV. If I try to run it again without opening/closing the reporting designer, the IDE just hangs. --

Re: [Lazarus] Using Packages in Lazarus

2008-03-27 Thread Lee Jenkins
Graeme Geldenhuys wrote: On 27/03/2008, Mattias Gärtner [EMAIL PROTECTED] wrote: Maybe he copied/moved some files around? No idea... Where is the .lpk file, the .pas and the .inc file (full filenames)? Open the .lpk file. A package editor should appear. Open the .pas file in the

Re: [Lazarus] Fedora 8 problem

2008-03-28 Thread Lee Jenkins
ron schultz wrote: Since I'm new to Linux it is entirely possible I've done something wrong. I downloaded the rpm's. I did have problems with dependencies. Tried several things with rpm and yum. I have Lazarus 9.24 working on the P3 with Fedora 8. I have never been able to get Lazarus

[Lazarus] Asterisk PBX FastAGI script Server Anyone?

2008-03-30 Thread Lee Jenkins
A while back, I wrote a FastAGI Script Server (called AsterPas) for the open source Asterisk PBX server. For those of you not familiar with Asterisk, FastAGI is the TCP/IP network implementation of the Asterisk Gateway Interface (AGI) which allows you control call flow in the Asterisk PBX in

Re: [Lazarus] Asterisk PBX FastAGI script Server Anyone?

2008-03-30 Thread Lee Jenkins
if you're inclined. Ido On Sun, Mar 30, 2008 at 5:16 PM, Lee Jenkins [EMAIL PROTECTED] wrote: A while back, I wrote a FastAGI Script Server (called AsterPas) for the open source Asterisk PBX server. For those of you not familiar with Asterisk, FastAGI is the TCP/IP network implementation

Re: [Lazarus] Asterisk PBX FastAGI script Server Anyone?

2008-03-31 Thread Lee Jenkins
[EMAIL PROTECTED] wrote: Hello, I have seen that you are using REMOBJECTS Pascal Interpreter ... for me this interpreter does not compile corectly after a CVS change a long time ago. Do you have another version than I have ? I use that of the Sourceforge Lazarus Component site ...

Re: [Lazarus] Some IDE dialogs are totally screwed in size

2008-04-01 Thread Lee Jenkins
Graeme Geldenhuys wrote: Hi, I'm using Lazarus compiled with GTK1. v0.9.25 r14596M i386-linux-gtk I have seen a few dialogs in Lazarus that are completed screwed in size. Attached is 'Goto Line' dialog, to give you an example. It's as if somebody used a different DPI setting or ScaleBy

Re: [Lazarus] AlphaBlending in Lazarus?

2008-04-02 Thread Lee Jenkins
Marc Weustink wrote: Lee Jenkins wrote: Curious. Is Form alpha blending supported in Win32 and/or GTK* ? If you draw an alpha bitmap, it will be blended. There is no way to controll this yet, but will after I finis TIcon. Marc Sweet. Thanks Marc. -- Warm Regards, Lee Everything I

[Lazarus] Detecting when mouse leaves TPanel

2008-04-04 Thread Lee Jenkins
Hi all, As mentioned in a previous post, I created a simple descendant from TPanel for a special button that I need. When the mousedown event occurs, I change the background color and then change it back on MouseUp event. The problem is that if you mousedown on the control and then move the

[Lazarus] TLabel WordWrap Doesn't Work?

2008-04-04 Thread Lee Jenkins
Is there a known issue with TLabel? I have WordWrap set to true and AutoSize set to false, yet the text will not wrap. -- Warm Regards, Lee Everything I needed to learn in life, I learned selling encyclopedias door to door. ___ Lazarus mailing

Re: [Lazarus] TLabel WordWrap Doesn't Work?

2008-04-04 Thread Lee Jenkins
Mattias Gaertner wrote: On Fri, 04 Apr 2008 18:20:58 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Is there a known issue with TLabel? I have WordWrap set to true and AutoSize set to false, yet the text will not wrap. This works here. Please create a bug report with a small example

Re: [Lazarus] Registering Custom Components in IDE

2008-04-04 Thread Lee Jenkins
Mattias Gaertner wrote: On Fri, 04 Apr 2008 17:29:53 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Hi all, I've written a custom button inheriting from TPanel and it works very nicely, but I would like to add it to my palette so I can use it at design time. If found this: \ide\components

Re: [Lazarus] Detecting when mouse leaves TPanel

2008-04-07 Thread Lee Jenkins
Lee Jenkins wrote: Hi all, As mentioned in a previous post, I created a simple descendant from TPanel for a special button that I need. When the mousedown event occurs, I change the background color and then change it back on MouseUp event. The problem is that if you mousedown

[Lazarus] Who would write custom IDE feature?

2008-04-07 Thread Lee Jenkins
Who would be the best person to speak with about writing a custom IDE feature for lazarus code editor? I would like to see a smart auto code suggestion popup like C# in VS or CnWizards for Delphi's Code Helper. Basically, I type tstr and the code suggestion list is shown with suggestions

Re: [Lazarus] Who would write custom IDE feature?

2008-04-07 Thread Lee Jenkins
zaher dirkey wrote: If i have a time i prefer to create new useful component/object instead of build something for lazy peoples :) Who would be the best person to speak with about writing a custom IDE feature for lazarus code editor? I would like to see a smart

[Lazarus] Fonts Advise between Windows Linux

2008-04-12 Thread Lee Jenkins
Hi everyone, I am curious as to what others do in the case of applications that must be portable between Windows and Linux regarding fonts. The specific font that is actually used doesn't matter to me as long as its readable and well rendered. Just looking for suggestions, Thank you, --

Re: [Lazarus] Fonts Advise between Windows Linux

2008-04-12 Thread Lee Jenkins
Albert Zeyer wrote: Am Samstag, den 12.04.2008, 10:11 -0400 schrieb Lee Jenkins: Hi everyone, I am curious as to what others do in the case of applications that must be portable between Windows and Linux regarding fonts. The specific font that is actually used doesn't matter to me as long

Re: [Lazarus] Fonts Advise between Windows Linux

2008-04-12 Thread Lee Jenkins
Mattias Gaertner wrote: On Sat, 12 Apr 2008 11:42:38 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: [...] This will be primarily simple texts such as button captions, etc. I just want to make sure that the fonts display as normally as possible on each platform. Then you should take

[Lazarus] DrawText function problems

2008-04-12 Thread Lee Jenkins
Hi all, I'm having a problem with drawing text on an image using the DrawText function where the area around the text masked out. Please see the attached image. This same routine works perfectly in Delphi. Maybe the Canvas.Brush.Style := bsClear is not working? procedure

Re: [Lazarus] DrawText function problems

2008-04-12 Thread Lee Jenkins
Lee Jenkins wrote: Hi all, I'm having a problem with drawing text on an image using the DrawText function where the area around the text masked out. Please see the attached image. This same routine works perfectly in Delphi. Maybe the Canvas.Brush.Style := bsClear is not working

Re: [Lazarus] DrawText function problems

2008-04-12 Thread Lee Jenkins
Lee Jenkins wrote: Lee Jenkins wrote: Hi all, I'm having a problem with drawing text on an image using the DrawText function where the area around the text masked out. Please see the attached image. This same routine works perfectly in Delphi. Maybe the Canvas.Brush.Style := bsClear

Re: [Lazarus] DrawText function problems

2008-04-13 Thread Lee Jenkins
Lee Jenkins wrote: Lee Jenkins wrote: Lee Jenkins wrote: Hi all, I'm having a problem with drawing text on an image using the DrawText function where the area around the text masked out. Please see the attached image. This same routine works perfectly in Delphi. Maybe

Re: [Lazarus] DrawText function problems

2008-04-13 Thread Lee Jenkins
Felipe Monteiro de Carvalho wrote: On Sun, Apr 13, 2008 at 10:16 AM, Lee Jenkins [EMAIL PROTECTED] wrote: BTW, in Delphi the behavior that I mentioned above is present. Which made it a simple task to create custom buttons. With the current behavior of Lazarus, it leave custom buttons

Re: [Lazarus] Fonts Advise between Windows Linux

2008-04-13 Thread Lee Jenkins
Graeme Geldenhuys wrote: On 12/04/2008, Lee Jenkins [EMAIL PROTECTED] wrote: This will be primarily simple texts such as button captions, etc. I just want to make sure that the fonts display as normally as possible on each platform. You could use the DejaVu fonts. They are freely

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-18 Thread Lee Jenkins
Vincent Snijders wrote: Hi, I just enabled WindowsUnicodeSupport in the svn version for Lazarus (revison 14883), if fpc 2.2.1 or later is used. This effects all applications compiled with the win32 interface. snipped We invite all windows users to test this and report bugs to the bug

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-18 Thread Lee Jenkins
Vincent Snijders wrote: Lee Jenkins schreef: Vincent Snijders wrote: Will there not be a Windows installer released until the 0.9.26 release I assume? I've tried several time to build lazarus on windows from source, but I can never seem to get it to work. Linux on the other hand seems

Re: [Lazarus] New Windows CE X and OK title buttons policy

2008-04-19 Thread Lee Jenkins
Felipe Monteiro de Carvalho wrote: Hello, I just fixed a long standing issue in the Windows CE interface, and because it involves a policy change I thougth it would be nice to give a public report. Basically the Windows CE provides by default a X minimize button, but almost all lazarus

Re: [Lazarus] Unicode support enabled for win32 with fpc 2.2.1 and higher

2008-04-20 Thread Lee Jenkins
Lee Jenkins wrote: Felipe Monteiro de Carvalho wrote: On Fri, Apr 18, 2008 at 7:11 PM, Lee Jenkins [EMAIL PROTECTED] wrote: Sorry to be so ignorant on the subject, are you saying the calls to RTL fileutils need to have the strings cast to UTF-8 somehow? I just made a small wiki guide

[Lazarus] Error on first time run of new project with latest snapshot

2008-04-20 Thread Lee Jenkins
Hi all, Just downloaded and installed Lazarus-0.9.25-fpc-2.2.1-20080419-win32 and get the exception shown in the image attached when I run a program in the IDE the first time. Closing and save, it then runs correctly. -- Warm Regards, Lee inline:

Re: [Lazarus] Error on first time run of new project with latest snapshot

2008-04-20 Thread Lee Jenkins
JoshyFun wrote: Hello Lee, Sunday, April 20, 2008, 7:42:03 PM, you wrote: LJ Just downloaded and installed LJ Lazarus-0.9.25-fpc-2.2.1-20080419-win32 and get LJ the exception shown in the image attached when I run a program in the IDE the LJ first time. Closing and save, it then runs

[Lazarus] Designer Guide Lines Problem

2008-04-23 Thread Lee Jenkins
Lazarus-0.9.25-fpc-2.2.1-20080419-win32 There seems to be a problem with designer guide lines when there are several objects (TShape in this case) on the form. Highlighting one particular object highlights a completely different object. -- Warm Regards, Lee When my company started out, we

Re: [Lazarus] Designer Guide Lines Problem

2008-04-24 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 24 Apr 2008 15:17:51 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Mattias Gärtner wrote: Zitat von Lee Jenkins [EMAIL PROTECTED]: Mattias Gaertner wrote: On Wed, 23 Apr 2008 22:22:01 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Lazarus-0.9.25-fpc-2.2.1

[Lazarus] RTC / Real Thin Client - Port to Lazarus/Freepascal?

2008-04-24 Thread Lee Jenkins
Hi all, Not sure if anyone here follows the Delphi newsgroups, particularly, b.p.d.thirdpartytools.general, but Danijel Tkalcec the author of Real Thin Client (www.realthinclient.com) is looking for help in porting open source version of Real Think Client to Lazarus/Freepascal. I actually

Re: [Lazarus] Designer Guide Lines Problem

2008-04-25 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 24 Apr 2008 18:08:25 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Thu, 24 Apr 2008 15:17:51 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Mattias Gärtner wrote: Zitat von Lee Jenkins [EMAIL PROTECTED]: Mattias Gaertner wrote

Re: [Lazarus] Designer Guide Lines Problem

2008-04-25 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 24 Apr 2008 18:08:25 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Thanks Mattias. I'll apply for a new bug tracker login tonight. Can you provide a screenshoot of the bug? Mattias Mattias, I've reinstalled the same version where I had the problem

Re: [Lazarus] lazarus editor problems

2008-04-26 Thread Lee Jenkins
Andrea Mauri wrote: I think the problem is related to the previuos one. Now I can see my files in laz ide but, when I run my project the execution stops many times at some invisible breakpoints. The execution stops like when encounter a breakpoint, but no breakpoints are visible in the

[Lazarus] Unicode Again

2008-04-26 Thread Lee Jenkins
I'm trying to wrap my head around Unicode still. I compile my IDE 0.9.25 with Unicode support according to this: http://wiki.freepascal.org/LCL_Unicode_Support#Compiling_LCL-Win32_with_Unicode I've tried both of the following: ListBox1.Items.Add(AnsiToUtf8(DateTimeToStr(now)));

[Lazarus] PowerPDF Library

2008-04-27 Thread Lee Jenkins
Not sure if it's because my PowerPDF library sources are old, but apparently there was some changes to lazarus jpeg support? I had to make the following change to get it to compile: {$IFDEF LAZ_POWERPDF} //LazJPEG == Old JPEGLib // == New {$ELSE} Windows, Messages, JPEG {$ENDIF}

Re: [Lazarus] RE : Register Package Help

2008-05-01 Thread Lee Jenkins
cyberpython wrote: Try renaming (saving) your package to TPos_button. Thanks, that got me a bit further, but now when I try to compile the package I get error saying that Graphics unit cannot be found located in my component's .pas file. Yet, if I compile the unit without the package, it

Re: [Lazarus] Register Package Help

2008-05-01 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 01 May 2008 09:59:08 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Hi all, I'm trying to create a package to that contains a unit which defines a TShape descendant component following this example: http://wiki.lazarus.freepascal.org/Lazarus_Packages

Re: [Lazarus] Setting String Properties of Custom Component = AV

2008-05-01 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 01 May 2008 14:31:13 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Lee Jenkins wrote: Lee Jenkins wrote: Hi all, I have a custom component that I've created and I get an AV anytime I try to change/set a string property within the IDE. Setting these properties

Re: [Lazarus] Setting String Properties of Custom Component = AV

2008-05-01 Thread Lee Jenkins
Funky Beast wrote: Lee Jenkins wrote: Also, I'm having another problem with this component. It's a TShape descendant and I have hooked up mousedown and mouseup events to change Pen.color and Brush.Color properties to different values in order to indicate visual feedback. MousDown

Re: [Lazarus] Printing in Text mode on Windows?

2008-05-01 Thread Lee Jenkins
Jesus Reyes wrote: --- Lee Jenkins [EMAIL PROTECTED] escribió: On Linux, I would think printing to CUPS in text mode to be easy, but Windows I'm not sure. I have a unit that I use in Delphi to do this, but tried to port it over to Laz/FPC without success so far. I did happen upon

Re: [Lazarus] Setting String Properties of Custom Component = AV

2008-05-02 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 01 May 2008 19:57:33 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: [...] Sorry Mattias, I wasn't clear enough. When I site the component at *design time*, the mouse down events do not fire at *runtime*. In the create event, I have this: constructor

Re: [Lazarus] Register Package Help

2008-05-02 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 01 May 2008 19:48:52 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Thu, 01 May 2008 09:59:08 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Hi all, I'm trying to create a package to that contains a unit which defines a TShape

Re: [Lazarus] Register Package Help

2008-05-02 Thread Lee Jenkins
Mattias Gaertner wrote: On Fri, 02 May 2008 09:09:04 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: [...] The unit source name is: pos_button.pas I named the .lpk file: posbutton.lpk I figured that the names should not be exact, but I suppose that the IDE somehow stripped the underscore

Re: [Lazarus] Register Package Help

2008-05-02 Thread Lee Jenkins
Damien Gerard wrote: Le May 2, 2008 à 5:46 PM, Lee Jenkins a écrit : I added a check in svn 15029 to forbid naming a package as a unit. Mattias, Is this included in snapshots? I have problems when trying to build from sources on Windows, but I'll download the latest snapshot this weekend

Re: [Lazarus] Printing in Text mode on Windows?

2008-05-02 Thread Lee Jenkins
Stephano wrote: Lee Jenkins wrote: I did happen upon the rawmodetest example in /components/printing, but it doesn't seem to work. I tried it on Windows using an Epson 220 dot matrix receipt printer installed with the Generic Text Drive without success. Any pointers? It should work

Re: [Lazarus] Printing in Text mode on Windows?

2008-05-02 Thread Lee Jenkins
Stephano wrote: In any case, you can test the raw mode printing without using any printer at all. Just set the port of the Generic Text Printer to File, print using your routine, and inspect the file. That would show you whether it is your routine's fault or the printer's (which could be

Re: [Lazarus] Printing in Text mode on Windows?

2008-05-02 Thread Lee Jenkins
Lee Jenkins wrote: Stephano wrote: In any case, you can test the raw mode printing without using any printer at all. Just set the port of the Generic Text Printer to File, print using your routine, and inspect the file. That would show you whether it is your routine's fault

Re: [Lazarus] Printing in Text mode on Windows?

2008-05-02 Thread Lee Jenkins
Stephano wrote: Lee Jenkins wrote: Lee Jenkins wrote: Stephano wrote: In any case, you can test the raw mode printing without using any printer at all. Just set the port of the Generic Text Printer to File, print using your routine, and inspect the file. That would show you whether

Re: [Lazarus] http://wiki.lazarus.freepascal.org/ is down

2008-05-03 Thread Lee Jenkins
drew einhorn wrote: When will it be back up? -- Drew Einhorn I was just going to post and ask if there was a mirror... -- Warm Regards, Lee When my company started out, we were really, really, really, really small. Now...we're just really small.

Re: [Lazarus] http://wiki.lazarus.freepascal.org/ is down

2008-05-04 Thread Lee Jenkins
Graeme Geldenhuys wrote: 2008/5/3 Lee Jenkins [EMAIL PROTECTED]: No doubt. But maybe for the future, a mirror would be a good failsafe. Not all of us are fortunate enough to have the weekend off :) What specific are you looking for? If it's docs, you can generate that yourself

[Lazarus] Single Control Alignment

2008-05-04 Thread Lee Jenkins
I noticed that the Align command on the form designer short cut menu is disabled when there is only one control on the form selected. Is this by design? There are many times when I need to quickly center a control vertically or horizontally on a form. Thanks, -- Warm Regards, Lee When

[Lazarus] Project Inspect Code Explorer

2008-05-05 Thread Lee Jenkins
Hi all, First, I'm not complaining, but wonder if it would be something that could be considered to improve these already invaluable windows. Project Inspector: There doesn't seem to be a way to sort the files listed here. Am I missing something? Code Explorer: Great Window here, but I

Re: [Lazarus] Single Control Alignment

2008-05-05 Thread Lee Jenkins
Mattias Gaertner wrote: On Sun, 04 May 2008 09:51:56 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: I noticed that the Align command on the form designer short cut menu is disabled when there is only one control on the form selected. Is this by design? There are many times when I need

Re: [Lazarus] Lazarus on ARM Linux questions, compos using Xlib

2008-05-06 Thread Lee Jenkins
nataraj wrote: Hi All I need to write Gui Apps for an ARM linux which runs on a device which is very much like a Pocket PC. I successfully tried out WxWidgets with pure X11, without Gtk and others. These applications are written using C language. Are there a gui compos in Lazarus

Re: [Lazarus] Lazarus on ARM Linux questions, compos using Xlib

2008-05-06 Thread Lee Jenkins
nataraj wrote: Hi All I need to write Gui Apps for an ARM linux which runs on a device which is very much like a Pocket PC. I successfully tried out WxWidgets with pure X11, without Gtk and others. These applications are written using C language. Are there a gui compos in Lazarus

Re: [Lazarus] Lazarus on ARM Linux questions, compos using Xlib

2008-05-06 Thread Lee Jenkins
Sam Liddicott wrote: I can't answer for him, but I just got am XDA exec and am in the process of putting titchy mobile linux on it. Sam Do you mind if I ask which device you are using? I thought to use WinCE but a nice linux device would be appealing for a project I have coming up.

[Lazarus] Powered By Lazarus Logos

2008-05-06 Thread Lee Jenkins
Anyone every get around to making any of these? Just curious. -- Warm Regards, Lee ___ Lazarus mailing list Lazarus@lazarus.freepascal.org http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Visual Form Inheritance

2008-05-07 Thread Lee Jenkins
Hi all, I found the following bug report on mantis: http://bugs.freepascal.org/view.php?id=705 Which seems to indicate that VFI is implemented, but I'm unsure as to the what level it working from reading the comments. VFI works, but just not in the IDE at design time? Meaning that I can

Re: [Lazarus] Visual Form Inheritance

2008-05-07 Thread Lee Jenkins
Michael Van Canneyt wrote: On Wed, 7 May 2008, Mattias Gärtner wrote: Zitat von Lee Jenkins [EMAIL PROTECTED]: Hi all, I found the following bug report on mantis: http://bugs.freepascal.org/view.php?id=705 Which seems to indicate that VFI is implemented, but I'm unsure as to the what

Re: [Lazarus] Visual Form Inheritance

2008-05-08 Thread Lee Jenkins
Mattias Gaertner wrote: On Wed, 7 May 2008 18:14:45 +0200 (CEST) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Wed, 7 May 2008, Mattias Gärtner wrote: Zitat von Lee Jenkins [EMAIL PROTECTED]: Hi all, I found the following bug report on mantis: http://bugs.freepascal.org/view.php?id

Re: [Lazarus] Visual Form Inheritance

2008-05-09 Thread Lee Jenkins
Lee Jenkins wrote: Hi all, I found the following bug report on mantis: http://bugs.freepascal.org/view.php?id=705 Which seems to indicate that VFI is implemented, but I'm unsure as to the what level it working from reading the comments. VFI works, but just not in the IDE at design

[Lazarus] PowerPDF Installation

2008-05-09 Thread Lee Jenkins
Hi all, I noticed that JPegForLazarus has been replaced with ImagesForLazarus. I'm trying to install powerpdf into my ide and I have: 1. Installed ImagesForLazarus. 2. Removed required of JpegForLazarus from the powerpdf package. 3. Added ImagesForLazarus as a requirement to powerpdf package.

Re: [Lazarus] PowerPDF Installation

2008-05-09 Thread Lee Jenkins
Vincent Snijders wrote: Lee Jenkins schreef: Hi all, I noticed that JPegForLazarus has been replaced with ImagesForLazarus. No, JpegForLazarus has been merged into the LCL. So just can remove that requirement. Vincent Thanks Vincent. I did remove the requirement and LCL was already

Re: [Lazarus] PowerPDF Installation

2008-05-09 Thread Lee Jenkins
CCC CCC wrote: Hi, Replace LazJPEG with FPReadJpeg, FPWriteJpeg in the uses section. Regards, - Leslie - Worked like a champ. Thanks Leslie. -- Warm Regards, Lee When my company started out, we were really, really, really, really small. Now...we're just really small.

Re: [Lazarus] PowerPDF Installation

2008-05-09 Thread Lee Jenkins
[EMAIL PROTECTED] wrote: When I installed PowerPDF it did not compile without these units (maybe FPReadJpeg would have been enough though). After reading Vincent's mail tried to compile without them and it was OK. I am using the latest SVN revision now, maybe that is the the difference,

Re: [Lazarus] PowerPDF Installation

2008-05-09 Thread Lee Jenkins
Vincent Snijders wrote: Lee Jenkins schreef: Vincent Snijders wrote: Lee Jenkins schreef: Hi all, I noticed that JPegForLazarus has been replaced with ImagesForLazarus. No, JpegForLazarus has been merged into the LCL. So just can remove that requirement. Vincent Thanks Vincent. I did

Re: [Lazarus] PowerPDF Installation

2008-05-09 Thread Lee Jenkins
Funky Beast wrote: Lee Jenkins wrote: BTW, I know this sound dumb, but what is Lazarus-CCR? I've seen it around have never connected the dots for what CCR stands for. Lazarus-Code and Component Repository: http://sourceforge.net/projects/lazarus-ccr HTH, Funky Beast Oh, rock

Re: [Lazarus] PowerPDF Installation

2008-05-09 Thread Lee Jenkins
Funky Beast wrote: Lee Jenkins wrote: Funky Beast wrote: Lee Jenkins wrote: BTW, I know this sound dumb, but what is Lazarus-CCR? I've seen it around have never connected the dots for what CCR stands for. Lazarus-Code and Component Repository: http://sourceforge.net/projects/lazarus

Re: [Lazarus] Visually assigning Properties from another form/datmodule...

2008-05-10 Thread Lee Jenkins
Dominique Louis wrote: Hi all, Is there an ETA as to when the ability to visually assign properties from another form/datmodule will be operational? At the moment I'm having to do it code, which is a viable work-around, but it would be nice for it to work the way Delphi does.

Re: [Lazarus] Compiling LCL for ARM fails at lconvencoding.pas

2008-05-10 Thread Lee Jenkins
Felipe Monteiro de Carvalho wrote: On Sat, May 10, 2008 at 2:20 PM, [EMAIL PROTECTED] wrote: Here is the first one: i have read that the size of the exe file can be decreased quite much. Can it be done for the WinCe apps as well? Yes. In my system I have:

Re: [Lazarus] Compiling LCL for ARM fails at lconvencoding.pas

2008-05-10 Thread Lee Jenkins
[EMAIL PROTECTED] wrote: Thanks. :) Just a small thing: in the new Compile options dlg's Compile section the Before compile and After compile captions are reversed. I wanted to post this to bug tracking but it is not working. I am experiencing problems reaching freepascal.org very

Re: [Lazarus] Compiling LCL for ARM fails at lconvencoding.pas

2008-05-10 Thread Lee Jenkins
Lee Jenkins wrote: [EMAIL PROTECTED] wrote: Thanks. :) Just a small thing: in the new Compile options dlg's Compile section the Before compile and After compile captions are reversed. I wanted to post this to bug tracking but it is not working. I am experiencing problems reaching

Re: [Lazarus] Compiling LCL for ARM fails at lconvencoding.pas

2008-05-10 Thread Lee Jenkins
Felipe Monteiro de Carvalho wrote: On Sat, May 10, 2008 at 3:05 PM, Lee Jenkins [EMAIL PROTECTED] wrote: Does trunk include the WinCE stuff or is that still a separate setup as as shown on the lazarus wiki? Trunk contains all wince code, but you have to prepare a setup as shown

Re: [Lazarus] Visually assigning Properties from another form/datmodule...

2008-05-11 Thread Lee Jenkins
Dominique Louis wrote: Lee Jenkins wrote: Dominique, Can you provide a pointer to this functionality in Delphi? It may be that I already know what this is but under another name, but I don't think so. I'm curious as to what it actually does. Hi Lee, It basically just allows you

Re: [Lazarus] LazReport

2008-05-14 Thread Lee Jenkins
Michael Van Canneyt wrote: On Tue, 13 May 2008, Lee Jenkins wrote: Hi all, I've never used Freereport, but I have used FastReport 2.4x through 3.x quite a bit. I tried evaluating LazReport a few months ago and had problems with aggregate functions cause AV's and stalling

Re: [Lazarus] LazReport

2008-05-14 Thread Lee Jenkins
Graeme Geldenhuys wrote: Lee Jenkins wrote: Reporting is significant to an application (well the back office portion) that I'm hoping to write with Lazarus/Freepascal and without a viable solution, I stuck with using Delphi or Visual Studio/Mono. I have not user FreeReports

Re: [Lazarus] LazReport

2008-05-14 Thread Lee Jenkins
Antonio Sanguigni wrote: BTW, I've been playing around with PowerPDF today and it looks pretty capable. Lee, I used it for simple reporting with Delphi 7 and I like it. Antonio Thanks Antonia, Hopefully its just something I'm doing wrong, but its hard to say since the

Re: [Lazarus] LazReport

2008-05-14 Thread Lee Jenkins
Paul Ishenin wrote: Michael Van Canneyt wrote: The Fastreport People told me (back in October) that they planned to port FastReport 4 to Lazarus in Q1 of this year. Since I haven't seen anything yet, I assume that some problems popped up. I'm not altogether surprised because it's not an easy

Re: [Lazarus] LazReport

2008-05-14 Thread Lee Jenkins
Paul Ishenin wrote: Lee Jenkins wrote: Paul, That is very good news indeed! I like FastScript very much and I am glad that it is already ported, but is my version that came with FR3 able to work or must I upgrade to use it in Laz/FPC? You need to upgrade your FS version. Best

[Lazarus] Object free itself?

2008-05-15 Thread Lee Jenkins
I've never tried this type of thing before, but I have need to have an object free self. After freeing any resource used by the object in it's Destructor, I call inherited destroy and it looks like the inherited destroy methods works, but right afterward, get a sig exception in LCLProc.unit:

Re: [Lazarus] Object free itself?

2008-05-15 Thread Lee Jenkins
Lee Jenkins wrote: I've never tried this type of thing before, but I have need to have an object free self. After freeing any resource used by the object in it's Destructor, I call inherited destroy and it looks like the inherited destroy methods works, but right afterward, get a sig

Re: [Lazarus] Object free itself?

2008-05-15 Thread Lee Jenkins
Lee Jenkins wrote: Lee Jenkins wrote: I've never tried this type of thing before, but I have need to have an object free self. After freeing any resource used by the object in it's Destructor, I call inherited destroy and it looks like the inherited destroy methods works, but right

Re: [Lazarus] Object free itself?

2008-05-15 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 15 May 2008 14:43:20 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: I've never tried this type of thing before, but I have need to have an object free self. After freeing any resource used by the object in it's Destructor, I call inherited destroy and it looks

Re: [Lazarus] Object free itself?

2008-05-15 Thread Lee Jenkins
Mattias Gaertner wrote: Create a backtrace. Find out, where something accesses the control after it has been freed. Odd. Not much information from a backtrace: Program received signal SIGSEGV, Segmentation fault. 0x00440cc5 in TMETHODLIST__COUNT (this=0xf0f0f0f0) at lclproc.pas:665 665

Re: [Lazarus] Object free itself?

2008-05-15 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 15 May 2008 21:25:38 +0200 Mattias Gaertner [EMAIL PROTECTED] wrote: [...] When the form is closed, the controller is notified and need to 1) free the form 2) free the model/object and 3) free itself. Ehm. Please explain 'when the form is closed'. A lcl

Re: [Lazarus] Object free itself?

2008-05-15 Thread Lee Jenkins
Mattias Gaertner wrote: On Thu, 15 May 2008 16:41:00 -0400 Lee Jenkins [EMAIL PROTECTED] wrote: Mattias Gaertner wrote: On Thu, 15 May 2008 21:25:38 +0200 Mattias Gaertner [EMAIL PROTECTED] wrote: [...] When the form is closed, the controller is notified and need to 1) free the form 2

  1   2   >