开发者

UiApplication.getUiApplication().popScreen() not working

I got this message: when i pop开发者_如何学编程 the Screen

FocusHistory: Focus lost; App AppName; Component net.rim.device.api.ui.component.ButtonField


UiApplication.getUiApplication().popScreen() is deprecated .... try using

UiApplication.getUiApplication().popScreen(Screen _screen);


1) UiApplication.getUiApplication().popScreen(this);

2) UiApplication.getUiApplication().popScreen(UiApplication.getUiApplication().getActiveScreen());

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