Re: [Lazarus] IDE: ignore exception if they are caught

2013-08-23 Thread Martin
On 23/08/2013 20:40, Marco van de Voort wrote: On Wed, Aug 21, 2013 at 03:43:51PM +0800, Xiangrong Fang wrote: I have the following code: try stream.ReadBuffer(buffer, length); except //handle exceptions... end; Is it possible to configure lazarus to ignore EStreamError in such case?

Re: [Lazarus] Responsible of OvoPlayer...

2013-08-23 Thread Alejandro Gonzalo
try http://ovoplayer.altervista.org/ A. G. From: Liyuan Garcia Caballero To: lazarus@lists.lazarus.freepascal.org Sent: Friday, August 23, 2013 5:45 AM Subject: [Lazarus] Responsible of OvoPlayer... Hi team, Who is the responsible of OvoPlayer?. Please, c

Re: [Lazarus] IDE: ignore exception if they are caught

2013-08-23 Thread Marco van de Voort
On Wed, Aug 21, 2013 at 03:43:51PM +0800, Xiangrong Fang wrote: > I have the following code: > > try > stream.ReadBuffer(buffer, length); > except > //handle exceptions... > end; > > Is it possible to configure lazarus to ignore EStreamError in such case? Handle, inspect, and if you don'

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
On 23.08.2013 19:51, waldo kitty wrote: On 8/23/2013 13:25, Sven Barth wrote: On 23.08.2013 15:46, waldo kitty wrote: On 8/22/2013 23:08, Flávio Etrusco wrote: I guess he means this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724840%28v=vs.85%29.aspx interesting... you'd thin

[Lazarus] List Printer Resolutions

2013-08-23 Thread Leonardo M . Ramé
Hi, I would like to know if the Printer instance has a method to get the list of accepted DPI resolutions on each printer. Regards, -- Leonardo M. Ramé http://leonardorame.blogspot.com -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org ht

Re: [Lazarus] Remote Registry...

2013-08-23 Thread waldo kitty
On 8/23/2013 13:25, Sven Barth wrote: On 23.08.2013 15:46, waldo kitty wrote: On 8/22/2013 23:08, Flávio Etrusco wrote: I guess he means this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724840%28v=vs.85%29.aspx interesting... you'd think that people would mention these things a

Re: [Lazarus] Rebuild Lazarus everytime to have Zeos !

2013-08-23 Thread Sven Barth
On 23.08.2013 19:05, Gugui wrote: Hi, after install Zeos I need to rebuild Lazarus to Zeos components shows up ! How to fix that ? tnx Lazarus 1.0.10 Zeos 7 It's normal that you need to rebuild Lazarus, because only then the components can be linked in. Unlike Delphi FPC and thus Lazarus doe

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
On 23.08.2013 15:46, waldo kitty wrote: On 8/22/2013 23:08, Flávio Etrusco wrote: I guess he means this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724840%28v=vs.85%29.aspx interesting... you'd think that people would mention these things and give links as above if it is what t

[Lazarus] Rebuild Lazarus everytime to have Zeos !

2013-08-23 Thread Gugui
Hi, after install Zeos I need to rebuild Lazarus to Zeos components shows up ! How to fix that ? tnx Lazarus 1.0.10 Zeos 7 -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] TTreeView, string and SIGSEGV

2013-08-23 Thread Martin
On 23/08/2013 16:13, Xiangrong Fang wrote: Hi All, I encountered a strange SIGSEGV with the attached program. To reproduce the problem: 1) compile and run it. 2) select "Node #2" 3) click "Test" button, it will insert a node before the selected Node 4) close the program There will be a SIGS

[Lazarus] TTreeView, string and SIGSEGV

2013-08-23 Thread Xiangrong Fang
Hi All, I encountered a strange SIGSEGV with the attached program. To reproduce the problem: 1) compile and run it. 2) select "Node #2" 3) click "Test" button, it will insert a node before the selected Node 4) close the program There will be a SIGSEGV at the end of OnDestroy method. This probl

Re: [Lazarus] Delphi 5 project migration to Lazarus or Delphi XE* ?

2013-08-23 Thread Joost van der Sluis
On 08/23/2013 03:34 PM, Roland Turcan wrote: I am about to migrate my key project from Delphi to Lazarus, but... 5. TWordApplication, TWordDocument, ... OLE support for MS Word - That's just ActiveX. The only thing you need are the right bindings. But if you own a valid Delphi 5 licens

Re: [Lazarus] Remote Registry...

2013-08-23 Thread waldo kitty
On 8/22/2013 23:08, Flávio Etrusco wrote: I guess he means this: http://msdn.microsoft.com/en-us/library/windows/desktop/ms724840%28v=vs.85%29.aspx interesting... you'd think that people would mention these things and give links as above if it is what they are actually after... thanks for the

[Lazarus] Delphi 5 project migration to Lazarus or Delphi XE* ?

