Post Reply 
HP Calculator Simulators for Windows by Tony
04-06-2017, 06:17 PM
Post: #5
RE: HP Calculator Simulators for Windows by Tony
You've done a great job with your simulators. Thanks for your contributions to the community!

I'm running the simulators on Windows 10 and found a slight bug there.

There's no way to minimize the calculator. Normally with applications in Windows 10 that have a hidden titlebar I can shift-right-click the application in the taskbar and choose Minimize (notice that with Windows 7 there was no way to do this; with Windows XP you could do it simply by right-clicking with no need to hold shift, but Windows 7 broke this functionality). However, no menu comes up when I do this.

Emu48 had the same problem when the titlebar was hidden. I fixed it there by putting in this line of code:

#define STYLE_NOTITLE (WS_POPUP|WS_SYSMENU|WS_MINIMIZEBOX|WS_CLIPSIBLINGS)

instead of this line:

#define STYLE_NOTITLE (WS_POPUP|WS_CLIPSIBLINGS)

Perhaps a similar fix is all you need for your simulators.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Calculator Simulators for Windows by Tony - Eric Rechlin - 04-06-2017 06:17 PM



User(s) browsing this thread: 1 Guest(s)