开发者

BlackBerry progress dialog

开发者 https://www.devze.com 2023-01-20 06:31 出处:网络
I want to show the user a progress dialog until a particular task is complete. For example, after the user enters userna开发者_运维百科me and password it takes some time to connect as the username an

I want to show the user a progress dialog until a particular task is complete.

For example, after the user enters userna开发者_运维百科me and password it takes some time to connect as the username and password are validated. I want to show the progress bar to the user while waiting.


GaugeField percentGauge = new GaugeField("Percent: ", 1, 100, 29, GaugeField.PERCENT);


While user is waiting for response u can also show loader screen or an activity indicator.

check these:

http://supportforums.blackberry.com/t5/Java-Development/How-to-display-the-blackberry-loading-icon-manually/m-p/552833

Blackberry - Application loading screen

Blackberry - Loading/Wait screen with animation

May be it can help u.

0

精彩评论

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