display problem while working in j2me

Hi

I have a problem. I am making a j2me application which is combination of forms and alerts. I am also doing multi threading in the application. I have set a form as current display. Now let's suppose that user, while my application is running and this form is displayed on screen, with the help of shortcut button on the phone, opens some other thing like main menu or calender. Now screen is showing the thing opened by the user and my application is running and can be accessed by using shortcut menu. Now problem is that when my thread does something, it displays an alert on the screen. For now, my thread changes the current display of my application to that alert window by using the code getDisplay().setCurrent(get_alertwin()), but problem is that this alert will only be visible to the user when user switches back to my application. I want that this alert should be displayed always on the screen irrespective of what user is doing at that time. Can anyone tell me how can i acheive this functionality?

Thanks

[1041 byte] By [AqueelAhmada] at [2007-11-26 22:31:17]
# 1
you that there is a forum dedicaded to J2ME technologies....
suparenoa at 2007-7-10 11:36:44 > top of Java-index,Java Essentials,Java Programming...