<?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 : Döngüyle Label Oluşturma</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Clomosy ile de&#287;i&#351;ken kullan&#305;m&#305; : Döngüyle Label Oluşturma]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 03:03:53 +0000</pubDate>
  <lastBuildDate>Fri, 13 Feb 2026 12:02:07 +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=1325</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[Döngüyle Label Oluşturma : Merhaba d&#246;ng&#252;yle label olu&#351;turdu&#287;umuz...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1325&amp;PID=2967#2967</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=345">kaanl0</a><br /><strong>Konu:</strong> 1325<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Şubat&nbsp;2026 Saat 12:02<br /><br />Merhaba&nbsp; döngüyle label oluşturduğumuz bir örnek yolluyorum. Labelleri yukardan aşağı dizmek için altop, soldan sağa dizmek için alleft vb kullanabilirsin. ( Soldan sağa dizeceğin zaman&nbsp;AddNewHorzScrollBox kullanmayı unutma ) Labeller arası boşluğu ise Marginler ile ayarlayabilirsin. Ayrıca;<br><a href="https://www.docs.clomosy.com/index.php?title=TclFlowLayout" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php?title=TclFlowLayout</a><br><a href="https://www.docs.clomosy.com/index.php?title=TclGridLayout" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php?title=TclGridLayout</a><br>incelemeni öneririm.<br><br><div>var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; MyScrollBox: TclVertScrollBox;</div><div>&nbsp; MyLabel: TClProLabel;</div><div>&nbsp; i: Integer;</div><div><br></div><div>{</div><div>&nbsp; MyForm = TclForm.Create(Self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; //Kaydırma Kutusu (Eğer liste uzarsa aşağı kaydırabilmek için)</div><div>&nbsp; MyScrollBox = MyForm.AddNewVertScrollBox(MyForm, 'MyScrollBox');</div><div>&nbsp; MyScrollBox.Align = alClient;</div><div>&nbsp;&nbsp;</div><div>&nbsp;//50 adet label</div><div>&nbsp; for (i = 1 to 50)</div><div>&nbsp; {</div><div><br></div><div>&nbsp; &nbsp; // Önemli: Her etiketin adı benzersiz olmalı -&gt; 'Lbl_1', 'Lbl_2' gibi</div><div>&nbsp; &nbsp; MyLabel = MyForm.AddNewProLabel(MyScrollBox, 'Lbl_' + IntToStr(i), 'Satır Numarası: ' + IntToStr(i));</div><div>&nbsp; &nbsp;&nbsp;</div><div><br></div><div>&nbsp; &nbsp; MyLabel.Align = alTop;&nbsp;&nbsp;</div><div>&nbsp; &nbsp; MyLabel.Height = 50;&nbsp;</div><div>&nbsp; &nbsp; MyLabel.Margins.Top = 5;&nbsp;&nbsp;</div><div>&nbsp; &nbsp; MyLabel.Margins.Left = 10;&nbsp;</div><div>&nbsp; &nbsp; MyLabel.Margins.Right = 10;</div><div>&nbsp; &nbsp;&nbsp;</div><div><br></div><div>&nbsp; &nbsp; MyLabel.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#4DB6AC');&nbsp;</div><div>&nbsp; &nbsp; MyLabel.clProSettings.FontColor = clAlphaColor.clWhite;</div><div>&nbsp; &nbsp; MyLabel.clProSettings.FontSize = 18;</div><div>&nbsp; &nbsp; MyLabel.clProSettings.RoundHeight = 10;&nbsp;</div><div>&nbsp; &nbsp; MyLabel.clProSettings.RoundWidth = 10;</div><div>&nbsp; &nbsp; MyLabel.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; &nbsp;&nbsp;</div><div><br></div><div>&nbsp; &nbsp; MyLabel.SetclProSettings(MyLabel.clProSettings);</div><div>&nbsp; }</div><div><br></div><div>&nbsp; MyForm.Run;</div><div>}</div><br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" 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>Fri, 13 Feb 2026 12:02:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1325&amp;PID=2967#2967</guid>
  </item> 
  <item>
   <title><![CDATA[Döngüyle Label Oluşturma : D&#246;ng&#252;yle kelimenin uzunlu&#287;u kadar...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1325&amp;PID=2963#2963</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=370">sudee.tanerr</a><br /><strong>Konu:</strong> 1325<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Şubat&nbsp;2026 Saat 10:50<br /><br />Döngüyle kelimenin uzunluğu kadar label oluşturacağım fakat sadece bir tane oluşturabildim ve konumlarını yapamadım nasıl yapabilirim?<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015"</a> integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" 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>Fri, 13 Feb 2026 10:50:05 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1325&amp;PID=2963#2963</guid>
  </item> 
 </channel>
</rss>