<?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 : Mitoz Ve Mayoz Bölünme Proje</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Mitoz Ve Mayoz Bölünme Proje]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 20 Aug 2026 21:35:25 +0000</pubDate>
  <lastBuildDate>Mon, 18 May 2026 09:58:36 +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=1539</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[Mitoz Ve Mayoz Bölünme Proje : Merhaba R&#252;meysavar MyForm: TclForm;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1539&amp;PID=3555#3555</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> 1539<br /><strong>Gönderim Zamanı:</strong> 18&nbsp;Mayıs&nbsp;2026 Saat 09:58<br /><br />Merhaba Rümeysa&nbsp;<br><br><div>var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; evreVerisi: TclJSONQuery;</div><div>&nbsp; jsonMetni: String;</div><div>&nbsp; evreKart: TclProButton;</div><div>&nbsp; mainScroll: TclVertScrollBox;</div><div>&nbsp; headerLabel: TclProLabel;</div><div>&nbsp; comparePanel: TclProPanel;</div><div>&nbsp; compareImg: TclProImage;</div><div>&nbsp; compareTitle: TclProLabel;</div><div>&nbsp; i: Integer;</div><div><br></div><div>void BtnOnClick;</div><div>{</div><div>&nbsp; ShowMessage('Bu evrenin detaylı görselleri ve mikroskop görüntüleri hazırlanıyor...');</div><div>}</div><div><br></div><div>{&nbsp;</div><div>&nbsp; MyForm = TclForm.Create(Self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; mainScroll = MyForm.AddNewVertScrollBox(MyForm, 'mainScroll');</div><div>&nbsp; mainScroll.Align = alClient;</div><div><br></div><div>&nbsp; headerLabel = MyForm.AddNewProLabel(mainScroll, 'headerLabel', 'Hücre Bölünmesi Evreleri');</div><div>&nbsp; headerLabel.Align = alTop;</div><div>&nbsp; headerLabel.Height = 50;</div><div>&nbsp; headerLabel.Margins.Left = 20;</div><div>&nbsp; headerLabel.clProSettings.FontSize = 18;</div><div>&nbsp; headerLabel.clProSettings.FontColor = clAlphaColor.clDarkslategray;</div><div>&nbsp; headerLabel.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; headerLabel.SetclProSettings(headerLabel.clProSettings);</div><div><br></div><div>&nbsp; jsonMetni = '&#091; ' +</div><div>&nbsp; &nbsp; '{"tur": "MİTOZ", "evre": "Profaz", "bilgi": "Çekirdek zarı erir, iğ iplikleri oluşur.", "renk": "#E3F2FD"},' +</div><div>&nbsp; &nbsp; '{"tur": "MİTOZ", "evre": "Metafaz", "bilgi": "Kromozomlar hücrenin merkezinde dizilir.", "renk": "#E3F2FD"},' +</div><div>&nbsp; &nbsp; '{"tur": "MİTOZ", "evre": "Anafaz", "bilgi": "Kardeş kromatitler ayrılır.", "renk": "#E3F2FD"},' +</div><div>&nbsp; &nbsp; '{"tur": "MİTOZ", "evre": "Telofaz", "bilgi": "İki yeni çekirdek oluşur.", "renk": "#E3F2FD"},' +</div><div>&nbsp; &nbsp; '{"tur": "MAYOZ", "evre": "Profaz I", "bilgi": "Crossing-over görülür.", "renk": "#F3E5F5"},' +</div><div>&nbsp; &nbsp; '{"tur": "MAYOZ", "evre": "Metafaz I", "bilgi": "Homolog kromozomlar hücrenin merkezinde dizilir.", "renk": "#F3E5F5"},' +</div><div>&nbsp; &nbsp; '{"tur": "MAYOZ", "evre": "Anafaz I", "bilgi": "Homolog kromozomlar ayrılır.", "renk": "#F3E5F5"},' +</div><div>&nbsp; &nbsp; '{"tur": "MAYOZ", "evre": "Telofaz I", "bilgi": "Sitoplazma bölünmesi başlar.", "renk": "#F3E5F5"},' +</div><div>&nbsp; &nbsp; '{"tur": "MAYOZ", "evre": "Mayoz II", "bilgi": "Mitoz evreleri ile aynı özelliğe sahip evreler dizisi gerçekleşir.", "renk": "#F3E5F5"}' +</div><div>&nbsp; '&#093;';</div><div><br></div><div>&nbsp; evreVerisi = Clomosy.ClDataSetFromJSON(jsonMetni);</div><div>&nbsp;&nbsp;</div><div>&nbsp; i = 0;</div><div>&nbsp; evreVerisi.First;&nbsp;</div><div>&nbsp; while (not evreVerisi.EOF)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; i = i + 1;</div><div>&nbsp; &nbsp; evreKart = MyForm.AddNewProButton(mainScroll, 'btnEvre_' + IntToStr(i), '');</div><div>&nbsp; &nbsp; evreKart.Align = alTop;</div><div>&nbsp; &nbsp; evreKart.Height = 100;</div><div>&nbsp; &nbsp; evreKart.Margins.Top = 10;</div><div>&nbsp; &nbsp; evreKart.Margins.Left = 15;</div><div>&nbsp; &nbsp; evreKart.Margins.Right = 15;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; evreKart.Text = '&#091;' + evreVerisi.FieldByName('tur').AsString + '&#093; ' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; evreVerisi.FieldByName('evre').AsString + #13 +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; evreVerisi.FieldByName('bilgi').AsString;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; evreKart.clProSettings.FontSize = 12;</div><div>&nbsp; &nbsp; evreKart.clProSettings.FontVertAlign = palCenter;</div><div>&nbsp; &nbsp; evreKart.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; &nbsp; evreKart.clProSettings.FontColor = clAlphaColor.clBlack;</div><div>&nbsp; &nbsp; evreKart.SetclProSettings(evreKart.clProSettings);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; MyForm.AddNewEvent(evreKart, tbeOnClick, 'BtnOnClick');</div><div>&nbsp; &nbsp; evreVerisi.Next;</div><div>&nbsp; }</div><div><br></div><div>&nbsp; comparePanel = MyForm.AddNewProPanel(mainScroll, 'comparePanel');</div><div>&nbsp; comparePanel.Align = alTop;</div><div>&nbsp; comparePanel.Height = 350;</div><div>&nbsp; comparePanel.Margins.Top = 30;</div><div>&nbsp; comparePanel.Margins.Bottom = 20;</div><div>&nbsp; comparePanel.Margins.Left = 15;</div><div>&nbsp; comparePanel.Margins.Right = 15;</div><div>&nbsp; comparePanel.clProSettings.BackgroundColor = clAlphaColor.clWhite;</div><div>&nbsp; comparePanel.clProSettings.RoundHeight = 20;</div><div>&nbsp; comparePanel.clProSettings.RoundWidth = 20;</div><div>&nbsp; comparePanel.clProSettings.IsRound = True;</div><div>&nbsp; comparePanel.SetclProSettings(comparePanel.clProSettings);</div><div><br></div><div>&nbsp; compareTitle = MyForm.AddNewProLabel(comparePanel, 'compareTitle', 'Mitoz ve Mayoz Farkları');</div><div>&nbsp; compareTitle.Align = alTop;</div><div>&nbsp; compareTitle.Height = 40;</div><div>&nbsp; compareTitle.Margins.Top = 10;</div><div>&nbsp; compareTitle.clProSettings.FontSize = 14;</div><div>&nbsp; compareTitle.clProSettings.FontColor = clAlphaColor.clBlack;</div><div>&nbsp; compareTitle.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; compareTitle.clProSettings.FontHorzAlign = palCenter;</div><div>&nbsp; compareTitle.SetclProSettings(compareTitle.clProSettings);</div><div><br></div><div>&nbsp; compareImg = MyForm.AddNewProImage(comparePanel, 'compareImg');</div><div>&nbsp; compareImg.Align = alClient;</div><div>&nbsp; compareImg.Margins.Top = 10;</div><div>&nbsp; compareImg.Margins.Bottom = 10;</div><div>&nbsp; compareImg.Margins.Left = 10;</div><div>&nbsp; compareImg.Margins.Right = 10;</div><div>&nbsp;&nbsp;</div><div>&nbsp; compareImg.clProSettings.PictureSource = '<a href="https://img.freepik.com/free-vector/comparis&#111;n-mitosis-meiosis-infographic_23-2148812638.jpg" target="_blank" rel="nofollow">https://img.freepik.com/free-vector/comparison-mitosis-meiosis-infographic_23-2148812638.jpg</a>';</div><div>&nbsp; compareImg.SetclProSettings(compareImg.clProSettings);</div><div><br></div><div>&nbsp; MyForm.Run;</div><div>}</div>]]>
   </description>
   <pubDate>Mon, 18 May 2026 09:58:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1539&amp;PID=3555#3555</guid>
  </item> 
  <item>
   <title><![CDATA[Mitoz Ve Mayoz Bölünme Proje : uploads/463/G&#252;ncelkod.zip  Emre...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1539&amp;PID=3551#3551</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=463">Fatma Rumeysa</a><br /><strong>Konu:</strong> 1539<br /><strong>Gönderim Zamanı:</strong> 14&nbsp;Mayıs&nbsp;2026 Saat 22:04<br /><br /><a href="uploads/463/Güncelkod.zip" target="_blank" rel="nofollow">uploads/463/Güncelkod.zip</a>< defer="" ="https://static.cloudflareinsights.com/beac&#111;n.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+LLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" -cf-beac&#111;n="&quot;versi&#111;n&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;_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;locati&#111;n_startswith&quot;:null" crossorigin="an&#111;nymous"><div>Emre Hocam iyi akşamlar. Ekte bulunan dosyamda hep aynı hatayı almaktayım ve bu yüzden projemde ilerleyememekteyim. Müsait olduğunuzda dönüş yaparsanız sevinirim şimdiden teşekkür ederim.</div>]]>
   </description>
   <pubDate>Thu, 14 May 2026 22:04:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1539&amp;PID=3551#3551</guid>
  </item> 
 </channel>
</rss>