localnotificationrecieved

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
ferhan24badshah
Posts: 35
Joined: Sun Feb 02, 2014 12:20 am

localnotificationrecieved

Post by ferhan24badshah » Thu Feb 20, 2014 11:03 pm

two questions

1)how do we create separate local notification received?


on localnotificationreceived "1"
answer ""
end localnotificationreceived "1"

on localnotification received "2"
answer ""
end localnotificationreceived "2"



2) on the android platfrom...when the notification is cleared instead of pressed on.....the answer dialogue box doesn't appear on the app when the app is opened.....is there anyway to code it so it still appears even if the notification is cleared instead of viewed.


thanks

Post Reply