1. #1
    Field Marshal Senit's Avatar
    10+ Year Old Account
    Join Date
    Jul 2012
    Location
    Darnassus
    Posts
    87

    A couple oUF questions

    I know I have abused the hell out of this forum for answers, but I'd rather post publicly for anyone else with similar issues. + I'm nearly finished, so this will probably be the last thread

    My current questions are concerning my raid frames. I'm trying to figure out how to change the orientation of the raid frames so, they drain top to bottom, instead of right to left. It would also be great if someone could tell me how to truncate my name text so it doesn't overlap.

    SPAWN RAID
    Code:
    local raid = oUF:SpawnHeader("oUF_Raid", nil, "custom [@raid1,exists] show; [group:party,nogroup:raid] show; hide",
    		"showPlayer",         true,
    		"showSolo",           false,
    		"showParty",          true,
    		"showRaid",           true,
    		"yOffset",            0,
    		"xoffset",            0,
    		"groupFilter",        "1,2,3,4,5,6,7,8",
    		"groupBy",            "GROUP",
    		"groupingOrder",      "1,2,3,4,5,6,7,8",
    		"sortMethod",         "INDEX",
    		"maxColumns",         maxGroups,
    		"unitsPerColumn",     5,
    		"columnSpacing",      7,
    		"point",              "LEFT",
    		"columnAnchorPoint",  "TOP",
    		"oUF-initialConfigFunction", [[
      		self:SetHeight(25)
      		self:SetWidth(100)
      		]])
    		raid:SetPoint("TOPLEFT", UIParent, 850, -300)

    RAID NAME FONTSTRING
    Code:
    lib.tot_fontstrings = function(f)
        local name = lib.gen_fontstring(f.Health, config.font, 8, "OUTLINE MONOCHROME")
        name:SetPoint("CENTER", f.Health, "CENTER", 0, -4)
        name:SetJustifyH("LEFT")
    	
    	f:Tag(name, "[name]")
    end
    Thanks so much to this whole community for assisting me in so many cases. <3
    Last edited by Senit; 2012-08-15 at 08:12 PM.
    Senit UI -- outdated. Update... soon... maybe...

Posting Permissions

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