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++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » ColorPopup widget crashes TheIDE with "Invaild memory Access" on latest Daily builds of U+
Re: ColorPopup widget crashes TheIDE with "Invaild memory Access" on latest Daily builds o [message #32912 is a reply to message #32515] Sun, 19 June 2011 14:24 Go to previous messageGo to previous message
sergeynikitin is currently offline  sergeynikitin
Messages: 748
Registered: January 2008
Location: Moscow, Russia
Contributor

SOLVED (maybe Wink)

Very strange!!!

I kill one row and all become correct!!!

Let's try!!!:

svn: 3546
file: X11Wnd.cpp
comment line: 875 (function void Ctrl::SetWndFocus0(bool *b):
void Ctrl::SetWndFocus0(bool *b)
{
	GuiLock __;
	LLOG("SetWndFocus " << Name());
	*b = false;
	if(top && top->window != focusWindow && IsEnabled() && IsVisible()) {
		LLOG("Setting focus... ");
		LTIMING("XSetInfputFocus");
//		KillFocus(focusWindow); // <<<----- Comment this line
		XSetInputFocus(Xdisplay, top->window, RevertToParent, CurrentTime);
		focusWindow = top->window;
		SetFocusWnd();
		*b = true;
	}
}


SergeyNikitin<U++>( linux, wine )
{
    under( Ubuntu || Debian || Raspbian );
}

[Updated on: Sun, 19 June 2011 15:08]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Hydra is limited to 10 threads
Next Topic: DragAndDrop FILES does not work under LINUX
Goto Forum:
  


Current Time: Sun Apr 28 16:38:30 CEST 2024

Total time taken to generate the page: 0.04155 seconds