Search found 360 matches

by patso
17 Feb 2010, 17:27
Forum: Other Client API
Topic: No file found for: /BlueBox/HttpBox.do
Replies: 1
Views: 12071

by patso
19 Jan 2010, 07:29
Forum: Java2SE / Android Client API
Topic: The room list is empty at login
Replies: 4
Views: 16202

Found it - In the SysHandler.handleRoomList there is the follow line: Room oldRoom = sfs,getRoom(room.getId()); you can change it with Room oldRoom = roomList.get(room.getId()); this will make the warning disappear. Anyway the waring in your case(if you have obtained ...
by patso
17 Jan 2010, 18:29
Forum: Java2SE / Android Client API
Topic: The room list is empty at login
Replies: 4
Views: 16202

EDIT: Now I saw the waring.
by patso
05 Oct 2009, 19:54
Forum: Other Client API
Topic: API Example not connecting...
Replies: 4
Views: 18508

Ok if you use the google plugin for eclipse then you probably have "war" directory in your project. In the web.xml file add the follow: <servlet> <servlet-name>blueBoxProxy</servlet-name> <servlet-class>it.gotoandplay.smartfoxserver.server.BlueBoxProxy</servlet-class> </servlet> <servlet-m...
by patso
05 Oct 2009, 18:10
Forum: Other Client API
Topic: API Example not connecting...
Replies: 4
Views: 18508

Hi, Most likely you can connect to the BlueBox using http://127.0.0.1:8080/BlueBox/HttpBox.do because of the Same Origin Policy (http://en.wikipedia.org/wiki/Same_origin_policy). That's why the AJAX API uses servlet that runs in host mode that makes the request to the BlueBox and returns the answer ...
by patso
09 Sep 2009, 08:18
Forum: Java2SE / Android Client API
Topic: Basic Connection Example in Android Not Working
Replies: 2
Views: 8860

The android emulator runs behind virtual router so 127.0.0.1 does NOT point to the developer machine. The default ip in the example - 10.0.0.2 points to 127.0.0.1 on the developer machine - more you can read here - http://developer.android.com/guide/developing/tools/emulator.html#emulatornetworking ...
by patso
01 Sep 2009, 14:40
Forum: Java2SE / Android Client API
Topic: Dynamically creating rooms from client.
Replies: 3
Views: 8979

Hi,

The java API is not compatible with the Lite version. You can use Basic or Pro versions. Both have free versions(limited to 20 users).
by patso
30 Aug 2009, 08:59
Forum: Java2SE / Android Client API
Topic: Java Android Version bug FOUND
Replies: 8
Views: 15243

Hi croco, in it.gotoandplay.smartfoxclient.handlers.SysHandler you have public void handleUserVarsUpdate(IXMLElement xmlData) { IXMLElement body = xmlData.getFirstChildNamed("body"); IXMLElement user = body.getFirstChildNamed("user"); Is this the curr...
by patso
10 Aug 2009, 11:55
Forum: Other Client API
Topic: JavaScript / AJAX API
Replies: 2
Views: 13410

How you want to connect to SMS Pro? Through SmartFoxServer server side extension? The SmartFoxServer GWT API is indented to be used with SmartFoxServer.
by patso
05 Jul 2009, 09:58
Forum: Java2SE / Android Client API
Topic: Android API issue
Replies: 3
Views: 9096

Hi,

Could you explain why you're using config.xml? Android is a bit specific about the access of resources so maybe we could recommend you a better way for the android platform.
by patso
16 Jun 2009, 06:29
Forum: Java2SE / Android Client API
Topic: About Java API to simulate Openspace npc problem.
Replies: 18
Views: 42443

I find one way to course that: Java simulate NPC in Openspace will lost connect when the room user who is the Client of swf all is left. the Java simulate NPC will lost connection. that is one way to touch. And I think there is some other way to touch it. Can you explain a bit better or to provide ...
by patso
12 Jun 2009, 08:54
Forum: Java2SE / Android Client API
Topic: About Java API to simulate Openspace npc problem.
Replies: 18
Views: 42443

btw you mention that it happens sometimes - is there any pattern? For example approximately same time or when you do action X but not always when you do it, etc.
by patso
08 Jun 2009, 11:53
Forum: Java2SE / Android Client API
Topic: About SFS JAVA API [SFSEvent.onUserVariablesUpdate] problem.
Replies: 6
Views: 14603

Hi,

Could you give the debug output from the java client api?
by patso
05 Jun 2009, 15:43
Forum: Java2SE / Android Client API
Topic: About SFS JAVA API [SFSEvent.onUserVariablesUpdate] problem.
Replies: 6
Views: 14603

The SFS Java APi is for client side development not for serverside extensions(I assume that under JAVA extends you understood java server side extension - excuse me if I'm wrong)
by patso
05 Jun 2009, 15:38
Forum: Java2SE / Android Client API
Topic: Can Java api be used to invoke an extension written in AS3
Replies: 3
Views: 9099

Hi, First to clarify - the server side actionscript version is AS 1.0 - it's Rhino based. The communication between the client and the server(including server side extensions) is done with the SFS protocol which is XML based and is technology independent so there is absolutely no problem to call AS,...

Go to advanced search