HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Multiboard Gauge Problem

10-12-2004, 07:23 AM#1
Remy
I'm trying to create guages using the multiboard, but something's wrong.
I need my multiboard to be quite small but to still have lots of collumns, but it seems that wc3 has a minimum collumn width or something. Because if I set it to 20 collumns my multiboard automatically becomes very broad while there is nothing in it.
Maybe jass can decrease the minumum column size or something?
Btw I attached the map so you can see the problem.

Tnx
10-12-2004, 08:07 AM#2
Panto
There's not a GUI trigger to change the width and height of cells, columns, and rows? It certainly can be done, but I don't remember it requiring jass to do.
10-12-2004, 08:42 AM#3
AFB-DieHard
There is a Trigger called:

Multiboard - Set Item width

Multiboard - Set the width for multiboard BLA item 0, 0(for whole multiboard) to xx% of the screen width
10-12-2004, 03:34 PM#4
Remy
I did that but the multiboard still is very broad! plz download the map and see for yourself. I have set the width of all the collumns of all the rows to 0.01 but the multiboard is still fucking broad!

EDIT - Nvm. I already figured it out you need to add the columns one by one and cut them narrow each time to keep the multiboard from ever growing big, since it cannot shrink after it grows larger. (wc3 suckage) - /EDIT