<?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 : mobilde unite geçilmiyor</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : mobilde unite geçilmiyor]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 13:14:38 +0000</pubDate>
  <lastBuildDate>Fri, 02 Aug 2024 17:33:41 +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=798</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[mobilde unite geçilmiyor : &#199;al&#305;&#351;t&#305; te&#351;ekk&#252;rler ]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=798&amp;PID=1391#1391</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=191">Senol</a><br /><strong>Konu:</strong> 798<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Ağustos&nbsp;2024 Saat 17:33<br /><br />Çalıştı teşekkürler]]>
   </description>
   <pubDate>Fri, 02 Aug 2024 17:33:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=798&amp;PID=1391#1391</guid>
  </item> 
  <item>
   <title><![CDATA[mobilde unite geçilmiyor : Merhaba &#350;enol,Sana yeni apk g&#246;nderdim...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=798&amp;PID=1387#1387</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 798<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Ağustos&nbsp;2024 Saat 17:14<br /><br />Merhaba Şenol,<div>Sana yeni apk gönderdim kontrol eder misin ?&nbsp;</div>]]>
   </description>
   <pubDate>Fri, 02 Aug 2024 17:14:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=798&amp;PID=1387#1387</guid>
  </item> 
  <item>
   <title><![CDATA[mobilde unite geçilmiyor : //Bu kod bilgisayardaki uygulamada...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=798&amp;PID=1381#1381</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=191">Senol</a><br /><strong>Konu:</strong> 798<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Ağustos&nbsp;2024 Saat 14:02<br /><br /><div>//Bu kod bilgisayardaki uygulamada açılıyor ve geçiş yapıyor ama mobilde geçmiyor //hata veriyor<br>Var&nbsp; &nbsp;</div><div>&nbsp; &nbsp;anaForm : TclForm;</div><div>&nbsp; &nbsp;proBtn1,proBtn2 : TClProButton;</div><div>&nbsp; &nbsp;hayvanYukle :TclUnit;</div><div>&nbsp; &nbsp;hayvanSahiplen :TclUnit;</div><div>&nbsp; &nbsp;Unit4 :TclUnit;</div><div>&nbsp;&nbsp;</div><div>void GoToUnit1;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('hayvanYukle');</div><div>}</div><div>void GoToUnit2;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('Unit4');</div><div>}</div><div><br></div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;{</div><div>&nbsp; &nbsp;anaForm = TclForm.Create(nil);</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;proBtn1 = anaForm.AddNewProButton(anaForm,'proBtn1','Sokak hayvanı bildir');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(proBtn1,'{"Width" :350,"Height":50,"BorderWidth":2,"BorderColor":"#000000","RoundHeight":20,</div><div>&nbsp; "RoundWidth":20}');</div><div>&nbsp; proBtn1.Align = alCenter;</div><div>&nbsp; anaForm.AddNewEvent(proBtn1,tbeOnClick,'GoToUnit1');</div><div>&nbsp; &nbsp;proBtn2 = anaForm.AddNewProButton(anaForm,'proBtn2','Sokak hayvanı sahiplen');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(proBtn2,'{"Width" :350,"Height":50,"BorderWidth":2,"BorderColor":"#000000","RoundHeight":20,</div><div>&nbsp; "RoundWidth":20}');</div><div>&nbsp; proBtn2.Align = alCenter;</div><div>&nbsp; proBtn2.Margins.Top= 105;</div><div>&nbsp; anaForm.AddNewEvent(proBtn2,tbeOnClick,'GoToUnit2');</div><div>&nbsp; &nbsp;//anaForm.AddNewEvent(proBtn2,tbeOnClick,'BtnOnClick');</div><div>&nbsp; &nbsp;anaForm.Run;</div><div>&nbsp;}</div><div><br><br>//unit<br><div>var</div><div>myForm : tclForm;</div><div><br></div><div><br></div><div>{</div><div>&nbsp; myForm=tclForm.Create(Self);</div><div>&nbsp; myForm.Run;</div><div>}</div></div><div><img src="uploads/191/WhatsApp_Image_2024-08-02_at_13.59.59.jpeg" height="1600" width="720" border="0" /><br></div>]]>
   </description>
   <pubDate>Fri, 02 Aug 2024 14:02:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=798&amp;PID=1381#1381</guid>
  </item> 
 </channel>
</rss>