<?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 : Label refresh etme</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Clomosy ile de&#287;i&#351;ken kullan&#305;m&#305; : Label refresh etme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 04:43:48 +0000</pubDate>
  <lastBuildDate>Tue, 17 Feb 2026 15:32:18 +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=1351</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[Label refresh etme : Tebrikler hatan&#305; &#231;&#246;zmene sevin...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1351&amp;PID=3031#3031</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=344">M-Guney</a><br /><strong>Konu:</strong> 1351<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 15:32<br /><br />Tebrikler hatanı çözmene sevindim.<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 15:32:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1351&amp;PID=3031#3031</guid>
  </item> 
  <item>
   <title><![CDATA[Label refresh etme : void sifirlama; var tempBtn: TClProButton;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1351&amp;PID=3030#3030</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=370">sudee.tanerr</a><br /><strong>Konu:</strong> 1351<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 15:18<br /><br /><div><div><br></div><div>void sifirlama;</div><div>&nbsp; var</div><div>&nbsp; tempBtn: TClProButton;</div><div>&nbsp; tempLabel: TClProLabel;</div><div>&nbsp; k: Integer;</div><div>{</div><div><br></div><div>&nbsp; rastgeleIndex = clMath.GenerateRandom(0, 80);&nbsp;</div><div>&nbsp; kelime = kelimeler&#091;rastgeleIndex&#093;;</div><div>&nbsp;&nbsp;</div><div>&nbsp; secilenIpucu = ipucular&#091;rastgeleIndex&#093;;</div><div>&nbsp; ipucuLabel.Text = 'İpucu: ' + secilenIpucu;</div><div>&nbsp; ipucuBtn.Enabled = True;</div><div>&nbsp; ipucuLabel.Visible = False;</div><div><br></div><div>&nbsp; hatasayisi = 0;</div><div>&nbsp; if (popupPanel &lt;&gt; nil) popupPanel.Visible = False;</div><div>&nbsp; if (ipucubtn &lt;&gt; nil) ipucubtn.Enabled = True;</div><div><br></div><div>&nbsp; // 3. İskeleti Sıfırla</div><div>&nbsp; if (iskelet &lt;&gt; nil) {</div><div>&nbsp; &nbsp; iskelet.opacity = 0;</div><div>&nbsp; &nbsp; iskelet.clProSettings.PictureSource = 'bos';</div><div>&nbsp; &nbsp; iskelet.SetclProSettings(iskelet.clProSettings);</div><div>&nbsp; }</div><div><br></div><div>&nbsp; //labelların fazlaları sil</div><div>&nbsp; for (k = 1 to 30) {</div><div>&nbsp; &nbsp; tempLabel = TClProLabel(myform.FindComponent('label' + IntToStr(k)));</div><div>&nbsp; &nbsp; if (tempLabel &lt;&gt; nil) {</div><div>&nbsp; &nbsp; &nbsp; if (k &lt;= Length(kelime))&nbsp;</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; tempLabel.Text = ' _ ';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; tempLabel.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; tempLabel.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>&nbsp; for (k = 1 to 29) {</div><div>&nbsp; &nbsp; tempBtn = TClProButton(myform.FindComponent('harf' + IntToStr(k)));</div><div>&nbsp; &nbsp; if (tempBtn &lt;&gt; nil) {</div><div>&nbsp; &nbsp; &nbsp; tempBtn.Enabled = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>&nbsp; ShowMessage('Yeni oyun başladı! Başarılar.');</div><div>&nbsp; }</div></div><div>void HarfKontrol;</div><div>var</div><div>&nbsp; basilanButon:TclProButton;</div><div>&nbsp; basilanHarf:String;</div><div>&nbsp; j,k:Integer;</div><div>&nbsp; bulundu:Boolean;</div><div>&nbsp; tempComp,kontrolLabel: TClProLabel;</div><div>&nbsp; oyunBitti:Boolean;</div><div>{</div><div>&nbsp; basilanButon =TClProButton(myform.Clsender);</div><div>&nbsp; basilanHarf =basilanButon.Text;</div><div>&nbsp; bulundu=False;</div><div><br></div><div>&nbsp; for (j=1 to Length(kelime))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; if (Copy(kelime, j, 1) == basilanHarf)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; tempComp = TClProLabel(myform.FindComponent('label' + IntToStr(j)));</div><div>&nbsp; &nbsp; &nbsp; //labeli elinde tutup gideceği yere yerleştirir</div><div>&nbsp; &nbsp; &nbsp; if (tempComp &lt;&gt; nil)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; tempComp.Text = basilanHarf;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; bulundu = True;</div><div>&nbsp; &nbsp; &nbsp; }}}</div><div><br></div><div>&nbsp; if(bulundu==False)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage(basilanHarf +' harfi bulunmamaktadır...');</div><div>&nbsp; &nbsp; hatasayisi=hatasayisi+1;</div><div>&nbsp; &nbsp; if(hatasayisi==0) { iskelet.clProSettings.PictureSource = 'bos';}</div><div><br></div><div>&nbsp; &nbsp; else if (hatasayisi == 1) { iskelet.clProSettings.PictureSource = 'kafaa'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 2) { iskelet.clProSettings.PictureSource = 'govdee'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 3) { iskelet.clProSettings.PictureSource = 'tekkoll'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 4) { iskelet.clProSettings.PictureSource = 'ciftkoll'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 5) { iskelet.clProSettings.PictureSource = 'tekbacakk'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 6) { iskelet.clProSettings.PictureSource = 'tamm'; }</div><div><br></div><div>&nbsp; &nbsp; //resimlerin değişmesini sağlar</div><div>&nbsp; &nbsp; iskelet.opacity=1;</div><div>&nbsp; &nbsp; iskelet.SetclProSettings(iskelet.clProSettings);</div><div>&nbsp; &nbsp; if (hatasayisi == 6) {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Hakkınız bitti! Kaybettiniz... Kelime: ' + kelime);</div><div>&nbsp; &nbsp; &nbsp; popupPanel.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; //sifirlama(); buraya truedan false geçirir</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; oyunBitti = True;</div><div>&nbsp; for (k = 1 to Length(kelime))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; kontrolLabel = TClProLabel(myform.FindComponent('label' + IntToStr(k)));</div><div>&nbsp; &nbsp; if (kontrolLabel.Text == ' _ ')&nbsp;</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; oyunBitti = False;</div><div>&nbsp; &nbsp; &nbsp; Break;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>&nbsp; if (oyunBitti == True)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Tebrikler! Kelimeyi ' + IntToStr(hatasayisi) + ' hata ile bildiniz: ' + kelime);</div><div>&nbsp; &nbsp; ShowMessage('Tebrikler Kazandınız...');</div><div>&nbsp; &nbsp; popupPanel.Visible = True;</div><div>&nbsp; &nbsp; //sifirlama();</div><div>&nbsp; }</div><div>&nbsp; basilanButon.Enabled=False;</div><div>&nbsp; }</div><div>hatamı bu şekilde çözdüm</div>]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 15:18:14 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1351&amp;PID=3030#3030</guid>
  </item> 
  <item>
   <title><![CDATA[Label refresh etme : void HarfKontrol;var basilanButon:TclProButton;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1351&amp;PID=3027#3027</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=370">sudee.tanerr</a><br /><strong>Konu:</strong> 1351<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 13:52<br /><br /><div><br></div><div>void HarfKontrol;</div><div>var</div><div>&nbsp; basilanButon:TclProButton;</div><div>&nbsp; basilanHarf:String;</div><div>&nbsp; j,k:Integer;</div><div>&nbsp; bulundu:Boolean;</div><div>&nbsp; tempComp,kontrolLabel: TClProLabel;</div><div>&nbsp; oyunBitti:Boolean;</div><div>{</div><div>&nbsp; basilanButon =TClProButton(myform.Clsender);</div><div>&nbsp; basilanHarf =basilanButon.Text;</div><div>&nbsp; bulundu=False;</div><div><br></div><div>&nbsp; for (j=1 to Length(kelime))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; if (Copy(kelime, j, 1) == basilanHarf)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; tempComp = TClProLabel(myform.FindComponent('label' + IntToStr(j)));</div><div>&nbsp; &nbsp; &nbsp; //labeli elinde tutup gideceği yere yerleştirir</div><div>&nbsp; &nbsp; &nbsp; if (tempComp &lt;&gt; nil)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; tempComp.Text = basilanHarf;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; bulundu = True;</div><div>&nbsp; &nbsp; &nbsp; }}}</div><div><br></div><div>&nbsp; if(bulundu==False)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage(basilanHarf +' harfi bulunmamaktadır...');</div><div>&nbsp; &nbsp; hatasayisi=hatasayisi+1;</div><div>&nbsp; &nbsp; if(hatasayisi==0) { iskelet.clProSettings.PictureSource = 'bos';}</div><div><br></div><div>&nbsp; &nbsp; else if (hatasayisi == 1) { iskelet.clProSettings.PictureSource = 'kafaa'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 2) { iskelet.clProSettings.PictureSource = 'govdee'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 3) { iskelet.clProSettings.PictureSource = 'tekkoll'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 4) { iskelet.clProSettings.PictureSource = 'ciftkoll'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 5) { iskelet.clProSettings.PictureSource = 'tekbacakk'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 6) { iskelet.clProSettings.PictureSource = 'tamm'; }</div><div><br></div><div>&nbsp; &nbsp; //resimlerin değişmesini sağlar</div><div>&nbsp; &nbsp; iskelet.SetclProSettings(iskelet.clProSettings);</div><div>&nbsp; &nbsp; if (hatasayisi == 6) {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Hakkınız bitti! Kaybettiniz... Kelime: ' + kelime);</div><div>&nbsp; &nbsp; &nbsp; popupPanel.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; sifirlama();</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; oyunBitti = True;</div><div>&nbsp; for (k = 1 to Length(kelime))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; kontrolLabel = TClProLabel(myform.FindComponent('label' + IntToStr(k)));</div><div>&nbsp; &nbsp; if (kontrolLabel.Text == ' _ ')&nbsp;</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; oyunBitti = False;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (oyunBitti == True)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Tebrikler! Kelimeyi ' + IntToStr(hatasayisi) + ' hata ile bildiniz: ' + kelime);</div><div>&nbsp; &nbsp; ShowMessage('Tebrikler Kazandınız...');</div><div>&nbsp; &nbsp; popupPanel.Visible = True;</div><div>&nbsp; &nbsp; sifirlama();</div><div>&nbsp; }</div><div>&nbsp; } ve bu harf kontrolu yapan kısım</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 13:52:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1351&amp;PID=3027#3027</guid>
  </item> 
  <item>
   <title><![CDATA[Label refresh etme : void sifirlama;var i:Integer;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1351&amp;PID=3025#3025</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=370">sudee.tanerr</a><br /><strong>Konu:</strong> 1351<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2026 Saat 13:34<br /><br /><div><div><br></div><div>void sifirlama;</div><div>var</div><div>&nbsp; i:Integer;</div><div>&nbsp; bulundu:Boolean;</div><div>&nbsp; tempLabel: TClProLabel;</div><div>&nbsp; oyunBitti:Boolean;</div><div>{</div><div>&nbsp; rastgeleIndex = clMath.GenerateRandom(0, 80);&nbsp;</div><div>&nbsp; kelime = kelimeler&#091;rastgeleIndex&#093;;</div><div>&nbsp; secilenIpucu = ipucular&#091;rastgeleIndex&#093;;</div><div>&nbsp; hatasayisi = 0;</div><div>&nbsp; oyunBitti = False;</div><div>&nbsp; popupPanel.Visible = False;</div><div>&nbsp; iskelet.opacity=0;</div><div>&nbsp; iskelet.SetclProSettings(iskelet.clProSettings);</div><div><br></div><div>&nbsp; for (i = 1 to Length(kelime))&nbsp;</div><div>{</div><div>&nbsp; tempLabel = TClProLabel(myform.FindComponent('label' + IntToStr(i)));</div><div>&nbsp; if (tempLabel &lt;&gt; nil) {</div><div>&nbsp; &nbsp; if (i &lt;= Length(kelime)) {</div><div>&nbsp; &nbsp; &nbsp; &nbsp;tempLabel.Text = ' _ ';</div><div>&nbsp; &nbsp; &nbsp; &nbsp;tempLabel.Visible = True;</div><div>&nbsp; &nbsp; }&nbsp;</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; tempLabel.Visible = False;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}</div><div><br></div><div>&nbsp; ShowMessage('Oyun Sıfırlandı! Başarılar.');</div><div>&nbsp; ipucuBtn.Enabled=True;</div><div>&nbsp; ipucuLabel.Visible=False;</div><div>&nbsp; iskelet.opacity=0;</div><div>&nbsp; iskelet.SetclProSettings(iskelet.clProSettings);</div><div><br></div><div>&nbsp; &nbsp; if(hatasayisi==0) { iskelet.clProSettings.PictureSource = 'bos';}</div><div>&nbsp; &nbsp; else if (hatasayisi == 1) { iskelet.clProSettings.PictureSource = 'kafaa'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 2) { iskelet.clProSettings.PictureSource = 'govdee'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 3) { iskelet.clProSettings.PictureSource = 'tekkoll'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 4) { iskelet.clProSettings.PictureSource = 'ciftkoll'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 5) { iskelet.clProSettings.PictureSource = 'tekbacakk'; }</div><div>&nbsp; &nbsp; else if (hatasayisi == 6) { iskelet.clProSettings.PictureSource = 'tamm'; }</div><div><br></div><div>}</div></div><div>labellarımın kelimeye göre uzunluğunu ve içindeki harfleri temizlemek için ne yapmam gerekiyor</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Tue, 17 Feb 2026 13:34:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1351&amp;PID=3025#3025</guid>
  </item> 
 </channel>
</rss>