acantor Posted January 16, 2009 Report Posted January 16, 2009 Is there a way to create a dialog box using Macro Express Pro with some text and two (or more) buttons? Something like this: ----------------------------------------- Do you want to continue? | Yes | | No | ----------------------------------------- Then, store the result in a variable? Quote
Jeff Cleveland Posted January 16, 2009 Report Posted January 16, 2009 Alan, See Variable Set String > Prompt for Value. That may do what you want. Jeff Quote
kevin Posted January 16, 2009 Report Posted January 16, 2009 Yes. The command is Variable Set Bool %Result% to "If Message". <VARIABLE SET BOOL Destination="%Result%" Command="151" Caption="Continue?" Message="Do you want to continue?" BtnMode="\x00" Default="TRUE" Left="Center" Top="Center" Monitor="0" Delay="0"/> Quote
Cory Posted January 16, 2009 Report Posted January 16, 2009 More than two buttons? No. But I often use the Multiple Choice command to do essentially this. I can ask them Do you wan to : =Eat Lunch =Go to the store =Have a beer Where they select one or multiple items and continue. Quote
acantor Posted January 18, 2009 Author Report Posted January 18, 2009 Yes. The command is Variable Set Bool %Result% to "If Message". <VARIABLE SET BOOL Destination="%Result%" Command="151" Caption="Continue?" Message="Do you want to continue?" BtnMode="\x00" Default="TRUE" Left="Center" Top="Center" Monitor="0" Delay="0"/> Thank you Kevin, this is exactly what I was looking for. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.