Displaying BOOL values in a Browse List as "Y"

I added AnyScreen to my hand coded List Styles example. The below shows AS HTML 5 on the Left does NOT work to show Wingdings 2 font, the normal ABCDEF show.


In the below capture the style does appear to change to Consolas font. The Window font is Segoe UI and the Consolas column “i” is obviously a fixed width "i" . So styles work but not Wingdings or Symbol?


In the below window the Drop List shows Wingdings characters working when specified as a FONT() not as a Style. Maybe there is hope.

LIST,AT(169,28,34,12),USE(Check0),VSCROLL,FONT('Wingdings',14,COLOR:Red),DROP(15), |
        FROM('n|l|p|o|<0A8h>|<0A1h>|<0A2h>|<0FEh>|<0FDh>|<0A4h>|J|K|L')
 LIST,AT(208,28,34,12),USE(Check1),VSCROLL,FONT('Wingdings',14,COLOR:Green),DROP(15)


It did work in the AS Windows Client, although sized smaller.

5 Likes