ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Saying the contents of a list box (Bots)
Saying the contents of a list box // BotsbarbarossaMay 17, 2001, 12:59am
How do you code it so that when the user issues a spoken command in aw, the
context of a list box is replied back to that user. Not just the selected text, but all of the choices in a list box. In VB6. In desperate need of assistance, for list1.List fails to work. Sincerly, Barbarossa 315942 moriaMay 17, 2001, 4:39am
try a mini loop
okay its real early so am sure someone will correct me if I am wrong, which I probably am, but the gist is... For a = 0 To (List1.ListCount - 1) sdk.awsay list1.list(a) next a Moria [View Quote] grimbleMay 17, 2001, 7:10am
There are two newsgroups for bots on news.activeworlds.com ... this one and
the SDK one. This one is frequented by people who use bots in their worlds, provide bots (finished/progressing) to others, etc. The techies keep an eye on the SDK one too ... and that is where this type of question belongs. I'm sure it was just a mistake on your part in putting it here :o). Just something to bear in mind. Grims [View Quote] |