KB-30214: Pulse button in E3.

Question:

How can I create a pulse button using the CommandButton object?

Solution:

To do so, there are at least two possibilities:

  1. you can write two scripts in events of the CommandButton: one script in the MouseDown event setting the tag’s value to 1, and another one in the MouseUp event setting the tag’s value to 0; or
  2. you can create a script in CommandButton’s Click event using the WriteEx method twice.

Note: Attached to this article is a sample application illustrating both possibilities described above.

Attachments:

Sample.zip

Print Friendly, PDF & Email

Este artigo foi útil? Was this helpful?

Classificação média - Average rating 0 / 5. Count: 0

Deixe seu Comentário

Seu endereço de e-mail não será publicado. Campos marcados com asterisco são obrigatórios *