Platforms to show: All Mac Windows Linux Cross-Platform

SetHelpTagDelayMBS(value as Integer)   Deprecated

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method System MBS MacOSX Plugin ✅ Yes ❌ No ❌ No ❌ No Desktop only
This item is deprecated and should no longer be used.
Sets the delay time for the help tags.
Example
if GetHelpTagDelayMBS<>5000 then // change to 5 seconds
SetHelpTagDelayMBS 5000
end if

A positive value is for milliseconds and a negative value for microseconds.
It looks like the setting of this property is not recognized always.
This setting is also per application and not saved between sessions.

Xojo 2006r3 does set this value whenever a window comes to front, so if you want to set it really, use some code like in the example above in a timer to change it to your need.

Blog Entries

The items on this page are in the following plugins: MBS MacOSX Plugin.


The biggest plugin in space...