secrethcb

Results 3 comments of secrethcb

IMPLEMENT_APP(MerryApp) bool MerryApp::OnInit() { const wxString name = wxString::Format("ALMRun-%s", wxGetUserId().c_str()); m_checker = new wxSingleInstanceChecker(name); **_SetProcessDPIAware();_** //fixed DPI if (m_checker->IsAnotherRunning())//程序已经在运行中.. { stClient* client = new stClient; // Create the connection wxConnectionBase*...

另外: 只有wxWidgets-3.1.4这个版本,目前测试不会关机报错。 分辨率用SetProcessDPIAware()处理 @chenall

因为那个等线字体不是等宽的,而宋体是等宽的,你可以下载一些等宽字体来用 ---原始邮件--- 发件人: ***@***.***> 发送时间: 2022年4月2日(周六) 下午2:13 收件人: ***@***.***>; 抄送: ***@***.******@***.***>; 主题: Re: [chenall/ALMRun] 作者貌似没有维护了,简单修复了一个版本,支持高分屏和win10关机错误 (#66) https://github.com/secrethcb/ALMRun/releases/tag/v1.2.0.74-fixed 有一个关于皮肤的bug,反复调试都不行,请教一下: 在merryl_Hdip.skn中修改字体为微软雅黑或者win10的等线,整个列表就会不能对齐 但如果改回新宋体,就可以对齐 整个skn软件如下,还请各位大神指教 [skinvalues] ;;面板设置 editleft=18 edittop=20 editwidth=965 editheight=22 fontsize=12 fontname=等线 ;listwidth=1000...