[Lazarus] Code templates engine

2011-07-14 Thread Lee Jenkins
Is this (Code Templates engine) part of Lazarus' version of SynEdit or something separate. In either case, can it be reused fairly easy for a custom editor project? Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list

[Lazarus] Docking Support

2011-07-07 Thread Lee Jenkins
Is docking support production ready in Lazarus at this time? I need to create a mini-IDE sub-application with helper panels in the GUI which should be able to display in the west, north, east and south position of the main work area. I don't necessarily need to be able to drag and drop

Re: [Lazarus] Simple embweb project hangs

2011-05-29 Thread Lee Jenkins
On 5/29/2011 12:02 PM, Leonardo M. Ramé wrote: On 2011-05-29 12:04:08 -0300, Leonardo M. Ramé wrote: On 2011-05-29 05:38:29 -0700, leledumbo wrote: Well I got a slightly different condition after updating fpc, lazarus and embweb to their latest version, they finally work fine together. If you

Re: [Lazarus] fpWeb and static content

2011-05-25 Thread Lee Jenkins
On 5/25/2011 4:16 AM, Joost van der Sluis wrote: On Tue, 2011-05-24 at 18:17 -0400, Lee Jenkins wrote: On 5/24/2011 4:21 PM, Joost van der Sluis wrote: On Mon, 2011-05-23 at 22:47 -0400, Lee Jenkins wrote: On 5/23/2011 9:29 PM, ABorka wrote: What is the typical strategy to server up static

Re: [Lazarus] fpWeb and static content

2011-05-24 Thread Lee Jenkins
On 5/24/2011 4:21 PM, Joost van der Sluis wrote: On Mon, 2011-05-23 at 22:47 -0400, Lee Jenkins wrote: On 5/23/2011 9:29 PM, ABorka wrote: What is the typical strategy to server up static content with fpWeb? JS, css files, given that its handler centric. Create a default handler that checks

Re: [Lazarus] fpWeb FCGI Setup

2011-05-23 Thread Lee Jenkins
On 5/22/2011 11:32 PM, ABorka wrote: Hi all, I'm trying to get fcgi setup and running on my windows box so I can test some of modules and I'm still try to figure out what I need to do. A sample fcgi project produces an exception when run Failed to open input handle passed from server. Socket

[Lazarus] TFPWebModule.ActionVar

2011-05-23 Thread Lee Jenkins
What is it used for? -- Warm Regards, Lee -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TFPWebModule.ActionVar

2011-05-23 Thread Lee Jenkins
On 5/23/2011 3:12 PM, Michael Van Canneyt wrote: On Mon, 23 May 2011, Lee Jenkins wrote: What is it used for? There are 2 ways to specify what web module/action should be executed: /path/to/cgi/mymodule/myaction or /path/to/cgi?modulevar=mymoduleactionvar=myaction ActionVar determines

Re: [Lazarus] TFPWebModule.ActionVar

2011-05-23 Thread Lee Jenkins
On 5/23/2011 4:19 PM, ABorka wrote: What is it used for? I have a project using the latter for example. In that project all the URLs are looking something like: https://www.somewebsite.com/mymodule/2C5DC93248CB271880F576D6F1D9?4384498578034E573B4796C1 No cookies used for anything at all

[Lazarus] fpWeb and static content

2011-05-23 Thread Lee Jenkins
What is the typical strategy to server up static content with fpWeb? JS, css files, given that its handler centric. Create a default handler that checks for file extension in the .PathInfo? -- Warm Regards, Lee -- ___ Lazarus mailing list

Re: [Lazarus] fpWeb and static content

2011-05-23 Thread Lee Jenkins
On 5/23/2011 9:29 PM, ABorka wrote: What is the typical strategy to server up static content with fpWeb? JS, css files, given that its handler centric. Create a default handler that checks for file extension in the .PathInfo? -- Warm Regards, Lee Why would you need fpweb to serve static

[Lazarus] fpWeb FCGI Setup

2011-05-22 Thread Lee Jenkins
Hi all, I'm trying to get fcgi setup and running on my windows box so I can test some of modules and I'm still try to figure out what I need to do. A sample fcgi project produces an exception when run Failed to open input handle passed from server. Socket error 10038.. I had thought that

Re: [Lazarus] fpWeb FCGI Setup

