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 #6465 is a reply to message #6464] Mon, 13 November 2006 14:57 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14261
Registered: November 2005
Ultimate Member
This should be (more) correct, I hope:

	default:
		if(k >= 32 && k < 256) {
			bool b = list.Key(k, 1);
			if(list.IsCursor() && key[list.GetCursor()] != value)
				Select();
			return b;
		}
		return false;


Mirek
 
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: Sat Jun 07 06:01:19 CEST 2025

Total time taken to generate the page: 0.05429 seconds