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 previous message
zsolt is currently offline  zsolt
Messages: 698
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())) {
 
Read Message
Read Message
Read Message
Previous Topic: Focus problem
Next Topic: first row strange behaviour in columnlist
Goto Forum:
  


Current Time: Fri May 17 19:05:17 CEST 2024

Total time taken to generate the page: 0.02235 seconds