<?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 : Obje var mı kontrolü</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; : Obje var mı kontrolü]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 03:03:47 +0000</pubDate>
  <lastBuildDate>Thu, 13 Nov 2025 17:47:43 +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=1226</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[Obje var mı kontrolü : Ayn&#305; isim de iki panel olu&#351;turuldu&#287;u...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1226&amp;PID=2697#2697</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> 1226<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Kasım&nbsp;2025 Saat 17:47<br /><br />Aynı isim de iki panel oluşturulduğu için hata verir.&nbsp;<span style=": rgb251, 251, 253;">OpacityPnl&nbsp; bir kez oluşturup iki farklı popup'ta kullanalım&nbsp;<br></span><br><div>var</div><div>&nbsp; MainForm: TClForm;</div><div>&nbsp; OpacityPnl: TclProPanel;&nbsp;&nbsp;</div><div>&nbsp; StatePnl: TclProPanel;</div><div>&nbsp; WaiterPopUpPnl: TclProPanel;</div><div><br></div><div><br></div><div>void OpacityPnlVD</div><div>{</div><div>&nbsp; Try</div><div>&nbsp; &nbsp; if (OpacityPnl &lt;&gt; nil)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; OpacityPnl.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; Exit;&nbsp;&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; OpacityPnl = MainForm.AddNewProPanel(MainForm, 'OpacityPnl');</div><div>&nbsp; &nbsp; OpacityPnl.Align = alCenter;</div><div>&nbsp; &nbsp; OpacityPnl.Width = MainForm.clWidth;</div><div>&nbsp; &nbsp; OpacityPnl.Height = MainForm.clHeight * 1.2;</div><div>&nbsp; &nbsp; OpacityPnl.Visible = False;&nbsp;&nbsp;</div><div>&nbsp; &nbsp; OpacityPnl.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#000000');</div><div>&nbsp; &nbsp; OpacityPnl.Opacity = 0.6;</div><div>&nbsp; &nbsp; OpacityPnl.SetclProSettings(OpacityPnl.clProSettings);</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('OpacityPnlVD hatası: ' + LastExceptionMessage);</div><div>&nbsp; }</div><div>}</div><div><br></div><div><br></div><div><br></div><div>void StatePopUp&nbsp;&nbsp;</div><div>{</div><div>&nbsp; Try</div><div>&nbsp; &nbsp; OpacityPnlVD;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; StatePnl = MainForm.clFindComponent('StatePnl') as TclProPanel;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (StatePnl == nil)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; StatePnl = MainForm.AddNewProPanel(MainForm, 'StatePnl');</div><div>&nbsp; &nbsp; &nbsp; // StatePnl ayarlarını buraya&nbsp;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (OpacityPnl &lt;&gt; nil)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; OpacityPnl.Visible = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (StatePnl &lt;&gt; nil)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; StatePnl.Visible = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('StatePopUp hatası: ' + LastExceptionMessage);</div><div>&nbsp; }</div><div>}</div><div><br></div><div><br></div><div>void WaiterPopUp&nbsp;&nbsp;</div><div>{</div><div>&nbsp; Try</div><div>&nbsp; &nbsp; OpacityPnlVD;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; WaiterPopUpPnl = MainForm.clFindComponent('WaiterPopUpPnl') as TclProPanel;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (WaiterPopUpPnl == nil)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; WaiterPopUpPnl = MainForm.AddNewProPanel(MainForm, 'WaiterPopUpPnl');</div><div>&nbsp; &nbsp; &nbsp; // WaiterPopUpPnl ayarlarını buraya</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (OpacityPnl &lt;&gt; nil)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; OpacityPnl.Visible = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (WaiterPopUpPnl &lt;&gt; nil)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; WaiterPopUpPnl.Visible = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('WaiterPopUp hatası: ' + LastExceptionMessage);</div><div>&nbsp; }</div><div>}</div><div><br></div><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>Thu, 13 Nov 2025 17:47:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1226&amp;PID=2697#2697</guid>
  </item> 
  <item>
   <title><![CDATA[Obje var mı kontrolü : Yapm&#305;&#351; oldu&#287;um panel ile arkaplan...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1226&amp;PID=2695#2695</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=344">M-Guney</a><br /><strong>Konu:</strong> 1226<br /><strong>Gönderim Zamanı:</strong> 13&nbsp;Kasım&nbsp;2025 Saat 10:52<br /><br />Yapmış olduğum panel ile arkaplan efekti veriyorum fakat benim iki pop up'ımda da çalışmasını istiyorum aynı isaimde iki tane oluşturmaya çalıştığı için o uniti çalıştırmıyor.<br><br><div>void OpacityPnlVD</div><div>{</div><div>&nbsp; if(OpacityPnl == nil){</div><div>&nbsp; ShowMessage('opacity panel yok .')}</div><div>&nbsp; if(OpacityPnl &lt;&gt; nil){</div><div>&nbsp; &nbsp; OpacityPnl= MainForm.AddNewProPanel(MainForm,'OpacityPnl');</div><div>&nbsp; &nbsp; OpacityPnl.Align=alCenter;</div><div>&nbsp; &nbsp; //OpacityPnl.Width = 393;</div><div>&nbsp; &nbsp; OpacityPnl.Width= (MainForm.clWidth);</div><div>&nbsp; &nbsp; OpacityPnl.Height = (MainForm.clHeight*1.2);</div><div>&nbsp; &nbsp; OpacityPnl.Visible=False;</div><div>&nbsp; &nbsp; OpacityPnl.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#000000');</div><div>&nbsp; &nbsp; OpacityPnl.opacity=0.6;</div><div>&nbsp; &nbsp; OpacityPnl.SetclProSettings(OpacityPnl.clProSettings);</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void StatePopUp&nbsp; // şEF SİPARİŞ DURUMUNA BASTIĞINDA AÇILACAK POPUP&nbsp;</div><div>&nbsp; {&nbsp;</div><div>&nbsp; OpacityPnlVD;</div><div>&nbsp; StatePnl= MainForm.AddNewProPanel(MainForm,'StatePnl');<br><br><div>void WaiterPopUp&nbsp; //GARSON SİPARİŞ DURUMUNA BASTIĞINDA AÇILACAK POPUP&nbsp;</div><div>{</div><div>&nbsp; OpacityPnlVD;</div><div>&nbsp;&nbsp;</div><div>&nbsp; WaiterPopUpPnl= MainForm.AddNewProPanel(MainForm,'WaiterPopUpPnl');</div></div>]]>
   </description>
   <pubDate>Thu, 13 Nov 2025 10:52:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1226&amp;PID=2695#2695</guid>
  </item> 
 </channel>
</rss>