Search code examples
androiduser-interfaceblackberry

how to display a quick message in Blackberry like Android's Toast?


I want to draw some message box on screen that will can not get focus and be unobtrusive.

Just like Android's Toast.

Is there a way to do that?


Solution

  • If you'd like to display a rounded rectangle with text which disappears by itself like in this Android screenshot:

    enter image description here

    then just call Status.show() on Blackberry:

    enter image description here