Search found 19 matches

by jah2488
05 May 2009, 16:05
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection Help // Example Help // Syntax Errors
Replies: 8
Views: 10678

I'm getting a whole new load of errors, mainly focusing around "Packages cannot be nested" >_> idk, i'm going to try to figure this out. I"m really getting annoyed. package { import it.gotoandplay.smartfoxserver.SFSEvent import it.gotoandplay.smartfoxserver.SmartFoxClient import ...
by jah2488
05 May 2009, 15:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection Help // Example Help // Syntax Errors
Replies: 8
Views: 10678

// VARIABLES // private var sfs:SmartFoxClient; // EVENT LISTENERS HANDLES :: these are what recoginize the responses from the servers // sfs.addEventListener(SFSEvent.onConnection, onConnectionHandler()) There are two main problems here: 1. variable sfs is declared but never assign...
by jah2488
05 May 2009, 14:47
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection Help // Example Help // Syntax Errors
Replies: 8
Views: 10678

Hi jah2488, Where are you creating the sfs object? I see you've typed it as SmartFoxClient, but not where you create or instantiate the actual object itself. sfs = new SmartFoxClient() or sfs = SmartFoxClient(OtherDeclaration) Hope that helps, - Michael Thanks Orthiac, I had that co...
by jah2488
05 May 2009, 04:24
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Connection Help // Example Help // Syntax Errors
Replies: 8
Views: 10678

Connection Help // Example Help // Syntax Errors

Hello, First of all I hate to be another newbie who shows up and posts "HELP ME!" thread spam, but I am at my wits ends. I have read over and through nearly all the documentation along with the API docs. I cannot get the simplest of tasks to work properly (I.E. Connecting to the server, jo...

Go to advanced search