Page 1 of 2

Hide/Show Docky

Posted: Fri Nov 02, 2018 8:24 pm
by PEB
I know that this can be done with the @OPTIONS preprocessor command; but is there a way to allow the user to choose whether or not the docky is displayed at runtime?

Re: Hide/Show Docky

Posted: Sun Nov 04, 2018 10:16 pm
by airsoftsoftwair
No, this needs to be done at program startup when the application is registered through application.library. Runtime support for show/hide docky is very unlikely to come because all this docky stuff was a horrible mess to implement which I'd rather not touch any more :)

Re: Hide/Show Docky

Posted: Mon Nov 05, 2018 4:55 am
by PEB
Could it be an option that is triggered through a tooltype? (Just so I don't need to include two separate executables in the archive for users who do or do not want the docky displayed.)

Re: Hide/Show Docky

Posted: Mon Nov 05, 2018 2:59 pm
by airsoftsoftwair
Yes, this should be possible. So you'd like to have the "NoDocky" option available from the tooltypes, right?

Re: Hide/Show Docky

Posted: Mon Nov 05, 2018 5:33 pm
by PEB
Yes, that would be a nice option to have.
Thanks!

Re: Hide/Show Docky

Posted: Wed Nov 07, 2018 5:43 pm
by airsoftsoftwair
Ok, that should be possible to add.

Re: Hide/Show Docky

Posted: Thu Nov 08, 2018 8:50 pm
by PEB
Would it be possible also to have a NoDocky argument that could be used if the executable is started from a console?
(Such an argument would obviously need to be evaluated before the program is loaded.)

Re: Hide/Show Docky

Posted: Thu Nov 08, 2018 10:01 pm
by airsoftsoftwair
Sure, all Hollywood tooltypes are also accessible from the command line. So adding a new tooltype automatically means the tooltype will be available from the command line as well, if that is what you mean?

Re: Hide/Show Docky

Posted: Fri Nov 09, 2018 1:15 am
by PEB
Yes, that's what I mean.
Thanks so much!

Re: Hide/Show Docky

Posted: Sat Dec 01, 2018 9:40 pm
by airsoftsoftwair

Code: Select all

- New [OS4]: Added NODOCKY console argument/tooltype; this does the same as the @OPTIONS tag bearing
  the same name