Hi,
I need some modifications in lccs.swc (for example: change audio icon and UserItemRenderer in HorizontalRoster, TextInput height in SimpleChat). Can i modify from src and generate a new swc? If it's possible, how?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
Yes you can do that. We have provided you all the client side LCCS source. So you can build your swc using compc utility in Flex SDK or build a library project in Flash Builder.
The other thing you can do is, we have layers of inheritance. So you can build your own custom component by extending the base component class .Also from what you are doing, you can always use your custom item renderer instead of UserItemRenderer.
LCCS client is a well architected code in my opinion, making it very flexible.
Thanks
Arun
Views
Replies
Total Likes
Yes you can do that. We have provided you all the client side LCCS source. So you can build your swc using compc utility in Flex SDK or build a library project in Flash Builder.
The other thing you can do is, we have layers of inheritance. So you can build your own custom component by extending the base component class .Also from what you are doing, you can always use your custom item renderer instead of UserItemRenderer.
LCCS client is a well architected code in my opinion, making it very flexible.
Thanks
Arun
Views
Replies
Total Likes
Hi Arun,
I have one more problem: How I use custom SimpleChatModel in custom SimpleChat? I need the seconds in the timestamp.
Thanks!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies