Unresizable number column in normal view

You found an error in the program ? Report it here
Post Reply
mrobama
Posts: 85
Joined: 2009-04-03 12:34:34

Unresizable number column in normal view

Post by mrobama »

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)

Image
antp
Site Admin
Posts: 9639
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

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 :D)
mrobama
Posts: 85
Joined: 2009-04-03 12:34:34

Post by mrobama »

Thank you a lot!!!

It worked perfectly!!!

By the way this is a great software, I can't live without it!!! :grinking:

P.s.: yes, NY is a bug in italian translation and I can correct it as you suggested
Post Reply