Skip to content
GitLab
    • Why GitLab
    • Pricing
    • Contact Sales
    • Explore
  • Why GitLab
  • Pricing
  • Contact Sales
  • Explore
  • Sign in
  • Get free trial
  • TotalCrossTotalCross
  • TotalCrossTotalCross
  • Issues
  • #550

Componente Calendário - Mostra nome do mês equivocado

ao clicar um edit com calendário...ele sempre mostra o mês corrente, porém o visual é o mês corrente, mas internamente está outra data... isso é percebido pelo caption do mês...segue o video abaixo para entender.

public class CCTestesRapidosInternos extends ScrollContainer {
	public void initUI() {
		Settings.virtualKeyboard = true;
		Edit edit = new Edit();
		edit.setMode(Edit.DATE);
		edit.setText("01/08/2019");
		edit.setFont(Font.getFont("Lato Regular", false, 14));
		edit.setBackForeColors(Color.WHITE, Color.BLACK);

		add(edit, CENTER, CENTER, SCREENSIZE + 50, PREFERRED);
	}
}

bandicam_2019-07-01_10-14-08-056

Edited Aug 26, 2019 by Italo
Assignee
Assign to
Time tracking