Search found 3 matches

by tgate
07 Aug 2010, 17:02
Forum: iPhone Objective-C API
Topic: Wifi connectivity problem
Replies: 2
Views: 11477

Code: Select all

-(void)onConnectionLost:(INFSmartFoxSFSEvent *)evt
{
[smartFox loadConfig:@"config" autoConnect:YES];
}

by tgate
12 Jul 2010, 20:33
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Character Walk Change
Replies: 11
Views: 14886

their are several flash examples included with smartfox and in the documentation.

as far as the basic fundamentals of flash coding, google tutorials on flash.
by tgate
05 Jul 2010, 18:34
Forum: iPhone Objective-C API
Topic: onExtensionResponse
Replies: 1
Views: 10363

onExtensionResponse

I don't really see this used in any of the examples provided in the api. But I'm trying to implement this in each of my classes, so the class that sends a xt msg will receive the response in that class. But from I have gotten from the examples, I have to send a msg through the app delegate and the d...

Go to advanced search