Allowing to move Skada window outside visible area #244


  • New
  • Enhancment
Open
Assigned to zarnivoop
  • _ForgeUser1370759 created this issue Dec 5, 2011

    Hello,
    I would like to drag the skada window outside of the visible area of my monitor like the previous skada version allowed to.
    Is this still possible somehow? It's so frustrating as I don't need to watch it all the time.
    I prefer to move it out of my screen, leaving just enough of it to pull it back, after the fight is over, etc.

    Thank you very much

  • _ForgeUser1370759 added the tags New Enhancment Dec 5, 2011
  • _ForgeUser1370759 posted a comment Dec 11, 2011

    Ok, I finaly made it myself. It's exact term is "Clamp to screen" This is a small workaround that does not come from the author, thus don't blame him if something goes wrong :)

    Howerver this is how its done:

    edit a file: ..\Skada\lib\SpecializedLibBars-1.0\SpecializedLibBars-1.0.lua

    find: list:SetClampedToScreen(true)

    change it to: list:SetClampedToScreen(false)

    This will allow you to drag Skada window off screen

    ..working like a charm (and I'm happy again)


To post a comment, please login or register a new account.