<?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 : fonksiyon algılama hatası</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : fonksiyon algılama hatası]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:54:57 +0000</pubDate>
  <lastBuildDate>Wed, 31 Jul 2024 10:10: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=773</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[fonksiyon algılama hatası : Herhangi bir hata g&#246;remedim ama.Projenin...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=773&amp;PID=1309#1309</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=154">oguz22</a><br /><strong>Konu:</strong> 773<br /><strong>Gönderim Zamanı:</strong> 31&nbsp;Temmuz&nbsp;2024 Saat 10:10<br /><br />Herhangi bir hata göremedim ama.<div>Projenin diğer kodlarını tekrardan incelemenizi tavsiye ederim.</div>]]>
   </description>
   <pubDate>Wed, 31 Jul 2024 10:10:38 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=773&amp;PID=1309#1309</guid>
  </item> 
  <item>
   <title><![CDATA[fonksiyon algılama hatası : peki att&#305;&#287;&#305;m d&#246;nme fonksiyonunda...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=773&amp;PID=1307#1307</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=214">zeynepsimsek</a><br /><strong>Konu:</strong> 773<br /><strong>Gönderim Zamanı:</strong> 31&nbsp;Temmuz&nbsp;2024 Saat 10:02<br /><br />peki attığım dönme fonksiyonunda bir algortima hatası var mı ona da bakar mısınız]]>
   </description>
   <pubDate>Wed, 31 Jul 2024 10:02:25 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=773&amp;PID=1307#1307</guid>
  </item> 
  <item>
   <title><![CDATA[fonksiyon algılama hatası : ShowMessage(&amp;#039;Selected Person:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=773&amp;PID=1306#1306</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=154">oguz22</a><br /><strong>Konu:</strong> 773<br /><strong>Gönderim Zamanı:</strong> 31&nbsp;Temmuz&nbsp;2024 Saat 09:40<br /><br />ShowMessage('Selected Person: ' + person);<div><br></div><div><br></div><div>şekilde kullanmanız gerekmekedir.</div><div><br></div><div>MyForm.ShowMessage('Selected Person: ' + person); diye bir kullanım yok diye biliyorum.</div>]]>
   </description>
   <pubDate>Wed, 31 Jul 2024 09:40:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=773&amp;PID=1306#1306</guid>
  </item> 
  <item>
   <title><![CDATA[fonksiyon algılama hatası : procedure ShowSelectedPerson(person:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=773&amp;PID=1305#1305</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=214">zeynepsimsek</a><br /><strong>Konu:</strong> 773<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2024 Saat 18:33<br /><br /><div><font color="#cc0000">procedure ShowSelectedPerson(person: string);</font></div><div><font color="#cc0000">begin</font></div><div><font color="#cc0000">&nbsp; MyForm.ShowMessage('Selected Person: ' + person);</font></div><div><font color="#cc0000">end;</font></div><div><br></div><div>tanımladığım bu fonksiyonu&nbsp;</div><div><br></div><div><br></div><div><div>procedure StopSpin;</div><div>begin</div><div>&nbsp; if isSpinning then</div><div>&nbsp; begin</div><div>&nbsp; &nbsp; isSpinning := False;</div><div>&nbsp; &nbsp; spinTimer.Enabled := False;</div><div>&nbsp; &nbsp; // Şişenin hangi kişiyi işaret ettiğini bul</div><div>&nbsp; &nbsp; angle := bottleImg.RotationAngle mod 360;</div><div>&nbsp; &nbsp; segmentCount := Length(persons);</div><div>&nbsp; &nbsp; segmentAngle := 360 / segmentCount;</div><div>&nbsp; &nbsp; index := Round(angle / segmentAngle);</div><div>&nbsp; &nbsp; if index &gt;= segmentCount then</div><div>&nbsp; &nbsp; &nbsp; index := segmentCount - 1;</div><div>&nbsp; &nbsp; selectedPerson := persons&#091;index&#093;;</div><div><font color="#cc0000">&nbsp; &nbsp; ShowSelectedPerson(selectedPerson);</font></div><div>&nbsp; end;</div><div>end;</div></div><div><br></div><div>bu prosedür ile çağırdığımda "Unkown method or routine: ShowSelectedPerson" hatası ile tanımlamadığımın hatasını alıyorum.&nbsp;</div>]]>
   </description>
   <pubDate>Tue, 30 Jul 2024 18:33:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=773&amp;PID=1305#1305</guid>
  </item> 
 </channel>
</rss>