2011-05-22 Thread Lee Jenkins
On 5/22/2011 8:25 PM, ABorka wrote: Hi all, I'm trying to get fcgi setup and running on my windows box so I can test some of modules and I'm still try to figure out what I need to do. A sample fcgi project produces an exception when run Failed to open input handle passed from server. Socket

Re: [Lazarus] fpWeb FCGI Setup

2011-05-22 Thread Lee Jenkins
On 5/22/2011 8:25 PM, ABorka wrote: Hi all, I'm trying to get fcgi setup and running on my windows box so I can test some of modules and I'm still try to figure out what I need to do. A sample fcgi project produces an exception when run Failed to open input handle passed from server. Socket

Re: [Lazarus] StringGrid performance problems

2011-05-20 Thread Lee Jenkins
On 5/20/2011 10:24 AM, Alexsander Rosa wrote: I've noticed that (native Listview is slow in Windows) the hard way: I was proud about how fast my app were on Linux then ran it on Windows and the hourglass became the leading actor. Any suggestions for replacement of Listview? 2010/11/18 Marc

Re: [Lazarus] Qt5 plans available

2011-05-18 Thread Lee Jenkins
On 5/11/2011 6:44 AM, Michael Schnell wrote: On 05/11/2011 10:18 AM, Marco van de Voort wrote: But my personal opinion is that neither cil NOR jvm is a valid target for Lazarus/FPC (regardless of the fact if you think bytecode is the way to go or not). Agreed ! Lazarus/FPC is all about native

[Lazarus] fpWeb - Redirects

2011-05-18 Thread Lee Jenkins
Is it enough to change AResponse.Code := 3xx and AResponse.Location := 'http://...; from within a handler to cause a redirect? Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] HTTP client/server components committed.

2011-05-17 Thread Lee Jenkins
On 5/17/2011 9:00 AM, Graeme Geldenhuys wrote: On 17/05/2011 14:53, Marcos Douglas wrote: Yes, nice work... but what is the problem about third libraries? Nothing per se. But having some vital functionality included in FPC just makes it so much easier to get a new developer system up and

Re: [Lazarus] HTTP client/server components committed.

2011-05-17 Thread Lee Jenkins
On 5/17/2011 10:08 AM, Andrew Brunner wrote: One thing I'd like to raise is SSL/TSL. For apps development via FPC as an industrial viable option, FPC needs SSL/TLS support. Even if you use openSSL- it still needs to be included. I would also very much like to see that as well. It's become

Re: [Lazarus] HTTP client/server components committed.

2011-05-16 Thread Lee Jenkins
On 5/16/2011 3:04 AM, michael.vancann...@wisa.be wrote: On Sun, 15 May 2011, Lee Jenkins wrote: On 5/15/2011 12:13 PM, Michael Van Canneyt wrote: Hi, Server: * Create a TWebHandler and THTTPWebApplication for use as a Lazarus project. Comments and suggestions welcome. Please report bugs

[Lazarus] fpWeb and binary post data

2011-05-15 Thread Lee Jenkins
I've been looking around and I'm unclear on how binary post data is handled by the framework. It looks like the content of posts is saved in the THTTPHeader-TRequest object's content field. I'm still in the process of trying to figure out exactly how to get the data coming in from my

Re: [Lazarus] HTTP client/server components committed.

2011-05-15 Thread Lee Jenkins
On 5/15/2011 12:13 PM, Michael Van Canneyt wrote: Hi, In the light of recent fppkg and fcl-web discussions: I've committed simple HTTP server (threaded or not) and HTTP Client components to FCL-Web. They work using the fcl-net ssockets unit. (for which a fix has been committed as well). Both

Re: [Lazarus] fpWeb fcgi

2011-05-14 Thread Lee Jenkins
On 5/9/2011 6:48 AM, Joost van der Sluis wrote: On Sun, 2011-05-08 at 23:41 -0400, Lee Jenkins wrote: I have a web type project coming up and decided to poke around in the fpWeb stuff. My, you guys have been busy, I never took a good look around the fpweb/laz web sources till today. I

Re: [Lazarus] fpWeb fcgi

2011-05-14 Thread Lee Jenkins
On 5/14/2011 4:14 PM, Joost van der Sluis wrote: On Sat, 2011-05-14 at 13:13 -0400, Lee Jenkins wrote: On 5/9/2011 6:48 AM, Joost van der Sluis wrote: On Sun, 2011-05-08 at 23:41 -0400, Lee Jenkins wrote: I have a web type project coming up and decided to poke around in the fpWeb stuff. My

