Machsupport Forum

Mach Discussion => Mach Screens => Topic started by: TPS on September 17, 2014, 03:55:45 AM

Title: tooltiptext
Post by: TPS on September 17, 2014, 03:55:45 AM
has anyone a idea how to add a tooltiptext to a button ?

Thanks Thomas
Title: Re: tooltiptext
Post by: andmar2005 on February 08, 2015, 03:00:01 PM
hi

paste button

a=GetDro(24)
sleep(100)
SetButtonText("T" &a)
Title: Re: tooltiptext
Post by: TPS on February 09, 2015, 03:04:07 AM
hi andmar2005,

a tooltiptext is only showing up, if you are with the mouse
over the element.

Thomas