<?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 : Android telefonda clsender çalışmıyor</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; : Android telefonda clsender çalışmıyor]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Apr 2026 03:03:40 +0000</pubDate>
  <lastBuildDate>Mon, 10 Nov 2025 14:28:08 +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=1221</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[Android telefonda clsender çalışmıyor : Merhaba G&#252;ney,Butonun tbeOnclick...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1221&amp;PID=2664#2664</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> 1221<br /><strong>Gönderim Zamanı:</strong> 10&nbsp;Kasım&nbsp;2025 Saat 14:28<br /><br />Merhaba Güney,<br>Butonun tbeOnclick olayını Rest'e atar mısın?<br>Pc de clsender yaptığımız da mesela masa 5 tonu rest başlar,<br>API yanıtı gelir ve prosedür çalışır.MainForm.clSender da hala masa 5 butonu duruyor olur.&nbsp;<br>Android de basa 5 butonuna tıklanıldığın da rest başlar, API yanıtı beklerken,Android olay döngüsü devam eder. Ekrana dokunma, kaydırma veya test bileşeni işlem bitti olayı tetiklenir. Kısaca tetiklenme olduğun da cl.sender artık bileşenin kendiisidr.&nbsp;<br><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>Mon, 10 Nov 2025 14:28:08 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1221&amp;PID=2664#2664</guid>
  </item> 
  <item>
   <title><![CDATA[Android telefonda clsender çalışmıyor : clTag ile etiketledi&#287;im butondan...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1221&amp;PID=2662#2662</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> 1221<br /><strong>Gönderim Zamanı:</strong> 10&nbsp;Kasım&nbsp;2025 Saat 14:02<br /><br /><div>clTag ile etiketlediğim butondan string ve int taglarını alıp kullanmak istiyorum fakat Androidde çalışmıyor. Fakat bilgisayardan çalıştırdığımda her şey düzgün bir şekilde geliyor.<br><br>void GetUserPrivilegesCompletedV</div><div>var</div><div>&nbsp; jsonResponse, TableName: String;</div><div>&nbsp; Arr : TCLJSONArray;</div><div>&nbsp; I, OrderID: Integer;</div><div>&nbsp; hasViewOrders, hasTakePayment: Boolean;</div><div>{</div><div>&nbsp; jsonResponse = TCRest.Response;</div><div>&nbsp; //ShowMessage(jsonResponse);</div><div>&nbsp; Arr = TCLJSONArray.Create;</div><div><span style="white-space: normal;"><span style="white-space:pre">	</span>Arr = TCLJSONArray.CreateFromJSON(jsonResponse);</span></div><div>&nbsp; if(jsonResponse == ''){</div><div>&nbsp; &nbsp; ShowMessage('Yetkiler listesi boş herhangi bir yetki yok.')</div><div>&nbsp; }else{</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if(Main.IsArrayContain(Arr, jsonResponse, 'privilege_name', 'VIEW_ORDERS')){</div><div>&nbsp; &nbsp; &nbsp; &nbsp; TableName = TClProButton(MainForm.Clsender).clTagStr;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; OrderID = TClProButton(MainForm.Clsender).clTagInt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; uWaiterAndChefDetails.SetOrderIDV(OrderID);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Clomosy.RunUnit('uWaiterAndChefDetails');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; uWaiterAndChefDetails.SetTitleV(TableName);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage(TableName);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; //uWaiterAndChefDetails.SetOrderIDV(14);</div><div>&nbsp; &nbsp; &nbsp; }else {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('yetkin yok');</div><div>&nbsp; &nbsp; &nbsp; }</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>Mon, 10 Nov 2025 14:02:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1221&amp;PID=2662#2662</guid>
  </item> 
 </channel>
</rss>