<?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: PowerMill Macro: What's the command to know if Leads Form is Raised/Displayed in PowerMill Forum</title>
    <link>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10769263#M7361</link>
    <description>Tank you very much!</description>
    <pubDate>Fri, 19 Nov 2021 16:57:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-11-19T16:57:45Z</dc:date>
    <item>
      <title>PowerMill Macro: What's the command to know if Leads Form is Raised/Displayed</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10768215#M7357</link>
      <description>&lt;P&gt;Hi, I made a macro that sets the selected leads in a certain way, and it works; but at the end of the macro I'm tring to set it to behave in different way if the Leads form was open when the macro was started or not.&lt;BR /&gt;Is there a command, to use at the begin of the macro, to know if the Leads form is raised/Displayed or not?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 10:34:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10768215#M7357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-19T10:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: PowerMill Macro: What's the command to know if Leads Form is Raised/Displayed</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10768849#M7358</link>
      <description>&lt;P&gt;This should do it:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;BOOL $LeadLinkVisible = $widget("LeadLink.Shell").Visible&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 19 Nov 2021 14:00:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10768849#M7358</guid>
      <dc:creator>cfastNJWK6</dc:creator>
      <dc:date>2021-11-19T14:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: PowerMill Macro: What's the command to know if Leads Form is Raised/Displayed</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10768893#M7359</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;SPAN class=""&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6909551" target="_self"&gt;&lt;SPAN class=""&gt;cfastNJWK6&amp;nbsp;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;! It works!&lt;/P&gt;&lt;P&gt;What does the variable "$widget" point to?&lt;/P&gt;&lt;P&gt;Do you know if there are some more complete documentation about PowerMill macro?&lt;/P&gt;&lt;P&gt;I fount only this&amp;nbsp;&lt;A href="https://knowledge.autodesk.com/sites/default/files/file_downloads/PM_Macro_Programming_Guide.pdf" target="_blank" rel="noopener"&gt;PM_Macro_Programming_Guide.pdf&lt;/A&gt;&amp;nbsp; but it's missing a lot of information.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 14:21:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10768893#M7359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-19T14:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: PowerMill Macro: What's the command to know if Leads Form is Raised/Displayed</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10769144#M7360</link>
      <description>&lt;P&gt;Widgets were introduced into PowerMILL a few years ago.&amp;nbsp; Unlike parameters, widgets names &amp;amp; functionality may change in new versions of PowerMILL.&amp;nbsp; Here is some additional information from the PowerMILL help files:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cfastNJWK6_0-1637337834131.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/991658i12CC89B675CD7CFD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cfastNJWK6_0-1637337834131.png" alt="cfastNJWK6_0-1637337834131.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Nov 2021 16:04:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10769144#M7360</guid>
      <dc:creator>cfastNJWK6</dc:creator>
      <dc:date>2021-11-19T16:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: PowerMill Macro: What's the command to know if Leads Form is Raised/Displayed</title>
      <link>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10769263#M7361</link>
      <description>Tank you very much!</description>
      <pubDate>Fri, 19 Nov 2021 16:57:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/powermill-forum/powermill-macro-what-s-the-command-to-know-if-leads-form-is/m-p/10769263#M7361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-11-19T16:57:45Z</dc:date>
    </item>
  </channel>
</rss>

