Re: [lazarus] fpdoc with inherited help

2007-05-11 Thread Graeme Geldenhuys
On 5/10/07, Andrew Haines [EMAIL PROTECTED] wrote: there is a chm viewer in lazarus/components/chmhelp. it is possible to run the free microsoft htmlhelp compiler hhc.exe in wine under linux. Does the chmhelp component work under Linux as well? I never even bother to check if it does, just

Re: [lazarus] Converting Strings to Currency

2007-05-11 Thread Graeme Geldenhuys
On 5/11/07, John Meyer [EMAIL PROTECTED] wrote: Maybe StrToFloat(AString); ?? Thanks! That worked, but I have one question. If you have a Currency type, why are you throwing it to a function named StrToFloat? Why not StrToCur or StrToCurrency? Just asking so I know not to make that

Re: [lazarus] Converting Strings to Currency

2007-05-11 Thread Bram Kuijvenhoven
Sébastien TACK wrote: It's a miracle of Oriented Object Progamming ! StrToFloat can take a large type of value Single, Double, Currency. Every method are overload. Overloading methods is something different from polymorphism in object oriented programming (where virtual methods are key in

Re: [lazarus] fpdoc with inherited help

2007-05-11 Thread Vincent Snijders
Graeme Geldenhuys schreef: On 5/10/07, Andrew Haines [EMAIL PROTECTED] wrote: there is a chm viewer in lazarus/components/chmhelp. it is possible to run the free microsoft htmlhelp compiler hhc.exe in wine under linux. Does the chmhelp component work under Linux as well? I never even bother

Re: [lazarus] Lazarus software as Linux Service

2007-05-11 Thread Alvise Nicoletti
Marc Santhoff ha scritto: Am Donnerstag, den 10.05.2007, 16:51 +0200 schrieb Alvise Nicoletti: Hi... I have to create a linux service (server side) that: 1) accept tpc connection from a graphical GUI that I will do probably for windows 2) reads writes on a mysql database on the localhost

Re: [lazarus] fpdoc with inherited help

2007-05-11 Thread Graeme Geldenhuys
On 5/11/07, Vincent Snijders [EMAIL PROTECTED] wrote: Andrew and Micha spent a lot of time to port the c code for extracting chm files to pascal, and therefore chmhelp works on all platforms suppoerted by fpc. That is excellent news! What component does it use to display the HTML? I

Re: [lazarus] fpdoc with inherited help

2007-05-11 Thread Graeme Geldenhuys
The lhelp project requires a 'Inetpackage'. Any ideas where I could get that? Lazarus Wiki doesn't mention it and Google doesn't find anything with the name 'Inetpackage'. Graeme. On 5/11/07, Vincent Snijders [EMAIL PROTECTED] wrote: Graeme Geldenhuys schreef: On 5/10/07, Andrew Haines

Re: [lazarus] fpdoc with inherited help

2007-05-11 Thread Graeme Geldenhuys
I found it. It wasn't called Inet, but Lnet (with the lower cass L). ;-) Damn crappy fonts! Graeme. On 5/11/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: The lhelp project requires a 'Inetpackage'. Any ideas where I could get that? Lazarus Wiki doesn't mention it and Google doesn't find

Re: [lazarus] fpdoc with inherited help

2007-05-11 Thread A.J. Venter
Hiya Graeme. See here: http://www.lazarus.freepascal.org/modules.php?op=modloadname=Newsfile=articlesid=155mode=threadorder=0thold=0 On 5/11/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: The lhelp project requires a 'Inetpackage'. Any ideas where I could get that? Lazarus Wiki doesn't

Re: chmhelp's lhelp project can't compile

2007-05-11 Thread Graeme Geldenhuys
Oh, I also had to change the lhelp Project Dependency on LNetPackage to LNetVisual Regards, G. On 5/11/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, Anybody tried to compile the latest lhelp project? I'm using the Lazarus r2 and lnet 0.5 Trying to compile lhelp I keep getting

[lazarus] chmhelp's lhelp project can't compile

2007-05-11 Thread Graeme Geldenhuys
Hi, Anybody tried to compile the latest lhelp project? I'm using the Lazarus r2 and lnet 0.5 Trying to compile lhelp I keep getting errors about properties that do not exist. For example in the LNetHTTPDataProvider.pas unit it refers to ASocket.Connection all over the place and the

