On 10/9/2015 8:51 AM, Tiemo Hollmann TB wrote:
I don't want to display the full text of the option button, but only one
line of the text while hovering the text (or right click buttonDown on a
single line), so that the user can see, what he would choose, if he clicks
any line.

On Mac, the menu expands to fit long text when the option button pops down. You don't have to do anything.

If it doesn't do that on Windows, the only thing I can think of is to make the button as wide as the longest text on mouseDown, and when the menu closes (in menuPick and mouseRelease,) set the width back to the original size.

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to