<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : error</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 18:12:21 +0000</pubDate>
  <lastBuildDate>Mon, 26 Aug 2024 17:31:38 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=902</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[error : Merhaba NurSenaA&#351;a&#287;&#305;daki kodu...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=902&amp;PID=1736#1736</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 902<br /><strong>Gönderim Zamanı:</strong> 26&nbsp;Ağustos&nbsp;2024 Saat 17:31<br /><br />Merhaba NurSena&nbsp;<div>Aşağıdaki&nbsp; kodu inceler misin;</div><div><div>var</div><div>&nbsp;MyForm:TclForm;</div><div>&nbsp;logInBtn, signInBtn:TClproButton;</div><div>&nbsp;testimage : TCLImage;</div><div>begin</div><div>&nbsp; // MyForm nesnesinin doğru şekilde oluşturulması</div><div>&nbsp; MyForm := TclForm.Create(Self);</div><div><br></div><div>&nbsp; // Log In butonu</div><div>&nbsp; logInBtn := MyForm.AddNewProButton(MyForm, 'logInBtn', 'Log In');</div><div>&nbsp; clComponent.SetupComponent(logInBtn, '{</div><div>&nbsp; &nbsp; "Align" : "Bottom",</div><div>&nbsp; &nbsp; "MarginTop" : 20,&nbsp;&nbsp;</div><div>&nbsp; &nbsp; "BackgroundColor" : "#4CAF50",</div><div>&nbsp; &nbsp; "TextColor" : "#ffffff",</div><div>&nbsp; &nbsp; "TextBold" : "yes",</div><div>&nbsp; &nbsp; "RoundHeight" : 10,</div><div>&nbsp; &nbsp; "RoundWidth" : 20 }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Sign In butonu</div><div>&nbsp; signInBtn := MyForm.AddNewProButton(MyForm, 'signInBtn', 'Sign In');</div><div>&nbsp; clComponent.SetupComponent(signInBtn, '{</div><div>&nbsp; &nbsp; "Align" : "Bottom",</div><div>&nbsp; &nbsp; "MarginTop" : 10,&nbsp;&nbsp;</div><div>&nbsp; &nbsp; "BackgroundColor" : "#000000",</div><div>&nbsp; &nbsp; "TextColor" : "#ffffff",</div><div>&nbsp; &nbsp; "TextBold" : "yes",</div><div>&nbsp; &nbsp; "RoundHeight" : 10,</div><div>&nbsp; &nbsp; "RoundWidth" : 20 }');</div><div><br></div><div>&nbsp; // Arka plan resmi</div><div>&nbsp; MyForm.SetFormBGImage('<a href="https://i.hizliresim.com/ipaca7p.png" target="_blank" rel="nofollow">https://i.hizliresim.com/ipaca7p.png</a>');</div><div><br></div><div>&nbsp; // Formu çalıştır</div><div>&nbsp; MyForm.run;</div><div>end;</div></div>]]>
   </description>
   <pubDate>Mon, 26 Aug 2024 17:31:38 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=902&amp;PID=1736#1736</guid>
  </item> 
  <item>
   <title><![CDATA[error : varMyForm:TclForm;logInBtn, si...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=902&amp;PID=1731#1731</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=226">kacar.nursena</a><br /><strong>Konu:</strong> 902<br /><strong>Gönderim Zamanı:</strong> 23&nbsp;Ağustos&nbsp;2024 Saat 14:29<br /><br /><div><div>var</div><div>&nbsp;MyForm:TclForm;</div><div>&nbsp;logInBtn, signInBtn:TClproButton;</div><div>&nbsp;testimage : TCLImage;</div><div>begin</div><div>&nbsp; // MyForm nesnesinin doğru şekilde oluşturulması</div><div>&nbsp; MyForm := TclForm.Create(Self);</div><div><br></div><div>&nbsp; // Log In butonu</div><div>&nbsp; logInBtn := MyForm.AddNewProButton(MyForm, 'logInBtn', 'Log In');</div><div>&nbsp; clComponent.SetupComponent(logInBtn, '{</div><div>&nbsp; &nbsp; "Align" : "Bottom",</div><div>&nbsp; &nbsp; "MarginTop" : 20, &nbsp;// Butonu yukarı almak için MarginTop eklendi</div><div>&nbsp; &nbsp; "BackgroundColor" : "#4CAF50",</div><div>&nbsp; &nbsp; "TextColor" : "#ffffff",</div><div>&nbsp; &nbsp; "TextBold" : "yes",</div><div>&nbsp; &nbsp; "RoundHeight" : 10,</div><div>&nbsp; &nbsp; "RoundWidth" : 20 }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Sign In butonu</div><div>&nbsp; signInBtn := MyForm.AddNewProButton(MyForm, 'signInBtn', 'Sign In');</div><div>&nbsp; clComponent.SetupComponent(signInBtn, '{</div><div>&nbsp; &nbsp; "Align" : "Bottom",</div><div>&nbsp; &nbsp; "MarginTop" : 10, &nbsp;// Butonu yukarı almak için MarginTop eklendi</div><div>&nbsp; &nbsp; "BackgroundColor" : "#000000",</div><div>&nbsp; &nbsp; "TextColor" : "#ffffff",</div><div>&nbsp; &nbsp; "TextBold" : "yes",</div><div>&nbsp; &nbsp; "RoundHeight" : 10,</div><div>&nbsp; &nbsp; "RoundWidth" : 20 }');</div><div><br></div><div>&nbsp; // Arka plan resmi</div><div>&nbsp; MyForm.SetFormBGImage('<a href="https://i.hizliresim.com/ipaca7p.png" target="_blank" rel="nofollow">https://i.hizliresim.com/ipaca7p.png</a>');</div><div><br></div><div>&nbsp; // Formu çalıştır</div><div>&nbsp; MyForm.run;</div><div>end;</div></div><div><br></div><div>RUNTIME ERROR</div><div>Access violation at address 0000006F6154200C, accessing address 00403FE039003FC0 when evaluating instruction CallProc ($FFFFFFFF,$2,$6222F9D8,$6F,"SetupComponent").</div><div>Stack content is: &#091;Null,Null,-5476376670063091712,-5476376669975238912&#093;.</div><div>Source position: 18,26</div><div>Position: 18, 26&nbsp;</div><div><br></div><div>kodumda bu hatayı alıyorum neden olabilir?</div>]]>
   </description>
   <pubDate>Fri, 23 Aug 2024 14:29:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=902&amp;PID=1731#1731</guid>
  </item> 
 </channel>
</rss>