Pop up reminder

Is it possible to set a pop up reminder for a Task?
Thanks.

Cant be using default features. If you are familiar with programming you can customize it. Rough idea , Create javascript function which executes periodically and check if Task’s time has come, if yes show it on a custom Popup.

Great, thanks. Cheers.