Search found 14 matches

by freeandoni
28 Sep 2012, 08:50
Forum: SFS2X Java / Android API
Topic: JoinRoomRequest only joins to one room.
Replies: 2
Views: 5760

Re: JoinRoomRequest only joins to one room.

Thank you, that works for me.
by freeandoni
26 Sep 2012, 12:31
Forum: SFS2X Java / Android API
Topic: JoinRoomRequest only joins to one room.
Replies: 2
Views: 5760

JoinRoomRequest only joins to one room.

Hello, I'm trying to connect to two room simultaneously. I don't know if it is possible but I pretty sure of SmartFox joinedRooms method existence. On my custom zone I have chat and game as public and default groups: · I have a permanent room on that zone called global and it is of chat group. It ha...
by freeandoni
16 Aug 2012, 08:41
Forum: SFS2X Questions
Topic: Server room max vars weird
Replies: 3
Views: 5309

Re: Server room max vars weird

All is working now. Change the room var number from on zone configuration solved my problem.

I realize that for this change the server must be rebooted either.

Thank for the info.
by freeandoni
14 Aug 2012, 14:38
Forum: SFS2X Questions
Topic: Server room max vars weird
Replies: 3
Views: 5309

Server room max vars weird

I'm trying to use more than five vars in room. I have applied the settings parameter to eight - more than five - but something weird happens on the web monitor. And it is not working either. var variables:Array = new Array(); variables.push(new SFSRoomVariable("currentTurn", -1, VariableTy...
by freeandoni
28 Jun 2012, 12:57
Forum: SFS2X Questions
Topic: room.userList of room object only list me
Replies: 3
Views: 5080

Re: room.userList of room object only list me

Really useful info. Thank you.

Do you think the correct way for get that info will be an ExtensionRequest or is there a better method?
by freeandoni
28 Jun 2012, 09:53
Forum: SFS2X Questions
Topic: room.userList of room object only list me
Replies: 3
Views: 5080

room.userList of room object only list me

In as3: I am trying to retrieve list of rooms and list of users foreach room. The rooms names and count are retrieved ok but the list of users no. The room.userCount variable is ok but the list of users only show me as connected but is there more people. Here is my code: for each (var room:Room in C...
by freeandoni
21 May 2012, 12:09
Forum: SFS2X Java / Android API
Topic: Public messages onlyl for parent users
Replies: 2
Views: 5370

Re: Public messages onlyl for parent users

In the room permissions and events section I had only actives the public_messages item.

The chat didn't work only with that and I had to active all the items.

[SOLVED]
by freeandoni
08 May 2012, 08:29
Forum: SFS2X Java / Android API
Topic: Public messages onlyl for parent users
Replies: 2
Views: 5370

Public messages onlyl for parent users

Hello,

I am using public messages to make a chat room. When I send a message it is only seen by the parent users - who logged before sender -.

Someone knows why could be happening this weird behavior?
by freeandoni
16 Mar 2012, 07:30
Forum: SFS2X Java / Android API
Topic: Update room variables from web client
Replies: 3
Views: 7701

Re: Update room variables from web client

I get there and I click on 'Enter edit mode' button. Then I try to edit room vars but there is no way.

I have check all the params looking for a solution but I have not found.
by freeandoni
14 Mar 2012, 16:37
Forum: SFS2X Java / Android API
Topic: Update room variables from web client
Replies: 3
Views: 7701

Update room variables from web client

Hello, I'm trying to update the room variables by smart fox server web client. I have a private and global room variable called MOVE_TIME and I change it to different numbers. On java server extensions, on handleClientRequest, I have this code: Room room = user.getLastJoinedRoom(); room.getVariable(...
by freeandoni
05 Mar 2012, 12:20
Forum: SFS2X Java / Android API
Topic: ExtensionsHelper_Exception
Replies: 9
Views: 14034

Re: ExtensionsHelper_Exception

It was a rar file inside extension folder (with an extension inside).

Thank you for advice.
by freeandoni
02 Mar 2012, 15:35
Forum: SFS2X Java / Android API
Topic: ExtensionsHelper_Exception
Replies: 9
Views: 14034

ExtensionsHelper_Exception

Hello, I was trying to access in the zone manager and I have this error: _____ _____ _____ ___ __ __ | __| __| __| |_ | | | |__ | __|__ | | _|- -| |_____|__| |_____| |___|__|__| _____ _____ _____ ____ __ __ | __ | __| _ | \| | | | -| __| | | |_ _| |__|__|_____|__|__|____/ |_| [ 2.0.1 ] 16:32:07,290 ...
by freeandoni
01 Mar 2012, 11:38
Forum: SFS2X Java / Android API
Topic: Sending extension response from handler outside
Replies: 2
Views: 6453

Re: Sending extension response from handler outside

finally I used this:

Code: Select all

SmartFoxServer.getInstance().getAPIManager().getSFSApi().sendExtensionResponse(name,data,user,room,false);
by freeandoni
28 Feb 2012, 19:08
Forum: SFS2X Java / Android API
Topic: Sending extension response from handler outside
Replies: 2
Views: 6453

Sending extension response from handler outside

Hello, I'm using a thread outside BaseClientHandler and I want to send a extension request from there. Is there a way? I have tried with this but I'm not receiving the response on the client: APIManager api = new APIManager(); api.getSFSApi().sendExtensionResponse("POSITION_UPDATE_RESPONSE"...

Go to advanced search