Multiple listing of username, some people not showing up. 2004-03-19 - By Simon Lord
Back Right, I was doing the same thing. I guess our code must be similar and had a similar affect on the server that required a reboot to init the code properly?
I have the following in chat.asc:
// ::: THE FOLLOWING DETECTS DUPLICATE USER NAMES AND OMITS THEM getUserList.sort(); z = 0; var outputArray = new Array(); while (z < getUserList.length) { if (getUserList[z] != getUserList[z+1]) { outputArray.push(getUserList[z]); } z++; }
I also created a similar bit of code for the people list component so that certain administrator names would not appear while in the room (room tended to clear out when "Webmaster" entered :P). Shortly thereafter I discovered the same issue as yourself, restart cleared it right up. Been fine ever since.
PS: Thanks goes to Stefan for the "duplicate user" code.
On Mar 19, 2004, at 11:57 AM, Harper, Chris wrote:
> Hmm, that's funny. Last night I put in some extra code to null out any > instance with the same person's id for the index and also to not add > duplicates to the list client side. I thought that fixed it but we > also > restarted flash comm so that could have been it too. Thanks simon! > > chris > > -- --Original Message-- -- > From: Simon Lord [mailto:slord@(protected)] > Sent: Friday, March 19, 2004 7:17 AM > To: flashcomm@(protected) > Subject: Re: [FlashComm] Multiple listing of username, some people not > showing up. > > > Yes, this has happened to me recently. Unfortunately I restarted FCS > and the problem went away so I never had a chance to try to resolve it. > > Funny how the Microsoft solution to any problem seems to work across > many applications... ;) > > > > On Mar 18, 2004, at 7:47 PM, Harper, Chris wrote: > >> Hey guys, >> After testing my app I only got major error. In my users list some >> people showed up twice and some people didn't show up. It was >> averaging 1 out of 8 users either where doubled or didn't show up. >> Anybody have anything similar with their apps? Thanks. >> >> chris >> >> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >> Supported by Fig Leaf Software >> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >> Lower Prices for Certified Training! Check out new lower prices for >> Certified Macromedia Training from Fig Leaf Software. Expand your >> skill set with courses in ColdFusion, Flash, Rich Internet >> Applications and .NET in the new year. Fig Leaf Software provides the > >> highest caliber instruction at our training centers in Washington >> D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at >> your location. >> >> Get the details at http://training.figleaf.com/ >> -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ >> To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) >> For additional commands, e-mail: flashcomm-help@(protected) >> >> > Sincerely, > Simon > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Supported by Fig Leaf Software > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Lower Prices for Certified Training! Check out new lower prices for > Certified Macromedia Training from Fig Leaf Software. Expand your skill > set with courses in ColdFusion, Flash, Rich Internet Applications and > .NET in the new year. Fig Leaf Software provides > the highest caliber instruction at our training centers in Washington > D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at > your > location. > > Get the details at http://training.figleaf.com/ > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) > For additional commands, e-mail: flashcomm-help@(protected) > > > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Supported by Fig Leaf Software > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > Lower Prices for Certified Training! Check out new lower prices for > Certified Macromedia Training from Fig Leaf Software. Expand your > skill set with courses in ColdFusion, Flash, Rich Internet > Applications and .NET in the new year. Fig Leaf Software provides > the highest caliber instruction at our training centers in Washington > D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at > your location. > > Get the details at http://training.figleaf.com/ > -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ > To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) > For additional commands, e-mail: flashcomm-help@(protected) > > Sincerely, Simon
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Supported by Fig Leaf Software -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ Lower Prices for Certified Training! Check out new lower prices for Certified Macromedia Training from Fig Leaf Software. Expand your skill set with courses in ColdFusion, Flash, Rich Internet Applications and .NET in the new year. Fig Leaf Software provides the highest caliber instruction at our training centers in Washington D.C., Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location.
Get the details at http://training.figleaf.com/ -- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: flashcomm-unsubscribe@(protected) For additional commands, e-mail: flashcomm-help@(protected)
|
|