[Lazarus] fpWeb fcgi

2011-05-08 Thread Lee Jenkins
I have a web type project coming up and decided to poke around in the fpWeb stuff. My, you guys have been busy, I never took a good look around the fpweb/laz web sources till today. I was thinking of using php with symfony or one of the smaller frameworks, but its a bit overkill for my

Re: [Lazarus] GUI development for web UI

2010-12-07 Thread Lee Jenkins
On 12/6/2010 7:03 AM, Richard Saunders wrote: On 12/6/2010 3:14 AM, Graeme Geldenhuys wrote: ...please stop quoting such a lot of the previous messages... I'd like to add my voice to this request. *Everyone* please trim your quotes! And for Pete's sake, sweep the floor when you're done!

Re: [Lazarus] GUI development for web UI

2010-12-03 Thread Lee Jenkins
On 12/1/2010 12:44 PM, Marcos Douglas wrote: On Wed, Dec 1, 2010 at 2:07 PM, Joost van der Sluisjo...@cnoc.nl wrote: On Wed, 2010-12-01 at 17:05 +0100, michael.vancann...@wisa.be wrote: On Wed, 1 Dec 2010, Joost van der Sluis wrote: On Wed, 2010-12-01 at 15:51 +0100,

[Lazarus] IDE SynEdit per file type

2010-12-02 Thread Lee Jenkins
The lazarus ide is very productive to work in and would be nice to see a way where some of the core synedit settings can be per highlighter type. Specifically, editing XML/XHTML in lazarus imposes the same tab indentation spaces as pascal code. That is 2 spaces for me, I like my XML with 4

Re: [Lazarus] GUI development for web UI

2010-11-24 Thread Lee Jenkins
On 11/24/2010 4:21 AM, michael.vancann...@wisa.be wrote: On Wed, 24 Nov 2010, ik wrote: Hello List, Well I know about the framework fur Javascript library in Lazarus, but I'm thinking in the past year or so, what will it take to design a gui application using Lazarus, and make it work like

[Lazarus] IDE resets form position to -200

2010-11-16 Thread Lee Jenkins
I've tried again to write a GUI app with Lazarus and I'm having some problems. First, I have a form where every time I load the project, the IDE resets the form's position to -200. Every time. I've tried changing it, saving the project and cleaning the entire project's directories, but

Re: [Lazarus] IDE resets form position to -200

2010-11-16 Thread Lee Jenkins
On 11/16/2010 11:16 AM, José Mejuto wrote: Hello Lazarus-List, Tuesday, November 16, 2010, 4:32:35 PM, you wrote: Vista32/rev.25961 Any hints? MVC Use less listviews ? I can't imagine why you'd need 6 Listviews ?? Some times they are needed ;) In the other hand there is some uneeded

Re: [Lazarus] Main Form goes behind other windows

2010-11-15 Thread Lee Jenkins
On 11/14/2010 9:37 AM, Lee Jenkins wrote: I have a small application I'm writing in Lazarus. Whenever a form other than the main form is shown and closed the main form of the application hides behind any other window I may have open. It get sent behind other windows. How can I avoid

[Lazarus] Main Form goes behind other windows

2010-11-14 Thread Lee Jenkins
I have a small application I'm writing in Lazarus. Whenever a form other than the main form is shown and closed the main form of the application hides behind any other window I may have open. It get sent behind other windows. How can I avoid this behavior? Vista32/Lazarus rev. 25961 --

Re: [Lazarus] JSon stream to unicode?

2010-11-12 Thread Lee Jenkins
SuperObject works in both Delphi and fpc. Google superobject json to find the website. Lee Leonardo M. Ramé l.r...@griensu.com wrote: Hi, I'm receiving from a Delphi 7 app a unicode Stream (from Synapse library) containing Unicode data and I need to show it in a Lazarus form. How can I

[Lazarus] Code Template Macros

2010-10-14 Thread Lee Jenkins
Hi all, Currently there is the pipe character (|) that indicates where the carat should be placed after a Code Template is finished rendering itself in the editor. Is there currently a symbol to use to indicate that a tab should be inserted into the generated code? Delphi TClass =

Re: [Lazarus] Code Template Macros

2010-10-14 Thread Lee Jenkins
On 10/14/2010 8:01 AM, Mattias Gärtner wrote: Zitat von Lee Jenkins l...@datatrakpos.com: Hi all, Currently there is the pipe character (|) that indicates where the carat should be placed after a Code Template is finished rendering itself in the editor. Is there currently a symbol to use

