<?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: ui-&amp;gt;InputBox ?? in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/ui-gt-inputbox/m-p/9268546#M12836</link>
    <description>&lt;P&gt;You'll want to create a command.&amp;nbsp; A command provides several features that aren't available through other means.&amp;nbsp; The first of these is to add a button to the UI.&amp;nbsp; You can read more about that here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-F31C76F0-8C74-4343-904C-68FDA9BB8B4C" target="_blank"&gt;http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-F31C76F0-8C74-4343-904C-68FDA9BB8B4C&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second, is the ability to create a command dialog, which is what your question was really about.&amp;nbsp; You can read about that here in the link below.&amp;nbsp; It also provides an overview of commands.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-3922697A-7BF1-4799-9A5B-C8539DF57051" target="_blank"&gt;http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-3922697A-7BF1-4799-9A5B-C8539DF57051&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-8B9041D5-75CC-4515-B4BB-4CF2CD5BC359" target="_blank"&gt;http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-8B9041D5-75CC-4515-B4BB-4CF2CD5BC359&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2020 00:48:22 GMT</pubDate>
    <dc:creator>BrianEkins</dc:creator>
    <dc:date>2020-01-23T00:48:22Z</dc:date>
    <item>
      <title>ui-&gt;InputBox ??</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/ui-gt-inputbox/m-p/9268494#M12835</link>
      <description>&lt;P&gt;I THINK that I need to use the ui-&amp;gt;inputBox for what I want to do but I can't find anything that really explains it.&lt;BR /&gt;&lt;BR /&gt;I want my C++ script to bring up a dialog in which the user can select from among a set of operations that can be done.&lt;BR /&gt;&lt;BR /&gt;If I were writing a C++ program using the windows interface I'd design a dialog with several radio buttons, one for each of the operations I might want to be able to perform. Something like this:&lt;BR /&gt;&lt;BR /&gt;0&amp;nbsp; Make tank # 1 invisible&lt;/P&gt;&lt;P&gt;0&amp;nbsp; Move support #3 into it deployed position.&lt;/P&gt;&lt;P&gt;0&amp;nbsp; Move support #3 into its retracted position&lt;/P&gt;&lt;P&gt;0 Rotate Box #7&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;OK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and so forth.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With that dialog up I could then click on the operation I want to have performed, click the OK button, and the data I'd get back from the dialog would tell me which operation had been chosen.&lt;BR /&gt;&lt;BR /&gt;But in a C++ Fusion script I have no clue how to go about doing that. I see that there's a simple ui-&amp;gt;inputBox() but all the examples I find for that are extremely simple, like just getting some text back from the box. How can I do something more along the lines of what I have in mind, selecting from a set of radio buttons. Or is there some other preferred method for doing accomplishing this?&lt;BR /&gt;&lt;BR /&gt;Ideally I would love for some kind of dialog box to actually REMAIN VISIBLE and be able to click on things in the dialog which immediately cause the related operation to occur. Think of having a robot on the screen and wanting to manipulate its arms and legs and head, and so forth, just by clicking on, perhaps, buttons in the dialog. Is that possible?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 00:07:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/ui-gt-inputbox/m-p/9268494#M12835</guid>
      <dc:creator>RogerInHawaii</dc:creator>
      <dc:date>2020-01-23T00:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: ui-&gt;InputBox ??</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/ui-gt-inputbox/m-p/9268546#M12836</link>
      <description>&lt;P&gt;You'll want to create a command.&amp;nbsp; A command provides several features that aren't available through other means.&amp;nbsp; The first of these is to add a button to the UI.&amp;nbsp; You can read more about that here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-F31C76F0-8C74-4343-904C-68FDA9BB8B4C" target="_blank"&gt;http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-F31C76F0-8C74-4343-904C-68FDA9BB8B4C&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Second, is the ability to create a command dialog, which is what your question was really about.&amp;nbsp; You can read about that here in the link below.&amp;nbsp; It also provides an overview of commands.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-3922697A-7BF1-4799-9A5B-C8539DF57051" target="_blank"&gt;http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-3922697A-7BF1-4799-9A5B-C8539DF57051&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-8B9041D5-75CC-4515-B4BB-4CF2CD5BC359" target="_blank"&gt;http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-8B9041D5-75CC-4515-B4BB-4CF2CD5BC359&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 00:48:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/ui-gt-inputbox/m-p/9268546#M12836</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2020-01-23T00:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: ui-&gt;InputBox ??</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/ui-gt-inputbox/m-p/9268680#M12837</link>
      <description>&lt;P&gt;Thank you muchly! I appreciate you're having taken the time to address my issue.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 03:07:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/ui-gt-inputbox/m-p/9268680#M12837</guid>
      <dc:creator>RogerInHawaii</dc:creator>
      <dc:date>2020-01-23T03:07:44Z</dc:date>
    </item>
  </channel>
</rss>

