Dialogs

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Dialogs

Don't think so

by Lowlander » Wed Mar 10, 2004 8:55 pm

I don't believe so as you can't create interfaces. So you are stuck to popping up multiple inputboxes I'm afraid.

by Pablo » Wed Mar 10, 2004 8:02 pm

Thanks, I figured it out by looking at a VB reference. Is there any way to have more complex interaction? (for instance having the user fill two textboxes at once).

Pablo

inputbox

by Lowlander » Wed Mar 10, 2004 7:29 pm

Code: Select all

discno = inputbox("Enter disc number") 
would probably do the job. discno is the variable in this case where the input from the user is stored.

Its from the script on this page:
http://www.songs-db.com/forum/viewtopic.php?t=1362

Dialogs

by Pablo » Wed Mar 10, 2004 7:20 pm

Hi, can somebody give me a brief description of the standard dialogs and how to call them from scripts?

In particular, how do I present a simple form that has a textbox where the user can enter a value? (and how do I store the answer in a variable?).

Thanks,

Pablo

Top