Button with Popup

Hi All,

is it possible to create a button that popups where i have to fill in the location i want to go.
like:

clicking a button:
it will ask where do you want to go.
then i have to type: d:\

For simple prompts, you can use {dlgstring} and similar codes, which prompt you for input and insert the result into the command.

https://www.gpsoft.com.au/help/opus12/index.html#!Documents/Codes_to_display_dialogs.htm

If you need more complex prompts, you can do just about anything using scripting.

oke :slight_smile:

is it so simple thx

It works, thanks again

My example:

Go \\{dlgstring|Please enter the name of the project server.}