views:

117

answers:

0

hey all,

i'm trying to access Skype.ActiveCalls Collection from JavaScript,

i can access some of the properties like (count) on runtime.

while i've trying to debug the code i've noticed a strange problem, i can see all properties and methods of element without any direct access (Skype.ActiveCalls[0]), but when i trying to do so (on debug) i get an "undefined" error.

on runtime i get the same error so i cen't access these elements.

what can cause such thing? how can i overcome the problem ?

thanks in advance.