<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Control a Pop up windwow's position possible? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/control-a-pop-up-windwow-s-position-possible/m-p/714008#M15864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I create a pop up windown, now it is PopUpManager.centerPopUp(myTable);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like this windown always stay at a fixed position, such as always at the top or left, is there any way that I can do that? It seems PopUpManager does not have that property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also add lef="10" inside the pop up windown component, but it does not work. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2011 14:51:15 GMT</pubDate>
    <dc:creator>LeiZhou</dc:creator>
    <dc:date>2011-06-29T14:51:15Z</dc:date>
    <item>
      <title>Control a Pop up windwow's position possible?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/control-a-pop-up-windwow-s-position-possible/m-p/714008#M15864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I create a pop up windown, now it is PopUpManager.centerPopUp(myTable);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like this windown always stay at a fixed position, such as always at the top or left, is there any way that I can do that? It seems PopUpManager does not have that property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also add lef="10" inside the pop up windown component, but it does not work. Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 14:51:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/control-a-pop-up-windwow-s-position-possible/m-p/714008#M15864</guid>
      <dc:creator>LeiZhou</dc:creator>
      <dc:date>2011-06-29T14:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Control a Pop up windwow's position possible?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/control-a-pop-up-windwow-s-position-possible/m-p/714009#M15865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can set the pop up's x and y.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pop1 = myPopUp(PopUpManager.createPopUp(this, myPopUp, false, PopUpManagerChildList.POPUP));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pop1.x=80;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pop1.y=300;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 16:58:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/control-a-pop-up-windwow-s-position-possible/m-p/714009#M15865</guid>
      <dc:creator>BrendanLee</dc:creator>
      <dc:date>2011-06-29T16:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Control a Pop up windwow's position possible?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/control-a-pop-up-windwow-s-position-possible/m-p/714010#M15866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot! I created an instance of pop-up window, and use this instance to set x and y value. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can set the pop up's x and y.&lt;BR /&gt;&lt;BR /&gt;pop1 = myPopUp(PopUpManager.createPopUp(this, myPopUp, false, PopUpManagerChildList.POPUP));&lt;BR /&gt;pop1.x=80;&lt;BR /&gt;pop1.y=300;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 21:29:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/control-a-pop-up-windwow-s-position-possible/m-p/714010#M15866</guid>
      <dc:creator>LeiZhou</dc:creator>
      <dc:date>2011-06-29T21:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Control a Pop up windwow's position possible?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/control-a-pop-up-windwow-s-position-possible/m-p/714011#M15867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also, by setting the isPopUp property to false, the users won't be able to drag the window if it is what you want.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2011 22:29:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/control-a-pop-up-windwow-s-position-possible/m-p/714011#M15867</guid>
      <dc:creator>YungKaiChin</dc:creator>
      <dc:date>2011-07-05T22:29:58Z</dc:date>
    </item>
  </channel>
</rss>

