Skip to content
ClearMSN Connection

ClearMSN Room Lister Dialog

A TG007 community discussion started by The Gate Keeper.

Discussion 6 posts
Page 1 of 1
Open
Topic #2349 · 6 published posts · 1,529 views

Hey Vex, i'd normally do this through messenger but cause you weren't around when i saw the error, i thought i'd post it here. Anyways, have you ever tried the room lister in say religion or computer section? It can't take any room names i think above 75 characters, so it gets all buggie and floods up the status window. You may want to look at a redesign of that for ClearMSN 6 because there is no fast soluation. I'm working on my own which may fix that problem, but as i said, i'm stuck as well in different bits and peices.

hehe, crazy stuff

my buddy vawluum made a room lister for msn about 2 yrs ago, he called it room viewer. well me and alot of other people i knew that used it never had any problems with it, it got the long room names perfect with no errors, ill look for it and ask to put it up so that maybe you can see what you need to fix or change or something. k?

thanks bro but i'm about 80% complete, as i said, just a little hitch here and there but nothing i can't work out.

actually its a problem with how it gets the topic, not the room. ive already fixed my copy, no more errors in the status window. and its a simple fix...

 

the error in the status window will say something like...

 

* String too long: $bvar (line 1933, clearmsn54.mrc)

 

whatever line it specifies (could be different in your copy), go to that line, which looks like

 

var %t1 = $bvar(&s,1-).text

 

and change it to

 

var %t1 = $bvar(&s,1-,$bfind(&s,1,</td></tr>)).text

 

Edited Dec 26, 2004 11:37 AM by vexation

bfush.PNG

my buddy vawluum made a room lister for msn about 2 yrs ago

I made the original dialog that goes with it, after requesting the room viewer in the first place

I've already shown TGK the addon.

 

well I'll still post it up for the heck of it cause he said it was ok, itll be in the msn addons section

 

weird thing: i used it right quick and it still seems to work, thats crazy stuff