topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 16, 2024, 6:25 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: MultiMonMan - How to support 3 monitors  (Read 7849 times)

lifeweaver

  • Member
  • Joined in 2014
  • **
  • Posts: 22
    • View Profile
    • Donate to Member
MultiMonMan - How to support 3 monitors
« on: February 06, 2016, 09:18 AM »
If anyone tried to use MultiMonMan with 3 monitors and it didn't work, try adding:
x := x > 0 ? x : 0
before the line
Gui,%monitor%:Show,x%x% y%y% w%w% h-1,%monitor% - %applicationname%

I can't say this will fix everyones problem, but it fixed mine, somehow 'x' wasn't set so the line sets 'x' to zero if it's not greater than zero.