• 🏆 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!

Multiboard Too Big Help

Status
Not open for further replies.
Level 5
Joined
Jul 31, 2011
Messages
103
Hi Hive!

I created this thread because i need help to the width of my multiboard.

This is the trigger:
  • Multiboard Configuracion
    • Events
      • Tiempo - Elapsed game time is 1.00 seconds
    • Condiciones
    • Acciones
      • -------- Creando Tabla --------
      • Multiboard- Create a multiboard with 8 columns and 17 rows, titled Batalla Por El Arkh...
      • Set Tabla_MOBA = (Last created multiboard)
      • -------- Colores de Jugadores --------
      • For each (Integer A) from 1 to 12, do (Actions)
        • Bucle: Acciones
          • Set Player_Colors[(Integer A)] = (|c00FFFFFF + ((Name of Jugador 1 (rojo)) + |r))
      • -------- Estilo de Muestra --------
      • For each (Integer A) from 1 to 17, do (Actions)
        • Bucle: Acciones
          • For each (Integer B) from 1 to 8, do (Actions)
            • Bucle: Acciones
              • Multiboard- Set the display style for Tabla_MOBA item in column (Integer B), row (Integer A) to Mostrar text and Ocultar icons
      • Multiboard- Set the width for Tabla_MOBA item in column 2, row 1 to 7.00% of the total screen width
      • -------- Display Personalizado --------
      • Multiboard- Set the display style for Tabla_MOBA item in column 1, row 2 to Mostrar text and Ocultar icons
      • Multiboard- Set the width for Tabla_MOBA item in column 2, row 1 to 7.00% of the total screen width
      • Multiboard- Set the display style for Tabla_MOBA item in column 1, row 6 to Mostrar text and Ocultar icons
      • Multiboard- Set the width for Tabla_MOBA item in column 3, row 1 to 8.00% of the total screen width
      • Multiboard- Set the display style for Tabla_MOBA item in column 1, row 10 to Mostrar text and Ocultar icons
      • Multiboard- Set the display style for Tabla_MOBA item in column 1, row 13 to Mostrar text and Ocultar icons
      • -------- Celdas de Equipos --------
      • Multiboard- Set the text for Tabla_MOBA item in column 1, row 1 to F U E R Z A S
      • Multiboard- Set the text for Tabla_MOBA item in column 2, row 1 to - H E R O E S -
      • Multiboard- Set the text for Tabla_MOBA item in column 3, row 1 to - C R E E P S -
      • Multiboard- Set the text for Tabla_MOBA item in column 1, row 2 to |c000000FFFuerza de...
      • Multiboard- Set the text for Tabla_MOBA item in column 1, row 6 to |c00FF0000Fuerza de...
      • Multiboard- Set the text for Tabla_MOBA item in column 1, row 10 to |c0000640FFuerza de...
      • Multiboard- Set the text for Tabla_MOBA item in column 1, row 14 to |c007d7d7dFuerza de...
      • -------- Celdas de Jugadores --------
      • For each (Integer A) from 1 to 17, do (Actions)
        • Bucle: Acciones
          • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            • Si: Condiciones
              • Or - Any (Conditions) are true
                • Condiciones
                  • (Integer A) No igual a 2
                  • (Integer A) No igual a 6
                  • (Integer A) No igual a 10
                  • (Integer A) No igual a 14
            • Entonces: Acciones
              • Multiboard- Set the width for Tabla_MOBA item in column 1, row (Integer A) to 10.00% of the total screen width
            • Otros: Acciones
      • -------- Icono Nivel del Heroe --------
      • Multiboard- Set the display style for Tabla_MOBA item in column 2, row 2 to Ocultar text and Mostrar icons
      • Multiboard- Set the icon for Tabla_MOBA item in column 2, row 2 to ReplaceableTexturesCommandButtons\BTNHospital.blp
      • -------- Celdas Nivel del Heroe --------
      • Multiboard- Set the width for Tabla_MOBA item in column 2, row 2 to 2.00% of the total screen width
      • Multiboard- Set the width for Tabla_MOBA item in column 2, row (Integer A) to 2.00% of the total screen width
      • For each (Integer A) from 2 to 16, do (Actions)
        • Bucle: Acciones
          • Multiboard- Set the width for Tabla_MOBA item in column 2, row (Integer A) to 2.00% of the total screen width
      • -------- Celdas Nombre del Jugador --------
      • For each (Integer A) from 2 to 16, do (Actions)
        • Bucle: Acciones
          • Multiboard- Set the width for Tabla_MOBA item in column 1, row (Integer A) to 10.00% of the total screen width
      • -------- Iconos Celdas K/D/A --------
      • Multiboard- Set the display style for Tabla_MOBA item in column 3, row 2 to Ocultar text and Mostrar icons
      • Multiboard- Set the display style for Tabla_MOBA item in column 4, row 2 to Ocultar text and Mostrar icons
      • Multiboard- Set the display style for Tabla_MOBA item in column 5, row 2 to Ocultar text and Mostrar icons
      • Multiboard- Set the icon for Tabla_MOBA item in column 3, row 2 to ReplaceableTexturesCommandButtons\BTNAbility_DualWield.blp
      • Multiboard- Set the icon for Tabla_MOBA item in column 4, row 2 to ReplaceableTexturesCommandButtons\BTNSword in stone.blp
      • Multiboard- Set the icon for Tabla_MOBA item in column 5, row 2 to ReplaceableTexturesCommandButtons\BTNally.blp
      • -------- Celdas K/D/A --------
      • Multiboard- Set the width for Tabla_MOBA item in column 3, row 2 to 2.00% of the total screen width
      • Multiboard- Set the width for Tabla_MOBA item in column 4, row 2 to 2.00% of the total screen width
      • Multiboard- Set the width for Tabla_MOBA item in column 5, row 2 to 2.00% of the total screen width
      • For each (Integer A) from 2 to 16, do (Actions)
        • Bucle: Acciones
          • For each (Integer B) from 3 to 5, do (Actions)
            • Bucle: Acciones
              • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
                • Si: Condiciones
                  • Or - Any (Conditions) are true
                    • Condiciones
                      • (Integer A) No igual a 2
                      • (Integer A) No igual a 6
                      • (Integer A) No igual a 10
                        • (Integer A) No igual a 14
                • Entonces: Acciones
                  • Multiboard- Set the width for Tabla_MOBA item in column (Integer B), row (Integer A) to 2.00% of the total screen width
                • Otros: Acciones
      • -------- Celdas Creeps Asesinados --------
      • Multiboard- Set the width for Tabla_MOBA item in column 7, row 2 to 2.00% of the total screen width
      • -------- Dummys --------
      • For each (Integer A) from 2 to 16, do (Actions)
        • Bucle: Acciones
          • Multiboard- Set the width for Tabla_MOBA item in column 6, row (Integer A) to 2.00% of the total screen width
      • -------- Celdas Creeps Denegados --------
      • For each (Integer A) from 2 to 16, do (Actions)
        • Bucle: Acciones
          • Multiboard- Set the width for Tabla_MOBA item in column 7, row (Integer A) to 2.00% of the total screen width
            • Multiboard- Set the width for Tabla_MOBA item in column 8, row (Integer A) to 2.00% of the total screen width
      • For each (Integer A) from 2 to 16, do (Actions)
        • Bucle: Acciones
          • Multiboard- Set the width for Tabla_MOBA item in column 6, row (Integer A) to 2.00% of the total screen width
        • -------- Iconos Celdas Creeps --------
        • Multiboard- Set the display style for Tabla_MOBA item in column 7, row 2 to Ocultar text and Mostrar icons
        • Multiboard- Set the display style for Tabla_MOBA item in column 8, row 2 to Ocultar text and Mostrar icons
        • Multiboard- Set the icon for Tabla_MOBA item in column 7, row 2 to ReplaceableTexturesCommandButtons\BTNcheck.blp
        • Multiboard- Set the icon for Tabla_MOBA item in column 8, row 2 to ReplaceableTexturesCommandButtons\BTNuncheck.blp
        • Multiboard- Minimizar Tabla_MOBA
        • Multiboard- Maximizar Tabla_MOBA
And this is the problem, a BIG blank space

F51B2F20B.png


How can delete it?

Thanks For The HElp!!!
 
Last edited:
Level 5
Joined
Jul 31, 2011
Messages
103
Likely you have an extra column that is x% of screen that should not be there.

It would help greatly if you post the trigger in English.

Ok i will try traslate it

The multiboard get BIG is i use MAXIMIZE!
 
Last edited:
Level 38
Joined
Feb 27, 2007
Messages
4,951
My guess is that the giant space is coming from the fact that you use (and thus set a width for) columns 1-8 for the rows with all the icons, but only columns 1-3 for the first row with the text (fuerzas, heroes, creeps). Try building the multiboard without any rows that don't have all 8 columns explicitly sized and see what it looks like.
 
Level 5
Joined
Jul 31, 2011
Messages
103
I set the width of the first to 1% but no thing happned. i will try to use all the 8 colums for FUERZA, HEROE, CREEP
 
Status
Not open for further replies.
Top