• 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.

[General] How to show Main Menu button?

Status
Not open for further replies.
Level 1
Joined
Mar 22, 2019
Messages
4
I've hidden all W3 Frames and want to show Main Menu back.
Tried but it doesn't work.

JASS:
call BlzFrameSetVisible(BlzGetFrameByName("UpperButtonBarMenuButton", 0), true)
 
Level 1
Joined
Mar 22, 2019
Messages
4
How did you hide all of the W3 Frames? Maybe you adjusted it's scaling or position so it doesn't display regardless of being visible.
Thank's for the reply, I hidden it by using basic option ''call BlzHideOriginFrames(true)''.
I found a solution for this problem.
''UpperButtonBarMenuButton'' to be shown needs a parent frame ''UpperButtonBarFrame''.
 
Status
Not open for further replies.
Top