|
Joined: Sep 2003
Posts: 261
Fjord artisan
|
OP
Fjord artisan
Joined: Sep 2003
Posts: 261 |
Is it possible at all to hide the entire menu for a @window using mirc script? I keep thinking the answer is no because one might have menu @ {'s around. I've been reading the helpfile coming up with no solutions. Thanks in advance.
|
|
|
|
Joined: Dec 2002
Posts: 1,245
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,245 |
if you mean @custom windows? you can do a +d or /window -w0 +d @yes 200 100 200 100
|
|
|
|
Joined: Sep 2003
Posts: 261
Fjord artisan
|
OP
Fjord artisan
Joined: Sep 2003
Posts: 261 |
Hrm, "@window". Yeah i guess custom window. +d will disable/hide the menu in a custom window? But +d = no border  w[N] = where 0 = hide from switchbar/treebar, 1 = show in switchbar, 2 = show in treebar, 3 = show in both Neither hides the menu when i right click on the custom picture window.  any menu associated with custom windows still show up. menu { } Thanks anyways.
|
|
|
|
Joined: Dec 2002
Posts: 1,245
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,245 |
/window -pw0 +d @menu 100 200 200 100
no frame, no boarder no menu if you use other swtiches like -do and im sure some others it will defeat some other switches such as the -w0
|
|
|
|
Joined: Sep 2003
Posts: 261
Fjord artisan
|
OP
Fjord artisan
Joined: Sep 2003
Posts: 261 |
/window -pw0 +d @menu 100 200 200 100
no frame, no boarder no menu
Hrm, I still get a menu when I right click. Even on your example. What does creating a picture window have to do with hiding a menu though? A menu = menu nicklist,channel,* { .Somestuff ..Somestuff:etc } You right click on a window, you get a menu. Want to hide that kind of menu. A menu.  Hrm, maybe you think i'm talking about the titlebar. if you use other swtiches like -do and im sure some others it will defeat some other switches such as the -w0 If you say so. 
We don't just write the scripts, we put them to the test! (ScriptBusters)
|
|
|
|
Joined: Sep 2003
Posts: 261
Fjord artisan
|
OP
Fjord artisan
Joined: Sep 2003
Posts: 261 |
I have an idea. You create one of these.
menu * {
.This is:a test
}
Then create your window like your telling me to do. Right click, and see what happens  .
We don't just write the scripts, we put them to the test! (ScriptBusters)
|
|
|
|
Joined: Dec 2002
Posts: 1,245
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,245 |
if you dont want the menu to show up Everywhere then why are you using that wildcard method?
Frankly the menu * { } is a bad idea in my opinion, I dont need status window commands in my channel window or popups in the status window
use the menu nicklist,query { or the areas you want a menu in, not this wildcard method
|
|
|
|
Joined: Sep 2003
Posts: 261
Fjord artisan
|
OP
Fjord artisan
Joined: Sep 2003
Posts: 261 |
if you dont want the menu to show up Everywhere then why are you using that wildcard method?
Frankly the menu * { } is a bad idea in my opinion, I dont need status window commands in my channel window or popups in the status window
use the menu nicklist,query { or the areas you want a menu in, not this wildcard method
I have wildcards on some of my scripts as well as downloaded scripts. The script I'm creating doesn't use *'s. People that may use what I'm trying to create may very well also have some wildcard menu entries scattered out around their remote scripts. Are you saying that all users out there should disregard the fact that menu * exists and never use it? My question was simple, hiding a menu no matter what in a @window. And obviously it cannot be totally hidden because there's bound to be someone out there using a * in one of their menus, either on purpose or using someone else's creation. Thanks for trying.
We don't just write the scripts, we put them to the test! (ScriptBusters)
|
|
|
|
Joined: Dec 2002
Posts: 1,245
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 1,245 |
Sad but true i guess.
I have seen others use a wildcard menu, and wondered why you would do that. Maybe if you are writing a bot its handy but I'll say again I see no point in having items for the nicklist showing in the status window FEX
Maybe someone knows a way to defeat it that isnt documented.
|
|
|
|
Joined: Sep 2003
Posts: 261
Fjord artisan
|
OP
Fjord artisan
Joined: Sep 2003
Posts: 261 |
Maybe someone knows a way to defeat it that isnt documented. Like half the cool tricks we can do in mIRC that's not in the help file  . Thanks again.
We don't just write the scripts, we put them to the test! (ScriptBusters)
|
|
|
|
|