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 » DropList bug
Re: DropList bug [message #6655 is a reply to message #6466] Tue, 21 November 2006 22:02 Go to previous messageGo to previous message
zsolt is currently offline  zsolt
Messages: 702
Registered: December 2005
Location: Budapest, Hungary
Contributor
The modified 611-dev3 version is not working again. But changing back to your previous correction works well:
	default:
		if(k >= 32 && k < 256) {
			bool b = list.Key(k, 1);
			//if(list.GetCursor() >= 0 && list.GetCount() < key.GetCount() && key[list.GetCursor()] != value)
			if(list.IsCursor() && key[list.GetCursor()] != value)
				Select();
			return b;
		}
		return false;
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to set the ***initial*** focus to an option?
Next Topic: AlignDisplay bug (?)
Goto Forum:
  


Current Time: Fri Jun 06 07:42:46 CEST 2025

Total time taken to generate the page: 0.04271 seconds