Re: [Lazarus] operator overloading

2013-02-24 Thread Wildfire
> Both variants will work. The variant with "b: Boolean" was originally > introduced for the non-Object-Pascal modes (fpc, tp), because there you > only have the name of the procedure/function as a result variable and as > operators don't have names (in that sense) you can specify the name of >

Re: [Lazarus] operator overloading

2013-02-24 Thread Wildfire
From: xrfang Sent: Sunday, February 24, 2013 7:31 AM To: Lazarus@lists.lazarus.freepascal.org Subject: [Lazarus] operator overloading > operator < (p1, p2: TPainter) b: Boolean; <—method2 Close, but no cigar... operator < (p1, p2: TPainter): Boolean;

Re: [Lazarus] Request

2012-11-24 Thread wildfire
Adding to Kenneths reply, the following Wiki link may be helpful. http://wiki.freepascal.org/Installing_Lazarus_on_Haiku-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Converting an Integer of pence into pounds

2012-09-26 Thread wildfire
- Original Message - From: Richard Mace To: Lazarus mailing list Sent: Wednesday, September 26, 2012 1:45 PM Subject: Re: [Lazarus] Converting an Integer of pence into pounds Alex, Thanks, that's exactly what I was trying to do! I was using pounds := pence Div 100

Re: [Lazarus] Object Inspector off screen

2012-01-17 Thread wildfire
>Anyway, it appears lazarus has remembered my previous window settings and the >object inspector window is off screen, I can’t see any way to bring it back. Never mind I found it in IDE options, sorry for wasting your time.-- ___ Lazarus mailing list La

[Lazarus] Object Inspector off screen

2012-01-17 Thread wildfire
I haven’t used Lazarus for a while and previously I had a multi monitor system, nowadays I’m back down to 1. Anyway, it appears lazarus has remembered my previous window settings and the object inspector window is off screen, I can’t see any way to bring it back. Any assistance? Using Windows

Re: [Lazarus] Borked Reference Header, was [OT] Lazarus Portuguese translation situation

2011-09-05 Thread wildfire
One final test for the doubters out there, I've also changed the subject. Which does start a new thread in Live Mail (at least with default settings). Though the References Header is still there. -- ___ Lazarus mailing list Lazarus@lists.lazarus.f

[Lazarus] Borked Reference Header, was [OT] Lazarus Portuguese translation situation

2011-09-05 Thread wildfire
His posts also don't have the usual "Re:" at the start of the subject. Reason enough to believe, that his mailer is sending them as new mail, rather than as reply I think you've hit the nail on the head Martin. One final test for the doubters out there, I've also changed the subject. -- _

Re: [Lazarus] [OT] Re: Lazarus Portuguese translation situation

2011-09-05 Thread wildfire
Yet, Marcelo's post doesn't have a References header. As Lukasz suggested earlier, perhaps there is a setting for this. If there is I wouldn't have a clue where to find it (I rarely use this client). Either way it's not actually the client that's the issue. Perhaps a server somewhere is str

Re: [Lazarus] [OT] Re: Lazarus Portuguese translation situation

2011-09-05 Thread wildfire
I'm using this post as a test :) Reply came in the expected thread and headers indicate references... References: -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [OT] Re: Lazarus Portuguese translation situation

2011-09-05 Thread wildfire
I think this: X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 I'm not sure about that... is your problem... - what it sends seems like it contains no references in the header, therefore programs that are aware of them, well, they are at loss... Windows Live Mail is thread aware, whet

Re: [Lazarus] How can I increment/decrement a alphanumeric value?

2010-08-21 Thread Wildfire
- Original Message - From: "Antônio" To: "Lazarus mailing list" Sent: Saturday, August 21, 2010 3:09 PM Subject: Re: [Lazarus] How can I increment/decrement a alphanumeric value? Hexadecimals are base 16, with numbers from 0 to 9 and letters from A to F. Antônio 2010/8/21 silviopr

Re: [Lazarus] How can I increment/decrement a alphanumeric value?

2010-08-21 Thread Wildfire
http://freepascal.org/docs-html/rtl/strutils/dec2numb.html http://freepascal.org/docs-html/rtl/strutils/numb2dec.html This does not solve my problem, I need to use characters from A to Z. Thanks, Silvio Clécio Silvio, read the links, those two functions provide exactly what you want (use BA

