mIRC Home    About    Download    Register    News    Help

Print Thread
#7522 20/01/03 02:08 PM
Joined: Dec 2002
Posts: 143
A
Aubs Offline OP
Vogon poet
OP Offline
Vogon poet
A
Joined: Dec 2002
Posts: 143
Is it possible, not that I have a valid reason to add one at this time (one in the pipeline), to add a list box to a channel window?

that way, you would have:
Code:
 ______________________
| L |              | N |
| I |              | I |
| S |    MAIN      | C |
| T |   CHANEL     | K |
|   |   WINDOW     |   |
| B |              | L |
| O |              | I |
| X |              | S |
|   |              | T |
|___|______________|___|


Somethink that looks like that?

or maybe:
Code:
 ______________________
|                      |
|    LIST BOX          |
|______________________|
|                  | N |
|                  | I |
|       MAIN       | C |
|      CHANEL      | K |
|      WINDOW      | L |
|                  | I |
|                  | S |
|                  | T |
|__________________|___|


had to put them in code flags otherwise they wouldn't have looked as I wanted to (Ease of explanation!).

Any suggestions greatly appreciated.

I recall in a thread not far from this one that Online said:
Quote:
Besides a few coloring/retrieving commands, you can't modify the channel listbox. The way around it would be creating a custom @window with a side-listbox (/window -el15 @chan), hiding the real channel (/window -h #chan), and responding to every channel event/raw in order to /echo them to your custom window... not easy at all.


Would that be a suggestion in this case, or can you only even have one listbox for each custom window?


Aubs.
cool

#7523 20/01/03 02:39 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Looks like only one is possible, by using the -lN switch. anyway, Picwin experts can create anything smile

#7524 20/01/03 03:26 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
I'd like to see that as a mIRC feature for favourite channels.

#7525 20/01/03 04:19 PM
Joined: Dec 2002
Posts: 143
A
Aubs Offline OP
Vogon poet
OP Offline
Vogon poet
A
Joined: Dec 2002
Posts: 143
What do you mean for favourite channels? how? and which one (top or side)?

Quote:
Online:
Looks like only one is possible, by using the -lN switch. anyway, Picwin experts can create anything

Never heard of Picwin!!!

What is it/does it do?

Presumably use a dll? - That's one thing I would like not to have to use... The only dll I want (have) to use is blowfish although I am considering simply using $hash(%var,32) as I think it is strong enough and I'm not using a HIGHLY secretive script!!

[edit]
As you have the command to add a listbox to a custom window, would it not be simple enough to have a similar thing to add one to a channel window?
[/edit]

Last edited by Aubs; 20/01/03 04:27 PM.

Aubs.
cool

#7526 20/01/03 04:22 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
The top one.

Well, favourite channel list or even the channels you are currently in. I've seen it on some Java applets. Perhaps it could be an alternative to all the ideas about modifying the switchbar.

Never heard of Picwin!!!

Short for Picture Window (So I'm told anyway)

#7527 20/01/03 04:26 PM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Picture Window

#7528 20/01/03 04:29 PM
Joined: Dec 2002
Posts: 143
A
Aubs Offline OP
Vogon poet
OP Offline
Vogon poet
A
Joined: Dec 2002
Posts: 143
Ok, should have guessed!!! grin blush


Aubs.
cool


Link Copied to Clipboard