Re: [Lazarus] ide.lpk 's project.pp and freepascal project.pp, same filename problem

2013-09-23 Thread Mattias Gaertner
On Mon, 23 Sep 2013 13:17:15 +0300 FreeMan wrote: > All voits goes to Mattias > Thank you so much Mattias, I'm so happy today. I added my codes > > var LazProject: TLazProject; >LazFile: TLazProjectFile; >aDesigner : TComponentEditorDesigner; > ... > LV.Items.Clear; >

Re: [Lazarus] ide.lpk 's project.pp and freepascal project.pp, same filename problem

2013-09-23 Thread FreeMan
All voits goes to Mattias Thank you so much Mattias, I'm so happy today. I added my codes var LazProject: TLazProject; LazFile: TLazProjectFile; aDesigner : TComponentEditorDesigner; ... LV.Items.Clear; LazProject:=LazarusIDE.ActiveProject; if LazProject<>nil then

Re: [Lazarus] ide.lpk 's project.pp and freepascal project.pp, same filename problem

2013-09-23 Thread Mattias Gaertner
On Sun, 22 Sep 2013 22:41:27 +0300 FreeMan wrote: > I need root component of file, that link has a screenshot, my > component's code and form on there. > /ThePropertyEditorHook.LookupRoot := AComponent;///TUnitInfo.Component I > need this To select a component use http://wiki.freepascal.org/E

Re: [Lazarus] ide.lpk 's project.pp and freepascal project.pp, same filename problem

2013-09-22 Thread FreeMan
I need root component of file, that link has a screenshot, my component's code and form on there. /ThePropertyEditorHook.LookupRoot := AComponent;///TUnitInfo.Component I need this 22-09-2013 19:12 tarihinde, Mattias Gaertner yazdı: On Sun, 22 Sep 2013 11:38:08 +0300 FreeMan wrote: Hello,

Re: [Lazarus] ide.lpk 's project.pp and freepascal project.pp, same filename problem

2013-09-22 Thread Mattias Gaertner
On Sun, 22 Sep 2013 11:38:08 +0300 FreeMan wrote: > Hello, > All detail info at to this link. so no need write one more. > > http://forum.lazarus.freepascal.org/index.php/topic,22040.0.html I see questions that you tried to access some internal IDE structures, but not why. What do you want to d

[Lazarus] ide.lpk 's project.pp and freepascal project.pp, same filename problem

2013-09-22 Thread FreeMan
Hello, All detail info at to this link. so no need write one more. http://forum.lazarus.freepascal.org/index.php/topic,22040.0.html I'm writeing component, it has a desigtime package(Martin say IDE add-on) I found TUnitInfo in project.pp but I can not use this IDE package's files. IDEintf has