<?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: Help me create a dialog to define the parameters in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/Help-me-create-a-dialog-to-define-the-parameters/m-p/547677#M2696</link>
    <description>&lt;P&gt;Yes you can create dialogs ,&lt;/P&gt;
&lt;P&gt;In Pro/Toolkit you can create you own dialogs. Here I could refer to the documentation about the chapter&amp;nbsp; 17 of the ProToolkit User guide (tkuse.pdf)&amp;nbsp; User Interface: Dialogs. Important note:&lt;/P&gt;
&lt;P&gt;From Creo 3.0 onward, a new tool, Creo UI Editor, allows you to interactively create and edit dialog boxes for Creo Object TOOLKIT C++ and Creo Object TOOLKIT Java customizations. It provides a library of graphical user&lt;BR /&gt;interface components such as buttons, lists, and so on. The new framework, User Interface Foundation Classes (UIFC), provides enhanced attributes and actions for the user interface components. The UIFC framework is available in Creo Object TOOLKIT C++ and Creo Object TOOLKIT Java. You can generate callbacks in Creo Object TOOLKIT C++ or Creo Object TOOLKIT Java. Refer to the Creo UI Editor User’s Guide, for more information.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7198i9B7F80A7390D873A/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="2018-05-04_11-18-16.png" title="2018-05-04_11-18-16.png" /&gt;&lt;/P&gt;
&lt;P&gt;Here a link to the UI Editor documentation:&lt;A href="https://support.ptc.com/images/cs/articles/2018/05/1525425684fgof/creo_uifc_ug.pdf" target="_self"&gt;UI Editor Documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and &lt;A title="Toolkit User Guide" href="https://support.ptc.com/images/cs/articles/2018/05/1525425932uNM3/tkuse.pdf" target="_self"&gt;Toolkit User Guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 04 May 2018 09:26:33 GMT</pubDate>
    <dc:creator>RolandRaytchev</dc:creator>
    <dc:date>2018-05-04T09:26:33Z</dc:date>
    <item>
      <title>Help me create a dialog to define the parameters</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Help-me-create-a-dialog-to-define-the-parameters/m-p/547626#M2693</link>
      <description>&lt;P&gt;Hello, everyone&lt;BR /&gt;We try to create an application that manages parameters easily. (Batch processing)&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Can I create an input window when creating parameters using the Pro Toolkit?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For Web links, you could use SELECT and TEXTBOX to specify the type, name, and value of the parameter.&lt;BR /&gt;What are the possibilities for pro toolkits?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Currently, we use ProMessageStringRead () to give the value of the parameter.&lt;BR /&gt;Does the Pro Toolkit provide a dialog that you can use to build the above application?&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Or do I have to configure a direct input window?&lt;BR /&gt;If I have to configure myself, what documentation will help me?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any other suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;BR /&gt;Kind Regards&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 00:51:22 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Help-me-create-a-dialog-to-define-the-parameters/m-p/547626#M2693</guid>
      <dc:creator>CHASEONHO</dc:creator>
      <dc:date>2018-05-04T00:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help me create a dialog to define the parameters</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Help-me-create-a-dialog-to-define-the-parameters/m-p/547677#M2696</link>
      <description>&lt;P&gt;Yes you can create dialogs ,&lt;/P&gt;
&lt;P&gt;In Pro/Toolkit you can create you own dialogs. Here I could refer to the documentation about the chapter&amp;nbsp; 17 of the ProToolkit User guide (tkuse.pdf)&amp;nbsp; User Interface: Dialogs. Important note:&lt;/P&gt;
&lt;P&gt;From Creo 3.0 onward, a new tool, Creo UI Editor, allows you to interactively create and edit dialog boxes for Creo Object TOOLKIT C++ and Creo Object TOOLKIT Java customizations. It provides a library of graphical user&lt;BR /&gt;interface components such as buttons, lists, and so on. The new framework, User Interface Foundation Classes (UIFC), provides enhanced attributes and actions for the user interface components. The UIFC framework is available in Creo Object TOOLKIT C++ and Creo Object TOOLKIT Java. You can generate callbacks in Creo Object TOOLKIT C++ or Creo Object TOOLKIT Java. Refer to the Creo UI Editor User’s Guide, for more information.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://www.ptcusercommunity.com/t5/image/serverpage/image-id/7198i9B7F80A7390D873A/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="2018-05-04_11-18-16.png" title="2018-05-04_11-18-16.png" /&gt;&lt;/P&gt;
&lt;P&gt;Here a link to the UI Editor documentation:&lt;A href="https://support.ptc.com/images/cs/articles/2018/05/1525425684fgof/creo_uifc_ug.pdf" target="_self"&gt;UI Editor Documentation&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and &lt;A title="Toolkit User Guide" href="https://support.ptc.com/images/cs/articles/2018/05/1525425932uNM3/tkuse.pdf" target="_self"&gt;Toolkit User Guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2018 09:26:33 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Help-me-create-a-dialog-to-define-the-parameters/m-p/547677#M2696</guid>
      <dc:creator>RolandRaytchev</dc:creator>
      <dc:date>2018-05-04T09:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help me create a dialog to define the parameters</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Help-me-create-a-dialog-to-define-the-parameters/m-p/548028#M6896</link>
      <description>&lt;P&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/24955"&gt;@RolandRaytchev&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;if i create ui in this case, musb be using c++?&lt;/P&gt;
&lt;P&gt;can i create via pro toolkit /c ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 May 2018 23:47:59 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Help-me-create-a-dialog-to-define-the-parameters/m-p/548028#M6896</guid>
      <dc:creator>CHASEONHO</dc:creator>
      <dc:date>2018-05-07T23:47:59Z</dc:date>
    </item>
  </channel>
</rss>

