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 » ArrayCtrl, HeaderCtrl & GridCtrl » Message when moving mouse over an ArrayCtrl
Re: Message when moving mouse over an ArrayCtrl [message #23318 is a reply to message #23315] Thu, 08 October 2009 22:53 Go to previous message
koldo is currently offline  koldo
Messages: 3443
Registered: August 2008
Senior Veteran
Hello Mirek

Thank you for your help.

I have done this test

struct ArrayCtrlTip : ArrayCtrl {
	virtual void MouseMove(Point p, dword d)
	{
		int i = GetLineAt(p.y + GetScroll());
		if(!IsNull(i)) 
			Tip(String("You are in row " + i));
		ArrayCtrl::MouseMove(p, d);
	}
	typedef ArrayCtrlTip CLASSNAME;
};


Unfortunately the Tip does not appear.

If I add a Tip with some text when ArrayCtrl setup, the Tip appears but with only fragments of the text.

Any idea ?

Bestt regards
Koldo


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Previous Topic: Stop update in arrayctrl
Next Topic: Get number of displayed row in arrayctrl
Goto Forum:
  


Current Time: Tue Aug 26 18:56:22 CEST 2025

Total time taken to generate the page: 0.05745 seconds