Page 17 of 17 FirstFirst ...
7
15
16
17
  1. #321
    nooooooooo :/
    you have no plans on fixing it?

  2. #322
    Herald of the Titans iLive's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Denmark
    Posts
    2,556
    I would suggest players playing 25 man to tilt Grid more up or to the upper right part of the screen. :]

  3. #323
    I love this IU, its just brilliant! Just a little question. Can i make it fit my resolution? im using 1280 x 1024. =)
    Or can u suggest any other solution?


    Thx, Favorina!

  4. #324
    Herald of the Titans iLive's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Denmark
    Posts
    2,556
    I am sorry, but I can't edit the UI to work with all resolutions. All that time it would take makes me shake. xD But if you download and edit yourself, I will be glad to help you with ANYTHING. :]

  5. #325
    Deleted
    isn't it just to adjust the UI scale?

  6. #326
    Deleted
    iLive, could you do the following on your resolution?
    Code:
    /run print(UIParent:GetWidth(), UIParent:GetHeight(), WorldFrame:GetWidth(), WorldFrame:GetHeight(), UIParent:GetScale(), UIParent:GetEffectiveScale())
    And report back with its values?

  7. #327
    Herald of the Titans iLive's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Denmark
    Posts
    2,556
    Quote Originally Posted by Treeston View Post
    iLive, could you do the following on your resolution?
    Code:
    /run print(UIParent:GetWidth(), UIParent:GetHeight(), WorldFrame:GetWidth(), WorldFrame:GetHeight(), UIParent:GetScale(), UIParent:GetEffectiveScale())
    And report back with its values?
    http://i.imgur.com/8SwCU.jpg

  8. #328
    Deleted
    Quote Originally Posted by Favorina View Post
    I love this IU, its just brilliant! Just a little question. Can i make it fit my resolution? im using 1280 x 1024. =)
    Or can u suggest any other solution?


    Thx, Favorina!
    Can you try making an addon out of the following:

    Code:
    local w, h = WorldFrame:GetWidth(), WorldFrame:GetHeight()
    UIParent:SetSize(2100, 1182)
    UIParent:SetScale(w/2100)
    UIParent:ClearAllPoints()
    local off=h-(1182*(w/2100))
    UIParent:SetPoint("TOPLEFT", 0, (-1)*off)
    UIParent:SetPoint("BOTTOMRIGHT", 0, off)
    Probably made a math error somewhere, and it's completely experimental, as always.

  9. #329
    Herald of the Titans iLive's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Denmark
    Posts
    2,556
    I'm soon releasing a new version of iLive user interface, and the most noteable change is that it's supporting a new resolution (1680 x 1050). I'll release it later today, but you can read changes down below.

    iLive user interface v4.2
    • resolution 1680 x 1050 supported
    • some few addons updated
    • added flight timers with AzCastBar
    • player cast bar colored base color for all types of casts
    • additional raid debuffs added to Grid (should cover all Cataclysm raid bosses now)
    • created an addon to hide boss frames
    • mirror colored light blue (breath and fatigue bar)
    • removed cooldown indication on bag items (ex. heartstone, quest items etc.)
    • changed cooldown indication to have same color instead of two no matter what
    • removed aggro indicator on Grid border
    • reduced opacity and text size on combat text to something more soft
    • kgPanel action bar (middle) size increased (vUnique)
    • bar 3 size increased (vUnique)
    • OmniCC font size adjusted middle bar (vUnique)
    • changed PAC (Power Auras Classic) warning for Divine Plea to be more visible (screenshot)
    • added warning when Beacon of Light is missing through PAC (screenshot)


    ---------- Post added 2011-02-28 at 07:33 AM ----------

    I've released it.
    Last edited by iLive; 2011-02-27 at 03:38 PM.

  10. #330
    Herald of the Titans iLive's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Denmark
    Posts
    2,556
    I am currently working on updating iLive user interface for patch 4.2. There will be no new features, but just an update to make everything work smooth. That means if there's any request, I'll consider adding them. :]
    Last edited by iLive; 2011-08-13 at 02:12 AM.

  11. #331
    Hey!

    Do you think 1440x900 would fit for this UI?

  12. #332
    Herald of the Titans iLive's Avatar
    15+ Year Old Account
    Join Date
    Jan 2009
    Location
    Denmark
    Posts
    2,556
    If you do some minor tweaks with font size, definitly. :]

    ---------- Post added 2011-08-13 at 09:01 PM ----------

    I've taken some screenshots of the update. It'll be ready in a couple of days.

    http://i.imgur.com/UwNiM.jpg

    http://i.imgur.com/wxNRR.jpg
    Last edited by iLive; 2011-08-13 at 08:15 PM.

  13. #333
    Holy crap! How did I just discover this now (I guess it not being updated in a while actually answers this ...) but anyway, it looks great! I'm excited to try it out!

  14. #334
    Deleted
    Really looking forward to the update, my Holy pally needs a New UI and this One looks so crisp... Yamyamyam...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •