<?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 : Değişen soru paneli</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Değişen soru paneli]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:54:13 +0000</pubDate>
  <lastBuildDate>Wed, 30 Jul 2025 14:52:46 +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=1153</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[Değişen soru paneli : Merhaba Merve,Prosed&#252;r&#252; a&#351;a&#287;&#305;da...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1153&amp;PID=2413#2413</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> 1153<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2025 Saat 14:52<br /><br />Merhaba Merve,<br><br><div>Prosedürü aşağıda yazdığım gibi çalıştırır mısın?<br><br><div><div>void YeniAtik;</div><div>var&nbsp;</div><div>&nbsp; RastgeleSayi: Integer;</div><div>{</div><div>&nbsp; RastgeleSayi = Random(4);</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (RastgeleSayi == 0) {</div><div>&nbsp; &nbsp; Grup = 'Ametal';</div><div>&nbsp; &nbsp; SoruLbl.Text = '18. grupta, renksiz, kokusuz, inert (tepkimeye girmeyen) bir gazdır. Hangi gruptadır?';</div><div>&nbsp; } else if (RastgeleSayi == 1) {</div><div>&nbsp; &nbsp; Grup = 'Yarı Metal';</div><div>&nbsp; &nbsp; SoruLbl.Text = '16. grupta bulunur, sarı renkli katı, kötü iletken ve kokulu bir elementtir. Hangi gruptadır?';</div><div>&nbsp; } else if (RastgeleSayi == 2) {</div><div>&nbsp; &nbsp; Grup = 'Soygaz';</div><div>&nbsp; &nbsp; SoruLbl.Text = 'Elektrik ve ısı iletkenliği yüksektir, 11. grupta bulunur. Hangi gruba aittir?';</div><div>&nbsp; } else {</div><div>&nbsp; &nbsp; Grup = 'Metal';</div><div>&nbsp; &nbsp; SoruLbl.Text ='15. grupta yarı iletken özellikleri gösterir, hem metal hem ametal özellikler taşır. Hangi gruba girer?';</div><div>&nbsp; }</div><div>&nbsp; SoruLbl.Visible = True;</div><div>}</div></div><div>İyi çalışmalar.</div></div>]]>
   </description>
   <pubDate>Wed, 30 Jul 2025 14:52:46 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1153&amp;PID=2413#2413</guid>
  </item> 
  <item>
   <title><![CDATA[Değişen soru paneli : Merhaba,Soru ve se&#231;eneklerden...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1153&amp;PID=2411#2411</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=323">mrvbzdn</a><br /><strong>Konu:</strong> 1153<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Temmuz&nbsp;2025 Saat 13:04<br /><br />Merhaba,<div>Soru ve seçeneklerden oluşan bir sayfa oluşturuyorum. Soru cevaplandıktan sonra diğer soruya geçilecek, seçenekler sabit kalacak şekilde yapmak istiyorum. Sorularımı yazdığım kısımda sürekli hata alıyorum. Yardımcı olabilir misiniz?</div><div><br></div><div><div>&nbsp; var</div><div>&nbsp; Form1: TclForm;</div><div>&nbsp; SkorLbl, BaslikLbl, SureLbl: TClProLabel;</div><div>&nbsp; SoruLbl: TClProLabel;</div><div>&nbsp; MetalBtn, YmetalBtn, AmetalBtn, SoygazBtn: TClProButton;</div><div>&nbsp; Timer, SureTimer: TClTimer;</div><div>&nbsp; Skor, HataSayisi, KalanSure: Integer;</div><div>&nbsp; Grup: String;</div><div>&nbsp; SurePnl, SureIcPnl: TClProPanel;</div><div><br></div><div><br></div><div><br></div><div>void SureGuncelle;</div><div>{</div><div>&nbsp; KalanSure = KalanSure - 1;</div><div>&nbsp; SureLbl.Text = 'Kalan Sure: ' + IntToStr(KalanSure) + ' sn';</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Panel genişliğini süreye göre güncelle</div><div>&nbsp; SureIcPnl.Width = (KalanSure * SurePnl.Width) div 60;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (KalanSure &lt;= 10) {</div><div>&nbsp; &nbsp; // Son 10 saniye kırmızı renk</div><div>&nbsp; &nbsp; SureLbl.ClProSettings.FontColor = ClAlphaColor.ClHextoColor('#ff0000');</div><div>&nbsp; &nbsp; SureLbl.SetclProSettings(SureLbl.ClProSettings);</div><div>&nbsp; &nbsp; SureIcPnl.ClProSettings.BackgroundColor = ClAlphaColor.ClHextoColor('#ff0000');</div><div>&nbsp; &nbsp; SureIcPnl.SetclProSettings(SureIcPnl.ClProSettings);</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (KalanSure &lt;= 0) {</div><div>&nbsp; &nbsp; ShowMessage('Sure Doldu! Toplam Puan: ' + IntToStr(Skor));</div><div>&nbsp; &nbsp; SureTimer.Enabled = False;</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void YeniAtik;</div><div>var&nbsp;</div><div>&nbsp; RastgeleSayi: Integer;</div><div>{</div><div>&nbsp; RastgeleSayi = Random(4);</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (RastgeleSayi == 0) {</div><div>&nbsp; &nbsp; Grup = 'Ametal';</div><div>&nbsp; &nbsp; Form1.SoruLbl.Text (SoruLbl, '18. grupta, renksiz, kokusuz, inert (tepkimeye girmeyen) bir gazdır. Hangi gruptadır?');</div><div>&nbsp; } else if (RastgeleSayi == 1) {</div><div>&nbsp; &nbsp; Grup = 'Yarı Metal';</div><div>&nbsp; &nbsp; Form1.SoruLbl.Text (SoruLbl, '16. grupta bulunur, sarı renkli katı, kötü iletken ve kokulu bir elementtir. Hangi gruptadır?');</div><div>&nbsp; } else if (RastgeleSayi == 2) {</div><div>&nbsp; &nbsp; Grup = 'Soygaz';</div><div>&nbsp; &nbsp; Form1.SoruLbl.Text (SoruLbl, 'Elektrik ve ısı iletkenliği yüksektir, 11. grupta bulunur. Hangi gruba aittir?');</div><div>&nbsp; } else {</div><div>&nbsp; &nbsp; Grup = 'Metal';</div><div>&nbsp; &nbsp; Form1.SoruLbl.Text (SoruLbl, '15. grupta yarı iletken özellikleri gösterir, hem metal hem ametal özellikler taşır. Hangi gruba girer?');</div><div>&nbsp; }</div><div>&nbsp; SoruLbl.Visible = True;</div><div>}</div><div><br></div><div>void KontrolEt;</div><div>var</div><div>&nbsp; SecilenKutu: String;</div><div>{</div><div>&nbsp; SecilenKutu = TClProButton(Form1.ClSender).ClTagStr;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (SecilenKutu == AtikTipi) {</div><div>&nbsp; &nbsp; Skor = Skor + 10;</div><div>&nbsp; &nbsp; ShowMessage('Dogru! +10 puan');</div><div>&nbsp; } else {</div><div>&nbsp; &nbsp; HataSayisi = HataSayisi + 1;</div><div>&nbsp; &nbsp; ShowMessage('Yanlis! Dogru kutu: ' + AtikTipi);</div><div>&nbsp; &nbsp; if (HataSayisi &gt;= 3) {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Oyun Bitti! Toplam Puan: ' + IntToStr(Skor));</div><div>&nbsp; &nbsp; &nbsp; SureTimer.Enabled = False;</div><div>&nbsp; &nbsp; &nbsp; Exit;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; SkorLbl.Text = 'Skor: ' + IntToStr(Skor) + ' Hata: ' + IntToStr(HataSayisi);</div><div>&nbsp; YeniAtik;</div><div>}</div><div><br></div><div>{</div><div>&nbsp; Form1 = TclForm.Create(self);</div><div>&nbsp; Form1.SetFormColor('#e8f5e9', '#81c784', clGVertical);</div><div>&nbsp;&nbsp;</div><div>&nbsp; BaslikLbl = Form1.AddNewProLabel(Form1, 'BaslikLbl', 'ELEMENTLERİ SINIFLANDIRALIM');</div><div>&nbsp; BaslikLbl.Align = alTop;</div><div>&nbsp; BaslikLbl.Height = 50;</div><div>&nbsp; BaslikLbl.ClProSettings.FontSize = 24;</div><div>&nbsp; BaslikLbl.ClProSettings.FontColor = ClAlphaColor.ClHextoColor('#1b5e20');</div><div>&nbsp;&nbsp;</div><div>&nbsp; BaslikLbl.ClProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; BaslikLbl.SetclProSettings(BaslikLbl.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; SureLbl = Form1.AddNewProLabel(Form1, 'SureLbl', 'Kalan Sure: 60 sn');</div><div>&nbsp; SureLbl.Align = alTop;</div><div>&nbsp; SureLbl.Height = 30;</div><div>&nbsp; SureLbl.ClProSettings.FontSize = 18;</div><div>&nbsp; SureLbl.ClProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; SureLbl.SetclProSettings(SureLbl.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; SurePnl = Form1.AddNewProPanel(Form1, 'SurePnl');</div><div>&nbsp; SurePnl.Align = alTop;</div><div>&nbsp; SurePnl.Height = 10;</div><div>&nbsp; SurePnl.Margins.Left = 20;</div><div>&nbsp; SurePnl.Margins.Right = 20;</div><div>&nbsp; SurePnl.ClProSettings.BackgroundColor = ClAlphaColor.ClHextoColor('#e0e0e0');</div><div>&nbsp; SurePnl.SetclProSettings(SurePnl.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; SureIcPnl = Form1.AddNewProPanel(SurePnl, 'SureIcPnl');</div><div>&nbsp; SureIcPnl.Align = alLeft;</div><div>&nbsp; SureIcPnl.Width = SurePnl.Width;</div><div>&nbsp; SureIcPnl.Height = 10;</div><div>&nbsp; SureIcPnl.ClProSettings.BackgroundColor = ClAlphaColor.ClHextoColor('#4caf50');</div><div>&nbsp; SureIcPnl.SetclProSettings(SureIcPnl.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; SkorLbl = Form1.AddNewProLabel(Form1, 'SkorLbl', 'Skor: 0 Hata: 0');</div><div>&nbsp; SkorLbl.Align = alTop;</div><div>&nbsp; SkorLbl.Height = 30;</div><div>&nbsp; SkorLbl.ClProSettings.FontSize = 18;</div><div>&nbsp; SkorLbl.ClProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; SkorLbl.SetclProSettings(SkorLbl.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; SoruLbl = Form1.AddNewProLabel(Form1, 'SoruLbl');</div><div>&nbsp; SoruLbl.Align = alTop;</div><div>&nbsp; SoruLbl.Margins.Top = 20;</div><div>&nbsp; SoruLbl.Width = 150;</div><div>&nbsp; SoruLbl.Height = 150;</div><div>&nbsp; SoruLbl.ClProSettings.PictureAutoFit = True;</div><div>&nbsp; SoruLbl.SetclProSettings(SoruLbl.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; YmetalBtn = Form1.AddNewProButton(Form1, 'YmetalBtn', 'Yarı Metal');</div><div>&nbsp; YmetalBtn.Align = alBottom;</div><div>&nbsp; YmetalBtn.Height = 60;</div><div>&nbsp; YmetalBtn.Margins.Bottom = 10;</div><div>&nbsp; YmetalBtn.ClProSettings.FontSize = 18;</div><div>&nbsp; YmetalBtn.ClProSettings.BackgroundColor = ClAlphaColor.ClHextoColor('#2196f3');</div><div>&nbsp; YmetalBtn.ClProSettings.FontColor = ClAlphaColor.clWhite;</div><div>&nbsp; YmetalBtn.clTagStr = 'Yarı Metal';</div><div>&nbsp; YmetalBtn.SetclProSettings(YmetalBtn.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; AmetalBtn = Form1.AddNewProButton(Form1, 'AmetalBtn', 'Ametal');</div><div>&nbsp; AmetalBtn.Align = alBottom;</div><div>&nbsp; AmetalBtn.Height = 60;</div><div>&nbsp; AmetalBtn.Margins.Bottom = 10;</div><div>&nbsp; AmetalBtn.ClProSettings.FontSize = 18;</div><div>&nbsp; AmetalBtn.ClProSettings.BackgroundColor = ClAlphaColor.ClHextoColor('#4caf50');</div><div>&nbsp; AmetalBtn.ClProSettings.FontColor = ClAlphaColor.clWhite;</div><div>&nbsp; AmetalBtn.clTagStr = 'Ametal';</div><div>&nbsp; AmetalBtn.SetclProSettings(AmetalBtn.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; SoygazBtn = Form1.AddNewProButton(Form1, 'SoygazBtn', 'Soygaz (Asal Gaz)');</div><div>&nbsp; SoygazBtn.Align = alBottom;</div><div>&nbsp; SoygazBtn.Height = 60;</div><div>&nbsp; SoygazBtn.Margins.Bottom = 10;</div><div>&nbsp; SoygazBtn.ClProSettings.FontSize = 18;</div><div>&nbsp; SoygazBtn.ClProSettings.BackgroundColor = ClAlphaColor.ClHextoColor('#ff9800');</div><div>&nbsp; SoygazBtn.ClProSettings.FontColor = ClAlphaColor.clWhite;</div><div>&nbsp; SoygazBtn.clTagStr = 'Soygaz';</div><div>&nbsp; SoygazBtn.SetclProSettings(SoygazBtn.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; MetalBtn = Form1.AddNewProButton(Form1, 'MetalBtn', 'Metal');</div><div>&nbsp; MetalBtn.Align = alBottom;</div><div>&nbsp; MetalBtn.Height = 60;</div><div>&nbsp; MetalBtn.Margins.Bottom = 10;</div><div>&nbsp; MetalBtn.ClProSettings.FontSize = 18;</div><div>&nbsp; MetalBtn.ClProSettings.BackgroundColor = ClAlphaColor.ClHextoColor('#f44336');</div><div>&nbsp; MetalBtn.ClProSettings.FontColor = ClAlphaColor.clWhite;</div><div>&nbsp; MetalBtn.clTagStr = 'Metal';</div><div>&nbsp; MetalBtn.SetclProSettings(MetalBtn.ClProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; Form1.AddNewEvent(YmetalBtn, tbeOnClick, 'KontrolEt');</div><div>&nbsp; Form1.AddNewEvent(AmetalBtn, tbeOnClick, 'KontrolEt');</div><div>&nbsp; Form1.AddNewEvent(SoygazBtn, tbeOnClick, 'KontrolEt');</div><div>&nbsp; Form1.AddNewEvent(MetalBtn, tbeOnClick, 'KontrolEt');</div><div>&nbsp;&nbsp;</div><div>&nbsp; SureTimer = Form1.AddNewTimer(Form1, 'SureTimer', 1000);</div><div>&nbsp; SureTimer.Enabled = True;</div><div>&nbsp; Form1.AddNewEvent(SureTimer, tbeOnTimer, 'SureGuncelle');</div><div>&nbsp;&nbsp;</div><div>&nbsp; KalanSure = 60;</div><div>&nbsp; Skor = 0;</div><div>&nbsp; HataSayisi = 0;</div><div>&nbsp; YeniAtik;</div><div>&nbsp;&nbsp;</div><div>&nbsp; Form1.Run;</div><div>}</div></div>]]>
   </description>
   <pubDate>Wed, 30 Jul 2025 13:04:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1153&amp;PID=2411#2411</guid>
  </item> 
 </channel>
</rss>