Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » ToolTip on popup controls
ToolTip on popup controls [message #6525] Thu, 16 November 2006 11:28 Go to next message
zsolt is currently offline  zsolt
Messages: 697
Registered: December 2005
Location: Budapest, Hungary
Contributor
On CalendarCtrl popup tolltips ar not showing.
My fix:
In CtrlLib/ToolTip.cpp in void ShowToolTip() function I changed a line:
		//if(!text.IsEmpty() && top && top->IsForeground()) {
		if(!text.IsEmpty() && top && (top->IsForeground() || top->IsPopUp())) {
Re: ToolTip on popup controls [message #6528 is a reply to message #6525] Thu, 16 November 2006 14:24 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Thanks ZSolt for fixing that long standing bug!
Re: ToolTip on popup controls [message #6538 is a reply to message #6528] Thu, 16 November 2006 17:33 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks! Wink

Mirek
Previous Topic: Focus problem
Next Topic: first row strange behaviour in columnlist
Goto Forum:
  


Current Time: Tue Apr 30 03:33:17 CEST 2024

Total time taken to generate the page: 0.08422 seconds