I'm sorry an how I can make for to have more space for to see an numbers with 6 numbers.. ex. 000123 ??? Now I see 100.. (the program we understand and it's clear that change the first zero with the number 1.. I use an reader of barcode "laser gun"
After discussion on MSN Messenger, the problem was the width of the "number" column. I post the solution here if somebody else wants to know how to do it.
- in windows notepad (or any text editor) open the file "italian.lng" (or the language that you use) from the "languages" folder of Ant Movie Catalog
- search for a line with the following contents:
Listview1.HeaderSections.Item[0].Text=N°
- insert a new line after it and put the following:
Listview1.HeaderSections.Item[0].Width=60
- 60 is the number of pixels of the column
by default it is 45 or something like that
if 60 is not enough you can pick a bigger value
For those that use English version, they will have to select the language "english for translations" in Tools -> Languages window.