[過去ログ] テキストエディタQX 5 (203レス)
1-

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
74: 2012/10/18(木)02:58 ID:m9dxtSA40(3/4) AAS
@MacroDisableAuto を使うとファイル(QAOPND01.MACとか)での自動実行マクロ
が止まるからやっぱり使わない方がいいか、というわけでやっぱり戻す

sub AutoTimer()
dim width
if @hwnd = 0 then exit sub
if @Global$("g_toggle_width") = "" then AutoActivate : exit sub
if @Global$("g_toggle_width") <> "on" then exit sub
width = @ScreenWidth - 4
if @PrintNumber then width = width - 6
if width<40 then width = 40
if width>254 then width = 254
if val(@Global$("g_prev_width")) <> width then @width = width : @Global$("g_prev_width") = str$(width)
end sub

proc toggle_width()
if @Global$("g_toggle_width")<>"on" then
@Global$("g_toggle_width")="on"
else
@Global$("g_toggle_width")="off"
end if
@@Global$("gg_toggle") = @Global$("g_toggle_width")
end proc

sub AutoActivate()
if @Global$("g_toggle_width") = "" then
@Global$("g_toggle_width") = "off"
@Global$("g_prev_width") = str$(@width)
end if
@@Global$("gg_toggle") = @Global$("g_toggle_width")
end sub
1-
あと 129 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.005s