Re: [Lazarus] Converting Pascal Client/Server application into Web Client?

2010-10-01 Thread Lee Jenkins
On 10/1/2010 4:44 AM, Joshua Lim wrote: Hi, 3. JQuery - this seems to be a basic JS framework as compared to the previous two. Can't meet my requirement. Also check out dojo JS framework: http://www.dojotoolkit.org/ -- Warm Regards, Lee --

Re: [Lazarus] Getting rid of bogus form

2010-09-28 Thread Lee Jenkins
Bo Berglund bo.bergl...@gmail.com wrote: I made a mistake when trying out Lazarus for the first time Lazarus had created a form automatically on start (Form1). I created a unit containing my wrapper for the com port, which I intend to use. It will contain a working thread to handle the

Re: [Lazarus] Reading .fr3 files from LazReports

2010-08-24 Thread Lee Jenkins
Michael Van Canneyt wrote: On Mon, 23 Aug 2010, Lee Jenkins wrote: Odd, I asked about this before and was told x was not required. Of course it is. The LCL requires X. My original post on 2010/3/17: Does LazReport require X to generate reports and export them to PDF without preview

Re: [Lazarus] Reading .fr3 files from LazReports

2010-08-24 Thread Lee Jenkins
Michael Van Canneyt wrote: As you can see, this includes a lot of the LCL units, and they depend on X through the widgetset. Yes, I know about the no_gui widgetset, but if you use that, you'll get a bunch of errors because of missing functionality (pagewidth/height missing or zero, no font

Re: [Lazarus] Reading .fr3 files from LazReports

2010-08-23 Thread Lee Jenkins
Odd, I asked about this before and was told x was not required. -- Warm Regards Lee Michael Van Canneyt mich...@freepascal.org wrote: On Mon, 23 Aug 2010, Leonardo M. Ramé wrote: Hi, I'm planning to migrate a desktop app from Delphi to fcl-web, and one important aspect of it, is the

[Lazarus] Language Translations - Multi-Threaded app

2010-08-22 Thread Lee Jenkins
Hi all, Anyone use i18n capabilities in lazarus/fpc multi-threaded server apps? Can you tell me if there are threading issues that I should be aware of? Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list

Re: [Lazarus] SQL parser

2010-08-18 Thread Lee Jenkins
Michael Van Canneyt wrote: One of the things I've been thinking about is integrating it with tiOPF, so one wouldn't need to write SQL any more. You could use it to reverse engineer all used SQL statements and convert it to something more OOP. It would be very cool to be have an OQL in

[Lazarus] Experiences in converting Delphi apps

2010-08-18 Thread Lee Jenkins
Hi all, I'm thinking of porting a subset of my Delphi apps to Lazarus/LCL. These are apps that use minimal or no 3rd party components and have been written with some assumptions such as using PathDelim and friends with an eye towards possible conversion at some point. I tried the Delphi

Re: [Lazarus] Embedded database for Lazarus/Linux

2010-06-17 Thread Lee Jenkins
waldo kitty wrote: On 6/17/2010 04:29, Graeme Geldenhuys wrote: On 17/06/2010, Luca Olivetti wrote: SQLite allows multiple programs to be connected to the same database simultaneously. The embedded version of Firebird does not. If you run Well, that sounds like a rather silly argument. I

Re: [Lazarus] SynEdit and lazarus IDE

2010-06-04 Thread Lee Jenkins
-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] fpweb for delphi?

2010-05-30 Thread Lee Jenkins
Dimitri Smits wrote: Waldo Kitty wrote: On 5/28/2010 05:03, Bee Jay wrote: On 27 Mei 2010, at 18:56, Michael Van Canneyt wrote: I don't think we will do this. It will require too many changes. Yes, I've seen the code. fpWeb has a very tight dependency to other fcl packages. Poor Delphi

Re: [Lazarus] quick opinion poll / pascal highlighting case

2010-05-24 Thread Lee Jenkins
Martin wrote: What are the opinions. Do you like/dislike the new highlighting of case-labels? e.g case a of *foo* : *bar*, *def*: end; In your opinion, should it be: - off by default - italics - underline - other / color / frame? Off by Default :-) -- Warm Regards, Lee --

[Lazarus] Find In Files

2010-05-22 Thread Lee Jenkins
Is there a way to instruct the IDE to search packages associated with the current project to be searched as well as files directly belonging to the project with Find In Files? Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list

