Re: [delphi-br] Com Urgência

2004-10-24 Por tôpico Adilson Nunes
alisson_delphi escreveu: Eu tenho no meu formulário u TTimer e um TLabel. eu to querendo fazer uma procedure que eu coloque 3 numeros de telefone e ele fica piscando anternadamente mais esse laço naum pode parar.. Alguém já fez algo parecido ou sabe como fazer pois estou

Re: [delphi-br] Com Urgência

2004-10-20 Por tôpico Gustavo Führ
Barbada, tipo determine o tempo que você quer e coloca no Interval do Timer. No evendo OnTimer dele vc faz a mudança de label if Label = '01' then begin Label = ''; sleep(1000); Label = '02'; end else if Label = '02' then begin Label = ''; sleep(1000); Label