Re: [codenameone-discussions] UWP + Storage = hangs
Thanks. I've filed an issue here: https://github.com/codenameone/CodenameOne/issues/1866 On Sun, Aug 21, 2016 at 11:57 PM, Bryan Buchanan wrote: > > static final String STORAGE = "nstV3"; > > public void start() { > if (current != null) { > current.show(); >
[codenameone-discussions] UWP + Storage = hangs
static final String STORAGE = "nstV3"; public void start() { if (current != null) { current.show(); return; } hi = new Form("Test"); hi.setLayout(new BoxLayout(BoxLayout.Y_AXIS)); hi.setScrollableY(true); hi.show();