<?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 : ComboBox çalışmıyor</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : ComboBox çalışmıyor]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 19:44:24 +0000</pubDate>
  <lastBuildDate>Fri, 02 Aug 2024 14:04: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=794</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[ComboBox çalışmıyor : Te&#351;ekk&#252;r ederim ]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=794&amp;PID=1382#1382</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=212">aliberkaysasi</a><br /><strong>Konu:</strong> 794<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Ağustos&nbsp;2024 Saat 14:04<br /><br />Teşekkür ederim]]>
   </description>
   <pubDate>Fri, 02 Aug 2024 14:04:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=794&amp;PID=1382#1382</guid>
  </item> 
  <item>
   <title><![CDATA[ComboBox çalışmıyor : Merhaba Berkay,A&#351;a&#287;&#305;daki kodu...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=794&amp;PID=1376#1376</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 794<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Ağustos&nbsp;2024 Saat 10:45<br /><br />Merhaba Berkay,<div>Aşağıdaki kodu inceler misin:</div><div><div>var</div><div>&nbsp;MyForm:TclForm;</div><div>&nbsp;testCombo : TclComboBox;</div><div>&nbsp;testLabel :TClLabel;</div><div>&nbsp;adminPanel:TCLPanel;</div><div><br></div><div>&nbsp;void ComboSelected;</div><div>&nbsp;var</div><div>&nbsp; &nbsp;strValue,strKey,strKey2 : String;</div><div>&nbsp;{</div><div>&nbsp; &nbsp;strValue = testCombo.GetValueIndex(testCombo.ItemIndex);</div><div>&nbsp; &nbsp;strKey = testCombo.GetItemIndex(testCombo.ItemIndex);</div><div>&nbsp; &nbsp;strKey2 = testCombo.Items&#091;testCombo.ItemIndex&#093;;</div><div><br></div><div>&nbsp; &nbsp;ShowMessage('strValue : '+strValue); //value1</div><div>&nbsp; &nbsp;ShowMessage('strKey : '+strKey); //key</div><div>&nbsp; &nbsp;ShowMessage('strKey2 : '+strKey2); //key</div><div>&nbsp; &nbsp;ShowMessage('testCombo.ItemIndex : '+IntToStr(testCombo.ItemIndex)); //index&nbsp;</div><div>&nbsp;}</div><div><br></div><div>{</div><div>&nbsp;MyForm = TclForm.Create(Self);</div><div><br></div><div>&nbsp;adminPanel = MyForm.AddNewPanel(MyForm,'adminPanel');</div><div>&nbsp;adminPanel.Align = alCenter;</div><div>&nbsp;testLabel= MyForm.AddNewLabel(MyForm,'testLabel','Select the day');</div><div>&nbsp;testLabel.Align=alMostTop;</div><div>&nbsp;testLabel.StyledSettings = ssFamily;</div><div>&nbsp;testLabel.TextSettings.FontColor = clAlphaColor.clHexToColor('#820000');</div><div>&nbsp;testLabel.TextSettings.Font.Size=20;</div><div>&nbsp;testLabel.Width = 150;</div><div>&nbsp;testLabel.Height = 25;</div><div>&nbsp;testLabel.Margins.Top=50;</div><div>&nbsp;testLabel.Margins.Left =50;</div><div>&nbsp;testLabel.Margins.Right =50;</div><div><br></div><div>&nbsp;testCombo = MyForm.AddNewComboBox(adminPanel,'testCombo');</div><div>&nbsp;testCombo.Align = alTop;</div><div>&nbsp;testCombo.Width = 150;</div><div>&nbsp;testCombo.Margins.Top=10;</div><div>&nbsp;testCombo.Margins.Left =50;</div><div>&nbsp;testCombo.Margins.Right =50;</div><div><br></div><div>&nbsp;testCombo.AddItem('Monday','01');</div><div>&nbsp;testCombo.AddItem('Tuesday','02');</div><div>&nbsp;testCombo.AddItem('Wednesday','03');</div><div>&nbsp;testCombo.AddItem('Thursday','04');</div><div>&nbsp;testCombo.AddItem('Friday','05');</div><div>&nbsp;testCombo.AddItem('Saturday','06');</div><div>&nbsp;testCombo.AddItem('Sunday','07');</div><div><br></div><div>&nbsp;MyForm.AddNewEvent(testCombo,tbeOnChange,'ComboSelected');</div><div>&nbsp;MyForm.Run;</div><div>}</div></div>]]>
   </description>
   <pubDate>Fri, 02 Aug 2024 10:45:37 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=794&amp;PID=1376#1376</guid>
  </item> 
  <item>
   <title><![CDATA[ComboBox çalışmıyor : ComboBox, i&#231;erisine itemleri ekledi&#287;im...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=794&amp;PID=1373#1373</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=212">aliberkaysasi</a><br /><strong>Konu:</strong> 794<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Ağustos&nbsp;2024 Saat 10:14<br /><br /><div>&nbsp; ComboBox, içerisine itemleri eklediğim halde açılmıyor. Değişken tanımlaması da yaptım ama açılmıyor.</div><div><br></div><div>&nbsp;bookCategoryComboBox = adminForm.AddNewProComboBox(adminPanel, 'bookCategoryComboBox');</div><div>&nbsp; bookCategoryComboBox.Align = alCenter;</div><div>&nbsp; bookCategoryComboBox.Height = 30;</div><div>&nbsp; bookCategoryComboBox.Width = 160;</div><div>&nbsp; bookCategoryComboBox.Margins.Top = 10;</div><div>&nbsp; bookCategoryComboBox.Margins.Left = 20;</div><div>&nbsp;&nbsp;</div><div>&nbsp; bookCategoryComboBox.AddItem('Roman','01');</div><div>&nbsp; bookCategoryComboBox.AddItem('Bilim Kurgu','02');</div><div>&nbsp; bookCategoryComboBox.AddItem('Tarih','03');</div>]]>
   </description>
   <pubDate>Fri, 02 Aug 2024 10:14:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=794&amp;PID=1373#1373</guid>
  </item> 
 </channel>
</rss>