<?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 Re: Maximizing window while zooming in a scene view in Qt Maps SDK Questions</title>
    <link>https://community.esri.com/t5/qt-maps-sdk-questions/maximizing-window-while-zooming-in-a-scene-view/m-p/637655#M3209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for letting us know. I'll log a bug for us to look into this. I found that resizing the window "fixes" it. Maybe a temporary workaround to make it pop back into place would be to resize the window programatically after the resize and viewpoint animation is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Mar 2019 18:19:16 GMT</pubDate>
    <dc:creator>LucasDanzinger</dc:creator>
    <dc:date>2019-03-20T18:19:16Z</dc:date>
    <item>
      <title>Maximizing window while zooming in a scene view</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/maximizing-window-while-zooming-in-a-scene-view/m-p/637654#M3208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Using the arcgis runtime cpp samples viewer I see some strange behavior.&lt;/P&gt;&lt;P&gt;1. Start the Scenes/Display a scene example&lt;/P&gt;&lt;P&gt;2. Make sure the application is running as a smallish window.&lt;/P&gt;&lt;P&gt;3. Zoom in/out using the scroll wheel on the mouse&lt;/P&gt;&lt;P&gt;4. While the animation is going on(i.e. its moving in or out). Maximize the window.&lt;/P&gt;&lt;P&gt;5. I get a small sceneview in a large black maximized window. See attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wait until the zoom/pan animation has stopped before maximizing everything works as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a known bug? Or is something maybe wrong with my setup? I'm running windows 10 and arcgis qt sdk 100.4 with qt 5.12.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 11:03:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/maximizing-window-while-zooming-in-a-scene-view/m-p/637654#M3208</guid>
      <dc:creator>HenrikVatnar</dc:creator>
      <dc:date>2019-03-20T11:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Maximizing window while zooming in a scene view</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/maximizing-window-while-zooming-in-a-scene-view/m-p/637655#M3209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for letting us know. I'll log a bug for us to look into this. I found that resizing the window "fixes" it. Maybe a temporary workaround to make it pop back into place would be to resize the window programatically after the resize and viewpoint animation is done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 18:19:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/maximizing-window-while-zooming-in-a-scene-view/m-p/637655#M3209</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-03-20T18:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Maximizing window while zooming in a scene view</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/maximizing-window-while-zooming-in-a-scene-view/m-p/637656#M3210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah that would probably work. I don't have any code in front of me right&lt;/P&gt;&lt;P&gt;now but I think that setting the view center/extent programatically with an&lt;/P&gt;&lt;P&gt;animation (make it take a couple of seconds) and doing the maximize while&lt;/P&gt;&lt;P&gt;the animation is running is actually ok. Not completely sure though. So it&lt;/P&gt;&lt;P&gt;could be something with how the mouse events are handled.&lt;/P&gt;&lt;P&gt;You think a fix for this might be in 100.5 or is that window already closed?&lt;/P&gt;&lt;P&gt;And thanks for another quick response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 19:37:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/maximizing-window-while-zooming-in-a-scene-view/m-p/637656#M3210</guid>
      <dc:creator>HenrikVatnar</dc:creator>
      <dc:date>2019-03-20T19:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Maximizing window while zooming in a scene view</title>
      <link>https://community.esri.com/t5/qt-maps-sdk-questions/maximizing-window-while-zooming-in-a-scene-view/m-p/637657#M3211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the same thing - if I programmatically change viewpoint, it works ok, but it is something with the mouse interaction/events. We are only a week or so away from release, so it is looking like we unfortunately will not be able to fix this for this&amp;nbsp;upcoming release (100.5)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Mar 2019 16:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/qt-maps-sdk-questions/maximizing-window-while-zooming-in-a-scene-view/m-p/637657#M3211</guid>
      <dc:creator>LucasDanzinger</dc:creator>
      <dc:date>2019-03-21T16:34:24Z</dc:date>
    </item>
  </channel>
</rss>

