Drakah

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 81 total)
  • Author
    Posts
  • in reply to: New UI Engine for 2023 #263885
    Drakah
    Keymaster

    Scalability held just fine, but logging out and logging back in, all scalability went back to 1.0, but that is by the game error not by UI. My gut feeling, this is going to become a disaster, quickly… it is too bad they don’t include my directly on this for input.

    in reply to: New UI Engine for 2023 #263880
    Drakah
    Keymaster

    Well, I was able to get some progress done on the “Global” version Inventory Window for all of the Interfaces I create using this layout It is not 100% accurate, but pretty darn close. This is just using the normal Default skin however, which is fine for the time being.

    The 1st image is the Live version, 2nd image is on the Test server on the new UI code.

    in reply to: New UI Engine for 2023 #263879
    Drakah
    Keymaster

    It won’t be on live for quite a while. I have been on the test server past several weeks just working on the Inventory window. So you can imagine how terrible this is.

    in reply to: New UI Engine for 2023 #263858
    Drakah
    Keymaster

    I am hoping too 🙂

    in reply to: Updating Interfaces for the 7/20/22 Patch Day #263694
    Drakah
    Keymaster

    All interfaces have now been updated.

    in reply to: April 20th Patch Day Notice #263666
    Drakah
    Keymaster

    Interfaces have now been updated and uploaded to Version 18.3.
    Do not use them until after the patch goes out on Wednesday, April 20, 2022.

    in reply to: Issue with Buff Window (3/9 patch) #263650
    Drakah
    Keymaster

    Thinking about this more on the way to work, I remember my old code “Pieces” had a Buff Icon Piece, then a Buff Icon Name Piece, then a Buff Icon Piece again, etc etc. which could possible display them separately when resized. But now that DBG has all the icons in 1 template on their own, the Buff names had to do the same… so possibly that is what throws off the alignment going up/down I am thinking. At some point I can revisit this to see if I can also make it compatible for vertical but for now, I believe you could place in an addon that is vertical without breaking the UI.

    in reply to: Issue with Buff Window (3/9 patch) #263649
    Drakah
    Keymaster

    That is odd because all of my UI’s uses the same buff windows primarily, but all the layouts were created going horizontally, not vertically.

    Are you sure you didn’t have a different buff window in your UI that replaced mine?

    The only way my buff window would work vertically is if you did what I mentioned to the other user above, by removing the Pieces for the spell icon names, then you wouldn’t have any issues, but you would obviously loose the spell names.

    Now I never personally, resized my buff windows to go up and down… so maybe with the update the alignment acts differently when stretched in that direction, I am not sure.

    in reply to: Issue with Buff Window (3/9 patch) #263645
    Drakah
    Keymaster

    That screenshot though is showing it Up/Down, it isn’t coded to be that direction, only Left/Right. You need to unlock the window and resize it to be the correct orientation with the name of the buff under the icon.

    • This reply was modified 2 years, 9 months ago by Drakah.
    in reply to: Issue with Buff Window (3/9 patch) #263628
    Drakah
    Keymaster

    been 20 years so far, no plans just yet! 🙂

    in reply to: Issue with Buff Window (3/9 patch) #263626
    Drakah
    Keymaster

    Ah ok cool deal. Ya, the TileLayoutBox is the grouping of all those labels, so if the grouping is deleted, then all those label elements will not load. Glad you figured it out!

    in reply to: Issue with Buff Window (3/9 patch) #263621
    Drakah
    Keymaster

    Ya you must have something else going on. I removed the Pieces code, and loaded up, and I was still able to click off the icons and such regardless of orientation.

    • This reply was modified 2 years, 9 months ago by Drakah.
    in reply to: Issue with Buff Window (3/9 patch) #263620
    Drakah
    Keymaster

    There should not be any issues to any of the icons at all. If the labels are overlapping the icon, then you couldn’t click it, since it would be layered. But without the labels, none of that would happen.
    Are you sure you dont have something accidentally in front of the buff window that is hindering you from not being able to click it?

    in reply to: Issue with Buff Window (3/9 patch) #263617
    Drakah
    Keymaster

    If you want to remove the buff labels, just open the file and at the bottom, remove
    <Pieces>TileLayoutBox:BW_ButtonLabels</Pieces>

    and save, should work just fine that way too.

    • This reply was modified 2 years, 9 months ago by Drakah.
    in reply to: Issue with Buff Window (3/9 patch) #263614
    Drakah
    Keymaster

    Ok, I tested it and it works as it should.
    Here is what mine looks like.

Viewing 15 posts - 16 through 30 (of 81 total)