• 🏆 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] Base UI Visibility Command Question

Status
Not open for further replies.
Level 7
Joined
Nov 6, 2019
Messages
186
ok first to explain the question

now asking abotu a custom ui, i wanna know is is possible to use

  • Custom script: call BlzFrameSetVisible(UIHere true)
to open Blizzard UIS

like the quest log, Chat Box, Menu and the 4th one

is it possible to use that command to get it to open blizzards base ui questlog, chatlog so on
i plan to remove the buttons top left of screen put in new ones, but i dont know how i can get a custom ui button to open a blizzard ui like questlog, and chatbox
 
You can show the Dialogs by simulating a click onto the Buttons with BlzFrameClick(frame) only works onto enabled frames. But can be used onto hidden frames. (when you did not set a new Control Click Event for the Menubuttons, because simplebuttons can have only one ControlClick Event).

When you use BlzFrameSetVisible onto the dialogs directly they will not behave as one is used.
 
Status
Not open for further replies.
Top