[Lazarus] /usr/usr/bin/ld: cannot find -lX11

2010-04-27 Thread Roland Turcan
Hello all, I am trying to get compiler the latest SVN on fresh Ubuntu 10.04, but it shows this problem: ... Linking ../lazarus /usr/bin/ld: warning: ../link.res contains output sections; did you forget -T? /usr/bin/ld: cannot find -lX11 lazarus.pp(127,1) Error: Error while linking

Re: [Lazarus] /usr/usr/bin/ld: cannot find -lX11

2010-04-27 Thread Mattias Gaertner
On Tue, 27 Apr 2010 10:13:18 +0200 Roland Turcan k...@rotursoft.sk wrote: Hello all, I am trying to get compiler the latest SVN on fresh Ubuntu 10.04, but it shows this problem: ... Linking ../lazarus /usr/bin/ld: warning: ../link.res contains output sections; did you forget -T?

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

2010-04-27 Thread Michael Schnell
Do you intent to (1) using attach a wireless modem via (1a) a (RS232-) serial interface or (1b) USB to the sending computer or do you intent to (2) use some site in the Internet that is accessed via (1a) E-Mail or (2b) HTTP. (1a): we did something like that but not with a PC and Pascal but with a

Re: [Lazarus] SendMessage Bug Work Around.

2010-04-27 Thread Michael Schnell
On 04/26/2010 06:45 PM, Sven Barth wrote: I don't know how big your interest is in this topic, but you might take a look at the source code of ReactOS. There you can see what's happening inside a SendMessage. Thanks. I'll not do this :) It's funny that the API documentation provided by

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-27 Thread Michael Schnell
On 04/27/2010 10:50 AM, Wildfire wrote: I'll be using a USB attached modem to send the SMS's direct. Ant this does work in Linux ? Great ! -Michael -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] tachart on mousemove

2010-04-27 Thread Alexander Klenin
On Sat, Apr 24, 2010 at 05:46, Andrea Mauri andrea.mauri...@gmail.com wrote: dear all, dear alexander, it seems that the onmousemove event is no more fired on tachart. Lazarus 0.9.29 r24858 FPC 2.4.0 i386-win32-win32/win64 I tested using dragdrop demo and it works for me. Can you post a test

Re: [Lazarus] tachart on mousemove

2010-04-27 Thread Alexander Klenin
On Tue, Apr 27, 2010 at 23:41, Andrea Mauri andrea.mauri...@gmail.com wrote: Anyway simply put a tchart on a form and two label (label1 and label2) then put this code in the mousemove event: procedure TForm1.Chart1MouseMove(Sender: TObject; Shift: TShiftState; X,  Y: Integer); begin  

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

2010-04-27 Thread Wildfire
- Original Message - From: Michael Schnell mschn...@lumino.de To: Lazarus mailing list lazarus@lists.lazarus.freepascal.org 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

Re: [Lazarus] tachart on mousemove

2010-04-27 Thread Andrea Mauri
Il 27/04/2010 15.51, Alexander Klenin ha scritto: Indeed. This is related to the new toolset code. Please try r25005. ok, it works. thanks. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Code Templates - Sync Edit - Add'l Tokens

2010-04-27 Thread Mattias Gaertner
On Tue, 27 Apr 2010 14:36:38 -0400 Lee Jenkins l...@datatrakpos.com wrote: Current there is the | to indicate within a code template where the cursor should be left after execution. Are there any other token that can be used? Specifically, I'm looking for something that will denote a

Re: [Lazarus] TListview and Ubuntu x64

2010-04-27 Thread Paul Ishenin
28.04.2010 9:56, Andrew Brunner пишет: I'm encountering a problem that I don't recall having before. TListview at least under Ubuntu 10.04 dev (latest) What lazarus version do you use? Selecting another Item triggers Three OnSelectItem events. The old one is marked as selected and the new