<?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 : Oranlı Panel Yuvarlama</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Oranlı Panel Yuvarlama]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 13:13:20 +0000</pubDate>
  <lastBuildDate>Fri, 12 Jul 2024 15:21:18 +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=661</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[Oranlı Panel Yuvarlama : Merhaba &#214;m&#252;r,A&#351;a&#287;&#305;daki kodu inceler...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=661&amp;PID=1000#1000</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 661<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Temmuz&nbsp;2024 Saat 15:21<br /><br />Merhaba Ömür,<div>Aşağıdaki kodu inceler misin ?</div><div><div>var</div><div>&nbsp; MyForm:TCLForm;</div><div>&nbsp; proBtn1,proBtn2 : TClProButton;</div><div>&nbsp; proEdit1 : TclProEdit;</div><div>&nbsp; proLbl1,proLbl2 : TClProLabel;</div><div>&nbsp; proPnl1 : TclProPanel;</div><div>&nbsp; proImg1 : TClProImage;</div><div>&nbsp; proLV1 : TclProListView;</div><div>&nbsp; proLVDP1 : TClProListViewDesignerPanel;&nbsp;</div><div>&nbsp; proDateEdt1 : TClProDateEdit;</div><div>&nbsp; qry:TCLJSONQUERY;</div><div>&nbsp; procedure proBtn1OnClick;</div><div>&nbsp; begin</div><div>&nbsp; &nbsp; MyForm.CallBarcodeReader(proEdit1);&nbsp;</div><div>&nbsp; end;</div><div>&nbsp; procedure onItemClicked;</div><div>&nbsp; begin</div><div>&nbsp; &nbsp; ShowMessage('--' +proLV1.clSelectedItemData(clCaption));</div><div>&nbsp; end;</div><div><br></div><div>begin</div><div>MyForm := TCLForm.Create(Self);</div><div><br></div><div>&nbsp; proBtn1 := MyForm.AddNewProButton(MyForm,'proBtn1','TEST');</div><div>&nbsp; MyForm.AddNewEvent(proBtn1,tbeOnClick,'proBtn1OnClick');</div><div>&nbsp; proBtn1.Align := alCenter;</div><div>&nbsp; proBtn1.Width := 180;</div><div>&nbsp; proBtn1.Height := 100;</div><div>&nbsp; proBtn1.clProSettings.FontColor := clAlphaColor.clHexToColor('#ff00ac');</div><div>&nbsp; proBtn1.clProSettings.FontSize := 20;</div><div>&nbsp; proBtn1.clProSettings.FontVertAlign := palcenter;//palLeading , palCenter , palTrailing</div><div>&nbsp; proBtn1.clProSettings.FontHorzAlign := palcenter;</div><div>&nbsp; proBtn1.clProSettings.TextSettings.Font.Style := &#091;fsBold,fsItalic,fsUnderline&#093;;</div><div>&nbsp;&nbsp;</div><div>&nbsp; proBtn1.clProSettings.BackgroundColor := clAlphaColor.clRed;</div><div>&nbsp; proBtn1.clProSettings.IsTransparent := False;</div><div>&nbsp; proBtn1.clProSettings.IsFill := True;</div><div>&nbsp; proBtn1.clProSettings.IsRound := True;</div><div>&nbsp; proBtn1.clProSettings.RoundHeight := MyForm.clHeight*0.01;</div><div>&nbsp; proBtn1.clProSettings.RoundWidth := MyForm.clHeight*0.01;</div><div>&nbsp; proBtn1.clProSettings.BorderColor := clAlphaColor.clBlue;</div><div>&nbsp; proBtn1.clProSettings.BorderWidth := 20;</div><div>&nbsp;&nbsp;</div><div><br></div><div>&nbsp; MyForm.Run;</div><div>end;</div></div>]]>
   </description>
   <pubDate>Fri, 12 Jul 2024 15:21:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=661&amp;PID=1000#1000</guid>
  </item> 
  <item>
   <title><![CDATA[Oranlı Panel Yuvarlama : PanelA.RoundHeight=PanelB.Heig...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=661&amp;PID=986#986</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 661<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Temmuz&nbsp;2024 Saat 11:38<br /><br /><div style=": rgb251, 251, 253;">PanelA.RoundHeight=PanelB.Height*0.03;</div><div style=": rgb251, 251, 253;">PanelA.RoundWidth=PanelB.Width*0.03;</div>]]>
   </description>
   <pubDate>Fri, 12 Jul 2024 11:38:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=661&amp;PID=986#986</guid>
  </item> 
  <item>
   <title><![CDATA[Oranlı Panel Yuvarlama : A Paneli&amp;#039;nin boyutunu B Paneli&amp;#039;nin...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=661&amp;PID=983#983</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=185">OmurS</a><br /><strong>Konu:</strong> 661<br /><strong>Gönderim Zamanı:</strong> 12&nbsp;Temmuz&nbsp;2024 Saat 11:24<br /><br />A Paneli'nin boyutunu B Paneli'nin boyutuna oranını alabiliyorum. Fakat ben bu oranı yuvarlama (RoundHeight,RoundWidth) ile kullanmak istiyorum. Bunu nasıl yapabilirim?<div><br></div><div>ÖRNEK KOD BLOĞU:</div><div>PanelA.RoundHeight=PanelB.Height*3/100;</div><div>PanelA.RoundWidth=PanelB.Width*3/100;</div><div><br></div>]]>
   </description>
   <pubDate>Fri, 12 Jul 2024 11:24:47 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=661&amp;PID=983#983</guid>
  </item> 
 </channel>
</rss>