Page 1 of 1

Shifting the case of the titles in the left window

Posted: 2003-01-09 16:34:47
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.
:)

Posted: 2003-01-09 17:08:50
by antp
It can be done with some functions in the scripts : AnsiLowerCase / AnsiUpperCase / AnsiMixedCase

Posted: 2003-01-09 17:39:38
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 ! ;)

Posted: 2003-01-09 18:58:50
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.

Posted: 2003-01-09 19:13:56
by devil_is_around
Your reactivity is incredible ! Thank you very much !!!
:grinking: