1.6.1 (2021/7/3)

  • Added AM_EDIT_DISABLE_TEXT_EDIT to EditOption in the AM_EditParam structure. You can disable input / edit operations in the input field.
  • The following functions have been added. You can enable / disable the input / edit operation of the input field programmatically.
  • Ungetc() can now be called before calling the AM_ExecMenu function.
  • The shift mode of the key input can be set independently for each menu.
  • Fixed the problem that the cursor does not move even if AM_EDIT_MOVE_CURSOR_BY_Q1Q2 is set in the input field where AM_EDIT_NUMERIC is set.
  • Fixed an issue where setting AM_EDIT_NUMERIC on an input field would cause the [Q1] and [Q2] keys to move focus to another input field. In the new version, setting AM_EDIT_MOVE_CURSOR_BY_Q1Q2 does not move the focus regardless of whether AM_EDIT_NUMERIC is set.

1.5.0 (2021/2/6)

  • If you don't need to show menu items in the list screen, you can now set the menuTable parameter of the AL_CreateList function to NULL.
  • AM_TITLE_LINE has been added to the control types that can be specified in showControl of AM_MenuItem structure.
  • Added AM_LIST_PAINT_BGCOLOR to OptionFlag in AM_Option structure.
  • Added AM_THICK_SCROLL_BAR to OptionFlag in AM_Option structure.

1.4.0 (2020/11/5)

  • Changed the value of the code ID obtained in the id member of the AM_BarcodeBuffer structure.
  • Added aimID member to AM_BarcodeBuffer structure to get AIM/ISO15424 code ID.

1.3.0 (2020/10/28)

1.2.1 (2020/10/15)

1.1.0 (2020/9/28)

  • Enabled to specify pixel coordinates with list_ypos parameter of AL_CreateList function.
  • Added AM_NO_SCROLL_BAR to the option of AL_CreateList function.

1.0.1 (2020/7/19)

  • The first release


Last updated: 2021/07/03