LUA Netfabb input and creating a button

LUA Netfabb input and creating a button

Anonymous
Not applicable
360 Views
1 Reply
Message 2 of 2

LUA Netfabb input and creating a button

Anonymous
Not applicable

  Is there any posibility to create input dialog (using inputdlg function) with multi-line input to enter few values?

  Can we create button or somehow export lua script to interface?

0 Likes
Accepted solutions (1)
361 Views
1 Reply
Reply (1)
Message 1 of 2

steffen_anders_adsk
Autodesk Support
Autodesk Support
Accepted solution

In addition to inputdlg that asks for only one text input, a large number of GUI elements is available for creating your own GUI for your scripts, including buttons, text inputs (edit) including multi-line text input (memo), scrollbars, images, dropdowns, and more. Many of those are demonstrated in the various demo applications loaded in Netfabb as well as included in the form of separate files in the Examples subfolder in the installation folder of Netfabb. The DemoWorkflow script demonstrates the pop-up, or modal nature of an input dialogue quite well.

 

Best regards,

Steffen

 

Steffen Anders
Autodesk Netfabb team

Netfabb resources: Online helpSystem requirementsKnowledge baseForumsHomepageYouTube

How to get Netfabb Basic: VideoHelpDownload

0 Likes