<?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 : seçme işlemini kendimiz nasıl yapabiliriz?</title>
  <link>https://www.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : seçme işlemini kendimiz nasıl yapabiliriz?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 23:21:36 +0000</pubDate>
  <lastBuildDate>Thu, 03 Aug 2023 19:47:02 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.clomosy.com.tr/RSS_post_feed.asp?TID=545</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://www.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://www.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[seçme işlemini kendimiz nasıl yapabiliriz? : Bu belki i&#351;ine yarar: Var MyForm:...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=545&amp;PID=653#653</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 545<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Ağustos&nbsp;2023 Saat 19:47<br /><br /><div>Bu belki işine yarar:</div><table width="99%"><tr><td><pre class="BBcode"><div><div>Var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; But1,But2,But3: TclButton;</div><div><br></div><div>Procedure ButClick;</div><div>Var</div><div>&nbsp; Ran, Sel, i: Integer;</div><div>Begin</div><div>&nbsp; Sel:= TclButton(MyForm.clSender).clTagInt;</div><div>&nbsp; Ran:= clMath.GenerateRandom(0,3);</div><div>&nbsp;&nbsp;</div><div>&nbsp; if Ran = Sel then</div><div>&nbsp; &nbsp; ShowMessage('Kazandın')</div><div>&nbsp; else</div><div>&nbsp; &nbsp; ShowMessage('Kaybettin');</div><div>&nbsp;&nbsp;</div><div>End;</div><div><br></div><div>Begin</div><div>&nbsp; MyForm:= TclForm.Create(Self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; But1:= MyForm.AddNewButton(MyForm, 'but1', 'Taş');</div><div>&nbsp; But1.Align:= alCenter;</div><div>&nbsp; But1.Align:= alNone;</div><div>&nbsp; But1.Left:= 100;</div><div>&nbsp; But1.clTagInt:= 0;</div><div>&nbsp; MyForm.AddNewEvent(But1, tbeOnClick, 'ButClick');</div><div>&nbsp; But2:= MyForm.AddNewButton(MyForm, 'but2', 'Kağıt');</div><div>&nbsp; But2.Align:= alCenter;</div><div>&nbsp; But2.Align:= alNone;</div><div>&nbsp; But2.Left:= 200;</div><div>&nbsp; But2.clTagInt:= 1;</div><div>&nbsp; MyForm.AddNewEvent(But2, tbeOnClick, 'ButClick');</div><div>&nbsp; But3:= MyForm.AddNewButton(MyForm, 'but3', 'Makas');</div><div>&nbsp; But3.Align:= alCenter;</div><div>&nbsp; But3.Align:= alNone;</div><div>&nbsp; But3.Left:= 300;</div><div>&nbsp; But3.clTagInt:= 2;</div><div>&nbsp; MyForm.AddNewEvent(but3, tbeOnClick, 'ButClick');</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>End;</div></div><div></pre></td></tr></table></div>]]>
   </description>
   <pubDate>Thu, 03 Aug 2023 19:47:02 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=545&amp;PID=653#653</guid>
  </item> 
  <item>
   <title><![CDATA[seçme işlemini kendimiz nasıl yapabiliriz? : Ekrana 3 tane buton koyun Ta&#351;,...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=545&amp;PID=652#652</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 545<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Ağustos&nbsp;2023 Saat 18:29<br /><br />Ekrana 3 tane buton koyun Taş, kağıt, makas. Seçme işlemini bu şekilde yapabilirsiniz.<div><br></div><div>Gördüğüm kadarıyla makineye karşı bir oyun, daha kolay.</div><div><br></div><div>Makinede random bir sayı üretip kullanıcıya bir şey seçmesini isteyin(Bunlarda buton olur).</div><div><br></div><div>Eğer Makine Makas üretir siz taş seçerseniz kazanmış olursunuz.</div><div><br></div><div>Belki bir skor tablosu ekleyip skoru gösterebilirsiniz.</div>]]>
   </description>
   <pubDate>Thu, 03 Aug 2023 18:29:55 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=545&amp;PID=652#652</guid>
  </item> 
  <item>
   <title><![CDATA[seçme işlemini kendimiz nasıl yapabiliriz? : Ekrana 3 tane buton koymaya ne...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=545&amp;PID=640#640</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 545<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Ağustos&nbsp;2023 Saat 14:59<br /><br />Ekrana 3 tane buton koymaya ne dersin?]]>
   </description>
   <pubDate>Thu, 03 Aug 2023 14:59:19 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=545&amp;PID=640#640</guid>
  </item> 
  <item>
   <title><![CDATA[seçme işlemini kendimiz nasıl yapabiliriz? : procedure tfonksiyon;beginif Clomosy.AppUserProfile...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=545&amp;PID=639#639</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=128">kader</a><br /><strong>Konu:</strong> 545<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Ağustos&nbsp;2023 Saat 14:06<br /><br />procedure tfonksiyon;<div>begin</div><div>if Clomosy.AppUserProfile =1 then&nbsp;</div><div>begin&nbsp;</div><div>&nbsp;sayi := clMath.generateRandom(1, 3);</div><div>&nbsp;if sayi = 1 then</div><div>&nbsp; &nbsp; ShowMessage('YARIŞMACI1: TAŞ')</div><div>&nbsp; else if sayi = 2 then</div><div>&nbsp; &nbsp; ShowMessage('YARIŞMACI1: KAĞIT')</div><div>&nbsp; else</div><div>&nbsp; &nbsp; ShowMessage('YARIŞMACI1: MAKAS');</div><div>&nbsp; // Kullanıcı seçimini almak için bir mesaj kutusu ile seçimi isteyin</div><div>&nbsp; ShowMessage('YARIŞMACI1: Lütfen seçiminizi yapın (1: TAŞ, 2: KAĞIT, 3: MAKAS');</div><div>&nbsp; &nbsp;</div><div>&nbsp; if (sayi = 1) or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(sayi = 2)or&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (sayi = 3) then&nbsp;</div><div>&nbsp; &nbsp; ShowMessage('sıra ikincide')</div><div>end;</div><div>end;</div><div><div>begin</div><div>&nbsp; MyForm := TclForm.Create(Self);</div><div>&nbsp; testButton := MyForm.AddNewButton(MyForm, 'testButton', 'YARIŞMACI1');</div><div>&nbsp; testButton.TextSettings.Font.Size := 50;</div><div>&nbsp; testButton.Align := alCenter;</div><div>&nbsp; testButton.Height := 50;</div><div>&nbsp; testButton.Width := 100;</div><div>&nbsp; testButton.Margins.right := 200;</div><div>&nbsp; MyForm.AddNewEvent(testButton, tbeOnClick, 'tfonksiyon');</div></div><div>end;</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 03 Aug 2023 14:06:55 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=545&amp;PID=639#639</guid>
  </item> 
 </channel>
</rss>