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

[Solved] Multiboard Width Issue

Status
Not open for further replies.

Kazeon

Hosted Project: EC
Level 33
Joined
Oct 12, 2011
Messages
3,449
I'm going crazy with all of this untold erors, first, crazy eror with floating text, and now, this.. who can tell me what the hell is wrong with my trigger?
  • Multiboard Create
    • Events
      • Time - Elapsed game time is 0.00 seconds
    • Conditions
    • Actions
      • Multiboard - Create a multiboard with 16 columns and 8 rows, titled Status Board
      • Set Multiboard = (Last created multiboard)
      • For each (Integer Multiboard_Integers[1]) from 1 to 16, do (Actions)
        • Loop - Actions
          • Multiboard - Set the display style for Multiboard item in column Multiboard_Integers[1], row 1 to Show text and Hide icons
          • Multiboard - Set the display style for Multiboard item in column Multiboard_Integers[1], row 2 to Show text and Hide icons
          • Multiboard - Set the display style for Multiboard item in column Multiboard_Integers[1], row 3 to Show text and Hide icons
          • Multiboard - Set the display style for Multiboard item in column Multiboard_Integers[1], row 4 to Show text and Hide icons
          • Multiboard - Set the display style for Multiboard item in column Multiboard_Integers[1], row 5 to Show text and Hide icons
          • Multiboard - Set the display style for Multiboard item in column Multiboard_Integers[1], row 6 to Show text and Hide icons
          • Multiboard - Set the display style for Multiboard item in column Multiboard_Integers[1], row 7 to Show text and Hide icons
      • For each (Integer Multiboard_Integers[1]) from 1 to 7, do (Actions)
        • Loop - Actions
          • Multiboard - Set the width for Multiboard item in column 1, row Multiboard_Integers[1] to 6.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 2, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 3, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 4, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 5, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 6, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 7, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 8, row Multiboard_Integers[1] to 7.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 9, row Multiboard_Integers[1] to 6.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 10, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 11, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 12, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 13, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 14, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 15, row Multiboard_Integers[1] to 0.00% of the total screen width
          • Multiboard - Set the width for Multiboard item in column 16, row Multiboard_Integers[1] to 7.00% of the total screen width
      • Multiboard - Set the display style for Multiboard item in column 1, row 8 to Show text and Hide icons
      • Multiboard - Set the width for Multiboard item in column 1, row 8 to 6.00% of the total screen width
      • For each (Integer Multiboard_Integers[1]) from 2 to 7, do (Actions)
        • Loop - Actions
          • Multiboard - Set the width for Multiboard item in column Multiboard_Integers[1], row 8 to 1.00% of the total screen width
          • Multiboard - Set the display style for Multiboard item in column Multiboard_Integers[1], row 8 to Hide text and Show icons
      • Multiboard - Set the display style for Multiboard item in column 8, row 8 to Hide text and Hide icons
      • Multiboard - Set the width for Multiboard item in column 8, row 8 to 1.00% of the total screen width
      • Multiboard - Set the display style for Multiboard item in column 9, row 8 to Show text and Hide icons
      • Multiboard - Set the width for Multiboard item in column 9, row 8 to 6.00% of the total screen width
      • For each (Integer Multiboard_Integers[1]) from 10 to 15, do (Actions)
        • Loop - Actions
          • Multiboard - Set the width for Multiboard item in column Multiboard_Integers[1], row 8 to 1.00% of the total screen width
          • Multiboard - Set the display style for Multiboard item in column Multiboard_Integers[1], row 8 to Hide text and Show icons
      • Multiboard - Set the display style for Multiboard item in column 16, row 8 to Hide text and Hide icons
      • Multiboard - Set the width for Multiboard item in column 16, row 8 to 1.00% of the total screen width
      • Multiboard - Set the text for Multiboard item in column 1, row 1 to CHARACTER
      • Multiboard - Set the text for Multiboard item in column 1, row 2 to Name:
      • Multiboard - Set the text for Multiboard item in column 1, row 3 to HP:
      • Multiboard - Set the text for Multiboard item in column 1, row 4 to SP:
      • Multiboard - Set the text for Multiboard item in column 1, row 5 to Attack:
      • Multiboard - Set the text for Multiboard item in column 1, row 6 to Defense:
      • Multiboard - Set the text for Multiboard item in column 1, row 7 to D.Gauge:
      • Multiboard - Set the text for Multiboard item in column 1, row 8 to Status:
      • Multiboard - Set the text for Multiboard item in column 9, row 1 to TARGET
      • Multiboard - Set the text for Multiboard item in column 9, row 2 to Name:
      • Multiboard - Set the text for Multiboard item in column 9, row 3 to HP:
      • Multiboard - Set the text for Multiboard item in column 9, row 4 to Level:
      • Multiboard - Set the text for Multiboard item in column 9, row 5 to Type:
      • Multiboard - Set the text for Multiboard item in column 9, row 6 to Race:
      • Multiboard - Set the text for Multiboard item in column 9, row 7 to <Empty String>
      • Multiboard - Set the text for Multiboard item in column 9, row 8 to Status:
      • Multiboard - Hide Multiboard
      • Multiboard - Show Multiboard
RESULT
c6ad.jpg


Column 9 row 1-7 wont appears.. only row 8 is appeared.. have spent 2 hours just to re check this fking multiboard and try different method, but still dat fking column 9 wont appears. :ogre_frown::ogre_frown:
 
Last edited by a moderator:

Kazeon

Hosted Project: EC
Level 33
Joined
Oct 12, 2011
Messages
3,449
sorry I was in emotion
@maker: I will try it

@jake because there's no info that I want to display

@adiktuz That's bcos indexed integers usable for both loop event and setting a variable index. As example a[integer[1]], b[integer[2], action - for loop integer[3] from ... to ... is better than a[integer1], b[integer2], action - for loop integer3 from ... to ... just my opinion
 
Status
Not open for further replies.
Top