<?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 : hata düzeltme</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : hata düzeltme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 21 May 2026 00:21:51 +0000</pubDate>
  <lastBuildDate>Wed, 20 May 2026 21:35:23 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1546</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[hata düzeltme : var// ==========================//...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1546&amp;PID=3567#3567</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=460">Berra Gül</a><br /><strong>Konu:</strong> 1546<br /><strong>Gönderim Zamanı:</strong> 20&nbsp;Mayıs&nbsp;2026 Saat 21:35<br /><br /><div>var</div><div><br></div><div>// ==========================</div><div>// PROJE : ASİT - BAZ AYRAÇ UYGULAMASI</div><div>// 3 AŞAMALI BUTONLU SİSTEM</div><div>// ==========================</div><div><br></div><div>// --------------------------</div><div>// PANELLER</div><div>// --------------------------</div><div><br></div><div>PnlGiris,</div><div>PnlSecim,</div><div>PnlSonuc</div><div><br></div><div>// --------------------------</div><div>// BUTONLAR</div><div>// --------------------------</div><div><br></div><div>BtnBasla,</div><div><br></div><div>BtnLimon,</div><div>BtnSirke,</div><div>BtnDisMacunu,</div><div>BtnKarbonat,</div><div>BtnSabunluSu,</div><div><br></div><div>BtnKirmiziLahana,</div><div>BtnZerdecal,</div><div>BtnTurnusol,</div><div><br></div><div>BtnGeri</div><div><br></div><div>// --------------------------</div><div>// YAZILAR</div><div>// --------------------------</div><div><br></div><div>LblBaslik,</div><div>LblAciklama,</div><div>LblSonuc</div><div><br></div><div>// --------------------------</div><div>// DEĞİŞKENLER</div><div>// --------------------------</div><div><br></div><div>SecilenMadde,</div><div>SecilenIndikator,</div><div>SonucMetni</div><div><br></div><div><br></div><div><br></div><div>// ==================================================</div><div>// 1. AŞAMA : GİRİŞ EKRANI</div><div>// ==================================================</div><div><br></div><div>when application started</div><div>{</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; PnlGiris.visible = true</div><div>&nbsp; &nbsp; PnlSecim.visible = false</div><div>&nbsp; &nbsp; PnlSonuc.visible = false</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; LblBaslik.text = "ASİT - BAZ AYRAÇ UYGULAMASI"</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; LblAciklama.text =</div><div>&nbsp; &nbsp; "Bu uygulamada gündelik hayattaki asit ve baz maddeleri seçip doğal ayraçlarla hangi renkleri verdiğini öğrenebilirsiniz."</div><div>&nbsp; &nbsp;&nbsp;</div><div>}</div><div><br></div><div><br></div><div><br></div><div>// ==================================================</div><div>// BAŞLA BUTONU</div><div>// ==================================================</div><div><br></div><div>when BtnBasla clicked</div><div>{</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; PnlGiris.visible = false</div><div>&nbsp; &nbsp; PnlSecim.visible = true</div><div>&nbsp; &nbsp; PnlSonuc.visible = false</div><div>&nbsp; &nbsp;&nbsp;</div><div>}</div><div><br></div><div><br></div><div><br></div><div>// ==================================================</div><div>// 2. AŞAMA : MADDE SEÇİMİ</div><div>// ==================================================</div><div><br></div><div>// --------------------------</div><div>// ASİTLER</div><div>// --------------------------</div><div><br></div><div>when BtnLimon clicked</div><div>{</div><div>&nbsp; &nbsp; SecilenMadde = "limon suyu"</div><div>}</div><div><br></div><div>when BtnSirke clicked</div><div>{</div><div>&nbsp; &nbsp; SecilenMadde = "sirke"</div><div>}</div><div><br></div><div><br></div><div>// --------------------------</div><div>// BAZLAR</div><div>// --------------------------</div><div><br></div><div>when BtnDisMacunu clicked</div><div>{</div><div>&nbsp; &nbsp; SecilenMadde = "dis macunu"</div><div>}</div><div><br></div><div>when BtnKarbonat clicked</div><div>{</div><div>&nbsp; &nbsp; SecilenMadde = "karbonatli su"</div><div>}</div><div><br></div><div>when BtnSabunluSu clicked</div><div>{</div><div>&nbsp; &nbsp; SecilenMadde = "sabunlu su"</div><div>}</div><div><br></div><div><br></div><div><br></div><div>// ==================================================</div><div>// 3. AŞAMA : İNDİKATÖR SEÇİMİ</div><div>// ==================================================</div><div><br></div><div>// --------------------------</div><div>// KIRMIZI LAHANA AYRACI</div><div>// --------------------------</div><div><br></div><div>when BtnKirmiziLahana clicked</div><div>{</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; SecilenIndikator = "kirmizi lahana"</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if ( SecilenMadde == "limon suyu" or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SecilenMadde == "sirke")</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SonucMetni =</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "SONUÇ : " + SecilenMadde +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nKırmızı lahana ayracı ASİT maddelerde PEMBE / KIRMIZI renk verir." +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nBu nedenle seçilen madde ASİTTİR."</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if ( SecilenMadde == "dis macunu" or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SecilenMadde == "karbonatli su" or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SecilenMadde == "sabunlu su")</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SonucMetni =</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "SONUÇ : " + SecilenMadde +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nKırmızı lahana ayracı BAZ maddelerde MAVİ / YEŞİL renk verir." +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nBu nedenle seçilen madde BAZDIR."</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; PnlSecim.visible = false</div><div>&nbsp; &nbsp; PnlSonuc.visible = true</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; LblSonuc.text = SonucMetni</div><div>&nbsp; &nbsp;&nbsp;</div><div>}</div><div><br></div><div><br></div><div><br></div><div>// --------------------------</div><div>// ZERDEÇAL AYRACI</div><div>// --------------------------</div><div><br></div><div>when BtnZerdecal clicked</div><div>{</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; SecilenIndikator = "zerdecal"</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if ( SecilenMadde == "limon suyu" or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SecilenMadde == "sirke")</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SonucMetni =</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "SONUÇ : " + SecilenMadde +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nZerdeçal ayıracı ASİTLERDE sarı rengini korur." +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nBu nedenle seçilen madde ASİTTİR."</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if ( SecilenMadde == "dis macunu" or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SecilenMadde == "karbonatli su" or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SecilenMadde == "sabunlu su")</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SonucMetni =</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "SONUÇ : " + SecilenMadde +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nZerdeçal ayıracı BAZLARDA kırmızımsı kahverengi olur." +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nBu nedenle seçilen madde BAZDIR."</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; PnlSecim.visible = false</div><div>&nbsp; &nbsp; PnlSonuc.visible = true</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; LblSonuc.text = SonucMetni</div><div>&nbsp; &nbsp;&nbsp;</div><div>}</div><div><br></div><div><br></div><div><br></div><div>// --------------------------</div><div>// TURNUSOL KAĞIDI</div><div>// --------------------------</div><div><br></div><div>when BtnTurnusol clicked</div><div>{</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; SecilenIndikator = "turnusol"</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if ( SecilenMadde == "limon suyu" or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SecilenMadde == "sirke")</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SonucMetni =</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "SONUÇ : " + SecilenMadde +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nMavi turnusol kağıdı ASİTLERDE kırmızıya dönüşür." +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nBu nedenle seçilen madde ASİTTİR."</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if ( SecilenMadde == "dis macunu" or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SecilenMadde == "karbonatli su" or</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SecilenMadde == "sabunlu su")</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SonucMetni =</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "SONUÇ : " + SecilenMadde +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nKırmızı turnusol kağıdı BAZLARDA maviye dönüşür." +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "\n\nBu nedenle seçilen madde BAZDIR."</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; PnlSecim.visible = false</div><div>&nbsp; &nbsp; PnlSonuc.visible = true</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; LblSonuc.text = SonucMetni</div><div>&nbsp; &nbsp;&nbsp;</div><div>}</div><div><br></div><div><br></div><div><br></div><div>// ==================================================</div><div>// GERİ BUTONU</div><div>// ==================================================</div><div><br></div><div>when BtnGeri clicked</div><div>{</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; PnlGiris.visible = false</div><div>&nbsp; &nbsp; PnlSecim.visible = true</div><div>&nbsp; &nbsp; PnlSonuc.visible = false</div><div>&nbsp; &nbsp;&nbsp;</div><div>} hatayı bulamıyorum.</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"</a> integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Wed, 20 May 2026 21:35:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1546&amp;PID=3567#3567</guid>
  </item> 
 </channel>
</rss>