Re: chmhelp's lhelp project can't compile

2007-05-11 Thread Graeme Geldenhuys
On 5/11/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: Should I try lnet 0.4 maybe? That did the trick. The lhelp project requires LNet 0.4 and doesn't work with LNet 0.5 -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342'

[lazarus] Weird crash - update

2007-05-11 Thread A.J. Venter
The crash returned the moment I tried to do a 'build lazarus' from inside the IDE. Still not sure what's going on though. I am using pclinuxOS 2004, I have installed the lazarus package from synaptic (to get all the dependencies quickly) but I use svn versions for actual work . Here is the full

Re: [lazarus] Weird crash

2007-05-11 Thread Graeme Geldenhuys
A.J. Venter CEO - OutKast Solutions C.C. http://www.outkastsolutions.co.za Umm... have you now changed jobs? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342' _ To unsubscribe: mail [EMAIL PROTECTED]

[lazarus] Weird crash

2007-05-11 Thread A.J. Venter
Hi all, I'm getting a very weird crash on the latest lazarus. It crashes whenever I start it in a console with 'lazarus' - program starts up - shows an error message dialog (with no content however) and dies. I tried to capture the output with pipes, but suddenly, it stopped crashing. I then

Re: [lazarus] Weird crash

2007-05-11 Thread A.J. Venter
Quite a while ago actually :) A.J. On 5/11/07, Graeme Geldenhuys [EMAIL PROTECTED] wrote: A.J. Venter CEO - OutKast Solutions C.C. http://www.outkastsolutions.co.za Umm... have you now changed jobs? -- Graeme Geldenhuys There's no place like S34° 03.168' E018° 49.342'

Re: [lazarus] Weird crash - update

2007-05-11 Thread Mattias Gaertner
On Fri, 11 May 2007 10:41:48 +0200 A.J. Venter [EMAIL PROTECTED] wrote: The crash returned the moment I tried to do a 'build lazarus' from inside the IDE. Still not sure what's going on though. I am using pclinuxOS 2004, I have installed the lazarus package from synaptic (to get all the

Re: Object Inspector crash, and other interesting stuff

2007-05-11 Thread Mattias Gaertner
On Thu, 10 May 2007 18:37:50 +0100 pineal [EMAIL PROTECTED] wrote: On Thursday 10 May 2007 17:45, Charl van Jaarsveldt wrote: I forgot to mention that I have svn r11124 and lazarus is compiled for gtk1, using Ubuntu Feisty. On 5/10/07, Charl van Jaarsveldt [EMAIL PROTECTED] wrote: Hi,

Re: [lazarus] Weird crash - update

2007-05-11 Thread pineal
On Friday 11 May 2007 17:55, Mattias Gaertner wrote: On Fri, 11 May 2007 10:41:48 +0200 A.J. Venter [EMAIL PROTECTED] wrote: The crash returned the moment I tried to do a 'build lazarus' from inside the IDE. Still not sure what's going on though. I am using pclinuxOS 2004, I have

Re: Object Inspector crash, and other interesting stuff

2007-05-11 Thread Charl van Jaarsveldt
Hi Matias, Yes, it is fixed now, thanks. :-) Charl On 5/11/07, Mattias Gaertner [EMAIL PROTECTED] wrote: On Thu, 10 May 2007 18:37:50 +0100 pineal [EMAIL PROTECTED] wrote: On Thursday 10 May 2007 17:45, Charl van Jaarsveldt wrote: I forgot to mention that I have svn r11124 and lazarus is

Re: [lazarus] how to debug the lcl

2007-05-11 Thread Mattias Gaertner
On Fri, 11 May 2007 11:03:16 -0600 Seth Grover [EMAIL PROTECTED] wrote: A month ago I reported a LCL bug causing a crash in GTK. http://freepascal.org/mantis/view.php?id=8610 Since it hadn't been looked at by any of the developers yet, I wanted to try to see if I could figure out if there

Re: [lazarus] how to debug the lcl

2007-05-11 Thread Seth Grover
Ah, that's interesting. I hadn't yet tried it with GTK2. Thanks for the input. -Seth On 5/11/07, Mattias Gaertner [EMAIL PROTECTED] wrote: On Fri, 11 May 2007 11:03:16 -0600 Seth Grover [EMAIL PROTECTED] wrote: A month ago I reported a LCL bug causing a crash in GTK.

