<?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 : Silme İşlemi Yapamıyorum</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; : Silme İşlemi Yapamıyorum]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 04:36:17 +0000</pubDate>
  <lastBuildDate>Tue, 23 Sep 2025 14:14:23 +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=1197</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[Silme İşlemi Yapamıyorum : Merehaba G&#246;k&#231;e,A&#351;a&#287;&#305;daki kodu...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1197&amp;PID=2558#2558</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 1197<br /><strong>Gönderim Zamanı:</strong> 23&nbsp;Eylül&nbsp;2025 Saat 14:14<br /><br />Merehaba Gökçe,<div>Aşağıdaki kodu inceler misin;</div><div><div>var</div><div>&nbsp;MyForm:TCLForm;</div><div>&nbsp;testCombo : TClComboBox;&nbsp;</div><div>&nbsp;testButton : TclButton;</div><div>void testButtonOnClick(Sender){</div><div>ShowMessage(testCombo.GetItemIndex(0));</div><div>&nbsp; testCombo.Items.Delete(0);</div><div>&nbsp;&nbsp;</div><div>}</div><div>{</div><div>&nbsp; MyForm = TCLForm.Create(Self);</div><div><br></div><div>&nbsp; testCombo = MyForm.AddNewComboBox(MyForm,'testCombo');</div><div>&nbsp; testCombo.Width = 100;</div><div>&nbsp; testCombo.Height = 100;</div><div>&nbsp; testCombo.AddItem('Monday','Monday');</div><div>&nbsp; testCombo.AddItem('Tuesday','Tuesday');</div><div>&nbsp;&nbsp;</div><div>testButton = MyForm.AddNewButton(MyForm,'testButton','Click');</div><div>testButton.OnClick='testButtonOnClick';</div><div><br></div><div>&nbsp; MyForm.Run;</div><div>}</div></div>]]>
   </description>
   <pubDate>Tue, 23 Sep 2025 14:14:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1197&amp;PID=2558#2558</guid>
  </item> 
  <item>
   <title><![CDATA[Silme İşlemi Yapamıyorum : var form1:TclForm; Button,Button1:TclProButton;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1197&amp;PID=2554#2554</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=346">Gökçe ulusoy</a><br /><strong>Konu:</strong> 1197<br /><strong>Gönderim Zamanı:</strong> 22&nbsp;Eylül&nbsp;2025 Saat 10:21<br /><br /><div>var&nbsp;</div><div>&nbsp; form1:TclForm;</div><div>&nbsp; Button,Button1:TclProButton;</div><div>&nbsp; testCheckBox:TclCheckBox;</div><div>&nbsp; panel:TclProPanel;</div><div>&nbsp; testCombo:TClComboBox;</div><div>&nbsp; testedit:TclProEdit</div><div>&nbsp; testpanel:TclProPanel;</div><div>&nbsp; List1:TclStringList;</div><div>&nbsp; i,Pos:Integer;</div><div>&nbsp; newCheckBox: TclCheckBox;</div><div>&nbsp; newLabel:TClProLabel;</div><div>&nbsp;&nbsp;</div><div>&nbsp; /*</div><div>&nbsp; void Yapilacaklar</div><div>&nbsp; {</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp; if (Length(testedit.text)&lt;&gt;0)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp;testCombo.AddItem(testedit.text,'01');</div><div>&nbsp; &nbsp; &nbsp;ShowMessage('Yapılacaklar listesine eklendi.');</div><div>&nbsp; &nbsp; &nbsp;List1 = Clomosy.StringListNew;</div><div>&nbsp; &nbsp; &nbsp;List1.Capacity = 5;</div><div>&nbsp; &nbsp; &nbsp;List1.Add(testCombo.GetItemIndex(testCombo.ItemIndex));</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp;For i=0 to Length(testedit.text)</div><div>&nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp;newCheckBox = form1.AddNewCheckBox(testpanel, 'chk_' + IntToStr(List1.Count), testedit.text);</div><div>&nbsp; &nbsp; &nbsp;newCheckBox.Align = alTop;</div><div>&nbsp; &nbsp; &nbsp;newCheckBox.Margins.Top = 5;</div><div>&nbsp; &nbsp; &nbsp;newCheckBox.Margins.Left = 20;</div><div>&nbsp; &nbsp; &nbsp;newCheckBox.TextSettings.Font.Size = 14; // İsteğe göre boyutu ayarla</div><div>&nbsp; &nbsp; &nbsp;newCheckBox.TextSettings.FontColor = clAlphaColor.clHexToColor('#d2aa19');</div><div>&nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>&nbsp; */</div><div>&nbsp; void Yapilacaklar</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; if (Length(testedit.text) &lt;&gt; 0)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; testCombo.AddItem(testedit.text, '01');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('Yapılacaklar listesine eklendi.');</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; // List1’i sadece ilk kez oluşturun, her çağrıda yeniden oluşturmayın</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if&nbsp; (not Assigned(List1))&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; List1 = Clomosy.StringListNew;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; List1.Capacity = 5;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; };</div><div>&nbsp; &nbsp; &nbsp; &nbsp; List1.Add(testCombo.GetItemIndex(testCombo.ItemIndex));</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; // Yeni bir checkbox ekle, benzersiz isimle</div><div>&nbsp; &nbsp; &nbsp; &nbsp; newCheckBox = form1.AddNewCheckBox(testpanel, 'chk_' + IntToStr(List1.Count), testedit.text);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; newCheckBox.Align = alTop;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; newCheckBox.Margins.Top = 5;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; newCheckBox.Margins.Left = 20;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; newCheckBox.TextSettings.Font.Size = 14;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; newCheckBox.TextSettings.FontColor = clAlphaColor.clHexToColor('#d2aa19');</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; void ComboSelected</div><div>&nbsp; &nbsp; var</div><div>&nbsp; &nbsp; &nbsp; strValue,strKey : String;</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; strValue = testCombo.GetValueIndex(testCombo.ItemIndex);</div><div>&nbsp; &nbsp; &nbsp; strKey = testCombo.GetItemIndex(testCombo.ItemIndex);</div><div>&nbsp; &nbsp; &nbsp; //strKey2 = testCombo.Items&#091;testCombo.ItemIndex&#093;;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('strValue : '+strValue); //value1</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('strKey : '+strKey); //key</div><div>&nbsp; &nbsp; &nbsp; Delete(strKey,1,Pos(strKey,strKey));</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('listeden kaldırıldı.');</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; {</div><div>&nbsp; &nbsp; //form ve özellikleri</div><div>&nbsp; &nbsp; form1=TclForm.Create(self);</div><div>&nbsp; &nbsp; form1.SetFormColor('#a6b3f7','#0d32e7',clGHorizontal);</div><div>&nbsp; &nbsp; form1.SetFormBGImage('<a href="https://resmim.net/cdn/2025/09/18/jdNWJc.png" target="_blank" rel="nofollow">https://resmim.net/cdn/2025/09/18/jdNWJc.png</a>');</div><div>&nbsp; &nbsp; form1.clSetWindowState(fwsNormal);</div><div>&nbsp; &nbsp; form1.clSetPosition(fpScreenCenter);</div><div>&nbsp; &nbsp; form1.AddNewVertScrollBox(form1,'Test');</div><div>&nbsp; &nbsp; form1.clSetCaption('Deneme Uygulaması');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; //Button ve özellikleri</div><div>&nbsp; &nbsp; Button=form1.AddNewProButton(form1,'Button','EKLE');</div><div>&nbsp; &nbsp; Button.Align=AlBottom;</div><div>&nbsp; &nbsp; Button.Width= 100;</div><div>&nbsp; &nbsp; Button.height=50;</div><div>&nbsp; &nbsp; Button.clProSettings.TextSettings.Font.Style=&#091;fsItalic&#093;;</div><div>&nbsp; &nbsp; Button.clProSettings.FontColor=clAlphaColor.clHexToColor('#262e5a');</div><div>&nbsp; &nbsp; Button.clProSettings.FontSize=20;</div><div>&nbsp; &nbsp; Button.clProSettings.fontVertAlign=palcenter;</div><div>&nbsp; &nbsp; Button.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#fbeaea');</div><div>&nbsp; &nbsp; Button.clProSettings.BorderColor = clAlphaColor.clHexToColor('#001c8a');</div><div>&nbsp; &nbsp; //kenar rengi ayarlayamadım neden?</div><div>&nbsp; &nbsp; Button.clProSettings.IsFill = False;</div><div>&nbsp; &nbsp; Button.clProSettings.IsRound = True;</div><div>&nbsp; &nbsp; Button.clProSettings.RoundHeight = 20;</div><div>&nbsp; &nbsp; Button.clProSettings.RoundWidth = 20;</div><div>&nbsp; &nbsp; Button.SetclProSettings(Button.clProSettings);</div><div>&nbsp; &nbsp; //Button1 özellikleri</div><div>&nbsp; &nbsp; Button1=form1.AddNewProButton(form1,'Button1','Sil');</div><div>&nbsp; &nbsp; Button1.Align=alMostBottom;</div><div>&nbsp; &nbsp; Button1.Width=100;</div><div>&nbsp; &nbsp; Button1.height=50;</div><div>&nbsp; &nbsp; Button1.Margins.Top=5;</div><div>&nbsp; &nbsp; Button1.SetclProSettings(Button.clProSettings);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; //ComboBox özellikleri</div><div>&nbsp; &nbsp; testCombo=form1.AddNewComboBox(form1,'testCombo');</div><div>&nbsp; &nbsp; testCombo.Align = alTop;</div><div>&nbsp; &nbsp; testCombo.Width = 150;</div><div>&nbsp; &nbsp; testCombo.Margins.Top=20;</div><div>&nbsp; &nbsp; testCombo.Margins.Left =50;</div><div>&nbsp; &nbsp; testCombo.Margins.Right =50;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; //TclProPanel özelleştirme</div><div>&nbsp; &nbsp; testpanel = form1.AddNewProPanel(form1,'testPanel');&nbsp;</div><div>&nbsp; &nbsp; testpanel.align=AlCenter;</div><div>&nbsp; &nbsp; testpanel.Width=600;</div><div>&nbsp; &nbsp; testpanel.height=300;</div><div>&nbsp; &nbsp; testpanel.Margins.Left =100;</div><div>&nbsp; &nbsp; testpanel.Margins.Right =100;</div><div>&nbsp; &nbsp; testpanel.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#def5d6');</div><div>&nbsp; &nbsp; testpanel.clProSettings.BorderColor=clAlphaColor.clHexToColor('#b3f29c');</div><div>&nbsp; &nbsp; testpanel.clProSettings.IsRound = True;</div><div>&nbsp; &nbsp; testpanel.clProSettings.IsTransparent = True;</div><div>&nbsp; &nbsp; testpanel.clProSettings.RoundHeight = 5;</div><div>&nbsp; &nbsp; testpanel.clProSettings.RoundWidth = 5;</div><div>&nbsp; &nbsp; testpanel.SetclProSettings(testpanel.clProSettings);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; //CheckBox ekleme:</div><div>&nbsp; &nbsp; /*</div><div>&nbsp; &nbsp; testCheckBox = form1.AddNewCheckBox(testpanel,'testCheckBox','test');</div><div>&nbsp; &nbsp; testCheckBox.Align=alTop;</div><div>&nbsp; &nbsp; testCheckBox.Margins.Top=5;</div><div>&nbsp; &nbsp; testCheckBox.Margins.Left=20;</div><div>&nbsp; &nbsp; //testCheckBox.Width=100;</div><div>&nbsp; &nbsp; //testCheckBox.height=100;</div><div>&nbsp; &nbsp; testCheckBox.TextSettings.Font.Size = 100;</div><div>&nbsp; &nbsp; testCheckBox.TextSettings.FontColor = clAlphaColor.clHexToColor('#d2aa19');</div><div>&nbsp; &nbsp; testCheckBox.TextSettings.HorzAlign = taLeading;</div><div>&nbsp; &nbsp; */</div><div>&nbsp; &nbsp; //edit özellikleri.</div><div>&nbsp; &nbsp; testedit=form1.AddNewProEdit(form1, 'testedit', 'Bugün yapılacakları yazınız: ');</div><div>&nbsp; &nbsp; testedit.align=alMostTop;</div><div>&nbsp; &nbsp; testedit.Width=150;</div><div>&nbsp; &nbsp; testedit.height=30;</div><div>&nbsp; &nbsp; testedit.clProSettings.BorderColor=clAlphaColor.clHexToColor('#002aff');</div><div>&nbsp; &nbsp; testedit.Margins.Top=10;</div><div>&nbsp; &nbsp; testedit.Margins.Left =100;</div><div>&nbsp; &nbsp; testedit.Margins.Right =100;</div><div>&nbsp; &nbsp; testedit.clProSettings.TextSettings.Font.Style = &#091;fsBold,fsItalic&#093;;</div><div>&nbsp; &nbsp; testedit.clProSettings.RoundHeight = 5;</div><div>&nbsp; &nbsp; testedit.clProSettings.RoundWidth = 5;</div><div>&nbsp; &nbsp; testedit.clProSettings.FontColor=clAlphaColor.clHexToColor('#222325');</div><div>&nbsp; &nbsp; testedit.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; &nbsp; testedit.clProSettings.IsRound = True;</div><div>&nbsp; &nbsp; testedit.SetclProSettings(testedit.clProSettings);</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; //Label özelleştirme</div><div>&nbsp; &nbsp; newLabel=form1.AddNewProLabel(testpanel, 'newLabel', 'Bugün Yapılacaklar listesi');</div><div>&nbsp; &nbsp; newLabel.align=alMostTop;</div><div>&nbsp; &nbsp; newLabel.Margins.Top=5;</div><div>&nbsp; &nbsp; newLabel.Margins.Left=20;</div><div>&nbsp; &nbsp; newLabel.Width=150;</div><div>&nbsp; &nbsp; newLabel.height=50;</div><div>&nbsp; &nbsp; newLabel.clProSettings.FontSize=15;</div><div>&nbsp; &nbsp; newLabel.clProSettings.TextSettings.Font.Style = &#091;fsBold,fsItalic&#093;;</div><div>&nbsp; &nbsp; newLabel.clProSettings.RoundHeight = 5;</div><div>&nbsp; &nbsp; newLabel.clProSettings.RoundWidth = 5;</div><div>&nbsp; &nbsp; newLabel.clProSettings.FontColor=clAlphaColor.clHexToColor('#262e5a');</div><div>&nbsp; &nbsp; newLabel.clProSettings.IsFill = True;&nbsp;</div><div>&nbsp; &nbsp; newLabel.clProSettings.IsRound = True;</div><div>&nbsp; &nbsp; newLabel.SetclProSettings(newLabel.clProSettings);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; form1.AddNewEvent(Button,tbeOnClick, 'Yapilacaklar');</div><div>&nbsp; &nbsp; form1.AddNewEvent(Button1,tbeOnClick, 'ComboSelected');</div><div>&nbsp; &nbsp;&nbsp;</div><div><br></div><div>&nbsp; &nbsp; form1.Run;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; }</div><div>Listede yazdığım veriyi checkbox ve Combobox üzerinde silmek istiyorum ama yapamıyorum. Nasıl bir yol izlemeliyim.</div>]]>
   </description>
   <pubDate>Mon, 22 Sep 2025 10:21:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1197&amp;PID=2554#2554</guid>
  </item> 
 </channel>
</rss>