• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Icon hiding in multiboard

Status
Not open for further replies.
Level 3
Joined
Mar 5, 2007
Messages
32
Hi, I'm making a large fullscreen multiboard with loads of rows and columns. What I want to do is hide close-to-all the icons in the multiboard, without making a single script for all the icons, there would be many hundreds... I'm using GUI and am unfamiliar with JASS...

Thanks in advance
 
  • Multiboard - Set the display style for (Last created multiboard) item in column 0, row 0 to Show text and Hide icons
This will hide all icons in the multiboard.
If you need to show the icons in 1 specific column (e.g.: hero-column), you can add this afterwards:

  • Multiboard - Set the display style for (Last created multiboard) item in column 1, row 0 to Show text and Show icons
 
Status
Not open for further replies.
Back
Top