Can I make "Producer" field resizable?

If you need help on how to use the program
Post Reply
humungus
Posts: 24
Joined: 2010-03-23 00:29:01

Can I make "Producer" field resizable?

Post by humungus »

Using English.lng file, I moved some of the fields to suit my personal preferences and because newer movies tend to have a busload of producers, I decided I wanted a longer Producer field, so I moved it below the Actors:

Image

My issue is, though, I made the field this long by using a stupidly large value for EProducer.Width and, of course, it stays that long if I enable Extras or do not use fullscreen view. I'd like the field to automatically extend (or shorten) to wherever the border on the right is like some other fields do (EOriginalTitle etc.). Any suggestions?

Additionally, I'd like this field to span over two rows because the URL is entirely too long for my needs and some movies (like Terminator Salvation) have 20+ producers. Any way to do that other than compiling my own version of AMC (which I can't do)?
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

I don't think it is possible to make the field stick to the right border, if I remember well that's one of the property that can't be modified via the translation tool.

For the multi-line, that's impossible without modifying the code of the program, sorry. It is a different component that is used for the simple text box (TEdit) and the multi-line one (TMemo).
humungus
Posts: 24
Joined: 2010-03-23 00:29:01

Post by humungus »

Thanks, antp. I was afraid of that.
Post Reply