public class Main { private Form current; private Resources theme; public void init(Object context) { theme = UIManager.initFirstTheme("/theme"); // Enable Toolbar on all Forms by default Toolbar.setGlobalToolbar(true); // Pro only feature, uncomment if you have a pro subscription // Log.bindCrashProtection(true); } Form hi; public void start() { if(current != null){ current.show(); return; } hi = new Form("Welcome", new BoxLayout(BoxLayout.Y_AXIS)); for(int i = 0; i < 20; i++){ hi.add(new TextField()); } hi.show(); } public void stop() { current = Display.getInstance().getCurrent(); if(current instanceof Dialog) { ((Dialog)current).dispose(); current = Display.getInstance().getCurrent(); } } public void destroy() { }}Odd, I'll try to reproduce this. Can you file an issue?
--
You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/4c752f94-a962-422a-9a84-68eda1e42060%40googlegroups.com.
Hi Steve,This build was made 2 days ago. Are you running it from the build server?
How do you test on the xcode simulator?
Cheers,Nick
On Wednesday, March 21, 2018 at 5:21:56 AM UTC+13, Steve Hannah wrote:
I'm unable to reproduce this issue on iPhone 6S running 11.1.2 or with Xcode simulator iPhone 6S 11.2Have you tried this on the latest builds? There was a change 15 days ago that may have affected this use case (in a good way).Best regardsSteve
On Mon, Mar 19, 2018 at 9:56 PM, Shai Almog <shai....@gmail.com> wrote:
Odd, I'll try to reproduce this. Can you file an issue?
--
You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/4c752f94-a962-422a-9a84-68eda1e42060%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/d041b769-08c3-479a-a586-1f21c3b9dea1%40googlegroups.com.
On Tue, Mar 20, 2018 at 1:58 PM, <nickk...@gmail.com> wrote:Hi Steve,This build was made 2 days ago. Are you running it from the build server?Yes. Was your build using the test case the you posted? Because that's what I was using.How do you test on the xcode simulator?Include sources, then build with Xcode.Steve
Cheers,Nick
On Wednesday, March 21, 2018 at 5:21:56 AM UTC+13, Steve Hannah wrote:
I'm unable to reproduce this issue on iPhone 6S running 11.1.2 or with Xcode simulator iPhone 6S 11.2Have you tried this on the latest builds? There was a change 15 days ago that may have affected this use case (in a good way).Best regardsSteve
On Mon, Mar 19, 2018 at 9:56 PM, Shai Almog <shai....@gmail.com> wrote:
Odd, I'll try to reproduce this. Can you file an issue?
--
You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/4c752f94-a962-422a-9a84-68eda1e42060%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/d041b769-08c3-479a-a586-1f21c3b9dea1%40googlegroups.com.
Hi,
Cheers,Nick
To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/4c752f94-a962-422a-9a84-68eda1e42060%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/d041b769-08c3-479a-a586-1f21c3b9dea1%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codenameone-discussions+unsub...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/b12940c5-0944-4dc8-a3b3-00785d478fd5%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/b12940c5-0944-4dc8-a3b3-00785d478fd5%40googlegroups.com.