I dont have a stacktrace on iOS, I dont have a clue how to get one as my 
primary development is android.  It is easy to reproduce and to me it 
appears that it was fixed on the sim, android but not iOS.  Here is a very 
simple test case that reproduces the problem every time:

public class FrmTestDate extends com.codename1.ui.Form {
protected Picker p2 = new Picker();

public FrmTestDate() {
initManualComponents();
}
    

protected void initManualComponents() {
setLayout(new BorderLayout());
p2.setType(Display.PICKER_TYPE_DATE);
p2.setDate(null);

add(BorderLayout.SOUTH, p2);
add(BorderLayout.CENTER, new Label("Test"));
}
    
}



On Wednesday, May 24, 2017 at 10:11:34 PM UTC-7, Shai Almog wrote:
>
> I'm guessing it was. Do you have a stack trace from iOS?
>

-- 
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/575ed973-4fa7-42ac-8d06-c4f02ffdb8a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to