For the first question: You need to fix your array constants. Your array constants have blank strings, and so the listbox is displaying exactly what you're writing to it. Make the "Index Display" visible for the array controls, and you'll see the blank constants. To delete them, right-click on the blank string and select Data Operations->Delete Element.
For the second question: Write a -1 to the "Value" property of the listbox.