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 » Community » Coffee corner » Intel G965 driver(?) bug
Intel G965 driver(?) bug [message #12243] Sun, 21 October 2007 08:51
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Well, it is weird that I might be the first to have noticed...

Since the very first day with my new notebook with Intel integrated graphics G965, I have noticed that there is some strange problem with cursor image. First observed in TheIDE, I thought it is U++ bug, then seen it in all other programs to happen as well.

The problem is that the cursor image shape "lags" changes - e.g. you place it over edit field - it should change to I beam, but it changes only after a while.

I have created a simple U++ program to demonstrate the issue. If you have, please give it a try and report results:

#include "CtrlLib/CtrlLib.h"

using namespace Upp;

class G965 : public TopWindow {
public:
	virtual Image CursorImage(Point p, dword keyflags) {
		return GetTickCount() & 128 ? Image::Arrow() : Image::IBeam();
	}
};

GUI_APP_MAIN
{
	G965().Run();
}


Mirek

[Updated on: Sun, 21 October 2007 09:11]

Report message to a moderator

Previous Topic: Vista.....
Next Topic: future of ultimate++
Goto Forum:
  


Current Time: Sat Apr 20 12:24:34 CEST 2024

Total time taken to generate the page: 0.07525 seconds