Replies: 4 comments 1 reply
-
When I tested that the initial invocation of uchmviewer was NOT minimised - it opened in front of my application. That doesn't seem right... If relevant this is macOS |
Beta Was this translation helpful? Give feedback.
-
I changed the code to specify the name of the help file (.chm) on the initial invocation, and that now starts and minimises (but does show initially is there any way to prevent that)? However when I then invoke it again without the -background option specifying the same .chm file it doesn't restore the minimised application. What am I doing wrong? |
Beta Was this translation helpful? Give feedback.
-
I've stopped doing that - at least for now - I just start the process and wait for it to start running (with the help button disabled) |
Beta Was this translation helpful? Give feedback.
-
FYI, the code now reads:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Because QtWebEngine is so large and takes while to load, I am trying to start uchmviewer minimised as my application starts in the hope that when the user presses Command + ? that it will open instantly.
The initial invocation is
uchmviewer -token com.github.deepskystacker -background
When the user actually invokes the help:
uchmviewer -token com.github.deepskystacker path/DeepSkyStacker Help.chm
is that how I should be doing it?
Full code :
Thanks
David
Beta Was this translation helpful? Give feedback.
All reactions