<?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 : Align</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Align]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 08:57:39 +0000</pubDate>
  <lastBuildDate>Fri, 02 Aug 2024 10:17:28 +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=791</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[Align : Merhaba RabiaA&#351;a&#287;&#305;daki kodu inceler...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=791&amp;PID=1374#1374</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 791<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Ağustos&nbsp;2024 Saat 10:17<br /><br />Merhaba Rabia<div>Aşağıdaki kodu inceler misin:</div><div><div>var&nbsp;</div><div>myForm:TclForm;</div><div>muzePanel:TclProPanel;</div><div>muzeSayi:TClNumberBox;</div><div>muze:TCLLabel;</div><div>VerticalScrollBox:TCLVertScrollBox;</div><div>{</div><div>&nbsp; &nbsp;myForm = TclForm.Create(nil);</div><div>&nbsp; &nbsp;VerticalScrollBox&nbsp; &nbsp; &nbsp; &nbsp; = myForm.AddNewVertScrollBox(myForm,'ScrollBoxY');</div><div>&nbsp; &nbsp;VerticalScrollBox.Align&nbsp; = alMostTop;</div><div>&nbsp; &nbsp;VerticalScrollBox.Height = myForm.clheight-70;</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp; muzePanel=myForm.AddNewProPanel(VerticalScrollBox,'muzePanel');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(muzePanel,'{</div><div>&nbsp; &nbsp; "MarginBottom":450,</div><div>&nbsp; &nbsp; "Width" :400,&nbsp;</div><div>&nbsp; &nbsp; "Height":100,</div><div>&nbsp; &nbsp; "RoundHeight":20,</div><div>&nbsp; &nbsp; "RoundWidth":20,</div><div>&nbsp; &nbsp; "BorderColor":"#35115c",</div><div>&nbsp; &nbsp; "BackGroundColor":"#35115c"</div><div>&nbsp; &nbsp; &nbsp;}');</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; muzeSayi = myForm.AddNewNumberBox(muzePanel,'muzeSayi');</div><div>&nbsp; &nbsp; muzeSayi.Align=alTop;</div><div>&nbsp; &nbsp; muzeSayi.Margins.Left= 200;</div><div>&nbsp; &nbsp; muzeSayi.Margins.Right= 50;</div><div>&nbsp; &nbsp; muzeSayi.Value = 5;</div><div>&nbsp; &nbsp; muzeSayi.Min = 0;&nbsp;</div><div>&nbsp; &nbsp; muzeSayi.Max = 10;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp; muze=myForm.AddNewLabel(muzePanel,'muze','Gittiğiniz Müze Sayısını Giriniz&#128509;: ');</div><div>&nbsp; &nbsp; muze.Align=alMostTop;</div><div>&nbsp; &nbsp; muze.Height=50;</div><div>&nbsp; &nbsp; muze.Width=100;</div><div>&nbsp; &nbsp; muze.Margins.Left=50;</div><div>&nbsp; &nbsp; muze.Margins.Right=200;</div><div>&nbsp; &nbsp; muze.TextSettings.Font.Size=15;</div><div>&nbsp; &nbsp; muze.StyledSettings = ssFamily;</div><div>&nbsp; &nbsp; myForm.Run;</div><div>}</div></div>]]>
   </description>
   <pubDate>Fri, 02 Aug 2024 10:17:28 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=791&amp;PID=1374#1374</guid>
  </item> 
  <item>
   <title><![CDATA[Align : burada m&#252;ze yaz&#305;s&#305; Align al top...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=791&amp;PID=1366#1366</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 791<br /><strong>Gönderim Zamanı:</strong> 01&nbsp;Ağustos&nbsp;2024 Saat 17:48<br /><br />burada müze yazısı Align al top dememe rağmen ortalanıyor ama numberBox al top'da label'ın en tepesine çıkıyor sebep ne olabilir? :&nbsp;<div><div>&nbsp; &nbsp;muzePanel=yeniseyahat.AddNewProPanel(VerticalScrollBox,'muzePanel');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(muzePanel,'{</div><div>&nbsp; &nbsp; "MarginBottom":450,</div><div>&nbsp; &nbsp; "Width" :400,&nbsp;</div><div>&nbsp; &nbsp; "Height":100,</div><div>&nbsp; &nbsp; "RoundHeight":20,</div><div>&nbsp; &nbsp; "RoundWidth":20,</div><div>&nbsp; &nbsp; "BorderColor":"#35115c",</div><div>&nbsp; &nbsp; "BackGroundColor":"#35115c"</div><div>&nbsp; &nbsp; &nbsp;}');</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; muzeSayi = yeniseyahat.AddNewNumberBox(muzePanel,'muzeSayi');</div><div>&nbsp; &nbsp; muzeSayi.Align=alTop;</div><div>&nbsp; &nbsp; muzeSayi.Margins.Left= 200;</div><div>&nbsp; &nbsp; muzeSayi.Margins.Right= 50;</div><div>&nbsp; &nbsp; muzeSayi.Value = 5;</div><div>&nbsp; &nbsp; muzeSayi.Min = 0;&nbsp;</div><div>&nbsp; &nbsp; muzeSayi.Max = 10;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp; muze=yeniseyahat.AddNewLabel(muzePanel,'muze','Gittiğiniz Müze Sayısını Giriniz&#128509;: ');</div><div>&nbsp; &nbsp; muze.Align=alTop;</div><div>&nbsp; &nbsp; muze.Height=50;</div><div>&nbsp; &nbsp; muze.Width=100;</div><div>&nbsp; &nbsp; muze.Margins.Left=50;</div><div>&nbsp; &nbsp; muze.Margins.Right=200;</div><div>&nbsp; &nbsp; muze.TextSettings.Font.Size=15;</div><div>&nbsp; &nbsp; muze.StyledSettings = ssFamily;</div><div>&nbsp; &nbsp;&nbsp;</div></div>]]>
   </description>
   <pubDate>Thu, 01 Aug 2024 17:48:55 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=791&amp;PID=1366#1366</guid>
  </item> 
 </channel>
</rss>