Help - Button Menu Question??

FlexibleLearning at aol.com FlexibleLearning at aol.com
Wed Nov 10 03:27:15 EST 2004


Hi Ralph,

A useful question. Try this popup button script...

on mouseDown
  put format("Smith\nJones\nBrown\nWhite") into tItems
  sort tItems # optional
  set the text of me to tItems
  set the menuLines of me to num of lines of me
end mouseDown


/H


>I'm trying to use a string of User names, ex.
>"Smith, Jones, Brown, White"
>within a handler to populate my button's menu items.
>The number of Users (line items) will vary depending
>on the User group.
>
>Does anyone know the location (URL) of a sample
>script that does this and/or what commands could I use?



More information about the use-livecode mailing list