Re: [Lazarus] tFileOpen Action, Is it possible to cancel the dialog...

2010-08-01 Thread Wildfire
Cannot you check if the current file needs to be saved and prompt the user for it _before_ opening the dialog? That's one work around, The FileOpen Action is tied to a couple of controls though (Menu, ToolButton) and I was hoping to do all the work inside (so the menu & toolbutton remain syn

[Lazarus] tFileOpen Action, Is it possible to cancel the dialog...

2010-07-31 Thread Wildfire
Just started messing about with the standard actions in Lazarus and came across a minor problem. Is in possible to cancel the dialog in the BeforeExecute event, my plan was to ask the user to save the current file (Yes/No/Cancel) before opening another, problem is I don't know how to cancel th

Re: [Lazarus] Installing lazarus on Windows, horror story goes on

2010-07-29 Thread Wildfire
- Original Message - From: "José Mejuto" To: "Lazarus mailing list" Sent: Friday, July 30, 2010 12:13 AM Subject: Re: [Lazarus] Installing lazarus on Windows, horror story goes on Hello Lazarus-List, Thursday, July 29, 2010, 6:00:49 PM, you wrote: JM> I personally managed to insta

Re: [Lazarus] Anyone done any work with SMS (text messaging)?

2010-04-28 Thread Wildfire
As the first thing to so is make it accessible on the Linux box at all, the "third party drivers for Linux" need to be tested, so that you can communicate with the device using minicom or whatever terminal program. Thanks, I hadn't thought of that, I'd assumed that there would be a serial inter

[Lazarus] Fw: Anyone done any work with SMS (text messaging)?

2010-04-28 Thread Wildfire
Sorry Michael I replied direct to yourself rather than the list. - Original Message - From: "Wildfire" To: "Michael Schnell" Sent: Wednesday, April 28, 2010 11:33 AM Subject: Re: [Lazarus] Anyone done any work with SMS (text messaging)? You said it's an

Re: [Lazarus] Anyone done any work with SMS (text messaging)?

2010-04-27 Thread Wildfire
- Original Message - From: "Michael Schnell" To: "Lazarus mailing list" Sent: Tuesday, April 27, 2010 10:47 AM Subject: Re: [Lazarus] Anyone done any work with SMS (text messaging)? On 04/27/2010 10:50 AM, Wildfire wrote: I'll be using a USB attache

Re: [Lazarus] Anyone done any work with SMS (text messaging)?

2010-04-27 Thread Wildfire
Hi Michael, I'll be using a USB attached modem to send the SMS's direct. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Anyone done any work with SMS (text messaging)?

2010-04-26 Thread Wildfire
On which platform do you want to use SMS? Using Linux I can recommend gnokii-smsd. I use it with the mysql-extension right out of the debian repositories. Hi Lukas, Haven't decided on the portable platform yet (For when I'm attending games) but it'll probably be linux based. The fixed platf

Re: [Lazarus] Anyone done any work with SMS (text messaging)?

2010-04-24 Thread Wildfire
Thanks for the replies guys, Ido, I already have a cellular modem and service and unfortunately Graeme I'll be using AT commands to send/poll SMS's not HTTP :( It's not important but I'm lazy at heart and even a couple of clicks saved is good for me ;) I may write my own during the close seaso

[Lazarus] Anyone done any work with SMS (text messaging)?

2010-04-23 Thread Wildfire
Rather than reinvent the wheel I was wondering if anyone has an SMS component which can send text messages to multiple recipients and periodically poll the modem/cell phone for incoming messages? I send messages out to ~15 people for Dundee United football (soccer) updates and rather than type

Re: [Lazarus] SendMessage Bug Work Around.

2010-04-22 Thread Wildfire
- Original Message - From: "Justin Smyth" To: "Lazarus mailing list" Sent: Thursday, April 22, 2010 1:43 PM Subject: [Lazarus] SendMessage Bug Work Around. if any one is interest in the code for this issue feel free to ask , i''m happy to share it. Hi Justin, I'd certainly be in