hello, i'm having a little problem a few days a go, trying to populate a listbox component with a large concatenate string, i have tried populating the list in both ways, from unrealscript and passing the data from unrealscript to flash, but both ways the result is the same, the string that i need to put in the list is this
but the listbox only show this
the first character before the first space, i have tried many thing, increasing the space of the listbox, using "_" instead of the space character, but all is the same, the weird thing is, that i have put a log of the variables to check if the variable is truncate when it is assigned to the list but in the log the variable show in the correct way, the complete string.
any ideas on why this is happening, i have tried almost all that i know, any help, tip will be very usefull
thanks in advance for all the help.
Code:
456.456.456.456 - ghjk - Sci-Fi - Players: 1 - Ping: 0.0000 - Game Mode: Team Game
Code:
456.456.456.456
any ideas on why this is happening, i have tried almost all that i know, any help, tip will be very usefull
thanks in advance for all the help.