dialog to choose between two names when patch is opened

R_Gol's icon

How can I make the dialog object open when patch is first open (this is easy - using loadbang) and to ask the user to choose between two names ? is it possible to change the build in selection of yes no or OK cancel to something else?

Roman Thilenius's icon

nope. your best bet is to code a custom dialog window.

other than that you could abuse the ->extended mode of dialog and let the user choose at lest between YES and NO to select a certain name.