<?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 Custom Visual Developer console not logging in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Developer-console-not-logging/m-p/2197880#M33001</link>
    <description>&lt;P&gt;In Firefox (Chrome does not work due to stricter unsigned TLS rules in OS X, despite setting keychain...), the developer console does not show calls to console.log/console.info, any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're trying:&lt;/P&gt;&lt;P&gt;- update() calls console.info() + alert() as their first thing&lt;/P&gt;&lt;P&gt;- the test: use the Format panel UI to manually change some values, expect to see update()/enumerate called for our custom objects&lt;/P&gt;&lt;P&gt;- logExceptions decorator (calls console.error for update() exns):&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Developer/How-to-Debug-while-developing-Custom-Visuals/m-p/187053#M5963" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Developer/How-to-Debug-while-developing-Custom-Visuals/m-p/187053#M5963&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Overall setup:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2197878#M33000" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2197878#M33000&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Nov 2021 07:47:02 GMT</pubDate>
    <dc:creator>lmeyerov</dc:creator>
    <dc:date>2021-11-19T07:47:02Z</dc:date>
    <item>
      <title>Custom Visual Developer console not logging</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Developer-console-not-logging/m-p/2197880#M33001</link>
      <description>&lt;P&gt;In Firefox (Chrome does not work due to stricter unsigned TLS rules in OS X, despite setting keychain...), the developer console does not show calls to console.log/console.info, any ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're trying:&lt;/P&gt;&lt;P&gt;- update() calls console.info() + alert() as their first thing&lt;/P&gt;&lt;P&gt;- the test: use the Format panel UI to manually change some values, expect to see update()/enumerate called for our custom objects&lt;/P&gt;&lt;P&gt;- logExceptions decorator (calls console.error for update() exns):&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Developer/How-to-Debug-while-developing-Custom-Visuals/m-p/187053#M5963" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Developer/How-to-Debug-while-developing-Custom-Visuals/m-p/187053#M5963&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Overall setup:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2197878#M33000" target="_blank" rel="noopener"&gt;https://community.powerbi.com/t5/Developer/Custom-Visuals-format-panel-input-values-reset-1-second-after/m-p/2197878#M33000&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 07:47:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Developer-console-not-logging/m-p/2197880#M33001</guid>
      <dc:creator>lmeyerov</dc:creator>
      <dc:date>2021-11-19T07:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Developer console not logging</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Developer-console-not-logging/m-p/2198011#M33008</link>
      <description>&lt;P&gt;The plot thickens:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&amp;nbsp; `&lt;SPAN&gt;Visual::&lt;/SPAN&gt;&lt;SPAN&gt;constructor()` and `Visual::&lt;SPAN class="message-body-wrapper"&gt;&lt;SPAN class="message-flex-body"&gt;&lt;SPAN class="message-body devtools-monospace"&gt;&lt;SPAN class="objectBox objectBox-string"&gt;enumerateObjectInstances()`&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;will print via console.info()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-- ... but `Visual::update()` will not print console.info() after changing a custom value in the Format panel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Also, we rolled back the API version&amp;nbsp; to 3.8.3 to match the bar chart demo repo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, the question comes: Why is update() not getting called / not calling console when Format pane custom text input values get manually changed by the Report editor user?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 07:01:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Developer-console-not-logging/m-p/2198011#M33008</guid>
      <dc:creator>lmeyerov</dc:creator>
      <dc:date>2021-11-19T07:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Visual Developer console not logging</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Developer-console-not-logging/m-p/2200365#M33033</link>
      <description>&lt;P&gt;Sorry, I have little experience in this custom visual. &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/397"&gt;@dm-p&lt;/a&gt;&amp;nbsp;&amp;nbsp;is very outstanding. Could you please help to solve this problem?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Nov 2021 02:50:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Custom-Visual-Developer-console-not-logging/m-p/2200365#M33033</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2021-11-22T02:50:12Z</dc:date>
    </item>
  </channel>
</rss>

