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 » TopWindow&PopUp, TrayIcon » Issue with ToolWin
Issue with ToolWin [message #42027] Tue, 11 February 2014 22:09 Go to next message
bushman is currently offline  bushman
Messages: 134
Registered: February 2009
Experienced Member
Running the code below causes tool tip of window close button to display "Ctrl + Shift + random number" instead of correct accel key name. The same, with always a different number again, can be said when using any DockableCtrl in float mode (which I guess is a ToolWin instance, anyway). See DockingExample1, for one.

class MyToolWindow : public ToolWin
{
	public:
	typedef MyToolWindow CLASSNAME;
	MyToolWindow() { }
};

GUI_APP_MAIN
{
	MyToolWindow().Run();
}

tks.

P.S. Running on Windows 8

[Updated on: Tue, 11 February 2014 22:22]

Report message to a moderator

Re: Issue with ToolWin [message #42075 is a reply to message #42027] Sun, 16 February 2014 19:24 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Thanks, fixed.

Mirek
Previous Topic: Fullscreen in linux
Next Topic: TrayIcon does not work correctly with GTK backend.
Goto Forum:
  


Current Time: Fri Mar 29 14:46:37 CET 2024

Total time taken to generate the page: 0.01899 seconds