Page 1 of 1

BUG: Vensim (macOS) Need to implement Hide

Posted: Tue Jul 09, 2019 6:04 pm
by Travis
Hide, under the Vensim application menu, isn't implement. It says, "Sorry, not implemented yet." It should be implement because this is standard functionality on macOS and people manage windows this way (and with cmd-H).

Re: BUG: Vensim (macOS) Need to implement Hide

Posted: Wed Jul 10, 2019 5:57 pm
by tomfid
Not seeing this in v8beta.

Re: BUG: Vensim (macOS) Need to implement Hide

Posted: Wed Jul 10, 2019 7:00 pm
by Travis
cmd-H brings up the dialog box "Sorry not implement yet" in Vensim DSS v8 beta 6.

Re: BUG: Vensim (macOS) Need to implement Hide

Posted: Wed Jul 10, 2019 7:17 pm
by tomfid
It's not cmd-H, it's just H. Same with B for toggling behavior.

Re: BUG: Vensim (macOS) Need to implement Hide

Posted: Wed Jul 10, 2019 7:45 pm
by Travis
Sorry -- talking about hiding the entire application, like Safari -> Hide Safari (cmd-H). This is a system wide standard behavior that all mac apps should implement. Part of Apple's Human Interface Guidelines.

Re: BUG: Vensim (macOS) Need to implement Hide

Posted: Wed Jul 10, 2019 9:17 pm
by Administrator
The Mac version is a port of the Windows code, so we are not following any Apple guidelines.

I'll add it as a future capability as long as it does not interfere with the Windows build.

Re: BUG: Vensim (macOS) Need to implement Hide

Posted: Sat Feb 22, 2020 11:18 pm
by daler6
Any update on this? It seems odd not to be able to implement this.

Re: BUG: Vensim (macOS) Need to implement Hide

Posted: Mon Feb 24, 2020 11:42 am
by Administrator
No, no update yet. As mentioned earlier, it's a port of the Windows code, we are not following any Apple guidelines.

Re: BUG: Vensim (macOS) Need to implement Hide

Posted: Mon Feb 24, 2020 3:11 pm
by Travis
You might not be trying to follow official guidelines like a good macOS app, but it should be easy to capture a keystroke and call the correct command. It can be platform specific code that is #ifdef'd if needed. Doable if you want to spend the time.

Re: BUG: Vensim (macOS) Need to implement Hide

Posted: Wed Feb 26, 2020 6:01 pm
by tomfid
We're working on the windowing environment in the new graphics implementation, so we'll probably solve this there.