--- In [email protected], "entropyreduction"
<[EMAIL PROTECTED]> wrote:
>
> Try it now, same location
>
No better although bold fontspec is no longer rejected in set_font.
Font changes in Code Accelerator still don't take in this version (but
work fine with dialog.dll v 1.18). Attempts to change fonts on
pproconf window applies system font, not selected font. Script below
should change the listview to arial italic. Maybe seeing that italic
is not applied is more apparent than the fact that its not applying
Arial fontface.
*Configure Key/Mouse
wait.for(5000,anywindow("=pproconf"))
local syslist=win.childhandlelist("=pproconf","c=SysListView32")
for each word handle in syslist
win.debug(handle, win.class(handle))
dialog.set_font(handle, ?#"Arial" I 12.0#)
endfor
DiverPP does it but no idea what it is doing differently. Maybe it is
injecting a dll?
Regards,
Sheri