Thread: Post Your UI

  1. #10101
    Epic!
    10+ Year Old Account
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    1,661
    Quote Originally Posted by Lyn View Post
    This have to wait after 5.2 and my new internet connection, since I'm moving in a week.
    I shall wait quietly! I wish I could get a new internet connection. The last 4 houses I've lived in have all had 0.3 upload speed and it drives me nuts. I hope your move goes well though. (:

  2. #10102
    Deleted
    Quote Originally Posted by Coldkil View Post
    Awesome work as always. I was thinking about an in-game config panel, how does that impact on memory usage?
    Depends. You have the option to create the config on demand. Tuller has an excellent example on that one:
    https://github.com/tullamods/tullaRange_Config
    https://github.com/tullamods/tullaRange

    Basically you create a separate config addon and add this to the toc file: ## LoadOnDemand: 1
    In your main addon when you call the config via slash command or whatever you just load the addon via: LoadAddOn("myAddon_Config")
    When finished you just call: DisableAddOn("myAddon_Config")
    Source: http://wowprogramming.com/docs/api_categories#addon

    I would not care too much about memory usage. Just write efficient code that is what matters. Config panels can get pretty huge.
    Last edited by mmoc48efa32b91; 2013-02-22 at 11:26 AM.

  3. #10103
    Quote Originally Posted by zorker View Post
    I would not care too much about memory usage. Just write efficient code that is what matters. Config panels can get pretty huge.
    Yeah, that's exactly my worries. I already have an handy config.lua and also a profile file, but i think that a config panel ingame could be useful.Obviously i would have to transfer all the variables saved in a file per-character so i just need to setup the defaults.

    Will be thinking about that. Probably doing it in the free time.
    Non ti fidar di me se il cuor ti manca.

  4. #10104
    Deleted
    Quote Originally Posted by Lyn View Post
    This have to wait after 5.2 and my new internet connection, since I'm moving in a week.
    Finally getting out of ZHE GERMANY, afraid ZHE GERMANS are coming?



    p.s. More UI's please.

    http://www.abload.de/thumb/wowscrnsh...13_11nysjk.jpg

    Is quite nice imo. Though you really should be doing something in that raid.

  5. #10105
    Quote Originally Posted by Led ++ View Post
    Finally getting out of ZHE GERMANY, afraid ZHE GERMANS are coming?

    p.s. More UI's please.

    http://www.abload.de/thumb/wowscrnsh...13_11nysjk.jpg

    Is quite nice imo. Though you really should be doing something in that raid.
    Nope, just in a big city. BIG CITY LIFE, YO!

    And the picture btw is a bit small
    oh, honey.

  6. #10106
    Deleted
    Im am in some dire need of help/advice here, i made some small changes in my UI and one of them was to add and place the targets target where the petframe used to be.
    But now i have absolutely no idea where to put the pet frame and still get it to look good, so i am in need of some help here.
    Here's a screenshot ->



    So far i've tryed to put it under the actionbar and make it look like the powerbar, to the left/behind the unitframe, under the targets target and in the middle between the target/unitframe but it just doesnt fit in anywhere.
    I tryed with the same height as the unitframe and also the same size as the targets target/targets powerbar but no matter what i do it's either to small or to big or just looks like something that doesn't belong.
    So my fellow UI creators, how would you have done it?

  7. #10107
    Deleted
    Quote Originally Posted by Rusk View Post
    Im am in some dire need of help/advice here, i made some small changes in my UI and one of them was to add and place the targets target where the petframe used to be.
    But now i have absolutely no idea where to put the pet frame and still get it to look good, so i am in need of some help here.
    Here's a screenshot ->

    <IMAGE>

    So far i've tryed to put it under the actionbar and make it look like the powerbar, to the left/behind the unitframe, under the targets target and in the middle between the target/unitframe but it just doesnt fit in anywhere.
    I tryed with the same height as the unitframe and also the same size as the targets target/targets powerbar but no matter what i do it's either to small or to big or just looks like something that doesn't belong.
    So my fellow UI creators, how would you have done it?
    You clearly have no space for a petbar. Maybe you should make your bars smaller to get some more space for it.

  8. #10108
    As always, a work in progress.. Working on a matching Bigwigs layout and fixing the raidframes.




    Sharper image here: http://bildr.no/view/1399571
    Last edited by Lissa; 2013-02-25 at 05:34 PM.

  9. #10109
    Quote Originally Posted by Lissa View Post
    As always, a work in progress.. Working on a matching Bigwigs layout and fixing the raidframes.

    Love the font, a lot of stuff seems blurry though

    ---------- Post added 2013-02-22 at 02:58 PM ----------

    Quote Originally Posted by Elfbeach View Post
    You clearly have no space for a petbar. Maybe you should make your bars smaller to get some more space for it.
    I'm the sassy poster here, stop trying to steal my thunder!

    <3

  10. #10110
    Quote Originally Posted by Ishtara View Post
    Love the font, a lot of stuff seems blurry though
    That's just imgur destroying the quality of the image, for some reason..

  11. #10111
    Quote Originally Posted by zorker View Post
    <SNIP>
    Preview of the upcoming oUF_Diablo changes
    Zork, I've installed your awesome ui, just curious about one thing.

    I want to use BPT http://www.wowinterface.com/download...erTracker.html <-- this addon in your UI, but i want it to look like the castbar/targetframe.
    If possible could you tell me how to achieve this?

    ---------- Post added 2013-02-23 at 12:59 AM ----------

    Quote Originally Posted by Lissa View Post
    That's just imgur destroying the quality of the image, for some reason..
    Try using Abload.de for uploading screens, doesnt seem to destroy the quality as much if at all
    Last edited by Drayarr; 2013-02-23 at 12:50 AM. Reason: Reworded Request.

  12. #10112
    That's just imgur destroying the quality of the image, for some reason..
    Try using Abload.de for uploading screens, doesnt seem to destroy the quality as much if at all
    imgur doesn't touch the original. You can verify that easily enough by comparing hashes of an image before and after you upload it.


    So long as you link to the full-size version and keep the file size under 1mb you'll get back what you send.
    Last edited by a21fa7c67f26f6d49a20c2c51; 2013-02-23 at 05:44 AM.

  13. #10113
    Quote Originally Posted by Daniie View Post
    Brewmaster Monk UI: http://img28.imageshack.us/img28/251...1913130127.jpg

    My back is against a wall here before people start asking me to zoom out. Any suggestions for improvement?
    What are you using for Unit Frames?

  14. #10114
    Deleted
    Quote Originally Posted by Stuffs View Post
    What are you using for Unit Frames?
    That can be done with stuf or pitbull, the party looks like grid2.

  15. #10115
    Quote Originally Posted by Lissa View Post
    As always, a work in progress.. Working on a matching Bigwigs layout and fixing the raidframes.

    What font is that? Accidental Pre..something?
    oh, honey.

  16. #10116
    Deleted
    Quote Originally Posted by Drayarr View Post
    I want to use BPT, but i want it to look like the castbar/targetframe.
    If possible could you tell me how to achieve this?
    First. I do not use BPT. Instead I use a the oUF module "EclipseBar" for that. My eclipsebar looks like this:
    http://imgur.com/a/oDaxo

    Code: http://code.google.com/p/rothui/sour...e/bars.lua#736

    I find that very suiting for my needs. But any code I wrote could be adjusted of course.

  17. #10117
    Quote Originally Posted by evn View Post
    imgur doesn't touch the original. You can verify that easily enough by comparing hashes of an image before and after you upload it.


    So long as you link to the full-size version and keep the file size under 1mb you'll get back what you send.
    Well for some reason my screenshots get up to around 2 mb, so they do mess with it.
    Uploaded to bild.no and it looks a lot sharper: http://bildr.no/view/1399571

    @Lyn: Accidental Presidency.
    http://www.dafont.com/accidental-presiden.font
    Last edited by Lissa; 2013-02-23 at 04:58 PM.

  18. #10118
    Quote Originally Posted by Lissa View Post
    Uploaded to bild.no and it looks a lot sharper: http://bildr.no/image/1399571.jpeg
    Made me lol

    Edit: fixed now not as funny anymore
    Last edited by Crummy; 2013-02-23 at 06:35 PM.

  19. #10119
    High Overlord KiwiFails's Avatar
    10+ Year Old Account
    Join Date
    Nov 2009
    Location
    TwitchTV
    Posts
    150
    Quote Originally Posted by Crummy View Post
    Made me lol
    Not sure if intended...

    . The Artist also known as Epiphany .

  20. #10120
    Bloodsail Admiral
    10+ Year Old Account
    Join Date
    Feb 2012
    Location
    NC
    Posts
    1,011
    Quote Originally Posted by Bellabella View Post
    Not sure if intended...
    I think he meant lol to the size of the image when you click the link. Which is indeed funny =).

Posting Permissions

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