Wow, that was quite fast. Thank you so much.
To be honest, I wasnt a member if I remember correctly, I only keep visited this forum.
Anyway regarding the script:
Its like I wanted. In order to modify this a bit (I need many states displayed) I changed the scan windows settings from
Scan_Window_Settings = [0 , 0, 452, 320, 160, false]
to
Scan_Window_Settings = [0 , 0, 680, 332, 160, false]
And the max element/states number on line 154 & 217
max_elment = [Scan_Max_Elements_Shown, 8].min
max_elment = [Scan_Max_State_Shown, 8].min
to
max_elment = [Scan_Max_Elements_Shown, 10].min
max_elment = [Scan_Max_State_Shown, 10].min
I hope this is right because I wanted to display 10 states per row
Thanks.
To be honest, I wasnt a member if I remember correctly, I only keep visited this forum.
Anyway regarding the script:
Its like I wanted. In order to modify this a bit (I need many states displayed) I changed the scan windows settings from
Scan_Window_Settings = [0 , 0, 452, 320, 160, false]
to
Scan_Window_Settings = [0 , 0, 680, 332, 160, false]
And the max element/states number on line 154 & 217
max_elment = [Scan_Max_Elements_Shown, 8].min
max_elment = [Scan_Max_State_Shown, 8].min
to
max_elment = [Scan_Max_Elements_Shown, 10].min
max_elment = [Scan_Max_State_Shown, 10].min
I hope this is right because I wanted to display 10 states per row
Thanks.