<?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: using web browser box, is there any way I can have it retain BROWSER level zoom between &amp;quot;navigate&amp;quot; events? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/using-web-browser-box-is-there-any-way-I-can-have-it-retain/m-p/806271#M98472</link>
    <description>&lt;P&gt;I find the &lt;CODE class=" language-jsl"&gt;Web Browser Box()&lt;/CODE&gt; super helpful!&amp;nbsp; Edge (based on chromium) has such a better display engine than JMP, so for complicated forms and UI elements, implementing them in the web as a SPA is preferable.&amp;nbsp; The hard part was to have JMP + SPA instance communicate reliably, but that was just tedious rather than difficult.&amp;nbsp; I'm curious as to what you're wanting with your embedded web app -- if it's your own web-app, then maybe you can set it up to not do reloads, and then it'll keep it's zoom-level.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Oct 2024 15:02:46 GMT</pubDate>
    <dc:creator>ErraticAttack</dc:creator>
    <dc:date>2024-10-16T15:02:46Z</dc:date>
    <item>
      <title>using web browser box, is there any way I can have it retain BROWSER level zoom between "navigate" events?</title>
      <link>https://community.jmp.com/t5/Discussions/using-web-browser-box-is-there-any-way-I-can-have-it-retain/m-p/641023#M83825</link>
      <description>&lt;P&gt;I'm firing events into the browser box, but every time I navigate a URL my browser level zoom gets reset.&lt;/P&gt;&lt;P&gt;Browser level zoom like in chrome is controlled with "{ctrl} + {mouse wheel}" or "{Ctr}l + {+}"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any parameter I can set to control this or maintain the users previous setting?&lt;/P&gt;&lt;P&gt;Coming in at 100% every time isn't ideal.&lt;/P&gt;&lt;P&gt;I have full control of the web page too, but I &lt;STRONG&gt;don't want to do a CSS solution&lt;/STRONG&gt;, I have my reasons for using the browser level zoom. I have different zooming functions that use CSS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chromedriver and selenium is my other option that I'm using, but chromedriver requires external hooks I'd like to get rid of.&lt;/P&gt;&lt;P&gt;However, it doesn't &amp;nbsp;have this problem, the instance of the browser retains the zoom level until modified by the user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;	Try(
		wb &amp;lt;&amp;lt; navigate (url);
	,
		Throw(
			w = New Window( "JMP_Driver", wb = Web Browser Box());
			w &amp;lt;&amp;lt; Set window size (1200,1200);
			//wb &amp;lt;&amp;lt; set auto stretching (1,1);
			//w &amp;lt;&amp;lt; set auto stretching (1,1);
			wb &amp;lt;&amp;lt; navigate (url);		
		)
	);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 22:38:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/using-web-browser-box-is-there-any-way-I-can-have-it-retain/m-p/641023#M83825</guid>
      <dc:creator>xxvvcczz</dc:creator>
      <dc:date>2023-06-09T22:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: using web browser box, is there any way I can have it retain BROWSER level zoom between "navigate" events?</title>
      <link>https://community.jmp.com/t5/Discussions/using-web-browser-box-is-there-any-way-I-can-have-it-retain/m-p/806271#M98472</link>
      <description>&lt;P&gt;I find the &lt;CODE class=" language-jsl"&gt;Web Browser Box()&lt;/CODE&gt; super helpful!&amp;nbsp; Edge (based on chromium) has such a better display engine than JMP, so for complicated forms and UI elements, implementing them in the web as a SPA is preferable.&amp;nbsp; The hard part was to have JMP + SPA instance communicate reliably, but that was just tedious rather than difficult.&amp;nbsp; I'm curious as to what you're wanting with your embedded web app -- if it's your own web-app, then maybe you can set it up to not do reloads, and then it'll keep it's zoom-level.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Oct 2024 15:02:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/using-web-browser-box-is-there-any-way-I-can-have-it-retain/m-p/806271#M98472</guid>
      <dc:creator>ErraticAttack</dc:creator>
      <dc:date>2024-10-16T15:02:46Z</dc:date>
    </item>
  </channel>
</rss>

