Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/05/2008, 19:51
usma1979
 
Fecha de Ingreso: mayo-2008
Mensajes: 2
Antigüedad: 16 años
Puntos: 0
como modificar Propiedad Speed del Agent Balloon en Visual Basic

He creado algunas aplicaciones en Visual Basic 6.0 y he insertado en ellas agentes Agent pero cuando corro la aplicación los textos del Speak corren tan rapido que un usuario desprevenido le tomaria dificultad alcanzar a leerlos.
Necesito saber si existe alguna forma de modificar esta propiedad ya que he intentado varias alternativas básicamente haciendo combinaciones de propiedades y metodos. Asi:

Agtagente.balloon.speed = “algun valor”
Agtagente.speed = “algun valor”

Alguna referencia que encontre me muestra que accediendo a las propiedades del Agent puedo ubicar algo que se llama Output speed y define la cantidad de caracteres por minuto que apareceran. El problema ahora es que no se como acceder a esta propiedad desde visual Basic 6.0

Ahora bien la ayuda de visual Basic me muestra lo siguiente:

pdwSpeed
Address of a variable that receives the output speed of the character in words per minute.
Although your application cannot write this value, you can include speed tags in your output text that will temporarily speed up the output for a particular utterance.
This property returns the current speaking output speed setting for the character. For characters using TTS output, the property returns the actual TTS output for the character. If TTS is not enabled or the character does not support TTS output, the setting reflects the user setting for output speed.

O sea que hay una luz de esperanza, el problema ahora seria como lo aplico.
Agradezco de antemano cualquier colaboración y sugerencia.