Search found 10 matches

by DigiDood
07 Jun 2011, 20:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: NPC keep alive
Replies: 2
Views: 5170

NPC keep alive

I need help in keeping bots alive. I have successfully created bots, and joined them to rooms, etc.

However, I can't figure out how to keep them from timing out.
I've reviewed the npc example provided by smartfox, but it doesn't have anything in it to keep the bot alive.
by DigiDood
27 Dec 2010, 14:52
Forum: Java2SE / Android Client API
Topic: Android api issue 1.x
Replies: 0
Views: 8936

Android api issue 1.x

I know you guys are focused on the new 2.x version of Smartfox, but was wondering if anyone could take a look at an issue I'm seeing with the existing java/android api I'm having with the 1.x server server. Trying to release something this week. Basically when I call disconnect() the xmlsocket throw...
by DigiDood
23 Dec 2010, 20:22
Forum: Java2SE / Android Client API
Topic: disconnect throws error
Replies: 1
Views: 10297

disconnect throws error

whenever I call disconnect() I get the following error. 12-23 16:45:26.856: WARN/SmartFoxClient(1504): Socket Error: Could not close session! (already connected?) 12-23 16:45:26.856: WARN/SmartFoxClient(1504): java.lang.Exception: Could not close session! (already connected?) 12-23 16:45:26.856: WAR...
by DigiDood
01 Dec 2010, 14:04
Forum: SFS2X Questions
Topic: AS3 client - can't get user variable
Replies: 3
Views: 6533

Here's the code I'm using on the server side if it helps. I'm listening for the USER_JOIN_ZONE event, and in my handler I'm adding the user variable. Once again, I can see in the client debug output that the variable is sent, but the client api doesn't see it. If I set the variable from the client, ...
by DigiDood
01 Dec 2010, 13:57
Forum: The Gallery
Topic: SamsungTV apps using Smartfox
Replies: 0
Views: 9002

SamsungTV apps using Smartfox

Hi all, we (movl.com) entered 3 apps into a contest for SamsungTV's. These apps use iPhone/Android smartphones to interact with apps running on TV's. And we are using Smartfox in the middle! Help out a fellow smartfox user and vote for our apps! [WeDraw] http://www.freethetvchallenge.com/submissions...
by DigiDood
01 Dec 2010, 13:52
Forum: SFS2X Questions
Topic: sfs2x license
Replies: 1
Views: 4440

sfs2x license

We recently purchased a license for the older version of sfs, but we havn't yet applied it or released our app.

We'd like to switch to sfs2x for our launch, and wondering if we can transfer our existing license over.

alan@movl.com
by DigiDood
01 Dec 2010, 13:50
Forum: SFS2X Questions
Topic: Android client
Replies: 1
Views: 4308

Android client

We are gearing up to release something by Jan 5th using iPhone and Android clients. I'd really like to use sfs2x, since it's a vast improvement. I know you have the android client api's in development, but we would be willing to build our own client in the mean time. Is there any protocol documentat...
by DigiDood
30 Nov 2010, 17:31
Forum: SFS2X Questions
Topic: AS3 client - can't get user variable
Replies: 3
Views: 6533

AS3 client - can't get user variable

When a user logs in, I have a custom extension that sets a user variable. When the user joins a room, I can see in the debug info that the variable data was sent in the user list for the room. But when I try to access the variable on the user, it doesn't exist. Example: user.getVariables().length is...
by DigiDood
12 Oct 2010, 17:55
Forum: Server Side Extension Development
Topic: sendCustomRoomList
Replies: 3
Views: 6804

sendCustomRoomList

I'm using 1.6.6 and I see in the online javadocs that there is a method called "sendCustomRoomList", but that method does not exist in the provided server libs. I'm wondering how I can actually use that ? Also, I'm still struggling with how to make sure that I can always override the defau...
by DigiDood
12 Aug 2010, 23:49
Forum: iPhone Objective-C API
Topic: Titanium Module
Replies: 0
Views: 8743

Titanium Module

Has anyone tried making a Titanium module out of the iPhone API for Smartfox?

Side question, is the xml protocol defined anywhere?
In other words if I want to create a new api client is there an easy way to understand the protocol rather than debugging every call?

Go to advanced search