edit the main window?

If you need help on how to use the program
Post Reply
franktheseeker

edit the main window?

Post by franktheseeker »

hy,
i just downloaded the software and i think it is real great!!!

is there any possibility to change the main window? i don´t need some of the information such as director, media label, media type...
hope some1 can help me :-)
antp
Site Admin
Posts: 9712
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

It is not possible for the moment.
Actually you can hide fields if you really want, but the space that was used by these fields will be lost (i.e. there will be an unused zone in the window).

In a future version it will be possible to customize what has to be displayed, but I cannot say when, since it will not be easy to implement in the program.
Guest

Post by Guest »

thanks for the quick answer. it would be great if you can tell me how to hide fields.
antp
Site Admin
Posts: 9712
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

create a new file in the folder "Languages" with the ".lng" extension, containing this :

[MainWindow]
MainWindow.LMedia.Visible = False
MainWindow.LMediaType.Visible = False
etc... (same for all the labels that you want to hide, see English.lng for label names)

MainWindow.EMedia.Visible = False
etc... (same for all the edit fields)

If you were already using a langage file, copy it under a new name (to prevent the overwriting when upgrading to a new version) and add the new lines somewhere after the [MainWindow] line that should already exist.

Then in Tools -> Preferences -> Languages, select the file that you have created.
Post Reply