<?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 : Tclwebbrowser hatası</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Tclwebbrowser hatası]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 18:29:41 +0000</pubDate>
  <lastBuildDate>Mon, 04 May 2026 16:40:09 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1467</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[Tclwebbrowser hatası : Merhaba Talha,Bunu i&#231;in verdi&#287;im...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1467&amp;PID=3341#3341</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> 1467<br /><strong>Gönderim Zamanı:</strong> 04&nbsp;Mayıs&nbsp;2026 Saat 16:40<br /><br />Merhaba Talha,&nbsp;<br><br>Bunu için verdiğim prosedürü kullanmanı tavsiye ederim. Bu kodla beraber telefonda yer alan mobil uygulamaya yani haritalara erişim sağlayabilirsin.&nbsp;<br><div>void OpenMap;</div><div>{</div><div>&nbsp; TClomosyOS.OpenURL('<a href="https://maps.google.com/?q=41.0082,28.9784" target="_blank" rel="nofollow">https://maps.google.com/?q=41.0082,28.9784</a>');</div><div>}</div><div><br>TClomosyOS.OpenURL ile sadece haritalar değil telefon da yer alan web,&nbsp;WhatsApp, sosyal medya, sms ve diğer bir çok uygulamaya erişim sağlayabilirsin&nbsp;<br><br><br>iyi çalışmalar&nbsp;<br><br></div><br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" 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, 04 May 2026 16:40:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1467&amp;PID=3341#3341</guid>
  </item> 
  <item>
   <title><![CDATA[Tclwebbrowser hatası : Merhaba mobilde kullan&#305;lan arama...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1467&amp;PID=3339#3339</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=345">kaanl0</a><br /><strong>Konu:</strong> 1467<br /><strong>Gönderim Zamanı:</strong> 04&nbsp;Mayıs&nbsp;2026 Saat 15:40<br /><br />Merhaba mobilde kullanılan arama motoru haritaların açılmasına izin vermiyor. Attığım kodda ise&nbsp; uygulama içinde anlık sanal bir html web sitesi oluşturup haritaları o html kodunun içinde çalıştırırarak hatayı çözüyoruz.<br><br><div>var</div><div>&nbsp; MainForm: TCLForm;</div><div>&nbsp; OpenWebBtn: TclProButton;</div><div>&nbsp; WebContainerPnl: TclProPanel;</div><div>&nbsp; MyWebBrowser: TclProWebBrowser;</div><div>&nbsp;&nbsp;</div><div>// BUTONA TIKLANINCA ÇALIŞACAK İŞLEM</div><div>void OnOpenWebClick;</div><div>var</div><div>&nbsp; LHtml: String;</div><div>{</div><div>&nbsp; WebContainerPnl.Visible = True;</div><div><br></div><div>&nbsp; LHtml = 'data:text/html;charset=utf-8,' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&lt;html&gt;' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&lt;head&gt;&lt;meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"&gt;&lt;/head&gt;' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&lt;body style="margin:0;padding:0;overflow:hidden;"&gt;' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&lt;iframe width="100%" height="100%" frameborder="0" style="border:0" src="<a href="https://maps.google.com/maps?hl=tr&amp;amp;output=&#101;mbed" target="_blank" rel="nofollow">https://maps.google.com/maps?hl=tr&amp;amp;output=embed"</a>&gt;&lt;/iframe&gt;' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&lt;/body&gt;' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&lt;/html&gt;';</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyWebBrowser.Navigate(LHtml);&nbsp;</div><div>}</div><div>// ANA KURULUM</div><div>{</div><div>&nbsp; MainForm = TCLForm.Create(Self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; // -- AÇMA BUTONU --</div><div>&nbsp; OpenWebBtn = MainForm.AddNewProButton(MainForm, 'OpenWebBtn', 'Web Sayfasını Aç');</div><div>&nbsp; OpenWebBtn.Align = alTop;</div><div>&nbsp; OpenWebBtn.Height = 50;</div><div>&nbsp; OpenWebBtn.Margins.Top = 20;</div><div>&nbsp; OpenWebBtn.Margins.Left = 20;</div><div>&nbsp; OpenWebBtn.Margins.Right = 20;</div><div>&nbsp; OpenWebBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#16A64B');</div><div>&nbsp; OpenWebBtn.clProSettings.FontColor = clAlphaColor.clHexToColor('#FFFFFF');</div><div>&nbsp; OpenWebBtn.clProSettings.TextSettings.Font.Style = &#091;fsBold&#093;;</div><div>&nbsp; OpenWebBtn.clProSettings.RoundHeight = 10;</div><div>&nbsp; OpenWebBtn.clProSettings.RoundWidth = 10;</div><div>&nbsp; OpenWebBtn.SetclProSettings(OpenWebBtn.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; MainForm.AddNewEvent(OpenWebBtn, tbeOnClick, 'OnOpenWebClick');</div><div><br></div><div>&nbsp; WebContainerPnl = MainForm.AddNewProPanel(MainForm, 'WebContainerPnl');</div><div>&nbsp; WebContainerPnl.Align = alClient;</div><div>&nbsp; WebContainerPnl.Margins.Top = 10;</div><div>&nbsp; WebContainerPnl.Margins.Left = 10;</div><div>&nbsp; WebContainerPnl.Margins.Right = 10;</div><div>&nbsp; WebContainerPnl.Margins.Bottom = 10;</div><div>&nbsp; WebContainerPnl.Visible = False; // Başlangıçta gizli</div><div>&nbsp;&nbsp;</div><div>&nbsp; // -- WEB BROWSER --</div><div>&nbsp; MyWebBrowser = MainForm.AddNewProWebBrowser(WebContainerPnl, 'MyWebBrowser');</div><div>&nbsp; MyWebBrowser.Align = alClient;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MainForm.Run;</div><div>}</div><br><br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" 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, 04 May 2026 15:40:33 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1467&amp;PID=3339#3339</guid>
  </item> 
  <item>
   <title><![CDATA[Tclwebbrowser hatası : Androidde tclwebbrowser Google...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1467&amp;PID=3337#3337</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=428">Talha</a><br /><strong>Konu:</strong> 1467<br /><strong>Gönderim Zamanı:</strong> 04&nbsp;Mayıs&nbsp;2026 Saat 15:01<br /><br />Androidde tclwebbrowser Google haritaları kullanamıyorum.]]>
   </description>
   <pubDate>Mon, 04 May 2026 15:01:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1467&amp;PID=3337#3337</guid>
  </item> 
 </channel>
</rss>