Shoutbox

show dialog info - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: show dialog info (/showthread.php?tid=72144)

show dialog info by Dennis Mike on 02-27-2007 at 05:54 AM

is possible to show a box of dialog onmouser in a buttoncontrol?
example:
[Image: b7dialog.jpg]


RE: show dialog info by NanaFreak on 02-27-2007 at 05:58 AM

code:
<Control xsi:type="ButtonControl" Id="id">
    <Position Top="10" Left="10" Width="50" Height="13"/>
    <Help>your message here</Help>
    <Cpation>button caption here</Caption>
</Control>

is that what you wanted?
RE: show dialog info by Dennis Mike on 02-27-2007 at 06:02 AM

thank's


RE: show dialog info by Felu on 02-27-2007 at 06:06 AM

You can also use [Resource] ToolTip Class.


RE: show dialog info by V@no on 08-29-2010 at 05:29 AM

So, the

code:
<Help>your message here</Help>
does it only work on buttons? what about plain text (StaticControl) or input fields?
I've tried use it, the tooltip shows just fine, but input fields and combo boxes  become unusable, like they are disabled...