I am working on adding a simple popUpScreen with a texual information when you hover over a CustomButton in BlackBerry. I have seen this already implemented in applications like Twitter, Facebbok and even in native BlackBerry pictures app and many other places.
To clarify, What i need is something like this -
a busy cat http://bit.ly/rh5gy7
[popupscreen as shown with a red circle]
But, I have not been able to create a PopUpScreen that is non-modal and non-ui-blocking. That is, even when the popupscreen is being shown, I should be able to move focus on the screen that called the popUpScreen.
Can anyone tell me, perhaps with some code, as to how you can implement this!
Thanks for your help!