Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Nicolas_Yuen
Nicolas_Yuen
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Nicolas_Yuen
Customize the badges you want to showcase on your profile
Re: Creating an IM system - best scenario? - Adobe LiveCycle 18-08-2010
Hi Arun,Thanks for the patch. Regarding issue 1), users are indeed broadcasting a custom status on the customFields property when they enter the lobby (so we fall in the 1b use-case then):private function fieldRegisterHandler(event:UserEvent = null):void { if ( userManager.isSynchronized) { userManager.setCustomUserField( userManager.myUserID, CUSTOM_STATUS_FIELD, STATUS_AVAILABLE); } }This indeed seems to force every users to fetch the userDescriptor (note that anonymousPresence was enabled), i...

Views

159

Likes

0

Replies

0
Re: Creating an IM system - best scenario? - Adobe LiveCycle 17-08-2010
Hi guys,Inddeed, I only want to display users in my BuddyList for the lobbyroom. I 'm creating a connectSession and : set the userManager.myBuddyList = [LCCS_USER_ID2] for LCCS_USER_ID1. set the userManager.myBuddyList = [LCCS_USER_ID1] for LCCS_USER_ID2.I also tried to set the buddyList on the synchronizationChange event but the result is the same.The result I'm seeing is that no matter what I change I can still see users who are not on my buddyList when they join the lobby.I would expect the u...

Views

159

Likes

0

Replies

0
Re: Creating an IM system - best scenario? - Adobe LiveCycle 17-08-2010
I've been trying to use the myBuddyList + anonymous presence feature but it doesn't seem to work as I hoped.I was expecting to only see users from myBuddyList on the roster but here is the behaviour I get:I can see every user that logged in later on in a room but without their custom statusPeople who joined later only see themselves unless other users update their user settingsI there a way to tweek the buddyList feature to get the same behaviour as a regular room (not anonymous) but only displa...

Views

161

Likes

0

Replies

0
Re: Creating an IM system - best scenario? - Adobe LiveCycle 04-08-2010
Hi Nigel,Thanks for the detailed answer, we're definately going for scenario 1 then but I just have one more question regarding the buddy list:We want to add a feature where we can display the chat capabilities for each user (WebCam available, mic...) and display this on the contact list. So we were thinking on using the registerCustomUserField but the documentation specifies that only the room owner can register a property. Is it possible to change this on a room template and is this option be ...

Views

162

Likes

0

Replies

0
Creating an IM system - best scenario? - Adobe LiveCycle 03-08-2010
Hi,We are planning on adding an Instant Messaging feature to an application used by two kind of users : customers and agents.The goal is to allow text/audio/video chat (possibly with the three options simultaneously but most likely with either text or audio+video) with the following use cases:Agent (1 or 2) <-> Customer (one-one or two-one)Agent <-> Agent (multiple users)Multiple opened chat session for a given user (mutiple windows similar to gmail)We also need to display a list of users (both ...

Views

1.9K

Likes

0

Replies

11