Search found 19 matches

by mmancuso
23 Nov 2012, 15:44
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

I thought I was just creating one connector since I removed the sfb:Connector component?
by mmancuso
22 Nov 2012, 21:15
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

Okay it looks like I've solved it (albeit via a bit of a hack). I'll leave it here in hopes that this helps someone else. I removed the sfb:Connector from my MAIN.mxml component and put manual code at the top of my init() method to manually instantiate the connector connector = new Connector(); smar...
by mmancuso
22 Nov 2012, 18:41
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

Thanks Bax. I agree it's odd. I have two main flex components; MAIN and THEATER. In the MAIN component, I have the sfb:Connector component. When a user clicks on a login button, connector.connect() is called and it connects and everything works. The THEATER doesn't have this sfb:Connector component,...
by mmancuso
21 Nov 2012, 16:28
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

Thanks very much Bax for the quick response, much appreciated. I had a feeling this was the problem. I've tried the refreshList() before but I get the following error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.smartfoxserver.smartfoxbits.bits::User...
by mmancuso
20 Nov 2012, 23:42
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

after a hiatus, we've resumed the product and this is the only remaining problem in our way. a little refresh: so when I'm in open space, I have a UserList component that works great, never had one problem with it. my application allows a user to leave the OpenSpace world, and join another room, bri...
by mmancuso
29 Aug 2012, 18:01
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

Hm, I'm just using whichever one came with the SFS2x download. We are waiting to purchase a license until I can figure this issue out, I really appreciate your help thus far. It's a weird error in that when I have the UserList active when OpenSpace is active, it always works. If I'm loading my own i...
by mmancuso
28 Aug 2012, 20:01
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

I'm using SmartFoxBits2X_BasePack.swc, is that not the latest one?
by mmancuso
25 Aug 2012, 22:43
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

I'm not sure either. I put in a check to see whether or not smartfox was null (it wasn't) and also checked to see the value of smartfox.lastJoinedRoom (which was being correctly set). I've tried for a long time to fix this issue but can't seem to find a solution. It's preventing us from shipping our...
by mmancuso
25 Jul 2012, 19:13
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

Scratch that. I'm now getting the following error intermittently: TypeError: Error #1009: Cannot access a property or method of a null object reference. at com.smartfoxserver.smartfoxbits.bits::UserList/initDataProvider()[/Users/Paolo/gotoAndPlay/gotoAndPlay/SmartFoxServer2X/SmartFoxBits/Flex/Base P...
by mmancuso
24 Jul 2012, 20:02
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

Re: UserList not enabled / showing existing users

Ok, I solved this by attaching a USER_COUNT_CHANGE listener to my smartfox instance. Then in the listener method, I grab the userList component and refresh it. Does the trick.
by mmancuso
24 Jul 2012, 18:48
Forum: SmartFoxBits for SFS 2X
Topic: UserList not enabled / showing existing users
Replies: 18
Views: 48989

UserList not enabled / showing existing users

I have a UserList and ChatBox in a room. The ChatBox works perfectly fine. If I message back and forth between clients, the messages show up with the user names and everything. The UserList on the other hand, has a few problems, which I've tried to troubleshoot but can't figure out. 1) The UserList ...
by mmancuso
20 Mar 2012, 13:28
Forum: OpenSpace v2 discussions and help
Topic: Launching interface from OpenSpace
Replies: 2
Views: 5681

Re: Launching interface from OpenSpace

Ah perfect, that's what I was concerned about, that setVisible(false) was leaving open space running, thus using more resources.

Thanks a tonne, your help is much appreciated.
by mmancuso
19 Mar 2012, 18:26
Forum: OpenSpace v2 discussions and help
Topic: Launching interface from OpenSpace
Replies: 2
Views: 5681

Launching interface from OpenSpace

How would one go about launching a flash interface from OpenSpace? I'm using Flex and initially I have OpenSpace and my interface in a Vbox, with the interface initially hidden. When a user steps on a tile, I have a trigger set so that the OpenSpace instance will hide, the user will be removed from ...
by mmancuso
19 Mar 2012, 17:26
Forum: OpenSpace v2 discussions and help
Topic: Syncing Video in Open Space
Replies: 8
Views: 11697

Re: Syncing Video in Open Space

K thanks, I'll look in to that.
by mmancuso
14 Mar 2012, 14:12
Forum: OpenSpace v2 discussions and help
Topic: Syncing Video in Open Space
Replies: 8
Views: 11697

Re: Syncing Video in Open Space

Oh ok, I see what you are saying. What if I wanted to load a room that isn't part of the open space world? For example, I have a separate SmartFox room, that now streams video, and I want to be able to launch this room and it's corresponding .swf, from OpenSpace. Is that possible via the OpenSpace A...

Go to advanced search