Re: [Lazarus] WebLaz Apache

2010-05-22 Thread Lee Jenkins
ABorka wrote: Did. But in the current economy the traffic is down, and because of CGI doesn't require an Apache restart when anything changes in the app, we are just using CGI at the moment (with HTML templates and template tags using fpTemplate). Did not see speed difference between the two.

Re: [Lazarus] Find In Files

2010-05-22 Thread Lee Jenkins
Mattias Gaertner wrote: On Sat, 22 May 2010 11:08:27 -0400 Lee Jenkins l...@datatrakpos.com wrote: Is there a way to instruct the IDE to search packages associated with the current project to be searched as well as files directly belonging to the project with Find In Files? No. But the code

[Lazarus] WebLaz Apache

2010-05-20 Thread Lee Jenkins
OK, since everyone's talking about the web technologies in Laz/FPC lately, I have a question. Anyone currently running web site/app with WebLaz Apache module flavor. Any high traffic? I'm using a stand alone synapse based HTTP server now for testing, but I want to deploy eventually to

Re: [Lazarus] Lazarus make me create better apps

2010-05-19 Thread Lee Jenkins
Felipe Monteiro de Carvalho wrote: On Wed, May 19, 2010 at 3:06 PM, Marco van de Voort mar...@stack.nl wrote: If I read this, nativeclient seems to be more RIA oriented than web oriented. What is RIA? thanks, Hi Felipe, Rich Internet Application

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Bee Jay wrote: On 18 Mei 2010, at 03:12, Lee Jenkins wrote: I think the traditional barrier has been the deployment issue which probably made pascal based web application or servers more common to workgroup/intranet applications. Yes, though binary CGI support is also very common. Agreed

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Myles Wakeham wrote: Michael wrote: Did you take a look at doing Silverlight applications using Delphi Prism ? IMHO this is the most promising modern way to do complex web applications. I don't know if/how you can run them on a Linux server (using Mono). (Linux client (Moonlight) should be

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Myles Wakeham wrote: Bee wrote: What framework do you need to build web apps using pascal? Web apps is just about read browser request and reply to it. A custom simple communication class (to encapsulate the request-reply process) should be sufficient. Maybe for a web application with a

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Bee Jay wrote: On 18 Mei 2010, at 21:40, Myles Wakeham wrote: We must realize and admit that Pascal still lacks of tools for web app development. :( Oh my goodness yes! Eclipse and NetBeans...I'd rather swap out my 2-ply for 20 grain sandpaper. Big, bloated, resource intensive IDE's.

Re: [Lazarus] Lazarus make me create better apps

2010-05-18 Thread Lee Jenkins
Luiz Americo Pereira Camara wrote: Lee Jenkins escreveu: Personally a good IDE for me would consist of a good editor. I've tried some out there like Notepad++ which is ok, but settled down to using PSPad on Windows. Did you try http://spket.com/ ? Luiz No, but I'll check it out. Thank

[Lazarus] More Live Code Templates

2010-05-17 Thread Lee Jenkins
For the GPL, LGPL and MLGPL copyright notices at the top of source files with $Param() fields for Year, Author and Author Contact parts. Copied form Edit Insert Text General menu command. -- Warm Regards, Lee [lgpl | Inserts LGPL Copyright Notice] $(AttributesStart) EnableMakros=true

[Lazarus] Public Key Encryption?

2010-05-16 Thread Lee Jenkins
Hi all, Is there anything available for lazarus/fpc for public/private key pair encryption? Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Code refused from Andreas Hausladen? Is this true?

2010-05-13 Thread Lee Jenkins
Henry Vermaak wrote: On 13 May 2010 16:41, Jürgen Hestermann juergen.hesterm...@gmx.de wrote: I don't know this special case but it sounded a bit familiar to me. I also found that some of the main contributors to Lazarus behave quite rude from time to time (maybe they don't even notice

[Lazarus] Nice job on Editor Tab Dragging

2010-05-12 Thread Lee Jenkins
Just noticed the little arrows indicating where a dragged tab in the editor will be placed. Nice touches like this and the recent refactoring/consolidating of settings dialogs, etc of the last year make the IDE appealing to use. -- Warm Regards, Lee --

[Lazarus] Comple Win64 from Win32?

2010-05-11 Thread Lee Jenkins
Curious if I need to be on a Win64 bit system to compile for that platform or can I cross compile from Win32 to Win64 or event compile Win32 from Win64... Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list

Re: [Lazarus] Comple Win64 from Win32?

2010-05-11 Thread Lee Jenkins
Razvan Adrian Bogdan wrote: On Tue, May 11, 2010 at 8:28 AM, Lee Jenkins l...@datatrakpos.com mailto:l...@datatrakpos.com wrote: Curious if I need to be on a Win64 bit system to compile for that platform or can I cross compile from Win32 to Win64 or event compile Win32 from Win64

[Lazarus] LazReportPdfExport may be broken

2010-05-08 Thread Lee Jenkins
Hi all, I installed snapshot: Lazarus-0.9.29-25243-fpc-2.4.1-20100508-win32.exe today and couldn't compile the lazreportpdfexport.lpk. I'm sorry, I didn't get the specific error since I had to go back to my previous version in a bit of a hurry to finish a project today. X does not ident

Re: [Lazarus] Lazarus make me create better apps

2010-05-07 Thread Lee Jenkins
Razvan Adrian Bogdan wrote: I'm not sure if threading support is better now, last time i checked, there were still some issues with threads in FPC, the developer who wrote PWU complained a lot about threading support being a major obstacle in FPC, if you want a faster HTTP or FastCGI

[Lazarus] JCLFormater

2010-05-03 Thread Lee Jenkins
Anyone know how (if possible) to tell the jcl formatter to put x number of spaces or tabs between procedure keyword in classes and the method signature? Like this: TMyClass = class public procedureMethod1; proceduremethod2; end; ^--^- 4 spaces (or 2 tabs with

Re: [Lazarus] SynEdit

2010-04-21 Thread Lee Jenkins
Martin wrote: On 21/04/2010 18:34, Lee Jenkins wrote: Hi all, I was curious about Lazarus' version of SynEdit and if the Delphi examples are more or less still relevant to coding against the LCL version? Not sure which delphi examples? - Something that comes with lazarus, and I have

Re: [Lazarus] OOP basics - 2

2010-04-14 Thread Lee Jenkins
Juha Manninen wrote: Hi Circular references are a real problem in real (non-trivial) Object Pascal programs. You could look at this thread: http://www.mail-archive.com/fpc-de...@lists.freepascal.org/msg16051.html The solution is to copy everything into one big unit. That's what everybody

Re: [Lazarus] New version of WebDesign available

2010-03-17 Thread Lee Jenkins
Joost van der Sluis wrote: On Wed, 2010-03-17 at 12:57 +0100, Michael Schnell wrote: On 03/17/2010 11:58 AM, Joost van der Sluis wrote: That's not true. What you could do is keep your program/module persistent in memory. In every cgi-call from the client you include a session-identifier. Then

[Lazarus] LazReport need X?

2010-03-17 Thread Lee Jenkins
Does LazReport require X to generate reports and export them to PDF without preview? I'm thinking of using FPC for a web app that needs to produce reports. Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list

Re: [Lazarus] Is Lazarus project in a downward spiral?

2010-03-06 Thread Lee Jenkins
Hans-Peter Diettrich wrote: Michael Van Canneyt schrieb: With the added downside that it's far from certain that you'll ever be able to make fpGUI look native on all platforms: one of its explicit design goals was to look exactly the same on all platforms, which is contrary to the Lazarus

[Lazarus] Lazarus Designer surface

2010-02-21 Thread Lee Jenkins
Hi all, First pointing out that I know absolutely nothing about the IDE code, how feasible or complex would you guesstimate it would be for someone to expose the the lazarus form designer as a LCL component? -- Warm Regards, Lee -- ___

Re: [Lazarus] Lazarus Designer surface

2010-02-21 Thread Lee Jenkins
Mattias Gärtner wrote: Zitat von Lee Jenkins l...@datatrakpos.com: Hi all, First pointing out that I know absolutely nothing about the IDE code, how feasible or complex would you guesstimate it would be for someone to expose the the lazarus form designer as a LCL component? What do you

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Lee Jenkins
Adrian De Armas wrote: CNWizard from www.cnpack.org/ implements that. Regards Indeed. CNWizards is the tool that provides that navigator drop down. The functionality that it provides speeds development in the Delphi IDE 30% or more for me I would estimate. It would be very nice to see

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Lee Jenkins
Graeme Geldenhuys wrote: Lee Jenkins wrote: Indeed. CNWizards is the tool that provides that navigator drop down. The functionality that it provides speeds development in the Delphi IDE 30% or more for me I would estimate. Without having Delphi to try it out, what other features does

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Lee Jenkins
Mattias Gaertner wrote: On Tue, 09 Feb 2010 10:21:39 -0500 Lee Jenkins l...@datatrakpos.com wrote: [...] My personal favorite is the Auto Drop Down for code insite which shows relevant suggestions for built in types as well as declared variables, etc. Makes typing so much faster. Can you

[Lazarus] Flex/RIA Framework

2010-02-08 Thread Lee Jenkins
Hi all, I made a similar post on Delphi newsgroups but I it will be fpc lazarus compatible since I need to use it with both envrionments. I have started a Rich Internet Application framework which I'll eventually put on google code under LGPL or similar license. I am using Adobe Flex as

Re: [Lazarus] FCL-Web and new WebDesign packages

2010-02-03 Thread Lee Jenkins
Lee Jenkins wrote: Bee Jay wrote: It would be better if the server side interface is plain and independent to any JS framework API. The interface result then could be translated to any client side API, or SOAP, or WST, or whatever is required format by the client side framework using some

Re: [Lazarus] [Fwd: Re: Is Lazarus a Delphi plagiat?]

2010-01-30 Thread Lee Jenkins
Andrew Brunner wrote: IMO if you MUST know where to look for information regarding FPC/Lazarus. I think a birds-eye view of stuff should be easily accessible and intuitive. Unfortunately, the complicated nature of this universal development tool requires much content management technology to

Re: [Lazarus] [Fwd: Re: Is Lazarus a Delphi plagiat?]

2010-01-30 Thread Lee Jenkins
Andreas Schneider wrote: Am Freitag 29 Januar 2010 23:36:02 schrieb Hans-Peter Diettrich: IMO a good add-on to the Lazarus is invisible? thread. I think a great problem for many of those people in this thread comes from the fact that (as they state) try it from time to time. That means,

Re: [Lazarus] Icon loading not working

2010-01-29 Thread Lee Jenkins
Paul Ishenin wrote: 29.01.2010 23:01, Lee Jenkins wrote: Seems that loading images from the IDE doesn't work with yesterdays snapshots, 0.9.29 rev 23574 on Vista 32 Business Edition. Clicking the LoadIcon just about everywhere in the IDE I've tried causes a slight flicker, then nothing

Re: [Lazarus] Pascal and Hibernate - Any one use OPF?

2009-12-13 Thread Lee Jenkins
Michael Van Canneyt wrote: On Sat, 12 Dec 2009, Michael Fuchs wrote: Graeme Geldenhuys schrieb: tiOPF might not be the easiest framework to learn, but I guess that's one side effect you get with power and flexibility. Knowing and understanding bit about design patterns will be beneficial in

[Lazarus] GetAppConfigDir Question

2009-10-22 Thread Lee Jenkins
Are there any similar methods which I can use to get the root directory inside of which Lazarus/fpc create the folder named after the application. For instance, on Windows Vista, GetAppConfigDir(True) returns the Windows Vista: C:\Program Data\AppName\ Linux: /home/user/.config/AppName/

[Lazarus] IDE Shorts cuts to Interface, Implementation sections

2009-10-19 Thread Lee Jenkins
I noticed there is some way to put a button on the editor window upper area to move to different parts of the code interface, implementation, uses, etc. Are there keyboard shortcuts for these? I looked through the KeyMappings but missed it. It would be nice to have a key combination to

Re: [Lazarus] FastCGI?

2009-10-12 Thread Lee Jenkins
Joost van der Sluis wrote: On Sat, 2009-10-10 at 12:44 +0200, Micha Nelissen wrote: Lee Jenkins wrote: I've looked for a couple of days trying to find a location of an embedded web server for lazarus or fpc and I have found nothing in sources or google. Maybe TLHTTPServer + (fast)CGI handler

[Lazarus] Using fpHTTP - Will not link in

2009-10-11 Thread Lee Jenkins
I've trying to write an embedded webserver that using the LazWeb framework and I'm at loss once again. I've created a web module and it is set to register like this: RegisterHTTPModule('mymodule', Tdatasrv); At runtime, the module cannot be found and what is more, the application is NOT

Re: [Lazarus] Using fpHTTP - Will not link in

2009-10-11 Thread Lee Jenkins
Lee Jenkins wrote: I can't tell you how appreciative I would be if I could just get to being productive with Lazarus and LazWeb after 8 days of frustration and road blocks. Wow, reading that back I realize how bad that sounds. Things have been a little challenging for me all around lately

Re: [Lazarus] FastCGI?

2009-10-10 Thread Lee Jenkins
Micha Nelissen wrote: Lee Jenkins wrote: I've looked for a couple of days trying to find a location of an embedded web server for lazarus or fpc and I have found nothing in sources or google. Maybe TLHTTPServer + (fast)CGI handler in lNet was meant? See lnet/examples/console/fphttpd

Re: [Lazarus] FastCGI?

2009-10-09 Thread Lee Jenkins
Lee Jenkins wrote: Osvaldo Filho wrote: How can i use embedded webserver ? Yes, that sounds good to me as well. Where to use ? Same fpc version? Thanks, I've looked for a couple of days trying to find a location of an embedded web server for lazarus or fpc and I have found nothing

Re: [Lazarus] FastCGI?

2009-10-07 Thread Lee Jenkins
Osvaldo Filho wrote: How can i use embedded webserver ? Yes, that sounds good to me as well. Where to use ? Same fpc version? Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

[Lazarus] 0.9.29 - Nice job

2009-10-06 Thread Lee Jenkins
Its really nice when I upgrade my Lazarus to a new version and see the nice changes and fixes. CTRL-Space works better and in more places in the source file that it did before. More polished now too. Nice job. -- ___ Lazarus mailing list

Re: [Lazarus] heaptrc - Is it even worth using?

2009-10-05 Thread Lee Jenkins
Michael Van Canneyt wrote: On Mon, 5 Oct 2009, Lee Jenkins wrote: Does anyone else have any trouble reading heaptrc output? The only thing that I can see of use is that it tells me there /is/ a leak. However, trying to figure out where it is according to heaptrc output seems more

Re: [Lazarus] heaptrc - Is it even worth using?

2009-10-05 Thread Lee Jenkins
Sergei Gorelkin wrote: Lee Jenkins wrote: Definitely related to TXMLDocument. Apparently, it is either a complete mess and fraught with memory leaks or am misunderstanding how to use it. Although, its not the first XML API I've used. Once again, its back to Delphi I go :-( Your

Re: [Lazarus] heaptrc - Is it even worth using?

2009-10-05 Thread Lee Jenkins
Michael Van Canneyt wrote: On Mon, 5 Oct 2009, Lee Jenkins wrote: Sergei Gorelkin wrote: Lee Jenkins wrote: Definitely related to TXMLDocument. Apparently, it is either a complete mess and fraught with memory leaks or am misunderstanding how to use it. Although, its not the first XML

Re: [Lazarus] heaptrc - Is it even worth using?

2009-10-05 Thread Lee Jenkins
Sergei Gorelkin wrote: Lee Jenkins wrote: I'll give it a try. I'm updating my snapshot installation of Lazarus on Windows, though I'm not sure if the fix will be included. Also, Node.NextSibling doesn't seem to work either as it seems to return the exact same node and results in an endless

Re: [Lazarus] heaptrc - Is it even worth using?

2009-10-05 Thread Lee Jenkins
Sergei Gorelkin wrote: Lee Jenkins wrote: Now, for my own personal education: (skipped) In the above trace, it looks like (and I have confirmed) the leak occurs inside of the LoadMappings method when I was using the TXMLDocument object before updating my lazarus snapshot, but I am

Re: [Lazarus] Errors when trying to use SQLDBLaz

2009-10-04 Thread Lee Jenkins
Lee Jenkins wrote: Can anyone explain why Lazarus throws these errors when building the project with SQLDBLaz included in the project? cgi_test.lpr(15,1) Error: Undefined symbol: WSRegisterCustomImageList cgi_test.lpr(15,1) Error: Undefined symbol: WSRegisterMenuItem cgi_test.lpr(15,1) Error

[Lazarus] FastCGI?

2009-10-03 Thread Lee Jenkins
Wasn't some work done recently to add FastCGI to lazarus? If so, which version must I have, trunk? Thanks, -- Warm Regards, Lee -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] exists card game library?

2009-09-24 Thread Lee Jenkins
waldo kitty wrote: i'm working on converting a TP6 card game application to FPC (to start with) and then to Lazarus for the graphical side... what i'm looking for, so as to not try to recreate the wheel, is a card object such that i can create X decks of objects of 52 items with Y shuffle(s)

  1   2   >