Search found 7 matches

by digiplayer
13 Apr 2009, 21:12
Forum: Server Side Extension Development
Topic: Confusion about SendXtMessage and OnExtensionResponse
Replies: 1
Views: 3653

Confusion about SendXtMessage and OnExtensionResponse

I have created two extentions in java one is to verify user creditials and the other is to send and recieve user information. I think i am confused because the extentions are not operating they way i expected. In the login extention i handle everything in the handleInternalEvent method and I send th...
by digiplayer
12 Apr 2009, 11:29
Forum: .Net / Unity3D API
Topic: help with unity and unregister callback delegate
Replies: 3
Views: 9043

Thanks for the reply Thomas. Yes I have tried the -= and it is not allowed for those types. I was really hoping to use javascript on the client and java on the server side because it would really speed my development. I have since changed the demo cs script to do what i need. It looks like I will be...
by digiplayer
11 Apr 2009, 20:12
Forum: .Net / Unity3D API
Topic: help with unity and unregister callback delegate
Replies: 3
Views: 9043

help with unity and unregister callback delegate

Hello everyone, I am having an issue with unity and unregistering the callback delegates in my custom login script. I have created a script called LoginGui.js which contains the following: import System; import SmartFoxClientAPI; import SmartFoxClientAPI.Data; import SmartFoxClientAPI.Util; import S...
by digiplayer
11 Apr 2009, 15:25
Forum: Server Side Extension Development
Topic: need help with java extensions
Replies: 2
Views: 5678

Thanks, all I had to do was create a folder called ext and place the class file in that directory.

The server loads now.
by digiplayer
11 Apr 2009, 13:25
Forum: Server Side Extension Development
Topic: need help with java extensions
Replies: 2
Views: 5678

need help with java extensions

Hello everyone, I have been trying for the last two days to get a java extenstion set up and working and I have not gotten any closer. I could really use some advice. I created a new project called sfs in eclipse and the default package is ext. Within ext I created a class called userLogin which con...
by digiplayer
10 Apr 2009, 19:24
Forum: Server Side Extension Development
Topic: reference to server object
Replies: 1
Views: 3759

SOLVED

I have figured this out. The answer was right in front of me in the java cookbook. Sorry for posting.

Thaks
by digiplayer
10 Apr 2009, 17:58
Forum: Server Side Extension Development
Topic: reference to server object
Replies: 1
Views: 3759

reference to server object

I am new to sfs and I have set up eclipse to write my own extentions. I have been trying to create a reference to the server .

dbase = _server.getDatabaseManager();

Am i missing a jar file?

Thanks

Go to advanced search