U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » How do I override the Button class Tip handling function
Re: How do I override the Button class Tip handling function [message #61683 is a reply to message #61682] Sat, 17 May 2025 10:18 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1266
Registered: August 2007
Senior Contributor
Hi awksed,

The function you are looking for is Ctrl::Tip().,
You don't need to override it and you can't anyway, it is not virtual.
Just set the text according to your need/data, e.g:

    button.Tip("This is a tooltip");


Note that, you can use Qtf with tips. (just prepend "\1" to string).

Best regards,
Oblivion


 
Read Message
Read Message
Read Message
Previous Topic: Adding GetCount/NumBytes to Buffer?
Next Topic: Big issue with Visual Studio 2019 (some versions)
Goto Forum:
  


Current Time: Mon May 25 01:34:10 GMT+2 2026

Total time taken to generate the page: 0.00638 seconds