
OlliM
3 discussion posts
Is there a way to disable/Hide a certain taskbar when application starts?
I have a single monitor split into three virtual monitors. When I open a specific program, I want the taskbar on the middle (monitor 1.2) to disappear. Can this be done?
Couldn't find the option from triggers or compatability (compatability only has the option to disable all taskbars).

OlliM
3 discussion posts
The function only takes an uInteger (whole numbers) and refers to a monitor ID. Since I'm using a split monitor, the monitor ID is a uDouble (2.2).
You can use a 0 instead of a decimal, like this: 202

OlliM
3 discussion posts
That solved my issue, thank you!