<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[WPF WebBrowser control]]></title><description><![CDATA[<p dir="auto">Hello I'm trying to display a simple <a href="http://windy.com" rel="nofollow ugc">windy.com</a> map on the WPF WebBrowser control<br />
The code is :</p>
<pre><code>    &lt;div&gt;&lt;/div&gt;
</code></pre>
<p dir="auto">however i'm getting error script error</p>
]]></description><link>https://community.windy.com/topic/16535/wpf-webbrowser-control</link><generator>RSS for Node</generator><lastBuildDate>Sun, 16 Aug 2026 06:54:30 GMT</lastBuildDate><atom:link href="https://community.windy.com/topic/16535.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 May 2021 03:26:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WPF WebBrowser control on Wed, 19 May 2021 13:51:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/three60energy" aria-label="Profile: three60energy">@<bdi>three60energy</bdi></a> Hello, did you generate a test key?</p>
]]></description><link>https://community.windy.com/post/77743</link><guid isPermaLink="true">https://community.windy.com/post/77743</guid><dc:creator><![CDATA[Korina]]></dc:creator><pubDate>Wed, 19 May 2021 13:51:45 GMT</pubDate></item><item><title><![CDATA[Reply to WPF WebBrowser control on Wed, 19 May 2021 03:33:39 GMT]]></title><description><![CDATA[<pre><code>
    &lt; head &gt; 
        &lt; meta
            name="viewport"
            content="width=device-width, initial-scale=1.0, shrink-to-fit=no"
        / &gt; 
        &lt; script src="https://unpkg.com/leaflet@1.4.0/dist/leaflet.js" &gt; &lt; /script &gt; 
        &lt; script src="https://api.windy.com/assets/map-forecast/libBoot.js" &gt; &lt; /script &gt; 
        &lt; style &gt; 
            #windy {
                width: 100%;
                height: 100%; }
        &lt; /style &gt; 
    &lt; /head &gt; 
    &lt; body &gt; 
        &lt; div id="windy" &gt; &lt; /div &gt; 
        &lt; !--&lt; script src="script.js" &gt; &lt; /script &gt; -- &gt; 

        &lt; script  &gt; 

            var options = {
                // Required: API key
                key: 'replacekey', // REPLACE WITH YOUR KEY !!!

                // Put additional console output
                verbose: true,

                // Optional: Initial state of the map
                lat: 3.5487142,
                lon: 112.063852,
                zoom: 10,
            };

            // Initialize Windy API
            windyInit(options, windyAPI = &gt;  {
                const { map } = windyAPI;
            });

       
        &lt; /script &gt; 
    &lt; /body &gt; 
&lt; /html &gt; 
</code></pre>
]]></description><link>https://community.windy.com/post/77689</link><guid isPermaLink="true">https://community.windy.com/post/77689</guid><dc:creator><![CDATA[three60energy]]></dc:creator><pubDate>Wed, 19 May 2021 03:33:39 GMT</pubDate></item></channel></rss>