• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

HIVE

Tasyen
Tasyen
create the simplebuttons for some other parent, "ConsoleUIBackdrop" is for "Frames".
BlzGetFrameByName("ConsoleUI", 0)
"ConsoleBottomBar"
Dark-Zalor
Dark-Zalor
Hi your message really helped me:

Code:
Frame "BACKDROP" "ParentTeamInventory-1" {
  DecorateFileNames,
  BackdropTileBackground,
  BackdropBackground  "EscMenuBackground",
  BackdropCornerFlags "UL|UR|BL|BR|T|L|B|R",
  BackdropCornerSize  0.036,
  BackdropBackgroundSize  0.256,
  BackdropBackgroundInsets 0.007 0.007 0.007 0.007,
  BackdropEdgeFile  "EscMenuBorder",
  BackdropBlendAll,
}

I want to create a simple frame that should have the default background of the frame decalred before. I disn't see theses attributes in the simple frames. I just want to put menu background and the borders.
Top