Changing default values?
-
Is there a way to have one parameter changing the default values in other parameters?
Let's say I have a dropdown menu with two options and if I choose the first option the default values of some input field would be 1 and if I choose the second it would be 2.
It's probably trivial but my brain is slow today.... -
With web based dialogs it's probably 'yes': BUT the basic SUp-ruby dialog has its values fixed as it opens: only the user input changes input-fields/drop-down selections: you need to OK/Cancel to get it to change values - at that point it could change them and reopen itself with the new values displayed ?
Can you give a more concrete example ?
-
Okay, thanks for your reply.
I was actually thinking of writing a web dialog for this script at a later stage.
Just thought I'd test some functionality first without it.
I guess I'll have to dive into the sea of web dialogs then...
Advertisement