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 » problems with popup/pulldown menus on Gentoo/kde linux
Re: problems with popup/pulldown menus on Gentoo/kde linux [message #8702 is a reply to message #8701] Mon, 26 March 2007 11:11 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14261
Registered: November 2005
Ultimate Member
ebojd wrote on Mon, 26 March 2007 03:50

Just checked the code, and yes it is in the source I compiled against. I'm not sure what changed to make it no longer work. My only guess is that when I had my personal copy of the uppsrc, etc., made to my ~/upp directory that something got confuesed when I upgraded...

Just a guess.

EBo --



The one related fix that could affect this is X11Proc.cpp 104:

	case FocusOut:
		if(w.xic)
			XUnsetICFocus(w.xic);
		if(this == focusCtrlWnd) // this was
			KillFocusWnd();  // added
		break;


Please, check whether this matches your code and if it does, try to comment it out:

	case FocusOut:
		if(w.xic)
			XUnsetICFocus(w.xic);
//		if(this == focusCtrlWnd) // this was
//			KillFocusWnd();  // added
		break;


and report the result...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Navigating with tab key
Next Topic: Gui Tutorial 16 oops...
Goto Forum:
  


Current Time: Sat Jun 07 16:22:42 CEST 2025

Total time taken to generate the page: 0.06537 seconds