B BehindA Member Licensed User Sep 29, 2009 #1 Hi, I' working on an alarm clock. It's nearly completed... But i have a Problem. My App is started by "runappattime" (from Hardware-Lib). My question: How can i delete a runappattime registry? I need this to turn off the alarm. Thanks BehindA
Hi, I' working on an alarm clock. It's nearly completed... But i have a Problem. My App is started by "runappattime" (from Hardware-Lib). My question: How can i delete a runappattime registry? I need this to turn off the alarm. Thanks BehindA
Erel B4X founder Staff member Licensed User Longtime User Sep 29, 2009 #2 This very very handy application: http://www.b4x.com/forum/chit-chat/4164-powerful-task-manager-more.html lists all the registered notifications. It can also delete notifications. It is very useful for debugging such applications. You can use Hardware.RunAppAtEvent with Hardware.evNone to remove notifications of a specific application.
This very very handy application: http://www.b4x.com/forum/chit-chat/4164-powerful-task-manager-more.html lists all the registered notifications. It can also delete notifications. It is very useful for debugging such applications. You can use Hardware.RunAppAtEvent with Hardware.evNone to remove notifications of a specific application.
B BehindA Member Licensed User Sep 29, 2009 #3 Hi Erel, nice Application! But hardware.evNone does not delete the notification in my device(Samsung i900 omnia). Do you have another idea? I just found out why: the runappatevent is simply add to the other notifications. but i want to delete the old time-notification! Last edited: Sep 29, 2009
Hi Erel, nice Application! But hardware.evNone does not delete the notification in my device(Samsung i900 omnia). Do you have another idea? I just found out why: the runappatevent is simply add to the other notifications. but i want to delete the old time-notification!
Erel B4X founder Staff member Licensed User Longtime User Sep 30, 2009 #4 What happen if you try to set RunAppAtTime with a different time? Do you get two notifications or only one?
What happen if you try to set RunAppAtTime with a different time? Do you get two notifications or only one?
B BehindA Member Licensed User Oct 3, 2009 #5 only one! i managed the problem by setting the time to 20years...
Erel B4X founder Staff member Licensed User Longtime User Oct 4, 2009 #6 Maybe you can set the time to some time in the past...