Close
Showing results 1 to 4 of 4
  1. #1

    Default How do you toggle the UI from a script?

    I have five keys to change my team lead. It's tied in to PiP so whenever I PiP someone into the main window, they become the lead.

    I was wondering if it's possible to turn the UI on and off (as in Ctrl-Z) from a script. What I'd like to do is turn the UI on for a toon as it becomes my lead and turn it off for every other toon.

    I'm sure it must be possible but I've turned up zilch so far.

    Edit: I suspect I'm looking for:
    Code:
    /script InsertFrameNameHere:Hide();
    and:
    Code:
    /script InsertFrameNameHere:Show();
    [align=center]1--------10---------20------27--30---------40---------50---------60---------70
    This Multi-Boxer was brought to you by Keyclone
    [/align]

  2. #2

  3. #3

    Default

    I dunno. You find the answer. You feel all smug about it. You rush back here to tell everyone and...

    Katharsis has beaten me to it

    For the hard of clicking:
    Code:
    /run UIParent:Hide();
    /run UIParent:Show();
    [align=center]1--------10---------20------27--30---------40---------50---------60---------70
    This Multi-Boxer was brought to you by Keyclone
    [/align]

  4. #4

    Default

    Hehe, I knew I had seen that in the WoWiki API before so I rushed off to find it but couldn't right away so I did the Google thing.
    I've got something to show ya!
    http://katharsis.feathermoon.us

Similar Threads

  1. Toggle question
    By thinus in forum Software Tools
    Replies: 8
    Last Post: 04-30-2009, 10:00 AM
  2. Reverse Toggle
    By wolpak in forum Software Tools
    Replies: 9
    Last Post: 04-09-2009, 10:49 PM
  3. Toggle Hotstrings?
    By Bettysue in forum Software Tools
    Replies: 1
    Last Post: 12-28-2008, 06:11 PM
  4. Toggle key.
    By Fillifjonkan in forum Software Tools
    Replies: 2
    Last Post: 09-19-2008, 12:14 PM
  5. Follow on/off toggle?
    By nowisnothing in forum General WoW Discussion
    Replies: 2
    Last Post: 08-05-2007, 10:51 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •