ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
[VB] Hearing Impared?! Gah.. (Sdk)
[VB] Hearing Impared?! Gah.. // SdkrobbieFeb 16, 2002, 1:37pm
It appears a bot I have written can log okay (I'm using the long method) and
can send things to the Uniserver like sdk.awsay but cannot recieve messages from the server, like sdk_eventchat and sdk_eventavataradd. From I can see everything is set up correctly, does anyone have ny suggestions? I can post the code if nessacery, its nothing elaborate. -Robbie robbieFeb 16, 2002, 1:38pm
Make that *...written can log IN okay...*
> It appears a bot I have written can log okay (I'm using the long method) and > can send things to the Uniserver like sdk.awsay but cannot recieve messages > from the server, like sdk_eventchat and sdk_eventavataradd. From I can see > everything is set up correctly, does anyone have ny suggestions? I can post > the code if nessacery, its nothing elaborate. > > -Robbie > > hal9000Feb 16, 2002, 2:36pm
make sure you are calling
sdk.AwWait 0 you can put this in a timer, and set it for like 500ms (twice a second), and each time you call it, it will fire the events. [View Quote] kahFeb 16, 2002, 4:35pm
remember to ALLWAYS call .AwEventSet() for all events you want to receive
and to call .AwWait 0 at least once every second. KAH [View Quote] strike rapierFeb 16, 2002, 5:06pm
Hmm, with the OCX4, calling the events made no differneces... stange... :p
probably just my programming skills doing random things again :O [View Quote] |