Shifting the case of the titles in the left window

Comments on existing version & Suggestions for future versions. If you want a new feature suggest it here. Discussions about beta versions also come in this section.
Post Reply
devil_is_around
Posts: 5
Joined: 2003-01-09 16:24:31

Shifting the case of the titles in the left window

Post by devil_is_around »

Hello, and thank you for this great program (the best to my mind).
:cool:
I have an idea, about a new feature to add to this program (ant movie catalog) : the different sites gives file infos some times in uppercase and some others in lowercase. Would it be possible to make all the titles having the same case in one time so it looks better ?

Beg you pardon for my english.

Bye.
:)
antp
Site Admin
Posts: 9630
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

It can be done with some functions in the scripts : AnsiLowerCase / AnsiUpperCase / AnsiMixedCase
devil_is_around
Posts: 5
Joined: 2003-01-09 16:24:31

Post by devil_is_around »

Could you give me an example ? Just to show me what I have exactly to write in the script. Thank you ! ;)
antp
Site Admin
Posts: 9630
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

Where you see something like :

SetField(fieldOriginalTitle, Value);

you can put instead :

SetField(fieldOriginalTitle, AnsiMixedCase(AnsiLowerCase(Value), ' '));

It will put the title in lower case, and put the letters following a space in upper case.
devil_is_around
Posts: 5
Joined: 2003-01-09 16:24:31

Post by devil_is_around »

Your reactivity is incredible ! Thank you very much !!!
:grinking:
Post Reply