Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alias _progress.1 - Progress update custom window not showing #6

Closed
ghost opened this issue Aug 10, 2015 · 3 comments
Closed

alias _progress.1 - Progress update custom window not showing #6

ghost opened this issue Aug 10, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 10, 2015

Old mIRC version window -h command has changed to window -H

Change window.mrc - line 394 from:

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

to:

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

@ghost ghost added the bug label Aug 10, 2015
@ghost
Copy link
Author

ghost commented Aug 10, 2015

c35b547?diff=unified

@ghost ghost closed this as completed Aug 10, 2015
@ghost ghost reopened this Aug 11, 2015
@ghost
Copy link
Author

ghost commented Aug 11, 2015

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

@ghost ghost self-assigned this Aug 11, 2015
@ghost
Copy link
Author

ghost commented Aug 11, 2015

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

@ghost ghost closed this as completed Aug 11, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants