QUOTE(Chronial @ Apr 15 2008, 15:19)

QUOTE
Bug display for Album title too ==> Album Title is bold OR not antialiased ...
=> normal render it bold for some fonts, or normal and not antialiased for others,
=> bold make it very very bold
Looks like desired behaviour to me. I'm using the windows antialiasing method. This renders larger fonts antialiased, but smaller fonts are rendered one pixel wide. That's the same way word does it, and I like it since otherwise the small fonts would be very blurry.
QUOTE
"Added Find As You Type" doesn't work at all. option checked in settings but no key works (system beep only!)
I'm sure you are doing something wrong. Does chronflow have keyboard focus (the left and right key work?) and is your title string correct? (your title string has to start with the letters you are entering -- if it starts with a $crlf(), a tab, a space or whatever it won't work).
1) ok i'll deal with

2) my album title start with 1 space char ... that explain all.
==> could you ignore spaces for this functionnality ? cause i use this for album title :
' '%album artist%$char(10)%album%$char(10) allow to have a break line, but 1st line (%album artist%) is not centered with the 2nd line %album% when using this ... so i have to add 3 spaces before %album artist% to center it
that's a shame that inhibate this option

thanx for answers
EDIT 1: Album Title fied allow to use titleformatting but if done, "Find As You Type" option could not work because it start with a '$' ... i.e if i use this to not repeat artist name if already included in the album title :
$ifgreater($strstr(%album%,%album artist%),0,%album%,%album artist%' - '%album%)
i think i would be more simple to bind this option "Find As You Type" by default with %artist% or %album artist%, i don't think this is more difficult to code and i think it would be more coherent, no ?
EDIT 2: i've just find a solution to make it work and having my 2 lines centered ... i put the 3 spaces at the end instead of at beginning

...