<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hi,<br>
<br>
I have a own component where I store a log filename with a relative
path of my project.<br>
<br>
This works fine with a own property editor. There I open a
TSaveDialog and remove the ProjectPath ( FProjectPath :=
ExtractFilePath(LazarusIDE.ActiveProject.MainFile.Filename); ) from
the TSaveDialog.FileName.<br>
<br>
Now I have the problem, if I change the path of my project (Project
-> Save Project As ...) the realative path is saved further in
the component log filename (where a relative directory maybe not
exists).<br>
<br>
Is there a way to detect this changing, so that I can <span
class="" id="ouHighlight__0_10TO0_12" paragraphname="paragraph0"
dstinfo="0:12" srcinfo="0:10">automatically </span>initialize my
component?<br>
<br>
<div style="direction: ltr; text-align: left;" class="en"
id="OutputArea">
<div style="direction: ltr; text-align: left;" id="OutputText"
tabindex="99999" class="Wrap">
<div paragraphname="paragraph0"><span class="highlight"
id="ouHighlight__0_4TO0_8" paragraphname="paragraph0"
dstinfo="0:8" srcinfo="0:4">Thank you</span><span
id="noHighlight_0.39299529233922936"> </span><span class=""
id="ouHighlight__6_7TO10_11" paragraphname="paragraph0"
dstinfo="10:11" srcinfo="6:7">in</span><span
id="noHighlight_0.9622384384246385"> advance</span></div>
</div>
</div>
<br>
</body>
</html>