• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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