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

Tom_Decaux
Tom_Decaux
Offline

Badges

Badges
3

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 Tom_Decaux
Customize the badges you want to showcase on your profile
Re: UserManager > UserCollection > Loop of Remove and Add user - Adobe LiveCycle 19-11-2009
I am coding in Flex, I have only 1 Roster UI component.I enable Audio.2 users are in the application, and the roster's items are flashing all the time, bcoz I am using URL as icon and bcoz the items are removed/added all the time ... I admit if you let the demo with the default user icons, no problem! But in a real application, its horrible!But you are 100% right, the 2 events CREATE and REMOVE are working fine! And I don't need a such SharedCollection any more, thanks!

Views

113

Likes

0

Replies

0
Re: UserManager > UserCollection > Loop of Remove and Add user - Adobe LiveCycle 19-11-2009
My problem is if I add a CollectionChange event listener to the UserManager.UserCollection in order to display properly the list of online users, my event listener is called with Remove/Add/Remove/Add .... always!And as a result, all my components using this ArrayCollection are blinding ;-( Also my beautiful MSN like popup notification is driving crazzyyyyyyyyyWhat I am doing now, is I created a new SharedCollection (UserDependent) where I add manually the current User and I have created a Timer...

Views

116

Likes

0

Replies

0
Re: Webcamera + Audio - Adobe LiveCycle 18-11-2009
Yep!Tout est open source, t'as qu'a regarder et piocher les bouts de code qu'il te faut! Cocomo est juste beaucoup de couches pour pas grand choses Rien ne vaut le vrai NetStream et NetConenction! (Ce que Cocomo utilise bien sur...)

Views

157

Likes

0

Replies

0
UserManager > UserCollection > Loop of Remove and Add user - Adobe LiveCycle 18-11-2009
I have no idea why the Adobe team has written the following: removeUserFromCollection(userD); var newD:UserDescriptor = userD.clone(); newD.voiceStatus = p_evt.item.body.voiceStatus; addUserToCollection(newD);Which means, as any time a custom field or a voice status is refreshed, the user is removed then added again! So the memory taken is terrible and that is very very stupid, why they didnt update the item instead of removing/adding it? Any idea to get the real online users?

Views

608

Likes

0

Replies

5
Re: Webcamera + Audio - Adobe LiveCycle 17-11-2009
AudioSubscriber, AudioPublisher, WebcamPublisher, WebCamSubscriber are here in order to make easy the use of Audio and Camera streams.Of course, make easy means less performance. But in a real application, I recommend you to not use these class but create your own, using the StreamManager and NetStream/NetConnection. Its not easy at all, but possible!Dont forget that these class are open source! So you can see the fantastic source of the Adobe team!I would like to show you what I did to increase...

Views

164

Likes

0

Replies

0