<?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 : Not uygulama denemesi çökme</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : TclForm Olu&#351;turma : Not uygulama denemesi çökme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 25 Jun 2026 14:22:04 +0000</pubDate>
  <lastBuildDate>Thu, 25 Jun 2026 11:32:44 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1556</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[Not uygulama denemesi çökme : Merhaba &#304;brahim,void AddBtnOnClick;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1556&amp;PID=3590#3590</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> 1556<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Haziran&nbsp;2026 Saat 11:32<br /><br />Merhaba İbrahim,<br><br><div style=": rgb251, 251, 253;">&nbsp;void AddBtnOnClick;</div><div style=": rgb251, 251, 253;">&nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; noteMemo.Lines.Add('* '+noteAddEdit.Text);</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; noteAddEdit='';</div><div style=": rgb251, 251, 253;">&nbsp; }&nbsp;<br><br>ilgili prosedür de&nbsp;<br>bir bileşene direk boşluk atamasını yapamazsın.<br>noteAddEdit.Text = ''; şeklinde olması gerekli<br><br>&nbsp;</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"</a> integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" 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>Thu, 25 Jun 2026 11:32:44 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1556&amp;PID=3590#3590</guid>
  </item> 
  <item>
   <title><![CDATA[Not uygulama denemesi çökme : var MyForm: TCLForm; noteAddEdit:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1556&amp;PID=3587#3587</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=468">ibrahimBsr</a><br /><strong>Konu:</strong> 1556<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Haziran&nbsp;2026 Saat 10:55<br /><br /><div>var</div><div>&nbsp; MyForm: TCLForm;</div><div>&nbsp; noteAddEdit: TCLEdit;</div><div>&nbsp; addBtn,deleteBtn: TCLButton;</div><div>&nbsp; noteMemo: TCLMemo;</div><div>&nbsp;&nbsp;</div><div>&nbsp; void AddBtnOnClick;</div><div>&nbsp; {</div><div>&nbsp; &nbsp; noteMemo.Lines.Add('* '+noteAddEdit.Text);</div><div>&nbsp; &nbsp; noteAddEdit='';</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; void DeleteBtnOnClick;</div><div>&nbsp; {</div><div>&nbsp; &nbsp; noteMemo.Lines.Delete(0);</div><div>&nbsp; }</div><div><br></div><div>&nbsp; {</div><div>&nbsp; &nbsp; MyForm=TCLForm.Create(Self);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; noteAddEdit=MyForm.AddNewEdit(MyForm,'noteAddEdit', 'Enter your note...');</div><div>&nbsp; &nbsp; noteAddEdit.Margins.Bottom=500;</div><div>&nbsp; &nbsp; noteAddEdit.Width=150;</div><div>&nbsp; &nbsp; noteAddEdit.Height=50;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; addBtn=MyForm.AddNewButton(MyForm,'addBtn', 'Add');</div><div>&nbsp; &nbsp; addBtn.Margins.Left=100;</div><div>&nbsp; &nbsp; addBtn.Margins.Bottom=400;</div><div>&nbsp; &nbsp; addBtn.Width=100;</div><div>&nbsp; &nbsp; addBtn.Height=50;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; deleteBtn=MyForm.AddNewButton(MyForm,'deleteBtn', 'Delete');</div><div>&nbsp; &nbsp; deleteBtn.Margins.Right=100;</div><div>&nbsp; &nbsp; deleteBtn.Margins.Bottom=400;</div><div>&nbsp; &nbsp; deleteBtn.Width=100;</div><div>&nbsp; &nbsp; deleteBtn.Height=50;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; noteMemo=MyForm.AddNewMemo(MyForm,'noteMemo', '');</div><div>&nbsp; &nbsp; noteMemo.Align=alCenter</div><div>&nbsp; &nbsp; noteMemo.Height=200;</div><div>&nbsp; &nbsp; noteMemo.Width=200;</div><div>&nbsp; &nbsp; noteMemo.ReadOnly=True;</div><div>&nbsp; &nbsp; noteMemo.TextSettings.WordWrap=True;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; MyForm.AddNewEvent(addBtn,tbeOnClick,'AddBtnOnClick');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; MyForm.AddNewEvent(deleteBtn,tbeOnClick,'DeleteBtnOnClick');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; MyForm.Run;</div><div>&nbsp; }</div><div><br>Bu basit bir not uygulaması denemesi yaptım ama ilk kelimeden sonra herhangi bir ekleme yaptığımda çökme yaşanıyor buna nasıl bir çözüm bulunabilir.</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"</a> integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" 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>Thu, 25 Jun 2026 10:55:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1556&amp;PID=3587#3587</guid>
  </item> 
 </channel>
</rss>