<?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 : kodum çalışmıyor</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : TclForm Olu&#351;turma : kodum çalışmıyor]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 22:32:18 +0000</pubDate>
  <lastBuildDate>Fri, 23 May 2025 09:26: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=1021</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[kodum çalışmıyor : Merhaba Nida,https://www.docs....]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1021&amp;PID=2044#2044</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1021<br /><strong>Gönderim Zamanı:</strong> 23&nbsp;Mayıs&nbsp;2025 Saat 09:26<br /><br />Merhaba Nida,<br><a href="https://www.docs.clomosy.com/TclStringList&nbsp" target="_blank" rel="nofollow">https://www.docs.clomosy.com/TclStringList&nbsp</a>;<br>TclStringList olarak değiştirdiğin zaman bileşeni hata ortadan kalkacaktır. Kullanımını paylaştım docs sitesinden bakabilirsin]]>
   </description>
   <pubDate>Fri, 23 May 2025 09:26:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1021&amp;PID=2044#2044</guid>
  </item> 
  <item>
   <title><![CDATA[kodum çalışmıyor : 23. sat&#305;rdaki kodun 3 parametre...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1021&amp;PID=2040#2040</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=284">Nida Güvercin</a><br /><strong>Konu:</strong> 1021<br /><strong>Gönderim Zamanı:</strong> 22&nbsp;Mayıs&nbsp;2025 Saat 16:20<br /><br />23. satırdaki kodun 3 parametre alması lazım diye biliyorum...]]>
   </description>
   <pubDate>Thu, 22 May 2025 16:20:06 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1021&amp;PID=2040#2040</guid>
  </item> 
  <item>
   <title><![CDATA[kodum çalışmıyor : var notForm: TclStyleForm; edtOgrenci,...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1021&amp;PID=2039#2039</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=298">gulizargergin4233</a><br /><strong>Konu:</strong> 1021<br /><strong>Gönderim Zamanı:</strong> 22&nbsp;Mayıs&nbsp;2025 Saat 16:18<br /><br /><div>var</div><div>&nbsp; notForm: TclStyleForm;</div><div>&nbsp; edtOgrenci, edtDers, edtNot: TclEdit;</div><div>&nbsp; btnKaydet: TclButton;</div><div>&nbsp; ogrenciListesi: TStringList;&nbsp; // Listeyi tanımlıyoruz</div><div><br></div><div>void BtnKaydetClick;</div><div>var</div><div>&nbsp; satir: String;</div><div>{</div><div>&nbsp; // Öğrenci, ders ve not bilgilerini alıp birleştiriyoruz</div><div>&nbsp; satir = edtOgrenci.Text + ' ' + edtDers.Text + ' - ' + edtNot.Text;</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Öğrencileri listeye ekliyoruz</div><div>&nbsp; ogrenciListesi.Add(satir);</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Kullanıcıya mesaj gösteriyoruz</div><div>&nbsp; ShowMessage('Not kaydedildi: ' + satir);</div><div>}</div><div><br></div><div>{</div><div>&nbsp; // Listeyi oluşturuyoruz</div><div>&nbsp; ogrenciListesi = TStringList.Create;&nbsp;&nbsp;</div><div><br></div><div>&nbsp; // Formu ve diğer bileşenleri oluşturuyoruz</div><div>&nbsp; notForm = TclStyleForm.Create(Self);</div><div><br></div><div>&nbsp; edtOgrenci = TclEdit.Create(notForm);</div><div>&nbsp; notForm.clGetChild(edtOgrenci);</div><div>&nbsp; edtOgrenci.Text = 'Öğrenci Adı';</div><div>&nbsp; edtOgrenci.Align = alTop;</div><div><br></div><div>&nbsp; edtDers = TclEdit.Create(notForm);</div><div>&nbsp; notForm.clGetChild(edtDers);</div><div>&nbsp; edtDers.Text = 'Ders Adı';</div><div>&nbsp; edtDers.Align = alTop;</div><div><br></div><div>&nbsp; edtNot = TclEdit.Create(notForm);</div><div>&nbsp; notForm.clGetChild(edtNot);</div><div>&nbsp; edtNot.Text = 'Not';</div><div>&nbsp; edtNot.Align = alTop;</div><div><br></div><div>&nbsp; btnKaydet = notForm.AddNewButton(notForm, 'btnKaydet', 'Kaydet');</div><div>&nbsp; btnKaydet.Align = alTop;</div><div>&nbsp; notForm.AddNewEvent(btnKaydet, tbeOnClick, 'BtnKaydetClick');</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Formu çalıştırıyoruz</div><div>&nbsp; notForm.Run;</div><div>}</div><div><br></div><div>23,39da hata veriyor&nbsp;</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 22 May 2025 16:18:30 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1021&amp;PID=2039#2039</guid>
  </item> 
 </channel>
</rss>