<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>apollocoders at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/apollocoders/</link>
    <description>ApolloCoders</description>

    <item>
      <title>(no subject)</title>
      <pubDate>Tue, 30 Jun 2009 10:03:40 GMT</pubDate>
      <dc:creator>Cesare Rocchi</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3290</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3290</guid>
      <description>Just use: nativeWindow.xnativeWindow.y to get x and y values. HTH. -- Rocchi Cesare http://funkyboy.tumblr.com/</description>
    </item>
    <item>
      <title>Re: Absolute Position of Window on Desktop</title>
      <pubDate>Tue, 30 Jun 2009 08:25:25 GMT</pubDate>
      <dc:creator>jeremy.mooer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3289</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3289</guid>
      <description>you are correct in that the normal properties x and y don&#39;t help you.  To position the native window in relation to the desktop&#39;s x-y, you need to access</description>
    </item>
    <item>
      <title>Absolute Position of Window on Desktop</title>
      <pubDate>Mon, 29 Jun 2009 11:56:27 GMT</pubDate>
      <dc:creator>cf.ende</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3288</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3288</guid>
      <description>Hi, I need to retrieve the absolute and correct x and y coordinates of an inner AIR window relaiv to point (0,0) on the desktop. The normal coordinates doesn&#39;t</description>
    </item>
    <item>
      <title>Re: nativeWindow.type and disabling the SystemMenu</title>
      <pubDate>Mon, 08 Jun 2009 09:17:00 GMT</pubDate>
      <dc:creator>jeremy.mooer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3287</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3287</guid>
      <description>... Certainly. We&#39;re in the process of migrating 20 years of Oracle Forms code (internal ERP) into an AIR app (external modules, c# back-end). After going</description>
    </item>
    <item>
      <title>Re: struggling to display &lt;img src=&quot;app:/test.jpg&quot;/&gt; within &lt;mx:HTML</title>
      <pubDate>Mon, 08 Jun 2009 09:16:57 GMT</pubDate>
      <dc:creator>Paul Evans</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3286</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3286</guid>
      <description>... Thanks for the help, I had missed that change. -- Paul Evans http://www.creative-cognition.co.uk/ http://blog.creacog.co.uk/</description>
    </item>
    <item>
      <title>Re: nativeWindow.type and disabling the SystemMenu</title>
      <pubDate>Fri, 15 May 2009 21:54:28 GMT</pubDate>
      <dc:creator>Oliver Goldman</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3285</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3285</guid>
      <description>The F10 key is handled directly by Windows. I believe it&#39;s possible for a Windows application to override this behavior, but that requires taking explicit</description>
    </item>
    <item>
      <title>I am getting HTTPService error 2032 in Air on PC, while service is t</title>
      <pubDate>Fri, 15 May 2009 19:02:33 GMT</pubDate>
      <dc:creator>djhatrick</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3284</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3284</guid>
      <description>Here&#39;s our service: http://api.voxel.net/ I can hit it on a mac, but not a PC. can anybody help me verify that this is throwing an error. I&#39;m using a delegate</description>
    </item>
    <item>
      <title>Re: Targeting 1.5.1 and can&#39;t connect to debugger</title>
      <pubDate>Fri, 15 May 2009 19:00:37 GMT</pubDate>
      <dc:creator>djhatrick</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3283</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3283</guid>
      <description>And how do I do this? the 1.5.1 SDK is not inside my 3.3 sdk, only 1.0 is... Where can I pick it up? thanks</description>
    </item>
    <item>
      <title>Re: struggling to display &lt;img src=&quot;app:/test.jpg&quot;/&gt; within &lt;mx:HTML</title>
      <pubDate>Fri, 15 May 2009 18:36:02 GMT</pubDate>
      <dc:creator>Oliver Goldman</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3282</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3282</guid>
      <description>Assigning to the &quot;htmlText&quot; property is placing the contents in the browser sandbox, and content there is not allowed to resolve app: URLs. In order to make</description>
    </item>
    <item>
      <title>Re: struggling to display &lt;img src=&quot;app:/test.jpg&quot;/&gt; within &lt;mx:HTML</title>
      <pubDate>Fri, 15 May 2009 16:28:37 GMT</pubDate>
      <dc:creator>jeremy.mooer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3281</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3281</guid>
      <description>Hey Paul.  I&#39;m pretty sure the html component can&#39;t see the app:/ directory.  It just renders html.  But between ExternalInterface and the dom object inside</description>
    </item>
    <item>
      <title>Re: struggling to display &lt;img src=&quot;app:/test.jpg&quot;/&gt; within &lt;mx:HTML</title>
      <pubDate>Fri, 15 May 2009 16:28:31 GMT</pubDate>
      <dc:creator>Paul Evans</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3280</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3280</guid>
      <description>... I just tried it again, having copied the htmlText to a test.html file then setting the location property. In which case it works, displaying the html which</description>
    </item>
    <item>
      <title>Re: struggling to display &lt;img src=&quot;app:/test.jpg&quot;/&gt; within &lt;mx:HTML</title>
      <pubDate>Fri, 15 May 2009 15:31:37 GMT</pubDate>
      <dc:creator>Jim Hayes</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3279</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3279</guid>
      <description>Is that image getting copied into bin-debug (which is usually app:/ when you&#39;re debugging) ? I guess if it appears in the image control then it does. Perhaps</description>
    </item>
    <item>
      <title>Re: struggling to display &lt;img src=&quot;app:/test.jpg&quot;/&gt; within &lt;mx:HTML</title>
      <pubDate>Fri, 15 May 2009 10:09:28 GMT</pubDate>
      <dc:creator>Tom Chiverton</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3278</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3278</guid>
      <description>... I wonder if WebKit doesn&#39;t know about the &#39;app:&#39; type URLs ? Tom Chiverton Developer Tel: &#43;44 0161 618 5032 Fax: &#43;44 0161 618 5099 </description>
    </item>
    <item>
      <title>nativeWindow.type and disabling the SystemMenu</title>
      <pubDate>Fri, 15 May 2009 08:46:40 GMT</pubDate>
      <dc:creator>jeremy.mooer</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3277</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3277</guid>
      <description>Hey all. New member, but we&#39;ve had an in-house AIR app in production since 1.0 was released. I&#39;ll try to make my issue description to-the-point: If</description>
    </item>
    <item>
      <title>struggling to display &lt;img src=&quot;app:/test.jpg&quot;/&gt; within &lt;mx:HTML&gt;</title>
      <pubDate>Fri, 15 May 2009 08:46:23 GMT</pubDate>
      <dc:creator>Paul Evans</dc:creator>
      <link>http://tech.groups.yahoo.com/group/apollocoders/message/3276</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/apollocoders/message/3276</guid>
      <description>Struggling to understand why this isn&#39;t working and would appreciate any opinions... what am i missing? Thanks! Mac Flex 3.3 AIR 1.5.1 adl, (though AIR 1.5.2</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Mon Jul  6 17:04:04 PDT 2009 -->
