<?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 : Butona Unit Şartı Ekleyemiyorum</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Butona Unit Şartı Ekleyemiyorum]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 08:57:48 +0000</pubDate>
  <lastBuildDate>Wed, 07 Aug 2024 14:44:05 +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=829</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[Butona Unit Şartı Ekleyemiyorum : Merhabalar,AddnewEvent Yerine...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=829&amp;PID=1521#1521</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=157">Kemal</a><br /><strong>Konu:</strong> 829<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 14:44<br /><br />Merhabalar,<div><br></div><div>AddnewEvent Yerine&nbsp;</div><div>&nbsp; btnOyunaBasla.OnClick = 'butonaTikla';</div><div>ile tıklama işlemi verirsen hata gelmeyecektir.</div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 14:44:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=829&amp;PID=1521#1521</guid>
  </item> 
  <item>
   <title><![CDATA[Butona Unit Şartı Ekleyemiyorum : var dcGameForm: TclGameForm; kullaniciBilgileriPanel:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=829&amp;PID=1518#1518</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=217">AhmetUnuvar</a><br /><strong>Konu:</strong> 829<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 14:36<br /><br /><div>var</div><div>&nbsp; dcGameForm: TclGameForm;</div><div>&nbsp; kullaniciBilgileriPanel: TclProPanel;</div><div>&nbsp; btnOyunaBasla: TClProButton;</div><div>&nbsp; oyuncuAdiProEdit: TclProEdit;</div><div>&nbsp; oyuncuSayisiCmb: TCLComboBox;</div><div>&nbsp; arkaPlan: TCLImage;</div><div>&nbsp; oyunSayfasiUnit, ucKisilikUnit, dortKisilikUnit: TclUnit;</div><div><br></div><div>void goToIkiKisilik; // iki kişilik sayfanın adı goToIkiKisilik</div><div>{</div><div>&nbsp; dcGameForm.clShow;</div><div>&nbsp; oyunSayfasiUnit.UnitName = 'oyunSayfasiUnit';</div><div>&nbsp; oyunSayfasiUnit.CallerForm = dcGameForm;</div><div>&nbsp; oyunSayfasiUnit.Run;</div><div>}</div><div><br></div><div>void goToUcKisilik;</div><div>{</div><div>&nbsp; dcGameForm.clShow;</div><div>&nbsp; ucKisilikUnit.UnitName = 'ucKisilikUnit';</div><div>&nbsp; ucKisilikUnit.CallerForm = dcGameForm;</div><div>&nbsp; ucKisilikUnit.Run;</div><div>}</div><div><br></div><div>void goToDortKisilik;</div><div>{</div><div>&nbsp; dcGameForm.clShow;</div><div>&nbsp; dortKisilikUnit.UnitName = 'dortKisilikUnit';</div><div>&nbsp; dortKisilikUnit.CallerForm = dcGameForm;</div><div>&nbsp; dortKisilikUnit.Run;</div><div>}</div><div><br></div><div>void butonaTikla;</div><div>{</div><div>&nbsp; case oyuncuSayisiCmb.ItemIndex of</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; 0: goToIkiKisilik;&nbsp; // 2 oyuncu seçildiğinde</div><div>&nbsp; &nbsp; 1: goToUcKisilik;&nbsp; &nbsp; // 3 oyuncu seçildiğinde</div><div>&nbsp; &nbsp; 2: goToDortKisilik;&nbsp; // 4 oyuncu seçildiğinde</div><div>&nbsp;&nbsp;</div><div>&nbsp; else</div><div>&nbsp; &nbsp; ShowMessage('Geçersiz Seçim');</div><div>&nbsp; }</div><div>}</div><div>{</div><div>&nbsp; dcGameForm = TclGameForm.Create(Self);</div><div>&nbsp; oyunSayfasiUnit = TclUnit.Create;</div><div>&nbsp; ucKisilikUnit = TclUnit.Create;</div><div>&nbsp; dortKisilikUnit = TclUnit.Create;</div><div>&nbsp; // Arka Plan</div><div>&nbsp; arkaPlan = dcGameForm.AddNewImage(dcGameForm, 'arkaPlan');</div><div>&nbsp; arkaPlan.Align = alClient;</div><div>&nbsp; arkaPlan.Height = 250;</div><div>&nbsp; arkaPlan.Width = 300;</div><div>&nbsp; dcGameForm.SetImage(arkaPlan, '<a href="https://i.hizliresim.com/d5u495h.png" target="_blank" rel="nofollow">https://i.hizliresim.com/d5u495h.png</a>');</div><div>&nbsp; // Panel</div><div>&nbsp; kullaniciBilgileriPanel = dcGameForm.AddNewProPanel(dcGameForm, 'kullaniciBilgileriPanel');</div><div>&nbsp; clComponent.SetupComponent(dcGameForm,</div><div>&nbsp; &nbsp; '{</div><div>&nbsp; &nbsp; &nbsp; "Align" : "Center",</div><div>&nbsp; &nbsp; &nbsp; "MarginBottom": 135,</div><div>&nbsp; &nbsp; &nbsp; "Width" : 200,</div><div>&nbsp; &nbsp; &nbsp; "Height" : 280,</div><div>&nbsp; &nbsp; &nbsp; "RoundHeight" : 10,</div><div>&nbsp; &nbsp; &nbsp; "RoundWidth" : 10,</div><div>&nbsp; &nbsp; &nbsp; "BorderWidth" : 2,</div><div>&nbsp; &nbsp; &nbsp; "BorderColor" : "#fabd20"</div><div>&nbsp; &nbsp; }'</div><div>&nbsp; );</div><div>&nbsp; oyuncuSayisiCmb = dcGameForm.AddNewComboBox(dcGameForm, 'oyuncuSayisiCmb');</div><div>&nbsp; oyuncuSayisiCmb.Align = alTop;</div><div>&nbsp; oyuncuSayisiCmb.Margins.Bottom = 370;</div><div>&nbsp; oyuncuSayisiCmb.Width = 180;</div><div>&nbsp; oyuncuSayisiCmb.Height = 45;</div><div>&nbsp; oyuncuSayisiCmb.Margins.Left = 30;</div><div>&nbsp; oyuncuSayisiCmb.AddItem('2', '2');</div><div>&nbsp; oyuncuSayisiCmb.AddItem('3', '3');</div><div>&nbsp; oyuncuSayisiCmb.AddItem('4', '4');</div><div>&nbsp; oyuncuAdiProEdit = dcGameForm.AddNewProEdit(kullaniciBilgileriPanel, 'oyuncuAdiProEdit', 'Oyuncu Adını Giriniz');</div><div>&nbsp; clComponent.SetupComponent(</div><div>&nbsp; &nbsp; oyuncuAdiProEdit,</div><div>&nbsp; &nbsp; '{</div><div>&nbsp; &nbsp; &nbsp; "Align" : "Center",</div><div>&nbsp; &nbsp; &nbsp; "MarginBottom" : 270,</div><div>&nbsp; &nbsp; &nbsp; "Width"&nbsp; : 180,</div><div>&nbsp; &nbsp; &nbsp; "Height" : 45,</div><div>&nbsp; &nbsp; &nbsp; "RoundHeight" : 14,</div><div>&nbsp; &nbsp; &nbsp; "RoundWidth" : 2,</div><div>&nbsp; &nbsp; &nbsp; "MarginLeft" : 30</div><div>&nbsp; &nbsp; }'</div><div>&nbsp; );</div><div>&nbsp; btnOyunaBasla = dcGameForm.AddNewProButton(dcGameForm, 'btnOyunaBasla', 'Oyuna Başla');</div><div>&nbsp; clComponent.SetupComponent(</div><div>&nbsp; &nbsp; btnOyunaBasla,</div><div>&nbsp; &nbsp; '{</div><div>&nbsp; &nbsp; &nbsp; "caption" : "Oyuna Başla",&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "Align" : "Center",&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "MarginBottom" : 60,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "MarginLeft" : 31,</div><div>&nbsp; &nbsp; &nbsp; "Width" : 150,</div><div>&nbsp; &nbsp; &nbsp; "Height" : 50,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "RoundHeight" : 7,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "RoundWidth" : 2 ,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "BorderColor" : "#ffffff" ,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "BorderWidth" : 2,</div><div>&nbsp; &nbsp; &nbsp; "BackgroundColor": "#ffffff",</div><div>&nbsp; &nbsp; &nbsp; "FontStyle":"bold"</div><div>&nbsp; &nbsp; }'</div><div>&nbsp; );</div><div>&nbsp; // Butona tıklama olayını ekleyin</div><div>&nbsp; dcGameForm.AddNewEvent(btnOyunaBasla, tbeOnClick, 'butonaTikla');</div><div>&nbsp; // Oyuncu sayısı değiştiğinde deneme fonksiyonunu çağırın (isteğe bağlı)</div><div>&nbsp; //dcGameForm.AddNewEvent(oyuncuSayisiCmb, tbeOnChange, 'deneme');</div><div>&nbsp; dcGameForm.Run;</div><div>}<br><br><br>merhabalar. combobox'tan seçtiğim ilk seçenek açılıyor ancak ilk açılan seçeneği kapattıktan sonra combobox'tan seçtiğim ikinci seçenek açılmıyor. butonaTikla tanımlı değil hatası veriyor.&nbsp;</div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 14:36:34 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=829&amp;PID=1518#1518</guid>
  </item> 
  <item>
   <title><![CDATA[Butona Unit Şartı Ekleyemiyorum : Merhaba CaferoyunSayfasiUnit.UnitName...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=829&amp;PID=1515#1515</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=157">Kemal</a><br /><strong>Konu:</strong> 829<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 14:19<br /><br />Merhaba Cafer<div><span style=": rgb251, 251, 253;">&nbsp;oyunSayfasiUnit.UnitName = 'ikiKisilikUnit';</span></div><div><span style=": rgb251, 251, 253;">&nbsp;Satırını</span></div><div><span style=": rgb251, 251, 253;">&nbsp;oyunSayfasiUnit.UnitName = 'oyunSayfasiUnit';</span></div><div><span style=": rgb251, 251, 253;">&nbsp;Bu şekilde değiştirirsen çalışacaktır.</span></div><div><span style=": rgb251, 251, 253;"><br></span></div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 14:19:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=829&amp;PID=1515#1515</guid>
  </item> 
  <item>
   <title><![CDATA[Butona Unit Şartı Ekleyemiyorum : // Ana Sayfada combobox&amp;#039;ta...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=829&amp;PID=1505#1505</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=217">AhmetUnuvar</a><br /><strong>Konu:</strong> 829<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 13:07<br /><br /><div>// Ana Sayfada combobox'ta 2 seçildiği zaman iki kişilik sayfaya , 3 seçildiği zaman üç kişilik sayfaya , 4 seçildiği zaman 4 kişilik sayfaya gitmesini istiyorum ancak oyuna başla butonuna tıkladığım zaman " butonaTikla1"&nbsp; tanımlanamadı hatası alıyorum.&nbsp;<br><br>var</div><div>&nbsp; dcGameForm: TclGameForm;</div><div>&nbsp; kullaniciBilgileriPanel: TclProPanel;</div><div>&nbsp; btnOyunaBasla: TClProButton;</div><div>&nbsp; oyuncuAdiProEdit: TclProEdit;</div><div>&nbsp; oyuncuSayisiCmb: TCLComboBox;</div><div>&nbsp; arkaPlan: TCLImage;</div><div>&nbsp; oyunSayfasiUnit, ucKisilikUnit, dortKisilikUnit: TclUnit;</div><div><br></div><div>void goToOyunSayfasi; // iki kişilik sayfanın adı goToOyunSayfasi</div><div>{</div><div>&nbsp; dcGameForm.clShow;</div><div>&nbsp; oyunSayfasiUnit.UnitName = 'ikiKisilikUnit';</div><div>&nbsp; oyunSayfasiUnit.CallerForm = dcGameForm;</div><div>&nbsp; oyunSayfasiUnit.Run;</div><div>}</div><div><br></div><div>void goToUcKisilik;</div><div>{</div><div>&nbsp; dcGameForm.clShow;</div><div>&nbsp; ucKisilikUnit.UnitName = 'ucKisilikUnit';</div><div>&nbsp; ucKisilikUnit.CallerForm = dcGameForm;</div><div>&nbsp; ucKisilikUnit.Run;</div><div>}</div><div><br></div><div>void goToDortKisilik;</div><div>{</div><div>&nbsp; dcGameForm.clShow;</div><div>&nbsp; dortKisilikUnit.UnitName = 'dortKisilikUnit';</div><div>&nbsp; dortKisilikUnit.CallerForm = dcGameForm;</div><div>&nbsp; dortKisilikUnit.Run;</div><div>}</div><div><br></div><div>void butonaTikla;</div><div>{</div><div>&nbsp; case oyuncuSayisiCmb.ItemIndex of</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; 0: goToOyunSayfasi;&nbsp; // 2 oyuncu seçildiğinde</div><div>&nbsp; &nbsp; 1: goToUcKisilik;&nbsp; &nbsp; // 3 oyuncu seçildiğinde</div><div>&nbsp; &nbsp; 2: goToDortKisilik;&nbsp; // 4 oyuncu seçildiğinde</div><div>&nbsp;&nbsp;</div><div>&nbsp; else</div><div>&nbsp; &nbsp; ShowMessage('Geçersiz Seçim');</div><div>&nbsp; }</div><div>}</div><div>{</div><div>&nbsp; dcGameForm = TclGameForm.Create(Self);</div><div>&nbsp; oyunSayfasiUnit = TclUnit.Create;</div><div>&nbsp; ucKisilikUnit = TclUnit.Create;</div><div>&nbsp; dortKisilikUnit = TclUnit.Create;</div><div>&nbsp; // Arka Plan</div><div>&nbsp; arkaPlan = dcGameForm.AddNewImage(dcGameForm, 'arkaPlan');</div><div>&nbsp; arkaPlan.Align = alClient;</div><div>&nbsp; arkaPlan.Height = 250;</div><div>&nbsp; arkaPlan.Width = 300;</div><div>&nbsp; dcGameForm.SetImage(arkaPlan, '<a href="https://i.hizliresim.com/d5u495h.png" target="_blank" rel="nofollow">https://i.hizliresim.com/d5u495h.png</a>');</div><div>&nbsp; // Panel</div><div>&nbsp; kullaniciBilgileriPanel = dcGameForm.AddNewProPanel(dcGameForm, 'kullaniciBilgileriPanel');</div><div>&nbsp; clComponent.SetupComponent(dcGameForm,</div><div>&nbsp; &nbsp; '{</div><div>&nbsp; &nbsp; &nbsp; "Align" : "Center",</div><div>&nbsp; &nbsp; &nbsp; "MarginBottom": 135,</div><div>&nbsp; &nbsp; &nbsp; "Width" : 200,</div><div>&nbsp; &nbsp; &nbsp; "Height" : 280,</div><div>&nbsp; &nbsp; &nbsp; "RoundHeight" : 10,</div><div>&nbsp; &nbsp; &nbsp; "RoundWidth" : 10,</div><div>&nbsp; &nbsp; &nbsp; "BorderWidth" : 2,</div><div>&nbsp; &nbsp; &nbsp; "BorderColor" : "#fabd20"</div><div>&nbsp; &nbsp; }'</div><div>&nbsp; );</div><div>&nbsp; oyuncuSayisiCmb = dcGameForm.AddNewComboBox(dcGameForm, 'oyuncuSayisiCmb');</div><div>&nbsp; oyuncuSayisiCmb.Align = alTop;</div><div>&nbsp; oyuncuSayisiCmb.Margins.Bottom = 370;</div><div>&nbsp; oyuncuSayisiCmb.Width = 180;</div><div>&nbsp; oyuncuSayisiCmb.Height = 45;</div><div>&nbsp; oyuncuSayisiCmb.Margins.Left = 30;</div><div>&nbsp; oyuncuSayisiCmb.AddItem('2', '2');</div><div>&nbsp; oyuncuSayisiCmb.AddItem('3', '3');</div><div>&nbsp; oyuncuSayisiCmb.AddItem('4', '4');</div><div>&nbsp; oyuncuAdiProEdit = dcGameForm.AddNewProEdit(kullaniciBilgileriPanel, 'oyuncuAdiProEdit', 'Oyuncu Adını Giriniz');</div><div>&nbsp; clComponent.SetupComponent(</div><div>&nbsp; &nbsp; oyuncuAdiProEdit,</div><div>&nbsp; &nbsp; '{</div><div>&nbsp; &nbsp; &nbsp; "Align" : "Center",</div><div>&nbsp; &nbsp; &nbsp; "MarginBottom" : 270,</div><div>&nbsp; &nbsp; &nbsp; "Width"&nbsp; : 180,</div><div>&nbsp; &nbsp; &nbsp; "Height" : 45,</div><div>&nbsp; &nbsp; &nbsp; "RoundHeight" : 14,</div><div>&nbsp; &nbsp; &nbsp; "RoundWidth" : 2,</div><div>&nbsp; &nbsp; &nbsp; "MarginLeft" : 30</div><div>&nbsp; &nbsp; }'</div><div>&nbsp; );</div><div>&nbsp; btnOyunaBasla = dcGameForm.AddNewProButton(dcGameForm, 'btnOyunaBasla', 'Oyuna Başla');</div><div>&nbsp; clComponent.SetupComponent(</div><div>&nbsp; &nbsp; btnOyunaBasla,</div><div>&nbsp; &nbsp; '{</div><div>&nbsp; &nbsp; &nbsp; "caption" : "Oyuna Başla",&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "Align" : "Center",&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "MarginBottom" : 60,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "MarginLeft" : 31,</div><div>&nbsp; &nbsp; &nbsp; "Width" : 150,</div><div>&nbsp; &nbsp; &nbsp; "Height" : 50,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "RoundHeight" : 7,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "RoundWidth" : 2 ,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "BorderColor" : "#ffffff" ,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; "BorderWidth" : 2,</div><div>&nbsp; &nbsp; &nbsp; "BackgroundColor": "#ffffff",</div><div>&nbsp; &nbsp; &nbsp; "FontStyle":"bold"</div><div>&nbsp; &nbsp; }'</div><div>&nbsp; );</div><div>&nbsp; // Butona tıklama olayını ekleyin</div><div>&nbsp; dcGameForm.AddNewEvent(btnOyunaBasla, tbeOnClick, 'butonaTikla');</div><div>&nbsp; // Oyuncu sayısı değiştiğinde deneme fonksiyonunu çağırın (isteğe bağlı)</div><div>&nbsp; //dcGameForm.AddNewEvent(oyuncuSayisiCmb, tbeOnChange, 'deneme');</div><div>&nbsp; dcGameForm.Run;</div><div>}</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 13:07:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=829&amp;PID=1505#1505</guid>
  </item> 
 </channel>
</rss>