Skip to content
General IRCd

Channel List Docked In A Dialog

A TG007 community discussion started by Ozzy10.

Discussion 13 posts
Page 1 of 1
Open
Topic #10945 · 13 published posts · 2,656 views

I have finally worked out how to dock the window that opens with mircs /list command and dock it in a dialog

 

knl17.gif

 

and here it shows the channels list popup which still works in the dialog

 

knl18.gif

Edited Aug 27, 2008 2:48 PM by Ozzy10

My code does NOT have bugs. It just develops random features.

nice :P

Nice work old man.

Yeah that seems so easy now compared to back when we first started docking mirc windows.

 

Thought i would give it a shot on webchat ircd

 

post-20793-1219880292_thumb.jpg

Get information about ircWx here

Attachments 1 file

Good stuff, now add other options to it.

what sort of options?

 

Get information about ircWx here

A /who outside of the room, so that it shows ALL users and not just registered ones

Ability to add one to autojoin by clicking a button

Ability to strip out colors on the topic

Removing the #

 

 

Just some ideas.

well some of that is easy and some isn't... it is grabbing the actual channels list window.. it's not like it's listing in a dialog list.

Get information about ircWx here

The concept is nice, and this was something I have tried to do on & off every now & then. I've come to the conclusion that /list is fine. Unless one wants to impliment options like X suggested (the ability to add to auto join being one), I don't really see the point. Though, meh, that could be coz I'm too lame to pull it off :P

after messing with it i'd rather have a normal list too tbh..

Get information about ircWx here

That one that guy did for vSix server or whatever it's called looked great, though I just don't don't see the point. Unless you're actually capturing the RAWS and hiding the actual /list window (Though I believe you can only minimize it) and then display the RAW info in a custom dialog list, then it could be neat and you could add a whole bunch of neat features in to it.

 

PS - Can you actually hide the /list window? :)

That one that guy did for vSix server or whatever it's called looked great, though I just don't don't see the point. Unless you're actually capturing the RAWS and hiding the actual /list window (Though I believe you can only minimize it) and then display the RAW info in a custom dialog list, then it could be neat and you could add a whole bunch of neat features in to it.

 

PS - Can you actually hide the /list window? :)

No, no raws involved. It is just a way of using mdx to capture the window, and embed the window itself directly into the dialog. Here is my screen shot. :)

post-216-1219913150_thumb.jpg

Edited Aug 28, 2008 8:48 AM by Warrior124
Attachments 1 file

yes you can hide the channels list window

however how i did it was to hide it on open so it doesnt show in the bar and then grab it and add it to the dialog

even though its hidden it still shows when its in the dialog

 

My code does NOT have bugs. It just develops random features.