WinBatch® Technical Support Forum

All Things WinBatch => WinBatch => Topic started by: PaulSamuelson on June 18, 2024, 01:50:17 PM

Title: OmniDLG - ToolTips
Post by: PaulSamuelson on June 18, 2024, 01:50:17 PM
Jim -

I am trying to use your OmniDLG for ToolTips, instead of Guido's Functions from 2002. I have 2 questions:

Is there a way to turn off the Bubbles?

Is there a way to put line feeds in the text without a Title? They work if there is a title, but are ignored if there isn't.

Thanks,

Paul
Title: Re: OmniDLG - ToolTips
Post by: JTaylor on June 19, 2024, 09:26:13 AM
Working on this now.   I can make the Balloon an option.  Will have to look into what is possible on the other issues.

Jim
Title: Re: OmniDLG - ToolTips
Post by: JTaylor on June 19, 2024, 01:25:12 PM
See the Help file for details. 

I finally found a way to make wrapping happen outside of a Title being set.   ToolTips are weird.


Tips are still Balloon by default but you can turn that off.

Thanks for the suggestions/questions.  The feedback is GREATLY appreciated.

http://www.jtdata.com/anonymous/wbOmnibus.zip
Title: Re: OmniDLG - ToolTips
Post by: PaulSamuelson on June 19, 2024, 03:33:37 PM
How do you turn off the balloons?

-Paul
Title: Re: OmniDLG - ToolTips
Post by: JTaylor on June 19, 2024, 04:12:59 PM
Sorry about that.   Set it to @FALSE or 0 on ttCreateToolTip(ControlHandle, BalloonTip).

Jim
Title: Re: OmniDLG - ToolTips
Post by: PaulSamuelson on June 20, 2024, 08:31:44 AM
Tooltips work great now.

Thanks,

Paul