Our app shows a form(BestBuyFrm) through the following procedures every time when a user click a button in the main form.
BestBuyFrm bbf = new BestBuyFrm(bpo,pm);
bbf.getToolbar().setBackCommand("", e -> this.showBack());
bbf.show();
Our app shows BestBuyFrm successfully in simulator but doesn't show BestBuyFrm after I deploy and run our app in my android mobile phone.
Thanks for any help.
Daniel
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…