2013-08-23 Thread Roland Turcan
Hello Guys! I am about to migrate my key project from Delphi to Lazarus, but... My project belongs on: 1. Windows only - this is not a problem 2. Firebird SQL over IBX - there is http://www.mwasoftware.co.uk/ 3. FastReport - there is an oficial Lazarus version to buy 4. own components based on J

Re: [Lazarus] Responsible of OvoPlayer...

2013-08-23 Thread Reimar Grabowski
On Fri, 23 Aug 2013 08:45:10 -0400 Liyuan Garcia Caballero wrote: > Hi team, > > Who is the responsible of OvoPlayer? On the page it says Marco Caselli. The address given is: marcocas at gmail.com hope it helps R. -- ___ Lazarus mailing list Lazarus@

[Lazarus] Responsible of OvoPlayer...

2013-08-23 Thread Liyuan Garcia Caballero
Hi team, Who is the responsible of OvoPlayer?. Please, can publish in other site, can't access to http://code.google.com/p/ovoplayer/ from Cuba. Google say me: 403. That’s an error. Request not allowed from your country That’s all we know. Thanks -- Este mensaje ha sido analizado por MailSca

[Lazarus] TPairSplitter, Callback when splitter moved

2013-08-23 Thread Jürgen Hestermann
Yet another TPairSplitter question: I can ensure that the ratio between upper and lower panel is a certain ratio by adding an OnResize method like this: PairSplitter1.Position:= Round(PairSplitter1.Height*SplitterRatio); with SplitterRatio beeing something between 0 and 1 (I used 0.5 to ma

[Lazarus] TPairSplitter depreciated?

2013-08-23 Thread Jürgen Hestermann
I read about TPairSplitter beeing depreciated (in 2009 already) but it still exists. If I now use it in my programs will it be a problem? Will it be removed some day? I like TPairSplitter because it saves me juggling with 3 GUI objects (splitter + 2 panels) and is therefore easier to manage th

[Lazarus] bug in open package file

2013-08-23 Thread Junior
Lazarus 1.1 r42442M FPC 2.6.2 i386-linux-gtk 2 When opening a package, the window remains behind the Lazarus. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] VirtualTreeView question, horizontal jump

2013-08-23 Thread Jürgen Hestermann
Am 2013-08-22 18:51, schrieb luiz americo pereira camara: Please create an example and add a bug report http://mantis.freepascal.org/view.php?id=24905 -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepas

Re: [Lazarus] SynEdit onMouseWell

2013-08-23 Thread Junior
Lazarus 1.1 r42442M FPC 2.6.2 i386-linux-gtk 2 Em 23-08-2013 06:30, Martin escreveu: On 23/08/2013 01:58, Junior wrote: The bars work, I wanted to implement the event because they appear in the Object Inspector. Really? They do not here. What version are you running? They appear in code comp

Re: [Lazarus] SynEdit onMouseWell

2013-08-23 Thread Martin
On 23/08/2013 01:58, Junior wrote: The bars work, I wanted to implement the event because they appear in the Object Inspector. Really? They do not here. What version are you running? They appear in code completion. but not OI. I will publish them though. Em 22-08-2013 15:36, Martin escrev

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
Am 23.08.2013 10:37, schrieb Michael Van Canneyt: Not entirely. According to the Delphi documentation RootKey needs to be set instead of CurrentKey and also the key must be closed in the end. I've already done the implementation and I'm currently testing it. As a workaround for older FPC versi

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Michael Van Canneyt
Not entirely. According to the Delphi documentation RootKey needs to be set instead of CurrentKey and also the key must be closed in the end. I've already done the implementation and I'm currently testing it. As a workaround for older FPC versions simply set RootKey to the value returned by Re

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
Am 23.08.2013 10:05, schrieb Sven Barth: Am 23.08.2013 09:50, schrieb Michael Van Canneyt: On Fri, 23 Aug 2013, Flávio Etrusco wrote: On Thu, Aug 22, 2013 at 9:55 PM, waldo kitty wrote: On 8/22/2013 16:46, Liyuan Garcia Caballero wrote: Hi guys, I need access to remote registry of Micro

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Sven Barth
Am 23.08.2013 09:50, schrieb Michael Van Canneyt: On Fri, 23 Aug 2013, Flávio Etrusco wrote: On Thu, Aug 22, 2013 at 9:55 PM, waldo kitty wrote: On 8/22/2013 16:46, Liyuan Garcia Caballero wrote: Hi guys, I need access to remote registry of Microsoft Window and get a data, it's posible w

Re: [Lazarus] Remote Registry...

2013-08-23 Thread Michael Van Canneyt
On Fri, 23 Aug 2013, Flávio Etrusco wrote: On Thu, Aug 22, 2013 at 9:55 PM, waldo kitty wrote: On 8/22/2013 16:46, Liyuan Garcia Caballero wrote: Hi guys, I need access to remote registry of Microsoft Window and get a data, it's posible with Pascal? of course it is possible... the ques