peace-and-protection / Peace-and-Protection

Peace and Protection mIRC script by Pai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Progressbar not showing during PnP installation

opened this issue · comments

window command has changed. window -h has become window -H

Change dofirst.ini - line 123 from:

n8=window -pfdohkaB +bLt @Progress $calc($window(-1).w - 330) $calc($window(-1).h - 160) 319 104

to:

n8=window -pfdoHkaB +bLt @Progress $calc($window(-1).w - 330) $calc($window(-1).h - 160) 319 104

Cried foul too early. Although this fix works, it's not the root cause of the problem.

mIRC 7.43:
h = hide window (window only appears in Window menu) H = enables auto-hide for a side-listbox

mIRC 6.01 on has:
h = hide switchbar window button (window only appears in Window list)

In the original files -- using window -h -- the windows remained hidden. Need to look into a command that brings focus and therefore window to the foreground. Perhaps the -h switch in the drawrect, drawpic, drawdot etc command suffices.

http://forums.mirc.com/ubbthreads.php/topics/254439/Command_changes_-_when?_(prett#Post254439

/window -a @

activates window

window -h in window commands for splash screen, progress bar, dofirst ini, Error and Quick changed to -w0