> Pulldown menu type button with five options to choose from.
> 
> A user selects a choice.
> 
> What script puts that menu choice into a text field? And how do you change
> the label of the button be equal the choice.

on mouseUp 
  set the label of me to the selectedText of me
  put the selectedText of me into fld 1
end mouseUp

> 
> Terribly simple question but I'm working on 4-1/2 hours sleep with a newborn
> :)
> 
> David
Yes, been there. It gets better - the baby still doesn't sleep but you get
used to operating without rest :-)

Sarah
 

Reply via email to