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

2010-10-02 Thread ABorka
On 10/1/2010 23:33, duilio foschi wrote: Some kind of tutorial for a start... Leonardo Rame blog is full of precious gems http://leonardorame.blogspot.com/2010/02/web-20-programming-with-object-pascal.html (and many other articles) Rgds Duilio Since those articles, FPC's FCL-web and Lazar

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

2010-10-02 Thread ABorka
On 10/2/2010 00:00, ABorka wrote: On 10/1/2010 23:33, duilio foschi wrote: Some kind of tutorial for a start... Leonardo Rame blog is full of precious gems http://leonardorame.blogspot.com/2010/02/web-20-programming-with-object-pascal.html (and many other articles) Rgds Duilio Since tho

[Lazarus] How to get to Range Error location

2010-10-02 Thread Juha Manninen (gmail)
Hi I built the whole Lazarus with -Cr (range check on) and debug it. When the range error happens, it only shows a RunError or similar and doesn't show me the faulty source line. Maybe I have missed some setting? How do other people check for range error in a big project? In a smaller project i

Re: [Lazarus] TAChart question

2010-10-02 Thread José Mejuto
Hello Lazarus-List, Saturday, October 2, 2010, 5:34:56 AM, you wrote: >> How can I create this with TAChart ? It only allows me numerical >> values in both coordinates, or I was unable to find how to indicate >> that X axis is "autoincrement". AK> You should set BottomAxis.Marks.Source property t

Re: [Lazarus] Serial communication??

2010-10-02 Thread Sven Barth
On 02.10.2010 04:25, waldo kitty wrote: On 10/1/2010 17:59, BosseB wrote: I found lazarus in this location: /usr/lib/lazarus/0.9.28.2 I have downloaded the component zip file into my Downloads directory. Then I have extracted the contents, which created a new directory: Downloads/Sdpo But when

Re: [Lazarus] External tools API

2010-10-02 Thread Sven Barth
On 02.10.2010 07:48, Hans-Peter Diettrich wrote: Some notes on the compiler API/interface for external tools, based on my observation of the ppudump program. [more text about this topic] Don't you think that you should post this to the fpc-devel list instead of the lazarus one? :D Regards,

[Lazarus] Android Pascal?

2010-10-02 Thread Osvaldo Filho
http://github.com/zed-0xff/android-pascal -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Serial communication??

2010-10-02 Thread waldo kitty
On 10/2/2010 08:04, Sven Barth wrote: On 02.10.2010 04:25, waldo kitty wrote: On 10/1/2010 17:59, BosseB wrote: I found lazarus in this location: /usr/lib/lazarus/0.9.28.2 I have downloaded the component zip file into my Downloads directory. Then I have extracted the contents, which created a n

Re: [Lazarus] Serial communication??

2010-10-02 Thread Sven Barth
On 02.10.2010 18:21, waldo kitty wrote: You should do it the following way: Create a "components" or "3rdparty" directory somewhere where you have write access to (at the side of directory containing your projects perhaps). Then copy the "Sdpo" directory to this new directory and proceed as ment

Re: [Lazarus] External tools API

2010-10-02 Thread Hans-Peter Diettrich
Sven Barth schrieb: Some notes on the compiler API/interface for external tools, based on my observation of the ppudump program. [more text about this topic] Don't you think that you should post this to the fpc-devel list instead of the lazarus one? :D Ouch! :-( Thanks for the hint, looks

Re: [Lazarus] External tools API

2010-10-02 Thread Sven Barth
On 02.10.2010 15:24, Hans-Peter Diettrich wrote: Sven Barth schrieb: Some notes on the compiler API/interface for external tools, based on my observation of the ppudump program. [more text about this topic] Don't you think that you should post this to the fpc-devel list instead of the lazaru

Re: [Lazarus] Serial communication??

2010-10-02 Thread waldo kitty
On 10/2/2010 12:51, Sven Barth wrote: On 02.10.2010 18:21, waldo kitty wrote: agreed... except, how are multiple users to be able to use the component like those built into Laz? it appears to me that the instructions were thinking in this manner and so the component is added to those that come w

Re: [Lazarus] Serial communication??

2010-10-02 Thread Felipe Monteiro de Carvalho
On Sat, Oct 2, 2010 at 9:31 PM, waldo kitty wrote: > i've never used a repository for any of my coding in the 30+ years that i've > been coding... i have been considering installing one and seeing how it > goes... one of my concerns is the space it consumes... whether that is > database space or d

Re: [Lazarus] Serial communication??

2010-10-02 Thread waldo kitty
On 10/2/2010 16:53, Felipe Monteiro de Carvalho wrote: On Sat, Oct 2, 2010 at 9:31 PM, waldo kitty wrote: i've never used a repository for any of my coding in the 30+ years that i've been coding... i have been considering installing one and seeing how it goes... one of my concerns is the space