Difference: Appx620Features (62 vs. 63)

Revision 632022-05-26 - MisaghKarimi

Line: 1 to 1
 

APPX 6.2.0 Features

This page provides an overview of the new features in APPX 6.2.x

Line: 21 to 21
  You can use these new APIs to create a well formatted XML file.
Changed:
<
<

.XML WRITER OPEN
--- .XML WRITER CLOSE
--- .XML WRITER ELEM START
--- .XML WRITER ELEM END
--- .XML WRITER ADD DATA
--- .XML WRITER CDAT START
--- .XML WRITER CDAT END
--- .XML WRITER ADD ATTR
>
>
--- .XML WRITER OPEN
--- .XML WRITER CLOSE
--- .XML WRITER ELEM START
--- .XML WRITER ELEM END
--- .XML WRITER ADD DATA
--- .XML WRITER CDAT START
--- .XML WRITER CDAT END
--- .XML WRITER ADD ATTR
 

Base64 Data Encoding/Decoding API

You can now encode up to 24k and decode up to 32k of Base64 data, The two new routines are: .CONVERT TO BASE64 and .CONVERT FROM BASE64

Line: 55 to 55
 Note: By default, the session expiration message is shown to the user is 1 minute before the session expires. This can be set in whole minutes only.

HTML Client APPX Application Development

Changed:
<
<
During this current Appx R&D development cycle (i.e., for Appx 6.2.0 since the Appx 6.1.0 general release) the html client has been updated so it can be used to create/edit images and ILF code as well to debug ILF code. The html code editing capabilities can be used on earlier version of Appx such as 5.5.1 but has limitation since some functionality had to added to the engine thus that functionality isn’t available in the earlier Appx versions. As well, not all development functionality, that is available in the Java client, is available in the html client. See know issues below for further information.
>
>
During this current Appx R&D development cycle (i.e., for Appx 6.2.0 since the Appx 6.1.0 general release) the html client has been updated so it can be used to create/edit images and ILF code as well to debug ILF code. The html code editing capabilities can be used on earlier version of Appx such as 5.5.1 but has limitation since some functionality had to be added to the engine, thus that functionality isn’t available in the earlier Appx versions. As well, not all development functionality, that is available in the Java client, is available in the html client. See know issues below for further information.

Image Editor on HTML Client

Image editor on html client works the same way it does on desktop client with a couple of minor differences. As you can tell, the toolbar got changed a little bit. We added “Add a Field” and “Delete Selection” buttons and removed “Show Character Interface” and “Data Palette” buttons. These buttons are not supported on html client yet. Also, we grouped the buttons in a more logical way. Hovering over the buttons gives you shortcut key you can use instead of clicking the button.

Another difference is that when you move an item, the border color indicates if the move or resize is valid or not. If the border becomes red, then it means the action is not valid.

  • Dotted red border means the item overlaps with another item.
  • Solid red border means the item has the same position as another item on the screen.
  • Solid green means the move is successful.
Like move, resize also does an initial check to make sure the new size is valid. Red border tells you that the new size is not valid.

Another new feature that we added to html client’s image editor is guideline. Guideline is a dotted green line that shows up when the left side or top side of the widget you are moving is aligned with another widget on the screen. This is an easy way to align your widget with another widget on the screen.

Next difference has to do with Row Texts (text typed on the screen). We generally discourage using row text on html client and have limited support for it on html client. To add/modify row text using the html client, you must double click on the area of the screen that you want to add row text to. It then opens up a text field for the whole row for you to add your row text. Keep in mind that if you have a widget on that row, you cannot add any row texts after that widget. This is an html client limitation. Also, make sure that you are in change mode, otherwise double click doesn’t work.

Next difference is the enhanced widget view for some widgets. We added some icons to some widgets, so widget type can be recognized easier by looking at it. Also, we added the style of the widget to the widgets, so it is more like what you see during the runtime. Hovering over buttons also gives you the option number of the buttons.

The new image editor on html client should also work on release 5, however there are 2 known issues with release 5:

  1. Multi widget editor doesn’t detect the selected items on the screen.
  2. Screens that use the first row as the title bar don’t show up correctly.
 

Bugs Fixed

6.2.0:

Line: 116 to 137
 

Known Issues

Changed:
<
<
  • In the image editor, the multi widget editor doesn’t detect the selected items on the screen in APPX versions prior to 6.2.
  • In the image editor, screens that use the first row as the title bar don’t show up correctly in APPX versions prior to 6.2.
  • In the ILF editor, the search, replace and jump button items are not functional (We expect to deal with this issue in the next release)
  • In the ILF editor, some audit information will be truncated or missing (We expect to deal with this issue in the next release)
  • In the ILF editor, the ILF code end marker [END] will not be present on APPX versions prior to 6.2.0
  • In the ILF editor, statement(s) commented as a multi-line comment, will not be shown as being commented on APPX versions prior to 6.2.0
  • The cross reference tool screen (i.e., under Tools->Cross Reference->ILF Statements) is missing the ILF verbs and shows extra and missed formed text in APPX versions prior to 6.2.0
  • When selecting ILF code statements, the highlighting maybe be misapplied if the page keys are used in APPX versions prior to 6.2.
>
>
  • HTML Client - In the ILF editor, the search, replace and jump button items are not functional (We expect to deal with this issue in the next release)
  • HTML Client - In the ILF editor, some audit information will be truncated or missing (We expect to deal with this issue in the next release)
  • HTML Client - In the ILF editor, the ILF code end marker [END] will not be present on APPX versions prior to 6.2.0
  • HTML Client - In the ILF editor, statement(s) commented as a multi-line comment, will not be shown as being commented on APPX versions prior to 6.2.0
  • HTML Client - The cross reference tool screen (i.e., under Tools->Cross Reference->ILF Statements) is missing the ILF verbs and shows extra and missed formed text in APPX versions prior to 6.2.0
  • HTML Client - When selecting ILF code statements, the highlighting maybe be misapplied if the page keys are used in APPX versions prior to 6.2.
  For an up to date list of known issues, use Bugtracker & search for bugs in Release 6.2.0. These are the known bugs that we expect to fix in the patch release.
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback