09-12-2012 08:51 AM
sorry, I did not make it clear that I only tested the code on simulator.
My quick test just indicated that code did not work on device as well.
Once we got clarification for the usage of Notification APIs, I will get back to you.
Thanks for your patience.
09-12-2012 10:26 AM - edited 09-12-2012 10:47 AM
Actually,
My device was messed up.
notification_message_add_prompt_choice
worked on my device.
one question for u:
did you enable "notification" in your bar-descriptor.xml?
e.g.:
<action>post_notification</action>
Thereby, just "toast" notification message did not work as expected for me.
(got led blinkings and vibration but no "toast" message in the UI)
Will get you posted once we get answer for the "toast" notification.
09-12-2012 11:11 AM
Thanks! Now it works!
09-12-2012 01:30 PM
The followings are the update we got for this issue:
Regarding the issue for Toasts. Toasts are reserved for internal use by system services, and are not open to third parties. That documentation will be removed.
Thanks for your patience.
09-12-2012 02:08 PM
So, there is no possibility to make info window, like a Status.Show() in BBOS?
09-12-2012 02:29 PM
Why don't you use dialog.h functions?
09-12-2012 02:36 PM
Dialogs available in my application only, not in the system
09-27-2012 09:59 AM
AlexXF wrote:
Dialogs available in my application only, not in the system
System dialogs are not available to third party apps at this time.
09-27-2012 10:04 AM