Search found 86 matches

by whornak
12 Feb 2014, 12:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: SFSEvent.OBJECT_MESSAGE not catching event
Replies: 1
Views: 5211

SFSEvent.OBJECT_MESSAGE not catching event

I am attempting to use the ObjectMessageRequest functionality but the event listener is not catching the event.

Current OpenSpace version: 2.0.4 | 1.0.2
Current SmartFoxServer version: 1.1.6

Within the Ghost object:

1) I have configured an event listener set on the stage as such:

StageReference ...
by whornak
09 Jan 2014, 00:46
Forum: OpenSpace v2 discussions and help
Topic: ghostClass - Clicking on child objects
Replies: 1
Views: 24092

ghostClass - Clicking on child objects

I have a ghost class that contains several objects needing to receive the click event and have been unable to figure out how to do so.

I found: http://forums.smartfoxserver.com/viewtopic.php?t=7204

Which states the following:

What is important is not the mouseEnabled property, but the ...
by whornak
19 Aug 2013, 22:22
Forum: SFS2X Questions
Topic: socketAddresses Configuration/License Issues
Replies: 1
Views: 4543

socketAddresses Configuration/License Issues

Below is my configuration for socketAddresses and had received some emails about: SmartFoxServer warning: unable to contact License Server

<socketAddresses>
<socket address="127.0.0.1" port="9933" type="TCP"/>
<socket address="127.0.0.1" port="9933" type="UDP"/>
<socket address="XX.XXX.XX.XX ...
by whornak
15 Aug 2013, 01:01
Forum: SFS2X ActionScript 3 API
Topic: Question
Replies: 8
Views: 13942

Re: Question

Is there any compatibility concerns with Adobe Creative Cloud / Flash Professional CC in combination with their Scout product?

Thanks
by whornak
01 Aug 2012, 22:29
Forum: OpenSpace v2 discussions and help
Topic: What Lib/Inv files are used by Maps
Replies: 3
Views: 8210

Re: What Lib/Inv files are used by Maps

Yes, it probably does belong in the Openspace forum, thanks
by whornak
01 Aug 2012, 00:11
Forum: OpenSpace v2 discussions and help
Topic: What Lib/Inv files are used by Maps
Replies: 3
Views: 8210

What Lib/Inv files are used by Maps

I have found a couple of different examples regarding the dynamic creation of a "Home" for a player where the map/lib/inv are copied in one example but in a recently found example only the .map is copied.

As a result I was wondering if it is really necessary to create copies of the lib/inv files ...
by whornak
16 May 2012, 22:47
Forum: SFS2X Questions
Topic: Missing BuddyList $__BV_NICKNAME__
Replies: 3
Views: 6236

Re: Missing BuddyList $__BV_NICKNAME__

Server: Windows Server 2008R2
Client API: AS3 Ver: 2.0.1
Current OpenSpace version: 2.0.4 | 1.0.2

Regarding how the problem manifests itself I am not sure, it is working at one point and then at some point it just stops. The way the system is designed this information is always available if being a ...
by whornak
16 May 2012, 12:01
Forum: SFS2X Questions
Topic: Missing BuddyList $__BV_NICKNAME__
Replies: 3
Views: 6236

Missing BuddyList $__BV_NICKNAME__

On occasion the Offline & ReservedBuddyVariables are not availabe after the InitBuddyListRequest().

The only thing that I have found that resolves this issue is to restart SFS. There are no errors of any sort that I can find. And it only seems to happen when the server has been running for some ...
by whornak
03 May 2012, 23:38
Forum: OpenSpace v2 discussions and help
Topic: Keeping track of a tile that is moved and not removed.
Replies: 1
Views: 5835

Keeping track of a tile that is moved and not removed.

I have some dependencies on the movement of a tile from one location to another but all that I can find is OpenSpaceEvent.MAP_ITEM_REMOVED in relation to this action. Is there a way to know if a tile is moved but not really removed and from what location it was moved from?
by whornak
17 Apr 2012, 11:59
Forum: SFS2X Questions
Topic: New extension error after upgrade to 2.0.1
Replies: 5
Views: 8424

Re: New extension error after upgrade to 2.0.1

// This code is used to trace data when not able to in certain classes.
import com.smartfoxserver.v2.extensions.SFSExtension;

public class DisplayTrace extends SFSExtension
{
public void DisplayTraceInfo(String sDataToDisplay)
{
trace(sDataToDisplay);
}

@Override
public void init ...
by whornak
26 Mar 2012, 11:12
Forum: SFS2X Questions
Topic: New extension error after upgrade to 2.0.1
Replies: 5
Views: 8424

Re: New extension error after upgrade to 2.0.1

It does happen constantly. As far as the logging, it is just trace statements in the extension and as far as the {null} I have no idea but they are a result of the trace statements which I can comment out and see if the error still occurs.
by whornak
23 Mar 2012, 11:06
Forum: SFS2X Questions
Topic: New extension error after upgrade to 2.0.1
Replies: 5
Views: 8424

New extension error after upgrade to 2.0.1

I haven't made any changes to the extension but am now getting the following message/error after every call. Since there weren't any errors prior to the upgrade, having ver. 2.0.0 patched to 3 prior to, is there something else to consider during extension development or is it something else?

Thanks ...
by whornak
24 Feb 2012, 17:14
Forum: SFS2X C# API
Topic: C# Examples - Unable to find
Replies: 4
Views: 9656

Re: C# Examples - Unable to find

To be clearer, yes I am doing ASP.Net development with C# codebehind, having the server side libraries perform the communication with SFS & SQL Server Database. Once the SFS calls are completed I am firing events and sending the necessary data to the client for display/usage.

What I am doing is ...
by whornak
24 Feb 2012, 12:28
Forum: SFS2X C# API
Topic: C# Examples - Unable to find
Replies: 4
Views: 9656

C# Examples - Unable to find

I have downloaded the Unity/.Net examples but am only finding Unity. I have started to do some C# web development and am looking for some examples specific to C#. Do any exist and can I be provided a link to them?
by whornak
24 Feb 2012, 12:26
Forum: SFS2X C# API
Topic: SmartFox.LoadConfig method working?
Replies: 11
Views: 21178

Re: SmartFox.LoadConfig method working?

If I understand you correctly, I cannot access SFS with C# through a web interface. So if having the browser based requirement for the available server selection it will have to be done through an SWF? Are there any other options?

Thanks