Re: [Lazarus] [fpc-pascal] New wiki, ftp and mailing list server planned

2010-03-13 Thread Vincent Snijders
Florian Klaempfl schreef: As you might have noticed, the server running the wiki (lazarus and fpc), the mailing lists (lazarus and fpc) Just the fpc mailing lists. The Lazarus mailing lists are hosted on the same server that hosts the lazarus website and forum. and being ftp master (fpc

[Lazarus] Run two build simultaneously

2010-03-13 Thread Kjow
Hi all, is it possible to run two build of Lazarus simultaneously? I mean that I would have two directory both with a different build, e.g.: C:\Develop\lazarus-latest\ C:\Develop\lazarus-stable\ I have two nasty bugs with latest release: http://mantis.freepascal.org/view.php?id=15971

Re: [Lazarus] [ Slightly Off Topic ] Background Why I love Lazarus Pascal

2010-03-13 Thread Marco van de Voort
On Fri, Mar 12, 2010 at 01:49:17PM +0100, Michael Schnell wrote: What about Lazarus for CIL (aka .NET aka Mono) ? I don't understand what this has to do with the discussion about Lazarus? I think it would be nice to have a community supported IDE for doing Object Pascal code

Re: [Lazarus] Run two build simultaneously

2010-03-13 Thread Bart
Hi, You can simply omit the \config part: c:\lazarus-latest\lazarus.exe --pcp=c:\lazarus-latest c:\lazarus-stable\lazarus.exe --pcp=c:\lazarus-stable (You must have write access to that directories of course) What do I need to put on each config dir? There aren't config directory and I

Re: [Lazarus] Run two build simultaneously

2010-03-13 Thread Zaher Dirkey
On Sat, Mar 13, 2010 at 3:45 PM, Bart bartjun...@gmail.com wrote: Hi, You can simply omit the \config part: c:\lazarus-latest\lazarus.exe --pcp=c:\lazarus-latest c:\lazarus-stable\lazarus.exe --pcp=c:\lazarus-stable (You must have write access to that directories of course) What do I

Re: [Lazarus] Run two build simultaneously

2010-03-13 Thread Paul van Helden
On 13/03/2010 15:03, Kjow wrote: Paul. What do I need to put on each config dir? There aren't config directory and I don't know if/where is a file (or just in regedit). Start with empty directories, Lazarus will create all the necessary files. If you must start with your existing

[Lazarus] TDBNavigator button click

2010-03-13 Thread andtag
Hello, I have a DB with 400 records and clicking the next button i can see the next record. If i want to reach record 200 i must do 200 clicks. I want to have a continue action pressing the dbnavigator button, for example, when i click Next button, i want the records go forward until i leave the

Re: [Lazarus] TDBNavigator button click

2010-03-13 Thread Howard Page-Clark
On 13/3/10 3:42, andtag wrote: Hello, I have a DB with 400 records and clicking the next button i can see the next record. If i want to reach record 200 i must do 200 clicks. I want to have a continue action pressing the dbnavigator button, for example, when i click Next button, i want the

Re: [Lazarus] TDBNavigator button click

2010-03-13 Thread andtag
Yes, it works but Button1Exit is not the best because it control the focus and when i click on button the focus remain on the button. I will try to change focus or maybe TButton.OnMouseDown and the timer event... Thank you for the idea, you woke up my brain ;) Andy. Howard Page-Clark ha

[Lazarus] TFloatField not accept comma as decimal separator

2010-03-13 Thread Silvio Clecio
Please, see complete description on this link: http://bugs.freepascal.org/view.php?id=15988 (including attached). Hm... Is OnKeyPress again ¬¬' -- []'s Silvio Clécio -- programmer ObjectPascal - Blog: http://blog.silvioprog.com.br programmer ObjectPascal - Site: http://www.silvioprog.com.br

Re: [Lazarus] TFloatField not accept comma as decimal separator

2010-03-13 Thread Silvio Clecio
Silvio Clecio escreveu: Please, see complete description on this link: http://bugs.freepascal.org/view.php?id=15988 (including attached). Hm... Is OnKeyPress again ¬¬' I solved, the 'powerfull' solution: (...) procedure TDBEdit.KeyPress(var Key: char); function CanAcceptKey: boolean;

Re: [Lazarus] Run two build simultaneously

2010-03-13 Thread Hans-Peter Diettrich
Kjow schrieb: is it possible to run two build of Lazarus simultaneously? You can try to create different users for each Lazarus version, to keep their settings apart. DoDi -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] Lazarus and DirectShow Not Working Properly...

2010-03-13 Thread Vladimir Zhirov
Justin Smyth wrote: Ok guys i have a really hairy one for you , i'm working on directshow player that i'm porting from Delphi to Lazarus x64 , in Lazarus in DirectShow when i call the RenderFile Function out of DirectShow it gives me a nasty exception error - Run Error 58632 ( is this a stub

Re: [Lazarus] Free Pascal ? (I Hope its not too OT)

2010-03-13 Thread Aleksa Todorovic
Try including SysUtils in FreePascal version - it initializes exception handling, so maybe there are some exceptions internally happening which are not properly handled. Just a guess... On Sun, Mar 14, 2010 at 04:04, Terry A. Haimann te...@haimannonline.com wrote: I tried to write a little