SFS2X custom Admin Tool modules

Post here your suggestions for new possible features in SmartFoxServer 2X.

Moderators: Lapo, Bax

Do you want to be able to create Admin modules, despite the limitations described below? (read)

Poll ended at 04 Apr 2012, 15:12

Yes, absolutely
42
79%
No, if I have to give up Design View in FB
1
2%
No, if I'm forced to use SDK 4.1 only
2
4%
I don't need this feature
8
15%
 
Total votes: 53
User avatar
Bax
Site Admin
Posts: 4609
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

SFS2X custom Admin Tool modules

Postby Bax » 03 Apr 2012, 15:12

For SmartFoxServer 2X developers only...

We would like to add a new feature to the Admin Tool: give you the possibility to create custom modules fully integrated in the Admin Tool interface, allowing you to add configuration/monitoring/management interfaces specifically dedicated to your games and applications.
Through a very simple client and server API it would be possible to have such modules side by side with the default ones (Zone Monitor, Server Configurator, etc) keeping all the server and application management features in one convenient place, leveraging the existing connection and secure admin login system already offered by the tool.

But...
...thanks to Adobe and their brilliant work on the latest Flex SDK and Flash Builder versions, this is not so easy to achieve. In fact the Admin Tool was developed using SDK 4.1, and the latest versions of Flash Builder (4.5, 4.6) do not support it in Design View (although you can still develop using it of course). As it is impossible for us to move the Admin Tool to the latest SDK (too many issues and runtime errors, also in third-party libraries out of our control), the feature described above can be provided with the following limitations in modules development:
- Flex SDK 4.1 can be used only;
- Flex 3 compatibility mode must be enabled;
- Spark components can't be used (mx only);
- no Design View in Flash Builder 4.5 or later.
We think that the only show-stopper could be the last one. We can live with that (the standard modules development undergoes the same limitations), but we want to hear your voice.
:!: Just to be clear: this applies to Admin Tool's modules development only; it has nothing to do with your games/application development!

Bottom line: are you interested in creating custom Admin modules, despite the above limitations?
Please help us decide if we should go on or not. You can vote the poll and argument your opinion with a reply. Feel free to ask any questions coming to your mind.
Last edited by Bax on 12 Jul 2012, 08:00, edited 1 time in total.
Paolo Bax
The SmartFoxServer Team
User avatar
DFTGames
Posts: 30
Joined: 30 Mar 2012, 00:48
Location: Ireland
Contact:

Re: SFS2X custom Admin Tool modules

Postby DFTGames » 10 Apr 2012, 15:29

I went for a Yes vote because we really could use now and in the future the ability to improve the admin control panel. I'm implementing sfs2X for a few customers of mine and all of them have requests about enhancing the admin tool, so I don't really care to stick to a specific version of the build tools or else ;)
Cheers!
Pino
trueicecold
Posts: 84
Joined: 11 Oct 2009, 11:46
Contact:

Re: SFS2X custom Admin Tool modules

Postby trueicecold » 11 Apr 2012, 19:01

Of course I voted yes, only a small correction: I'm using a design view with Flash Builder 4.5 using mx code only (never got to do the transition to Spark). Trick is to create the project from the beginning in Flex 3, then, when you import it to Flash Builder 4.5, you maintain the ability to use Design View as well :)
User avatar
Bax
Site Admin
Posts: 4609
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Re: SFS2X custom Admin Tool modules

Postby Bax » 13 Apr 2012, 09:35

trueicecold wrote:Of course I voted yes, only a small correction: I'm using a design view with Flash Builder 4.5 using mx code only (never got to do the transition to Spark). Trick is to create the project from the beginning in Flex 3, then, when you import it to Flash Builder 4.5, you maintain the ability to use Design View as well :)

Unfortunately it is not so easy: Design View works if you user Flex SDK 3.6 or 4.5. But if you use Flex SDK 4.1 or others in between the previous two, it doesn't work. The Admin Tool uses SDK 4.1 and, as mentioned above, upgrading (or even downgrading) is impossible (again, thank you Adobe for making your developer's life so happy and easy!).
Paolo Bax
The SmartFoxServer Team
User avatar
Eldido
Posts: 8
Joined: 04 Jan 2012, 12:55
Location: Paris, France
Contact:

Re: SFS2X custom Admin Tool modules

Postby Eldido » 17 Apr 2012, 12:43

while the feature sounds nice, being stuck with an older version of the SDK is a nightmare in the long run so please don't waste time on this in these conditions
Adelaide
Posts: 1
Joined: 21 Apr 2012, 06:34
Contact:

Re: SFS2X custom Admin Tool modules

Postby Adelaide » 21 Apr 2012, 06:38

I'm implementing sfs2X for a few customers of mine and all of them have requests about enhancing the admin tool, so I don't really care to stick to a specific version of the build tools or else
karfau
Posts: 25
Joined: 02 Sep 2011, 17:28

Re: SFS2X custom Admin Tool modules

Postby karfau » 26 Apr 2012, 14:13

Eldido wrote:while the feature sounds nice, being stuck with an older version of the SDK is a nightmare in the long run so please don't waste time on this in these conditions

Good point. because it is not only a limitation to an old SDK, but to the old framework, if one would only be allowed to use mx-components.

(By the way, I have disabled the Design View a long time ago.)

karfau
User avatar
Bax
Site Admin
Posts: 4609
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Re: SFS2X custom Admin Tool modules

Postby Bax » 27 Apr 2012, 08:58

karfau wrote:Good point. because it is not only a limitation to an old SDK, but to the old framework, if one would only be allowed to use mx-components.

Can you clarify what problems do you foresee in being forced to use mx components?

Please keep in mind that we are just talking about a module in the Admin Tool, usually used by 1-2 persons at a time. Spark components maybe offer a slightly better performance, but we are not talking about an application being distributed to users all over the world, possibly with poor hardware.

And as of today we still don't have the corresponding spark component for all mx components (and this is an approach already adopted in the past by Adobe: "this is an initial set, but in the next releases we will expand and complete it"... yes, in fact now the SDK has even become open-source, which to me means that Adobe has no more interest in developing it...).
Paolo Bax
The SmartFoxServer Team
User avatar
levancho
Posts: 71
Joined: 27 Jun 2011, 16:03

Re: SFS2X custom Admin Tool modules

Postby levancho » 12 Jul 2012, 04:12

so what is the status on this? cane e get a ADK to develop modules for admin?
User avatar
Bax
Site Admin
Posts: 4609
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Re: SFS2X custom Admin Tool modules

Postby Bax » 12 Jul 2012, 07:47

levancho wrote:so what is the status on this? cane e get a ADK to develop modules for admin?

Not yet. This feature has been put on hold to give priority to something else still to be announced.
Paolo Bax
The SmartFoxServer Team
wulei
Posts: 19
Joined: 19 Aug 2013, 17:42

Re: SFS2X custom Admin Tool modules

Postby wulei » 29 Jan 2014, 11:49

Yes absolutly
Thus the Admin's creativity will become a source of power !
The king admin will evolve in god admin !! =)
For example add new visuals about some things to watch and modify the game in real time via admin tools and stuff like that ^^
User avatar
Paul
Posts: 4
Joined: 24 Jan 2014, 09:38
Location: Russian Federation
Contact:

Re: SFS2X custom Admin Tool modules

Postby Paul » 21 Apr 2014, 16:01

Would love to get this ADK! :D
How much greater likelihood that will be released in the near future :?:
Question: how much to programmers that would replace the bulb?
Answer: no programmer! This hardware problem ...
braza
Posts: 32
Joined: 02 Jan 2014, 21:50

Re: SFS2X custom Admin Tool modules

Postby braza » 20 Mar 2015, 19:15

Recently I've been roaming on oDesk and noticed a job with requirement to do some custom admin pages. FYI
User avatar
coolboy714cp
Posts: 323
Joined: 06 Feb 2010, 02:45
Contact:

Re: SFS2X custom Admin Tool modules

Postby coolboy714cp » 26 Nov 2016, 07:45

Any updates on the custom admin tool modules? Since y'all updated the admin tool, I just had to ask if this feature will ever be released or at least hear something about this. I've wanted something extremely similar to this since SFS1X, and then the gotoAndPlay() team finally suggested the idea on the forums and haven't heard much about it ever since..

Are there any pre-releases so some people can test the progress of this feature, if any?

I'm still looking forward to this and hopefully it'll be released soon!

Thanks!
Carson
User avatar
Bax
Site Admin
Posts: 4609
Joined: 29 Mar 2005, 09:50
Location: Italy
Contact:

Re: SFS2X custom Admin Tool modules

Postby Bax » 26 Nov 2016, 09:11

For the moment we put this idea aside in favor of others, sorry.
Paolo Bax
The SmartFoxServer Team

Return to “2X Features Wish List”

Who is online

Users browsing this forum: No registered users and 20 guests