Resizing Fields

You found an error in the program ? Report it here
Post Reply
fulvio53s03
Posts: 764
Joined: 2007-04-28 05:46:43
Location: Italy

Resizing Fields

Post by fulvio53s03 »

I would like to resize a field in main window: i tried changing my language file this way:

Code: Select all

EComments.Hint=|invio ricevuta
EComments.Visible=1
EComments.height=22
EComments.width=60
but only width parameter is useful and field's height doesn't change.
Is it possible tho change field height? how?
Thanks. ;)
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

The comments field is resized by code, when resizing the window, to share the remaining space with the description field, hence why the height is not kept.
fulvio53s03
Posts: 764
Joined: 2007-04-28 05:46:43
Location: Italy

Post by fulvio53s03 »

antp wrote:The comments field is resized by code, when resizing the window, to share the remaining space with the description field, hence why the height is not kept.
Well, I hoped new version could change this.... :ha:
Anyway, is this a problem about all fields?
The other hand, I saw it's easy to change field's width, isn't it?
Thanks.
:)
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

The only other field of which you could change the height is the actors field (for other ones, I do not see the point as they are not multiline). If you move other fields (by changing top & left values) it can be useful.
fulvio53s03
Posts: 764
Joined: 2007-04-28 05:46:43
Location: Italy

Post by fulvio53s03 »

Thanks, that's all.
:)
Post Reply