开发者

showing Wait Screen using LWUIT in J2ME?

开发者 https://www.devze.com 2023-03-20 12:11 出处:网络
Is there any way of showing Wait Screen, while some processing is done in backend, using LWUIT in J2ME ? if yes then how if no then i开发者_JAVA百科s there any alternate ?You can look at progress bar

Is there any way of showing Wait Screen, while some processing is done in backend, using LWUIT in J2ME ? if yes then how if no then i开发者_JAVA百科s there any alternate ?


You can look at progress bar with LWUIT. Sample Wait screen used in the makeover demo and the browser demo application in current LWUIT Repository. Also see here.


I had this issue as well, but got a workaround: these suggestions here seemed not to be the best for me. The dialog when it displays will block any other action except it is discarded, even if it was created with no commands. What I did was to add a wait screen to the BorderLayout.CENTER of the main container or the Form, then when the thread running my background task finishes, the component is now replaced with the loaded component. I dont know if anyone would find this useful since this has already been answered. I just felt like posting my own trick.


You can start a thread in which you do your stuff of getting data and all and in the UI thread show the loading dialog and then dispose that loading dialog once you are done with your services call.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号