Home » U++ Library support » TopWindow&PopUp, TrayIcon » Issue with ToolWin
Issue with ToolWin [message #42027] |
Tue, 11 February 2014 22:09  |
 |
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
|
|
|
|
Goto Forum:
Current Time: Fri Apr 25 12:55:58 CEST 2025
Total time taken to generate the page: 0.00945 seconds
|