Hey Cant seem to get Bliz Original Flames To Hide, Any Help? so this one part of UI and the info when u click on a unit wont hide i have, All of these set up., on my original ui test back int he day i never figured out, that has no issue, And i copied the hide triggers from that and still not working.
Not Trying to move the frames or anything, just hide them as using complete custom ui


So anyone know how to get rid of the random ui frame when hero isnt selected, and the info panel and skill panel when hero is selected? and the inventory text
Not Trying to move the frames or anything, just hide them as using complete custom ui
JASS:
call BlzHideOriginFrames(true)
call BlzFrameSetSize(BlzGetFrameByName("ConsoleUIBackdrop",0), 0, 0.0001)
call BlzFrameSetVisible(BlzGetOriginFrame(ORIGIN_FRAME_HERO_BAR,0), false)
call BlzFrameSetVisible(BlzGetOriginFrame(ORIGIN_FRAME_MINIMAP,0), false)
call BlzFrameSetVisible(BlzGetFrameByName("ResourceBarFrame",0), false)
call BlzFrameSetVisible(BlzGetFrameByName("UpperButtonBarFrame",0), false)
call BlzFrameSetVisible(BlzGetOriginFrame(ORIGIN_FRAME_PORTRAIT, 0), false)
call BlzFrameSetVisible(BlzGetOriginFrame(ORIGIN_FRAME_CHAT_MSG, 0), false)
call BlzFrameSetVisible(BlzGetFrameByName("SimpleInfoPanelIconHeroText", 6), false)
call BlzFrameSetSize(BlzGetFrameByName("InfoPanelIconHeroIcon", 6), 0.00001, 0.00001)


So anyone know how to get rid of the random ui frame when hero isnt selected, and the info panel and skill panel when hero is selected? and the inventory text
Last edited: