Search found 70 matches

by levancho
06 Jul 2011, 03:43
Forum: SFS2X Questions
Topic: Join & listen more than 1 room
Replies: 7
Views: 8784

JoinRoomRequest takes second param roomtoleave
if u pass -1 u will stay in you lastjoined room and also will join new room

Otherwise everytime u send joinroomrequest to server without that patam u automatically get kicked out of previously joined room
i beleive thats how it work
by levancho
05 Jul 2011, 18:04
Forum: SFS2X ActionScript 3 API
Topic: Flex 4 skinable components for SmartFox
Replies: 0
Views: 3860

Flex 4 skinable components for SmartFox

Hi, after giving up on idea of using flex 3 components in my flex 4 project, I decided to come up with their flex 4 alternatives to fit into my overall flex 4 skin. so I just published 3 basic SmartFox skinable components for Flex 4 https://github.com/levancho/flex4SmartFox2 its not as fancy as smar...
by levancho
04 Jul 2011, 12:09
Forum: SFS2X Questions
Topic: 2 Basic Questions regarding limbo rooms
Replies: 7
Views: 11379

hi rjgtav, thanks for reply, yes I thought to use private variable too, but I am still confused about limbo room, do you know ? in my extension how do I determine from list of rooms which room is limbo? maybe there is no way to know if room is limbo ? in the extension is there a way to know if room ...
by levancho
04 Jul 2011, 10:55
Forum: SFS2X Questions
Topic: 2 Basic Questions regarding limbo rooms
Replies: 7
Views: 11379

I believe room properties have been depricated in favor of room variables, but eitherway, how would I mark a room as limbo if I do not know which room to mark as a limbo on server side?

in my extension how do I determine from list of rooms which room is limbo?
by levancho
03 Jul 2011, 06:25
Forum: SFS2X Questions
Topic: 2 Basic Questions regarding limbo rooms
Replies: 7
Views: 11379

thanks for the reply I solved a room name being grey probme (I think) here : http://www.smartfoxserver.com/forums/viewtopic.php?p=47599#47599 I have a question regarding limbo, is there a API way to tell if room is limbo or not? since, as you say right now in SmartFox2 there is no property limbo=&qu...
by levancho
03 Jul 2011, 06:14
Forum: SFS2X Questions
Topic: [SOLVED]Creating Room from zone conf vs zone monitor
Replies: 2
Views: 5991

[Solved]

found a problem accidentally. apparently creating rooms from zone config allows rooms to have names bigger then setting that governs max room name size. so if room has name bigger than that setting that room is getting grey treatment :) and if you restart server it disperses completely. the way I fo...
by levancho
03 Jul 2011, 04:54
Forum: SFS2X Questions
Topic: [SOLVED]Creating Room from zone conf vs zone monitor
Replies: 2
Views: 5991

[SOLVED]Creating Room from zone conf vs zone monitor

Hi, as a followup to rjgtav's reply in my other post : http://www.smartfoxserver.com/forums/viewtopic.php?t=11606 it was in wrong section so I decided to reply in here. I have following situation: when I create a room from zone configuration, room name is grey and it does not show up under zone moni...
by levancho
02 Jul 2011, 18:23
Forum: SFS2X Questions
Topic: 2 Basic Questions regarding limbo rooms
Replies: 7
Views: 11379

2 Basic Questions regarding limbo rooms

Hi, I am fairly new to SmartFox API so please bare with my armature questions for a little while. I did use a search and have already read everything in docs, but I still have following questions: 1) how do I create Limbo rooms in SmartFox2,I do not see that option in administrator console. has it b...
by levancho
28 Jun 2011, 07:08
Forum: SFS2X ActionScript 3 API
Topic: loadConfig API suggestion
Replies: 2
Views: 4871

that's what I am doing right now, but I found another workaround, I just load a dummy smartfox config to triger creation of configData object on smartfox and and then manually override all those properties from my properties object like this : for (var i:String in props) { if(_smart...
by levancho
27 Jun 2011, 16:11
Forum: SFS2X ActionScript 3 API
Topic: loadConfig API suggestion
Replies: 2
Views: 4871

loadConfig API suggestion

Hi, in the future releases is it possible to add an API method to smartFox loadConfig to accept XML or XMLList as an optional parameter? problem is that I am integrated smartfox API into my Flex framework that already has its own xml configuration API and I do not want to load another XML file, I ca...

Go to advanced search