windowh表示で出力制限なしに置きかわるものです。先頭に置いてください。
良かったら使ってみてください。
#module m_logmes #undef logmes #deffunc _logmes str _mmm, int ll if hListbox==0{ id=ginfo_act screen 99: title "hps3 logmes" objsize ginfo_winx: listbox dd, ginfo_winy-20,"": hListbox = objinfo(stat, 2) gsel id, 1 } tm="";tm = strf( "%s %s", __DATE__, __TIME__ ) ;日時 dd=strf( "%s %4d %s\n", tm, ll, _mmm ) sendmsg hListbox,$180,, dd ;メッセージ出力 sendmsg hListbox,$197, icnt ;LB_SETTOPINDEX 最下行へ icnt++ return #define global logmes(%1,%2=__LINE__) _logmes %1, %2 #global