Re: [lazarus] Support for Wince Dialog OK button

2007-05-11 Thread Mattias Gaertner
On Thu, 10 May 2007 22:09:14 +0200 Patrick Chevalley [EMAIL PROTECTED] wrote: 2007/5/10, Mattias Gaertner [EMAIL PROTECTED]: Or, if the 'ok' button of the wince form is merely a 'default' button, then if (TheForm.DefaultControlnil) then

Re: [lazarus] chmhelp's lhelp project can't compile

2007-05-11 Thread Aleš Katona
Which version of lNet did you use before? I looked and don't see TLSocket.Connection used in 0.5 or 0.4 or 0.3.1. You probably cought up some trunk version? In any case, aSocket now has a .Creator property which demotes a TLComponent. All the higher level classes (TLTcp etc.) are TLComponents

Re: [lazarus] Support for Wince Dialog OK button

2007-05-11 Thread Vincent Snijders
Mattias Gaertner schreef: On Thu, 10 May 2007 22:09:14 +0200 Patrick Chevalley [EMAIL PROTECTED] wrote: 2007/5/10, Mattias Gaertner [EMAIL PROTECTED]: Or, if the 'ok' button of the wince form is merely a 'default' button, then if (TheForm.DefaultControlnil) then

Re: Object Inspector crash, and other interesting stuff

2007-05-11 Thread John Meyer
Mattias Gaertner wrote: On Thu, 10 May 2007 18:37:50 +0100 pineal [EMAIL PROTECTED] wrote: On Thursday 10 May 2007 17:45, Charl van Jaarsveldt wrote: I forgot to mention that I have svn r11124 and lazarus is compiled for gtk1, using Ubuntu Feisty. On 5/10/07, Charl van Jaarsveldt

Re: [lazarus] Lazarus software as Linux Service

2007-05-11 Thread Marc Santhoff
Am Freitag, den 11.05.2007, 09:27 +0200 schrieb Alvise Nicoletti: Marc Santhoff ha scritto: Am Donnerstag, den 10.05.2007, 16:51 +0200 schrieb Alvise Nicoletti: Hi... I have to create a linux service (server side) that: 1) accept tpc connection from a graphical GUI that I will do

Re: Object Inspector crash, and other interesting stuff

2007-05-11 Thread Charl van Jaarsveldt
Well, I don't know about the rest, but I am not using any cool effects. I am one of the poor ones that can't even get nVidia drivers to work and has to make do with the open source driver. Anyways, it works now and I am happy. Charl On 5/11/07, John Meyer [EMAIL PROTECTED] wrote: Mattias

Re: Object Inspector crash, and other interesting stuff

2007-05-11 Thread John Meyer
Charl van Jaarsveldt wrote: Well, I don't know about the rest, but I am not using any cool effects. I am one of the poor ones that can't even get nVidia drivers to work and has to make do with the open source driver. That could be some of it; I am using the commercial source drivers. Just

Re: Object Inspector crash, and other interesting stuff

2007-05-11 Thread pineal
On Friday 11 May 2007 18:07, Mattias Gaertner wrote: I am having the same problems today after updating at lunch time.I use PCLinuxOS 93a with KDE desktop and fpc 2.0.4. Please test, if this is fixed too. Mattias I have tested this more thoroughly now. I have just had a complete crash of

Re: [lazarus] Support for Wince Dialog OK button

2007-05-11 Thread Patrick Chevalley
All change to WindowProc must compile without problem with any FPC because IDOK and IDCANCEL are also defined in LCLType.pp that take precedence to the one in rtl/wince/wininc/define.inc OK button fully work with current 2.1 FPC. Cancel event IDCANCEL compile now but the cancel button cannot be

RE: [lazarus] how to debug the lcl

2007-05-11 Thread Sam Liddicott
Well spotted. These days such metric gathering should be done lazily and in a way that the metrics can be invalidated and lazily regathered again, such as when theme font sizes change etc. Windowed controls should at least defer such stuff until createwnd time, but I don't know when plain

[lazarus] Lazarus Character map and UTF

2007-05-11 Thread Luis R. Hilario B.
Hello, I tried to insert a character, appears normal, but while the program is in execution is not visible, putting the character in UTF copied from KWrite (two characters) worked. -- http://luisdigital.com _ To unsubscribe: