Hi,
I'm not sure this is a bug, you decide.
I just added a new number in my catalog, number: 100000
Using the normal view I can't modify/resize the width column. So, adding new items, I always see a set of "100..." and not "100000", "100001", "100002". No problem for number < 100000. I tried all the program options.
If I press F11 I can resize all the columns.
Here my software:
Windows XP 64bit SP2 Eng
Ant Movie Catalog 3.5.1.2 (italian language)
Screen resolution: 800x600 (i also tried at 1024x768, same problem)
Unresizable number column in normal view
Hi,
Yes it is kind of a bug, I should improve that list anyway.
You can easily "fix" that though:
Open Italian.lng from the Languages folder, search for a line beginning with
Listview1.HeaderSections.Item[0].Text=NÝ
and after it add a line with
ListView1.HeaderSections.Item[0].Width=60
and with that you can modify the width of the Nr Column (and even replace NÝ by N°, since that seems to be a bug of Italian translation file )
Yes it is kind of a bug, I should improve that list anyway.
You can easily "fix" that though:
Open Italian.lng from the Languages folder, search for a line beginning with
Listview1.HeaderSections.Item[0].Text=NÝ
and after it add a line with
ListView1.HeaderSections.Item[0].Width=60
and with that you can modify the width of the Nr Column (and even replace NÝ by N°, since that seems to be a bug of Italian translation file )