If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA NetBeans 8.2 Desktop OS Windws 10 Pro Simulator Latest Device PC, IOS 12+ Android 6+
[EDT] 0:2:35,975 - Exception: java.lang.NullPointerException - null java.lang.NullPointerException at com.codename1.ui.AutoCompleteTextField$FormPointerPressListener.actionPerformed(AutoCompleteTextField.java:464) at com.codename1.ui.util.EventDispatcher.fireActionSync(EventDispatcher.java:459) at com.codename1.ui.util.EventDispatcher.fireActionEvent(EventDispatcher.java:362) at com.codename1.ui.Form.pointerPressed(Form.java:2946) at com.codename1.ui.Component.pointerPressed(Component.java:4502) at com.codename1.ui.Display.handleEvent(Display.java:2145) at com.codename1.ui.Display.edtLoopImpl(Display.java:1152) at com.codename1.ui.Display.mainEDTLoop(Display.java:1070) at com.codename1.ui.RunnableWrapper.run(RunnableWrapper.java:120) at com.codename1.impl.CodenameOneThread.run(CodenameOneThread.java:176) Uncaught Exception is this code: Container layered = f.getLayeredPane(AutoCompleteTextField.getClass(), true); Form f = getComponentForm(); Where "f" = null;Causing the Exception. Thoughts? Regards -- 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 [email protected]. 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/ed1f844a-ffd4-4601-9847-98810f9a2817%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
