Como faço um notificador

After sending the message, stop the clock
Taifun


Olha como coloquei e quando salvo fica notificando Compromisso toda hora

Como faço isso?

When the time is equal to the selected time, in the Timer block, stop the timer:

image

Anyway, what interval have you defined for the timer?

Onde coloco esse bloco? Não entendi

There, below the alert:

Anyway, it would be better if you calculated the difference between the time when the user chooses, and the chosen time, so you only have to launch the timer once (instead of checking the time every second), with an interval equal to the difference. In this way, when the chosen time is reached, the event will be triggered:

Não entendi essa parte

Poderia me explicar o código

You can set the timer interval to 1000 milliseconds , so the Timer event gets triggered every second for you to check, if it is already time to display the notification

Or you set the timer interval to so many milliseconds, that the Timer event only gets triggered once at the time you like to display the notification

Taifun

Hummmmm, entendi

Fiz algumas alterações para que o programa funcione da seguinte maneira eu defino um horário para acionar um led via bluetooth e quando for definido o segundo horário, no caso o horário para desligar o led. Vou mandar o código aqui em parte por conta do tamanho. Poderia me ajudar



image

It looks like you have overseen this

Also please elaborate, what you are trying to do, what you want to happen and what happens instead

Taifun

Ok peço desculpas pelo print
Vai ter dois seletores de hora o primeiro ele seleciona o horário para acender o led via bluetooth e o segundo para desligar o led via bluetooth. Entendeu?

Just try something and if it does not work, then provide a screenshot in English of your relevant blocks and explain,

Taifun

Esse é o código
image
image
image
image
Esse é o código é a tela eu preciso que o horário que o usuário tiver escolhido no escolhe hora (acende) deve acender um led nesse horário já quando ele escolher um horário no (apaga) apagar um led quando for esse horário. Porém não está funcionando

Yoir vlocks look fine..
What about being more specific?
Do you get a list of devices displayed after clicking the listpicker? If not, you have to ask for permissions in case you test with newer Android versions
Do you get a notifier displaved after Clock1.Timer fires?
Do you get a notifier displaved after Clock2.Timer fires?
Are you able to send the character c to the device?

Taifun

Nesse código seu ao momento que seleciono a hora já inicia o "alarme" gostaria que iniciasse esse alarme só dps que pressionasse a tecla salvar como faço

You are using 2 threads about the same subject

Taifun
PS: I will close this one

1 Like