Re: [Lazarus] Resolved: Carbon Application: Unable to open file -psn_0_.....

2013-09-10 Thread Michalis Kamburelis
Schindler Karl-Michael wrote: I finally found it. The problem was that the program accepts a file for opening from the first command line parameter. That's where the -psn_0_ came from. And the -psvn... option is under the hood passed to your programs when you run them from Finder on Mac

[Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Mattias Gaertner
Hi all, When you now right click on unit in a uses section to get the popup menu, click on Find / Find references of used unit to find all references in the current unit to the used unit. Mattias -- ___ Lazarus mailing list

Re: [Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Daniel Gaspary
On Tue, Sep 10, 2013 at 6:09 PM, Martin laza...@mfriebe.de wrote: Do you mean Find identifier references? e.g select a variable, and find all places where it is used? (same for types) I believe this the one: http://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools#Find_Identifier_References

[Lazarus] Extended Feature, inactive IFDEF: Quick fold all inactive ifdef

2013-09-10 Thread Martin
Just right click the foldgutter (the small vertical space containing the [+] and [-]) And select "Fold inactive IFdef" Note: 1) single line entries can not fold a:= {$IFDEF Foo} @{$ENDIF}MyMethood 2) if you have code after the

Re: [Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Martin
On 10/09/2013 21:17, Mattias Gaertner wrote: Hi all, When you now right click on unit in a uses section to get the popup menu, click on Find / Find references of used unit to find all references in the current unit to the used unit. Ok, didnt find it right away, since you need the compiler

Re: [Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Daniel Gaspary
On Tue, Sep 10, 2013 at 5:17 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: When you now right click on unit in a uses section to get the popup menu, click on Find / Find references of used unit to find all references in the current unit to the used unit. Is already possible to do the

Re: [Lazarus] A manifest file X WMPaint event

2013-09-10 Thread Ademir Constantino
On 09/09/2013 16:34, Hans-Peter Diettrich wrote: Ademir Constantino schrieb: Dear all I have noted something strange when I try to use a WMPaint event with Manifest File for Windows theme support. For example, If create a descendent class from TEdit and I add this event: procedure WMPaint

Re: [Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Mattias Gaertner
Daniel Gaspary dgasp...@gmail.com hat am 10. September 2013 um 22:32 geschrieben: On Tue, Sep 10, 2013 at 5:17 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: When you now right click on unit in a uses section to get the popup menu, click on Find / Find references of used unit to

Re: [Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Martin
On 10/09/2013 21:32, Daniel Gaspary wrote: On Tue, Sep 10, 2013 at 5:17 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: When you now right click on unit in a uses section to get the popup menu, click on Find / Find references of used unit to find all references in the current unit to the

Re: [Lazarus] Resolved: Carbon Application: Unable to open file -psn_0_.....

2013-09-10 Thread Schindler Karl-Michael
Hi Date: Tue, 10 Sep 2013 01:24:25 +0200 From: Mattias Gaertner nc-gaert...@netcologne.de On Mon, 9 Sep 2013 21:45:56 +0200 Schindler Karl-Michael karl-michael.schind...@web.de wrote: Hi I tried the program ddrescueview (http://sourceforge.net/projects/ddrescueview) on Mac OS X 10.6.8.

Re: [Lazarus] New feature: Find references of a used unit

2013-09-10 Thread Daniel Gaspary
On Tue, Sep 10, 2013 at 6:00 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: Daniel Gaspary dgasp...@gmail.com hat am 10. September 2013 um 22:32 geschrieben: On Tue, Sep 10, 2013 at 5:17 PM, Mattias Gaertner nc-gaert...@netcologne.de wrote: When you now right click on unit in a

[Lazarus] TTreenode.data

2013-09-10 Thread Richard Mace
Hi, Can anyone give me an example of adding and retrieving an integer value to a TTreenode via it's data property please? I've tried the below, but it doesn't seem to work. Set: with tvMain.Items.AddChildObject(tvMain.Selected,'string',TObject(fUserList.Items[I].Id)) do and getting as, throws