Difference: Appx550FeaturesAppDesign (1 vs. 20)

Revision 202020-07-28 - BrianRyan

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"
Changed:
<
<

APPX 5.5.0 Features - Application Design

>
>

APPX 5.5.0/5.5.1 Features - Application Design

 
Changed:
<
<
This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size you will get the old versions of the screens.
>
>
This page describes the new features in Application Design in Release 5.5.0 and subsequent patch releases. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size you will get the old versions of the screens.
  NOTES:
  • The .ENV GET SCREEN SIZE API was returning a row count three rows higher than the actual row setting. This bug has been fixed, so if you were manually compensating for this by subtracting 3 from the returned value, you no longer need to do this.

Revision 192020-07-27 - BrianRyan

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 7 to 7
 NOTES:
  • The .ENV GET SCREEN SIZE API was returning a row count three rows higher than the actual row setting. This bug has been fixed, so if you were manually compensating for this by subtracting 3 from the returned value, you no longer need to do this.
  • The runtime processes for Disposition, Sort Order, Record Selection, etc. have been updated. If you have hooked these processes, make sure your hooks still work. You may want to consider reprogramming your hooks to take advantage of any new features, such as emailing a report.
Changed:
<
<
>
>
 

Data API

The Data API provides a set of tools you can use to have your APPX applications respond to web based queries. See this page for installation and configuration.

Line: 137 to 137
 
  • TSMC: enable/disable column movement by mouse drag
  • TSTS: Show/Hide table search icon. Valid values: T, F.
  • TSTRF: Show/Hide table refresh icon. Valid values: T, F.
Added:
>
>
  • TSHB: Show/Hids table column heading bar. Valid values T,F (Implemented: html client as of 5.5.0/Java client as of 5.5.1).
 If you click the 'Cell Properties' button, you will see:

cell_properties.png

Line: 232 to 236
 

New API’s

A number of new APIs have been added:

Changed:
<
<
  • Set file specifications - https://wiki.appx.com/wiki/bin/view/Main/0LASubrFileSetSpecs
  • Archive security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrSave
  • Restore security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrRest
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHtmlToText
  • Send an Email - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilEmail
>
>
  • Set file specifications - https://wiki.appx.com/wiki/bin/view/Main/0LASubrFileSetSpecs
  • Archive security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrSave
  • Restore security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrRest
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHtmlToText
  • Send an Email - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilEmail
 Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer you will have to install 'mutt' on your server. If you have your own command line email program you can hook the APPX routine and use your own. Instructions for this are on the wiki.
Changed:
<
<
Change Password Process for APPX Authentication
>
>
Change Password Process for APPX Authentication
  If you are using APPX Authentication you can use the input process USER - CHANGE PASSWORD in 0LC as a template. For example, this could be used to allow a user to change their own password. You can copy the process and add your own password strength rules in addition to what is already there.
Changed:
<
<
Default rows/cols from env or current settings
>
>
Default rows/cols from env or current settings
  When adding a new Input process the rows and columns will now default from the environment variables APPX_SCREEN_ROWS and APPX_SCREEN_COLS. If those are not set then your current rows & columns will be used.

Improved performance of Cross Reference Utilities

Line: 280 to 284
 We welcome any suggestions on improving this interface.

Beta Warning

Changed:
<
<
To ensure users know they're running a 'beta' (pre-release) version of the APPX engine, a warning message will be displayed on the splash screen of their GUI client reminding them of that usage. If desired, this behavior can be overridden (the splash screen message suppressed) by setting the new environment variable 'APPX_NO_BETA_WARNING'.
>
>
To ensure users know they're running a 'beta' (pre-release) version of the APPX engine, a warning message will be displayed on the splash screen of their GUI client reminding them of that usage. If desired, this behavior can be overridden (the splash screen message suppressed) by setting the new environment variable 'APPX_NO_BETA_WARNING'. (Implemented: 5.5.1)
  -- BrianRyan - 2020-07-06

Comments

Changed:
<
<

<--/commentPlugin-->
>
>

<--/commentPlugin-->
 
META FILEATTACHMENT attachment="MWE_Toolbar.png" attr="h" comment="" date="1581522444" name="MWE_Toolbar.png" path="MWE Toolbar.png" size="15735" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="MWE_Right_click.png" attr="h" comment="" date="1581522577" name="MWE_Right_click.png" path="MWE Right click.png" size="42768" user="JeanNeron" version="1"

Revision 182020-07-14 - BrianRyan

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 240 to 238
 
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHtmlToText
  • Send an Email - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilEmail
Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer you will have to install 'mutt' on your server. If you have your own command line email program you can hook the APPX routine and use your own. Instructions for this are on the wiki.
Deleted:
<
<

API Help

 
Changed:
<
<
In the ILF editor when you press help, you will see a brief explanation of the API displayed along with some example code that can be cut & paste into your own code.

Change Password Process for APPX Authentication

>
>
Change Password Process for APPX Authentication
  If you are using APPX Authentication you can use the input process USER - CHANGE PASSWORD in 0LC as a template. For example, this could be used to allow a user to change their own password. You can copy the process and add your own password strength rules in addition to what is already there.

Revision 172020-07-07 - BrianRyan

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 240 to 242
 Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer you will have to install 'mutt' on your server. If you have your own command line email program you can hook the APPX routine and use your own. Instructions for this are on the wiki.

API Help

Changed:
<
<
In the ILF editor when you press help you will see a brief explanation of the API will be displayed along with some example code that can be cut & paste into your own code.
>
>
In the ILF editor when you press help, you will see a brief explanation of the API displayed along with some example code that can be cut & paste into your own code.
 

Change Password Process for APPX Authentication

If you are using APPX Authentication you can use the input process USER - CHANGE PASSWORD in 0LC as a template. For example, this could be used to allow a user to change their own password. You can copy the process and add your own password strength rules in addition to what is already there.

Revision 162020-07-06 - BrianRyan

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 7 to 7
 NOTES:
  • The .ENV GET SCREEN SIZE API was returning a row count three rows higher than the actual row setting. This bug has been fixed, so if you were manually compensating for this by subtracting 3 from the returned value, you no longer need to do this.
  • The runtime processes for Disposition, Sort Order, Record Selection, etc. have been updated. If you have hooked these processes, make sure your hooks still work. You may want to consider reprogramming your hooks to take advantage of any new features, such as emailing a report.
Changed:
<
<
>
>
 

Data API

The Data API provides a set of tools you can use to have your APPX applications respond to web based queries. See this page for installation and configuration.

Line: 233 to 232
 

New API’s

A number of new APIs have been added:

Changed:
<
<
  • Set file specifications - https://wiki.appx.com/wiki/bin/view/Main/0LASubrFileSetSpecs
  • Archive security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrSave
  • Restore security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrRest
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHtmlToText
  • Send an Email - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilEmail
>
>
  • Set file specifications - https://wiki.appx.com/wiki/bin/view/Main/0LASubrFileSetSpecs
  • Archive security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrSave
  • Restore security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrRest
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHtmlToText
  • Send an Email - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilEmail
 Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer you will have to install 'mutt' on your server. If you have your own command line email program you can hook the APPX routine and use your own. Instructions for this are on the wiki.
Added:
>
>

API Help

In the ILF editor when you press help you will see a brief explanation of the API will be displayed along with some example code that can be cut & paste into your own code.

 

Change Password Process for APPX Authentication

If you are using APPX Authentication you can use the input process USER - CHANGE PASSWORD in 0LC as a template. For example, this could be used to allow a user to change their own password. You can copy the process and add your own password strength rules in addition to what is already there.

Changed:
<
<

Default rows/cols from env or current settings

>
>
Default rows/cols from env or current settings
  When adding a new Input process the rows and columns will now default from the environment variables APPX_SCREEN_ROWS and APPX_SCREEN_COLS. If those are not set then your current rows & columns will be used.

Improved performance of Cross Reference Utilities

Line: 277 to 280
 In this example I have used 'PROS' as a filter to only show inputs related to the Prospect file and I have expanded all of them. Now I can navigate directly to any Frame or Image via double click. A single click on any row will display the appropriate buttons in the right hand pane, i.e., if I single click an Image then an 'Image Editor' button will appear. Similarly, a single click on a Frame will display buttons for Automatic Children and so on.

We welcome any suggestions on improving this interface.

Added:
>
>

Beta Warning

 
Changed:
<
<
-- Jean Neron - 2020-02-12
>
>
To ensure users know they're running a 'beta' (pre-release) version of the APPX engine, a warning message will be displayed on the splash screen of their GUI client reminding them of that usage. If desired, this behavior can be overridden (the splash screen message suppressed) by setting the new environment variable 'APPX_NO_BETA_WARNING'.
 
Added:
>
>
-- BrianRyan - 2020-07-06
 

Comments

Changed:
<
<

<--/commentPlugin-->
>
>

<--/commentPlugin-->
 
META FILEATTACHMENT attachment="MWE_Toolbar.png" attr="h" comment="" date="1581522444" name="MWE_Toolbar.png" path="MWE Toolbar.png" size="15735" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="MWE_Right_click.png" attr="h" comment="" date="1581522577" name="MWE_Right_click.png" path="MWE Right click.png" size="42768" user="JeanNeron" version="1"

Revision 152020-05-13 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Changed:
<
<
This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size you will get the old versions of the screens. NOTE: The .ENV GET SCREEN SIZE API was returning a row count three rows higher than the actual row setting. This bug has been fixed, so if you were manually compensating for this by subtracting 3 from the returned value, you no longer need to do this.
>
>
This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size you will get the old versions of the screens.
 
Changed:
<
<

>
>
NOTES:
  • The .ENV GET SCREEN SIZE API was returning a row count three rows higher than the actual row setting. This bug has been fixed, so if you were manually compensating for this by subtracting 3 from the returned value, you no longer need to do this.
  • The runtime processes for Disposition, Sort Order, Record Selection, etc. have been updated. If you have hooked these processes, make sure your hooks still work. You may want to consider reprogramming your hooks to take advantage of any new features, such as emailing a report.
 

Data API

The Data API provides a set of tools you can use to have your APPX applications respond to web based queries. See this page for installation and configuration.

Revision 142020-05-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 231 to 231
 
  • Set file specifications - https://wiki.appx.com/wiki/bin/view/Main/0LASubrFileSetSpecs
  • Archive security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrSave
  • Restore security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrRest
Changed:
<
<
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHTMLtoText
>
>
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHtmlToText
 
  • Send an Email - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilEmail
Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer you will have to install 'mutt' on your server. If you have your own command line email program you can hook the APPX routine and use your own. Instructions for this are on the wiki.

Change Password Process for APPX Authentication

Revision 132020-05-07 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 215 to 215
 

Although it looks like the results will replace the permanent disk DMO PROSPECT file, APPX only updates the cached version of the file and opens it for you. The BEG READ statement will use the cached version. This approach allows you to use the name of existing files to get results instead of creating new files just for that purpose.

Added:
>
>
You can send any SQL statement, including UPDATE or INSERT INTO, etc. If you update a table you need to do a explicit commit using (COMMIT statement) afterward.

If you send a statement with no reply, such as an UPDATE statement, the SQL statement will still open a cached version of the indicated file. In this case, a READNEXT on the file would fail but the SQL statement still gets executed. If you do a commit you should see your changes in the database.

The SQL statement can only operate on files stored in a RDBMS, and only indexed files can be stored there, so memory, one record and consecutive files wil not work with this command.

The SQL statement uses the FMS group associated with the named file to connect to the RDBMS.

Currently, APPX ignores errors or returned values from server. Make sure your SQL is valid when using this command.

 

New API’s

A number of new APIs have been added:

Revision 122020-04-28 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 65 to 65
 
  • Underline -> depcrecated
  • Tabable -> deprecated
This will happen automatically when you change a field. The character mode attributes will continue to be honoured until you change the field and they are converted to Widget specifications. The original character mode specifications can still be accessed via F11 (Inquire) in the Image Editor.
Added:
>
>
You can force APPX to use the old Item Editor by setting APPX_USE_OLD_ITEM_EDIT to a non blank value.
 

GA/AA combined

The GUI attributes and Additional Attributes at the Frame and Image levels have been combined. When clicking AA at the Frame or Image level, you will see a display similar to the following:

Revision 112020-04-08 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 241 to 241
  experimental_process_design_2.png
Changed:
<
<
The current implementation for process design requires you to continually navigate from Processes -> Frames -> Images and back which is time consuming. The new Table driven version allows you navigate directly from the Image level in one process to the Image level in a different process, for example.
>
>
The current implementation for process design requires you to continually navigate from Processes -> Frames -> Images and back which is time consuming. The new Table driven version allows you navigate directly from the Image level in one process to the Image level in a different process.
  When you click that option you will see a display similar to this:
Changed:
<
<
experimental_process_design_input.png
>
>
experimental_process_design_input_2a.png
  The Process Name, PCF App and PCF File Name all act as filters. For example, entering 'PROS' in the Process Name and clicking the 'Filter' button will redisplay the list showing only those processes that have 'PROS' somewhere in the name. PCF App and PCF File Name work the same way. This is an easy way to restrict the list to related processes. The 'SCCS Task' filter is not yet enabled.
Line: 290 to 290
 
META FILEATTACHMENT attachment="experimental_process_design_input_2.png" attr="h" comment="" date="1581544825" name="experimental_process_design_input_2.png" path="experimental process design input 2.png" size="844639" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="experimental_process_design_input_3.png" attr="h" comment="" date="1581545095" name="experimental_process_design_input_3.png" path="experimental process design input 3.png" size="642170" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="experimental_process_design_2.png" attr="h" comment="" date="1582655404" name="experimental_process_design_2.png" path="experimental process design 2.png" size="327461" user="JeanNeron" version="1"
Added:
>
>
META FILEATTACHMENT attachment="experimental_process_design_input_2a.png" attr="h" comment="" date="1586366186" name="experimental_process_design_input_2a.png" path="experimental process design input 2a.png" size="148163" user="JeanNeron" version="1"
 
META TOPICMOVED by="JeanNeron" date="1581612428" from="Sandbox.Appx550FeaturesAppDesign" to="Main.Appx550FeaturesAppDesign"

Revision 102020-04-02 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size you will get the old versions of the screens. NOTE: The .ENV GET SCREEN SIZE API was returning a row count three rows higher than the actual row setting. This bug has been fixed, so if you were manually compensating for this by subtracting 3 from the returned value, you no longer need to do this.

Changed:
<
<

>
>

 

Data API

The Data API provides a set of tools you can use to have your APPX applications respond to web based queries. See this page for installation and configuration.

Line: 74 to 74
 The contents will vary based on the type of process and type of frame or image. Changing any value from the default will turn on the 'AA' indicator at the Frame or Image level.

Documentation in HTML format

Changed:
<
<
Documentation can now be entered and displayed in HTML format. When you click the 'Documentation' button you will see a display similar to the following:
>
>
Documentation can now be entered and displayed in HTML format.
 
Changed:
<
<
documentation.png
>
>
To convert your existing Documentation to HTML run the 0AD job CONVERT DOCUMENT TO HTML:
 
Changed:
<
<
The 'Text Entry' button replaces the toolbar with a simplified toolbar that only supports plain text. If you need to maintain compatibility with plain text you can use this button to prevent HTML from being entered.
>
>
convert_html.png
 
Changed:
<
<
The HTML editor requires you to use the mouse to advance, and some designers find that annoying, so the automatic presentation of the Documentation screen when adding new objects has been turned off. If you want to enter Documentation while adding, you can use the Alt+D shortcut to call up the Documentation screen. If you want to restore the previous behaviour, set APPX_DOC_ON_ADD to any non blank value.
>
>
This can be invoked from within Application Design in any Application. An explanatory screen will be presented and you can choose to continue or cancel. If you continue all documentation in all applications will be converted to HTML. Since HTML can be longer than APPX plain text some documentation might be truncated. A report will be produced identifying these. This step might take some time to complete depending on the amount of documentation in your applications.
 
Changed:
<
<
To convert your existing Documentation to HTML run the 0AD job CONVERT DOCUMENT TO HTML:
>
>
If you have some Applications that you do not want to convert, then you can either:
  • Temporarily delete them from the Applications file. This will not delete the Application itself and you can add the record back after conversion
  • After the conversion restore the DOCUMENT.* files from backup for those applications
 
Changed:
<
<
convert_html.png
>
>
When you click the 'Documentation' button you will see a display similar to the following:
 
Changed:
<
<
An explanatory screen will be presented and you can choose to continue or cancel. If you continue all documentation in all applications will be converted to HTML. Since HTML can be longer than APPX plain text some documentation might be truncated. A report will be produced identifying these.
>
>
documentation.png
 
Changed:
<
<
Column headings & more in table widgets
>
>
This input will default to either the HTML Editor or the plain text editor. It does this by looking at the existing text to determine if it is HTML or not. If you have run the conversion step above, it will default to HTML. If you have not run the conversion, it will default to the plain text editor. If you are adding new documentation, it will check existing documentation to determine if you are using HTML or not, and default accordingly. If this is a brand new application with no existing documentation, it will default to HTML. This approach allows you mix and match documentation format for situations where you have a mix of character and GUI applications.

The 'Text Entry' button switches to the normal, plain text Documentation entry screen. This will strip all the HTML from your text. It only preserves the line breaks and non-breaking spaces. Entities will be converted, if possible. On the plain text screen the button will show 'HTML Entry'. This will convert the plain text to HTML and display the HTML editor. APPX hard spaces (the underscore character) will be converted to , line breaks converted to <br /> and a pair of line breaks converted to <p>.

The HTML editor requires you to use the mouse to advance, and some designers find that annoying, so the automatic presentation of the Documentation screen when adding new objects has been turned off. If you want to enter Documentation while adding, you can use the Alt+D shortcut to call up the Documentation screen. If you want to restore the previous behaviour, set APPX_DOC_ON_ADD to any non blank value.

Column headings & more in table widgets

  Column headings and cell properties can now be specified in the Table Source. There are 2 new buttons: Column Headings and Cell Properties. Column headings allows you to explicitly set the heading you want on a column as well as some formatting information. Cell properties allows you to set the properties of the cell. Both of these can be manipulated at runtime by updating the Widget file.
Line: 208 to 218
 

New API’s

A number of new APIs have been added:

Changed:
<
<
>
>
  • Set file specifications - https://wiki.appx.com/wiki/bin/view/Main/0LASubrFileSetSpecs
  • Archive security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrSave
  • Restore security codes - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilSecrRest
  • Convert HTML to text - https://wiki.appx.com/wiki/bin/view/Main/0LASubrConvertHTMLtoText
  • Send an Email - https://wiki.appx.com/wiki/bin/view/Main/0LASubrUtilEmail
 Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer you will have to install 'mutt' on your server. If you have your own command line email program you can hook the APPX routine and use your own. Instructions for this are on the wiki.

Change Password Process for APPX Authentication

Line: 253 to 263
  We welcome any suggestions on improving this interface.
Changed:
<
<
-- Jean Neron - 2020-02-12
>
>
-- Jean Neron - 2020-02-12
 

Comments

Changed:
<
<

<--/commentPlugin-->
>
>

<--/commentPlugin-->
 
META FILEATTACHMENT attachment="MWE_Toolbar.png" attr="h" comment="" date="1581522444" name="MWE_Toolbar.png" path="MWE Toolbar.png" size="15735" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="MWE_Right_click.png" attr="h" comment="" date="1581522577" name="MWE_Right_click.png" path="MWE Right click.png" size="42768" user="JeanNeron" version="1"

Revision 92020-03-26 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 42 to 42
 combined_item.png

You may change any field without having to flip between multiple screens. The content you see here will vary depending on the type of field (Numeric, Alpha, etc.) and type of widget. If the Item did not have a widget APPX will automatically add one for you with default values.

Added:
>
>
Some character mode attributes have been deprecated or converted to Widget specifications:
  • Bright -> Sets the Font to BOLD
  • Inverse -> Flips the background and foreground colors. If no colors were specified, then it will use a black background and white text.
  • Foreground/Background Colors -> Converts to Text and Fill color with the following RGB values:
    • BLACK -> #000000
    • BLUE -> #0000FF
    • CYAN -> #00FFFF
    • DARK BLUE -> #6B238E
    • DARK CYAN -> #408080
    • DARK GRAY -> #404040
    • DARK GREEN -> #2F4F2F
    • DARK MAGENTA -> #8E236B
    • DARK RED -> #8E2323
    • GREEN -> #00FF00
    • LIGHT GRAY -> #C0C0C0
    • MAGENTA -> #FF00FF
    • RED -> #FF0000
    • WHITE -> #FFFFFF
    • YELLOW -> #FFFF00
  • Underline -> depcrecated
  • Tabable -> deprecated
This will happen automatically when you change a field. The character mode attributes will continue to be honoured until you change the field and they are converted to Widget specifications. The original character mode specifications can still be accessed via F11 (Inquire) in the Image Editor.
 

GA/AA combined

The GUI attributes and Additional Attributes at the Frame and Image levels have been combined. When clicking AA at the Frame or Image level, you will see a display similar to the following:

Revision 82020-03-25 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Changed:
<
<
This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size you will get the old versions of the screens.
>
>
This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size you will get the old versions of the screens. NOTE: The .ENV GET SCREEN SIZE API was returning a row count three rows higher than the actual row setting. This bug has been fixed, so if you were manually compensating for this by subtracting 3 from the returned value, you no longer need to do this.
 

Data API

Revision 72020-03-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 57 to 57
  The 'Text Entry' button replaces the toolbar with a simplified toolbar that only supports plain text. If you need to maintain compatibility with plain text you can use this button to prevent HTML from being entered.
Added:
>
>
The HTML editor requires you to use the mouse to advance, and some designers find that annoying, so the automatic presentation of the Documentation screen when adding new objects has been turned off. If you want to enter Documentation while adding, you can use the Alt+D shortcut to call up the Documentation screen. If you want to restore the previous behaviour, set APPX_DOC_ON_ADD to any non blank value.
 To convert your existing Documentation to HTML run the 0AD job CONVERT DOCUMENT TO HTML:

convert_html.png

An explanatory screen will be presented and you can choose to continue or cancel. If you continue all documentation in all applications will be converted to HTML. Since HTML can be longer than APPX plain text some documentation might be truncated. A report will be produced identifying these.

Changed:
<
<

Column headings & more in table widgets

>
>
Column headings & more in table widgets
  Column headings and cell properties can now be specified in the Table Source. There are 2 new buttons: Column Headings and Cell Properties. Column headings allows you to explicitly set the heading you want on a column as well as some formatting information. Cell properties allows you to set the properties of the cell. Both of these can be manipulated at runtime by updating the Widget file.

Revision 62020-03-03 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size you will get the old versions of the screens.


Added:
>
>

Data API

The Data API provides a set of tools you can use to have your APPX applications respond to web based queries. See this page for installation and configuration.

 

Multi Widget Editor

The Multi Widget Editor (MWE) allows you to edit the properties of multiple widgets at once. It is invoked while in the Image Editor, either via the toolbar icon or the right click menu:

Revision 52020-02-25 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 200 to 200
  If the environment variable is enabled you will see the new option as below:
Changed:
<
<
experimental_process_design.png
>
>
experimental_process_design_2.png
  The current implementation for process design requires you to continually navigate from Processes -> Frames -> Images and back which is time consuming. The new Table driven version allows you navigate directly from the Image level in one process to the Image level in a different process, for example.
Line: 246 to 246
 
META FILEATTACHMENT attachment="button_children.png" attr="h" comment="" date="1581531745" name="button_children.png" path="button children.png" size="20001" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="lock_design.png" attr="h" comment="" date="1581531930" name="lock_design.png" path="lock design.png" size="29403" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="comment.png" attr="h" comment="" date="1581532403" name="comment.png" path="comment.png" size="84375" user="JeanNeron" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="experimental_process_design.png" attr="h" comment="" date="1581542009" name="experimental_process_design.png" path="experimental process design.png" size="897673" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="experimental_process_design_input.png" attr="h" comment="" date="1581544317" name="experimental_process_design_input.png" path="experimental process design input.png" size="760869" user="JeanNeron" version="1"
>
>
META FILEATTACHMENT attachment="experimental_process_design.png" attr="h" comment="" date="1582655320" name="experimental_process_design.png" path="experimental process design.png" size="327461" user="JeanNeron" version="2"
META FILEATTACHMENT attachment="experimental_process_design_input.png" attr="h" comment="" date="1582655236" name="experimental_process_design_input.png" path="experimental process design input.png" size="327461" user="JeanNeron" version="2"
 
META FILEATTACHMENT attachment="experimental_process_design_input_2.png" attr="h" comment="" date="1581544825" name="experimental_process_design_input_2.png" path="experimental process design input 2.png" size="844639" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="experimental_process_design_input_3.png" attr="h" comment="" date="1581545095" name="experimental_process_design_input_3.png" path="experimental process design input 3.png" size="642170" user="JeanNeron" version="1"
Added:
>
>
META FILEATTACHMENT attachment="experimental_process_design_2.png" attr="h" comment="" date="1582655404" name="experimental_process_design_2.png" path="experimental process design 2.png" size="327461" user="JeanNeron" version="1"
 
META TOPICMOVED by="JeanNeron" date="1581612428" from="Sandbox.Appx550FeaturesAppDesign" to="Main.Appx550FeaturesAppDesign"

Revision 42020-02-21 - BredaHennessy

Line: 1 to 1
 
META TOPICPARENT name="Main.Appx550Features"

APPX 5.5.0 Features - Application Design

Changed:
<
<
This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size, you will get the old versions of the screens.
>
>
This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size you will get the old versions of the screens.
 

Multi Widget Editor

Changed:
<
<
The Multi Widget Editor (MWE) allows you to edit the properties of multiple widgets at once. It is invoked while in Image Editor, either via the toolbar icon or the right click menu:
>
>
The Multi Widget Editor (MWE) allows you to edit the properties of multiple widgets at once. It is invoked while in the Image Editor, either via the toolbar icon or the right click menu:
  MWE_Toolbar.png

MWE_Right_click.png

Changed:
<
<
You may select one or more widgets before invoking MWE, but it is not necesary to do so. Once invoked, you will see a display similar to this:
>
>
You may select one or more widgets before invoking MWE but it is not necessary to do so. Once invoked, you will see a display similar to this:
  mwe_.png
Changed:
<
<
Any widgets you selected before invoking the MWE will be selected for you in the table. You can change your selection in the usual way, ie, Control + Click to select additional widgets, Shift+Click to select a range, etc. You can also reorder the table by clicking the column heading. For example, you could group the widgets by type to get all the buttons together.
>
>
Any widgets you selected before invoking the MWE will be selected for you in the table. You can change your selection in the usual way, i.e. Control + Click to select additional widgets, Shift+Click to select a range, etc. You can also reorder the table by clicking the column heading. For example, you could group the widgets by type to get all the buttons together.
 
Changed:
<
<
Note that if any items do not have a widget, one will be created with default values. Non modifiable fields will get a LABEL widget, modifiable fields will get RAW TEXT, Date fields will get CLOCK/CALENDAR and so on.
>
>
Note that if any items do not have a widget, one will be created with default values. Non-modifiable fields will get a LABEL widget, modifiable fields will get RAW TEXT, Date fields will get CLOCK/CALENDAR and so on.
  To change widget properties, click the 'Edit' button. An Attribute table will appear beside the widget table:

mwe_edit.png

Changed:
<
<
The list of Attributes will vary, depending on which widgets you have selected. Beside each attribute is the value for the selected widgets. If the selected widgets have different values, it will show <Multiple values>. If a single value is shown, then all selected widgets have that value.
>
>
The list of Attributes will vary depending on which widgets you have selected. Beside each attribute is the value for the selected widgets. If the selected widgets have different values it will show <Multiple values>. If a single value is shown then all selected widgets have that value.
 
Changed:
<
<
As long as one widget has a particular attribute, it will show in the attribute table. To change an attribute, just double click it. A dialog box will appear where you can enter the new value to be applied to all widgets. The dialog box content will vary depending on which attribute you selected. For example, if you double clicked 'Font', you would get a Font chooser, or if you double clicked 'Text Color' you would get a color chooser, and so on.
>
>
As long as one widget has a particular attribute it will show in the attribute table. To change an attribute just double click it. A dialog box will appear where you can enter the new value to be applied to all widgets. The dialog box content will vary depending on which attribute you selected. For example, if you double clicked 'Font' you would get a Font chooser or if you double clicked 'Text Color' you would get a color chooser and so on.
 
Changed:
<
<
After you have made the desired changes, click 'Save', or click 'Cancel' to discard all your changes. The Attribute table will disappear and the widget table will be available for you to select additional widgets. You can repeat this process of selecting widgets and changing attributes as many times as necessary. Only attributes that are applicable to the individual widgets will be updated. For example, if you selected LINEDRAW (Box) and BUTTON widgets, Box Label Location would appear in the list of attributes and you could change it. Since buttons do not have a Box Label Location, that setting would be ignored when updating the button widget.
>
>
After you have made the desired changes click 'Save', or click 'Cancel' to discard all your changes. The Attribute table will disappear and the widget table will be available for you to select additional widgets. You can repeat this process of selecting widgets and changing attributes as many times as necessary. Only attributes that are applicable to the individual widgets will be updated. For example, if you selected LINEDRAW (Box) and BUTTON widgets, Box Label Location would appear in the list of attributes and you could change it. Since buttons do not have a Box Label Location, that setting would be ignored when updating the button widget.
 
Changed:
<
<
When you are finished, click 'Save' one more time to update your image with the changes, or click 'Cancel' to discard all changes. You still need to click 'Save' in the Image Editor to save your changes to the design files, as usual.
>
>
When you are finished click 'Save' one more time to update your image with the changes or click 'Cancel' to discard all changes. You still need to click 'Save' in the Image Editor to save your changes to the design files as usual.
 

Combined Item Edit

Changed:
<
<
The Item attributes of an Item in the Image Editor has been expanded to show all attributes of the Item. Previously, there were buttons for Data Lookup, Additional Attributes, GUI Attributes, etc. By combining all of these onto one image, you can now set / change any Item attribute without having to click between different options. When changing an Item on an Image, you will see a display similar to the following:
>
>
The Item attributes of an Item in the Image Editor has been expanded to show all attributes of the Item. Previously, there were buttons for Data Lookup, Additional Attributes, GUI Attributes, etc. By combining all of these onto one image you can now set/change any Item attribute without having to click between different options. When changing an Item on an Image you will see a display similar to the following:
  combined_item.png
Changed:
<
<
You may change any field without having to flip between multiple screens. The content you see here will vary depending on the type of field (Numeric, Alpha, etc) and type of widget. If the Item did not have a widget APPX will automatically add one for you with default values.
>
>
You may change any field without having to flip between multiple screens. The content you see here will vary depending on the type of field (Numeric, Alpha, etc.) and type of widget. If the Item did not have a widget APPX will automatically add one for you with default values.
 

GA/AA combined

The GUI attributes and Additional Attributes at the Frame and Image levels have been combined. When clicking AA at the Frame or Image level, you will see a display similar to the following:

Line: 48 to 48
 The contents will vary based on the type of process and type of frame or image. Changing any value from the default will turn on the 'AA' indicator at the Frame or Image level.

Documentation in HTML format

Changed:
<
<
Documentation can now be entered and displayed in HTML format. When you click the 'Documentation' button, you will see a display similar to the following:
>
>
Documentation can now be entered and displayed in HTML format. When you click the 'Documentation' button you will see a display similar to the following:
  documentation.png
Changed:
<
<
The 'Text Entry' button replaces the toolbar with a simplified toolbar that only supports plain text. If you need to maintain compatibility with plain text, you can use this button to prevent HTML from being entered.
>
>
The 'Text Entry' button replaces the toolbar with a simplified toolbar that only supports plain text. If you need to maintain compatibility with plain text you can use this button to prevent HTML from being entered.
 
Changed:
<
<
To convert your existing Documentation to HTML, run job CONVERT DOCUMENT TO HTML:
>
>
To convert your existing Documentation to HTML run the 0AD job CONVERT DOCUMENT TO HTML:
  convert_html.png
Changed:
<
<
An explanatory screen will be presented and you can choose to continue or cancel. If you continue, all documentation in all applications will be converted to HTML. Since HTML can be longer than APPX plain text, some documentation might be truncated. A report will be produced identifying these.
>
>
An explanatory screen will be presented and you can choose to continue or cancel. If you continue all documentation in all applications will be converted to HTML. Since HTML can be longer than APPX plain text some documentation might be truncated. A report will be produced identifying these.
 

Column headings & more in table widgets

Changed:
<
<
Column headings and cell properties can now be specified in the Table Source. There are 2 new buttons: Column Headings and Cell Properties. Column headings allows you to explicitly set the heading you want on a column, as well as some formatting information. Cell properties allows you to set the properties of the cell. Both of these can be manipulated at runtime via updating the Widget file.
>
>
Column headings and cell properties can now be specified in the Table Source. There are 2 new buttons: Column Headings and Cell Properties. Column headings allows you to explicitly set the heading you want on a column as well as some formatting information. Cell properties allows you to set the properties of the cell. Both of these can be manipulated at runtime by updating the Widget file.
  When you click the 'Column Headings' button, you will see:

col_head.png

Changed:
<
<
Only the Invisible and Label properties work on the Desktop (Java) client. The HTML client supports all the properties.
>
>
Only the Invisible and Label properties work on the Desktop (Java) client. The HTML client supports all properties.
 
  • Label: column header's label
  • Tooltip: tooltip when hovering over the column
  • Invisible: hides/shows the column
Changed:
<
<
  • Name: Assign a name if you want to be able to modify the widget properties
>
>
  • Name: Assign a name if you want to be able to modify the widget properties in ILF
 
  • Text Color
  • Fill Color
  • Font Name
Line: 80 to 80
 
  • Rollover Bg Color
  • Rollover Fg Color
  • Text position
Changed:
<
<
If you want to modify the column widgets, you must do it in start of process of the Table Source. You can also add macros to the label or tooltip field of the column widgets.
>
>
If you want to modify the column widgets you must do it in the Start of Process EP of the Table Source. You can also add macros to the label or tooltip field of the column widgets.
  Supported Macros for table column widgets:
  • CLSS: assign classes to the column header
Line: 100 to 100
  'Cell Properties' allows you to set the properties on an individual cell in a table. This is only supported on the HTML client, the Desktop client will ignore them.
Changed:
<
<
When specifying a table on an image, you can also specify a caption for the table (HTML Client only):
>
>
When specifying a table on an image you can also specify a caption for the table (HTML Client only):
  table_source.png

For an example of modifying a table dynamically, run the PROSPECTS WITH MODIFIABLE COL Input in Application DMO.

GA on Item list

Changed:
<
<
GUI Attributes are now accessible from the Item List in the Image Editor. When you press F11 (Inquire) in the Image Editor, you will get the usual display of items on the image, and now each one will have a GA button to access the GUI attributes for that Item:
>
>
GUI Attributes are now accessible from the Item List in the Image Editor. When you press F11 (Inquire) in the Image Editor, you will get the usual display of items on the image and now each one will have a GA button to access the GUI attributes for that Item:
  item_ga.png

Standard copy/paste keys in Image Editor

Changed:
<
<
In the Image Editor, you can use the standard keyboard shortcut Control+C to copy and Control+V to paste. It is not necessary to use the right click menu for copy/paste, although those options are still there.
>
>
In the Image Editor, you can use the standard keyboard shortcut Control+C to copy and Control+V to paste. It is not necessary to use the right click menu for copy/paste although those options are still there.
 

Optional Child/Rules accessible from button definition

Changed:
<
<
When defining a button on an image, you can now directly access the Option Intercept event point and the Optional Children list. This makes it easier to define the actions that should be taken when the button is pressed.
>
>
When defining a button on an image you can now directly access the Option Intercept event point and the Optional Children list. This makes it easier to define the actions that should be taken when the button is pressed.
  button.png
Changed:
<
<
The 'Rules' button will display all the Event Points for the current Image and the 'Optional Child' button will you directly to the Optional Child specified by the 'Option' (Optional Child 2 in this example). There is also a 'Children' button in the toolbar which will take you all Optional Children:
>
>
The 'Rules' button will display all the Event Points for the current Image and the 'Optional Child' button will take you directly to the Optional Child specified by the 'Option' (Optional Child 2 in this example). There is also a 'Children' button on the toolbar which will take you to all Optional Children:
  button_children.png

Lock design of file

Line: 128 to 128
  lock_design.png
Changed:
<
<
Once the design is locked no changes to the file are allowed and any Domains that are used in this file are also locked. In other words, if you try to change a Domain that is used in a locked design, you will get an error message and the change will not be allowed.
>
>
Once the design is locked no changes to the file are allowed and any Domains that are used in this file are also locked. In other words, if you try to change a Domain that is used in a locked design you will get an error message and the change will not be allowed.
 

Comment block of code

Changed:
<
<
You now have the ability to comment a block (or single line) of code without disturbing the T/F flags. To comment a block of code, select it in the usual way (Option 7). The 'Comment', 'Uncomment' options will appear at the bottom of the screen along with Copy, Delete, etc. Commented code will be displayed in green, as usual:
>
>
You now have the ability to comment a block (or single line) of code without disturbing the T/F flags. To comment a block of code, select it in the usual way (Option 7). The 'Comment', 'Uncomment' options will appear at the bottom of the screen along with Copy, Delete, etc. Commented code will be displayed in green as usual:
  comment.png
Changed:
<
<
The asterisk to the left of the ILF verb also indicates the line is a comment. In character mode only the asterisk is displayed since there is no color support. Notice that the T/F flags are preserved. To uncomment a block, select the range as before and click 'Uncomment'.
>
>
The asterisk to the left of the ILF verb also indicates that the line is a comment. In character mode only the asterisk is displayed since there is no color support. Notice that the T/F flags are preserved. To uncomment a block select the range as before and click 'Uncomment'.
  Note that this feature is not compatible with previous releases. Earlier releases will not recognize the lines are commented and will execute them normally.

Show line numbers in ILF editor

Changed:
<
<
You now have the ability to show statement line numbers in the ILF editor, as well as the ability to jump to a specific line. To display the line number, use Option 98, then click 'Show Line Numbers'. There is also a new 'Jump' button which allows you to navigate directly to a line number. To use it, just click the 'Jump' button and enter the line number you want to go to.
>
>
You now have the ability to show statement line numbers in the ILF editor as well as the ability to jump to a specific line. To display the line number use Option 98 and then click 'Show Line Numbers'. There is also a new 'Jump' button which allows you to navigate directly to a line number. To use it just click the 'Jump' button and enter the line number you want to go to.
 

New ILF – EXITREAD, SQL, DEL ALL

Some new ILF commands have been added. Note that these are not compatible with previous releases and any process using these commands will fail to compile.

DEL ALL

Changed:
<
<
This command will simply delete all the records in the specified file. The only parameter is the name of the file. You can use this in place of SCRATCH/CREATE. A SCRATCH command will fail if the specified file is in use, but DEL ALL will still run and delete the records (unless another user has a lock on a record, then you will get the usual 'Waiting for lock...' message). If the file has a large number of records, there might be delay before all the records are deleted.
>
>
This command will simply delete all the records in the specified file. The only parameter is the name of the file. You can use this in place of SCRATCH/CREATE. A SCRATCH command will fail if the specified file is in use but DEL ALL will still run and delete the records (unless another user has a lock on a record in which case you will get the usual 'Waiting for lock...' message). If the file has a large number of records there might be delay before all the records are deleted.
 

EXITREAD

This command can be used to 'break out' of a BEG READ/END READ loop. Execution will resume at the next statement after the associated END READ. For example:

Line: 162 to 161
 F MESSAGE Found one!
Changed:
<
<
When a PROSPECT record with over 100 employees is found, the flag is turned on, the EXITREAD command is executed and control is transferred to the statement immediately after the END READ.
>
>
When a PROSPECT record with over 100 employees is found the flag is turned on, the EXITREAD command is executed and control is transferred to the statement immediately after the END READ.
 

SQL

The SQL statement allows you to execute an arbitrary SQL command and get the results. You supply a file name and the name of a field containing a valid SQL command. Results will be returned in the specified file. For example:

Line: 177 to 175
  END READ DMO PROSPECT
Changed:
<
<
Although it looks like the results will replace the DMO PROSPECT file, APPX only updates the cached version of the file and opens it for you. The BEG READ statement will use the cached version. This approach allows you to use the name of existing files to get results instead of creating new files just for that purpose.
>
>
Although it looks like the results will replace the permanent disk DMO PROSPECT file, APPX only updates the cached version of the file and opens it for you. The BEG READ statement will use the cached version. This approach allows you to use the name of existing files to get results instead of creating new files just for that purpose.
 

New API’s

Changed:
<
<
A number of new API's have been added:
>
>
A number of new APIs have been added:
 
Changed:
<
<
Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer, you will have to install 'mutt' on your server. If you have your own command line email program, you can hook the APPX routine and use your own. Instructions for this are on the wiki.
>
>
Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer you will have to install 'mutt' on your server. If you have your own command line email program you can hook the APPX routine and use your own. Instructions for this are on the wiki.
 

Change Password Process for APPX Authentication

Changed:
<
<
If you are using APPX Authentication, you can use the input process USER - CHANGE PASSWORD in 0LC as a template. For example, this could be used to allow a user to change their own password. You can copy the process and add your own password strength rules in addition to what is already there.
>
>
If you are using APPX Authentication you can use the input process USER - CHANGE PASSWORD in 0LC as a template. For example, this could be used to allow a user to change their own password. You can copy the process and add your own password strength rules in addition to what is already there.
 

Default rows/cols from env or current settings

Changed:
<
<
When adding a new Input process, the rows and columns will now default from the environment variables APPX_SCREEN_ROWS and APPX_SCREEN_COLS. If those are not set, then your current rows & columns will be used.
>
>
When adding a new Input process the rows and columns will now default from the environment variables APPX_SCREEN_ROWS and APPX_SCREEN_COLS. If those are not set then your current rows & columns will be used.
 

Improved performance of Cross Reference Utilities

The cross reference routines have been rewritten for improved performance.

Experimental – New Process Maintenance for Inputs

Changed:
<
<
We are experimenting with a new interface for Application Design. If you set APPX_EXPERIMENTAL_PROCESS_DESIGN=true, then a new option will appear on the Application Design menu. While functional, it does not do everything the normal process design allows, ie, you cannot add new processes or delete existing ones. We are releasing it here as an experimental feature to get some feedback and suggestions. To send us feedback on this feature, email ' feedback@appx.com'.
>
>
We are experimenting with a new interface for Application Design. If you set APPX_EXPERIMENTAL_PROCESS_DESIGN=true, then a new option will appear on the Application Design menu. While functional, it does not do everything the normal process design allows, i.e., you cannot add new processes or delete existing ones. We are releasing it here as an experimental feature to get some feedback and suggestions. To send us feedback on this feature, email ' feedback@appx.com'.
 
Changed:
<
<
If the environment variable is enabled, you will see the new option as below:
>
>
If the environment variable is enabled you will see the new option as below:
  experimental_process_design.png
Changed:
<
<
The current implementation for process design requires you to continually navigate from Processes -> Frames -> Images and back, which is time consuming. The new Table driven version allows you navigate directly from the Image level in one process to the Image level in a different process, for example.
>
>
The current implementation for process design requires you to continually navigate from Processes -> Frames -> Images and back which is time consuming. The new Table driven version allows you navigate directly from the Image level in one process to the Image level in a different process, for example.
 
Changed:
<
<
When you click that option, you will see a display similar to this:
>
>
When you click that option you will see a display similar to this:
  experimental_process_design_input.png
Line: 218 to 216
  Double clicking a process will allow you to edit that process using the original design input process. From there, you can navigate to the Frame and Image level as usual.
Changed:
<
<
The other way to navigate to a frame or image is to click the 'Expand' button on the bottom. This will expand the selected process, or processes if you have selected more than one, and show all the frames and images:
>
>
The other way to navigate to a frame or image is to click the 'Expand' button on the bottom. This will expand the selected process, or processes, if you have selected more than one, and show all the frames and images:
  experimental_process_design_input_3.png
Changed:
<
<
In this example, I have used 'PROS' as a filter to only show inputs related to the Prospect file and I have expanded all of them. Now I can navigate directly to any Frame or Image via double click. A single click on any row will display the appropriate buttons in the right hand pane, ie, if I single click an Image, then an 'Image Editor' button will appear. Similarly, a single click on a Frame will display buttons for Automatic Children, and so on.
>
>
In this example I have used 'PROS' as a filter to only show inputs related to the Prospect file and I have expanded all of them. Now I can navigate directly to any Frame or Image via double click. A single click on any row will display the appropriate buttons in the right hand pane, i.e., if I single click an Image then an 'Image Editor' button will appear. Similarly, a single click on a Frame will display buttons for Automatic Children and so on.
  We welcome any suggestions on improving this interface.

Revision 32020-02-13 - JeanNeron

Line: 1 to 1
Changed:
<
<
META TOPICPARENT name="Appx550Features"
>
>
META TOPICPARENT name="Main.Appx550Features"
 

APPX 5.5.0 Features - Application Design

This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size, you will get the old versions of the screens.

Line: 196 to 198
 The cross reference routines have been rewritten for improved performance.

Experimental – New Process Maintenance for Inputs

Changed:
<
<
We are experimenting with a new interface for Application Design. If you set APPX_EXPERIMENTAL_PROCESS_DESIGN=true, then a new option will appear on the Application Design menu. While functional, it does not do everything the normal process design allows, ie, you cannot add new processes or delete existing ones. We are releasing it here as an experimental feature to get some feedback and suggestions. To send us feedback on this feature, email 'feedback@appx.com'.
>
>
We are experimenting with a new interface for Application Design. If you set APPX_EXPERIMENTAL_PROCESS_DESIGN=true, then a new option will appear on the Application Design menu. While functional, it does not do everything the normal process design allows, ie, you cannot add new processes or delete existing ones. We are releasing it here as an experimental feature to get some feedback and suggestions. To send us feedback on this feature, email ' feedback@appx.com'.
  If the environment variable is enabled, you will see the new option as below:

experimental_process_design.png

Changed:
<
<
The current implementation for process design requires you to continually navigate from Processes -> Frames -> Images and back, which is time consuming. The new Table driven version allows you navigate directly from the Image level in one process to the Image level in a different process, for example. When you run that option, you will see a display similar to this:
>
>
The current implementation for process design requires you to continually navigate from Processes -> Frames -> Images and back, which is time consuming. The new Table driven version allows you navigate directly from the Image level in one process to the Image level in a different process, for example.

When you click that option, you will see a display similar to this:

  experimental_process_design_input.png
Changed:
<
<
The Process Name, PCF App and PCF File Name all act as filters. For example, entering 'PROS' in the Process Name and clicking the 'Filter' button will redisplay the list showing only those processes that have 'PROS' somewhere in the name. PCF App and PCF File Name work the same way. This is an easy way to restrict the list to related processes. The 'SCCS Task' filter is not enabled.
>
>
The Process Name, PCF App and PCF File Name all act as filters. For example, entering 'PROS' in the Process Name and clicking the 'Filter' button will redisplay the list showing only those processes that have 'PROS' somewhere in the name. PCF App and PCF File Name work the same way. This is an easy way to restrict the list to related processes. The 'SCCS Task' filter is not yet enabled.
  A single click on any process will display the Additional Attributes, Rules, Documentation and Security buttons in the right hand pane:
Line: 248 to 252
 
META FILEATTACHMENT attachment="experimental_process_design_input.png" attr="h" comment="" date="1581544317" name="experimental_process_design_input.png" path="experimental process design input.png" size="760869" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="experimental_process_design_input_2.png" attr="h" comment="" date="1581544825" name="experimental_process_design_input_2.png" path="experimental process design input 2.png" size="844639" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="experimental_process_design_input_3.png" attr="h" comment="" date="1581545095" name="experimental_process_design_input_3.png" path="experimental process design input 3.png" size="642170" user="JeanNeron" version="1"
Added:
>
>
META TOPICMOVED by="JeanNeron" date="1581612428" from="Sandbox.Appx550FeaturesAppDesign" to="Main.Appx550FeaturesAppDesign"

Revision 22020-02-12 - JeanNeron

Line: 1 to 1
 
META TOPICPARENT name="Appx550Features"

APPX 5.5.0 Features - Application Design

Line: 13 to 13
  MWE_Right_click.png
Changed:
<
<
You may select one or more widgets before invoking MWE, but it is not neccesary to do so. Once invoked, you will see a display similar to this:
>
>
You may select one or more widgets before invoking MWE, but it is not necesary to do so. Once invoked, you will see a display similar to this:
  mwe_.png
Changed:
<
<
Any widgets you selected before invoking the MWE will be selected for you in the table. You can change your selection in the usual way, ie, Control + Click to select additional widgets, Shift+Click to select a range, etc. You can also reorder the table by clicking the column heading. For example, you could group the widget by type to get all the buttons together.
>
>
Any widgets you selected before invoking the MWE will be selected for you in the table. You can change your selection in the usual way, ie, Control + Click to select additional widgets, Shift+Click to select a range, etc. You can also reorder the table by clicking the column heading. For example, you could group the widgets by type to get all the buttons together.
  Note that if any items do not have a widget, one will be created with default values. Non modifiable fields will get a LABEL widget, modifiable fields will get RAW TEXT, Date fields will get CLOCK/CALENDAR and so on.
Line: 29 to 29
  As long as one widget has a particular attribute, it will show in the attribute table. To change an attribute, just double click it. A dialog box will appear where you can enter the new value to be applied to all widgets. The dialog box content will vary depending on which attribute you selected. For example, if you double clicked 'Font', you would get a Font chooser, or if you double clicked 'Text Color' you would get a color chooser, and so on.
Changed:
<
<
After you have made the desired changes, click 'Save', or click 'Cancel' to discard all your changes. The Attribute table will disappear and the widget table will be available for you to select additional widgets. You can repeat this process of selecting widgets and changing attributes as many times as necessary. Only attributes that are applicable to the individual widgets will be updated. For example, if you selected LINEDRAW (Box) and BUTTON widgets, Box Label Location would appear in the list of attributes and you could change it. Since buttons do not have a Box Label Location, that setting woud be ignored when updating the button widget.
>
>
After you have made the desired changes, click 'Save', or click 'Cancel' to discard all your changes. The Attribute table will disappear and the widget table will be available for you to select additional widgets. You can repeat this process of selecting widgets and changing attributes as many times as necessary. Only attributes that are applicable to the individual widgets will be updated. For example, if you selected LINEDRAW (Box) and BUTTON widgets, Box Label Location would appear in the list of attributes and you could change it. Since buttons do not have a Box Label Location, that setting would be ignored when updating the button widget.
 
Changed:
<
<
When you are finished, click 'Save' on more time to update your image with the changes, or click 'Cancel' to discard all changes. You still need to click 'Save' in the Image Editor to save your changes to the design files.
>
>
When you are finished, click 'Save' one more time to update your image with the changes, or click 'Cancel' to discard all changes. You still need to click 'Save' in the Image Editor to save your changes to the design files, as usual.
 

Combined Item Edit

Changed:
<
<
The Item attributes of an Item in the Image Editor has been expanded to show all attributes of the Item. Previously, there were buttons for Data Lookup, Additional Atributes, GUI Attributes, etc. By combining all of these onto one image, you can now set / change any Item attribute without having to click between different options. When changing an Item on an Image, you will see a display similar to the following:
>
>
The Item attributes of an Item in the Image Editor has been expanded to show all attributes of the Item. Previously, there were buttons for Data Lookup, Additional Attributes, GUI Attributes, etc. By combining all of these onto one image, you can now set / change any Item attribute without having to click between different options. When changing an Item on an Image, you will see a display similar to the following:
  combined_item.png
Changed:
<
<
You may change any field without having to flip between multiple screens. When adding a new field, APPX will automatically add a GUI Widget for you with default values. The content you see here will vary depending on the type of field (Numeric, Alpha, etc) and type of widget.
>
>
You may change any field without having to flip between multiple screens. The content you see here will vary depending on the type of field (Numeric, Alpha, etc) and type of widget. If the Item did not have a widget APPX will automatically add one for you with default values.
 

GA/AA combined

The GUI attributes and Additional Attributes at the Frame and Image levels have been combined. When clicking AA at the Frame or Image level, you will see a display similar to the following:

Line: 48 to 48
 The contents will vary based on the type of process and type of frame or image. Changing any value from the default will turn on the 'AA' indicator at the Frame or Image level.

Documentation in HTML format

Changed:
<
<
Documentation can now be entered in HTML format. When you click the 'Documentation' button, you will see a display similar to the following:
>
>
Documentation can now be entered and displayed in HTML format. When you click the 'Documentation' button, you will see a display similar to the following:
  documentation.png
Changed:
<
<
The 'Text Entry' button replaces the toolbar with a simplied toolbar that only supports plain text. If you need to maintain compatibility with plain text, you can use this button to prevent HTML from being entered.
>
>
The 'Text Entry' button replaces the toolbar with a simplified toolbar that only supports plain text. If you need to maintain compatibility with plain text, you can use this button to prevent HTML from being entered.
  To convert your existing Documentation to HTML, run job CONVERT DOCUMENT TO HTML:

convert_html.png

Changed:
<
<
An explantory screen will be presented and you can choose to continue or cancel. If you continue, your documentation will be converted to HTML. Since HTML can be longer than APPX plain text, some documentation might be truncated. A report will be produced identifying these.
>
>
An explanatory screen will be presented and you can choose to continue or cancel. If you continue, all documentation in all applications will be converted to HTML. Since HTML can be longer than APPX plain text, some documentation might be truncated. A report will be produced identifying these.
 

Column headings & more in table widgets

Column headings and cell properties can now be specified in the Table Source. There are 2 new buttons: Column Headings and Cell Properties. Column headings allows you to explicitly set the heading you want on a column, as well as some formatting information. Cell properties allows you to set the properties of the cell. Both of these can be manipulated at runtime via updating the Widget file.

Line: 98 to 98
  cell_properties.png
Changed:
<
<
'Cell Properties' only work on the HTML client, the Desktop client will ignore them. This allows you to set the properties on an individual cell in a table.
>
>
'Cell Properties' allows you to set the properties on an individual cell in a table. This is only supported on the HTML client, the Desktop client will ignore them.
  When specifying a table on an image, you can also specify a caption for the table (HTML Client only):
Line: 150 to 149
 This command will simply delete all the records in the specified file. The only parameter is the name of the file. You can use this in place of SCRATCH/CREATE. A SCRATCH command will fail if the specified file is in use, but DEL ALL will still run and delete the records (unless another user has a lock on a record, then you will get the usual 'Waiting for lock...' message). If the file has a large number of records, there might be delay before all the records are deleted.

EXITREAD

Changed:
<
<
This command can be used to 'break out' of a BEG READ/END READ loop. Execution will resume at the next statment after the associated END READ. For example:
>
>
This command can be used to 'break out' of a BEG READ/END READ loop. Execution will resume at the next statement after the associated END READ. For example:
 
      SET      --- XI                         =
      BEG READ DMO PROSPECT               HOLD 0 KEY IS  PROSPECT NO
      IF       DMO PROSPECT EMPLOYEES         GT     100

Line: 163 to 161
 F MESSAGE Found one!
Changed:
<
<
When a PROSPECT record with over 100 employees is found, the flag is turned on and the EXITREAD is executed and control is transferred to the statement immediately after the END READ.
>
>
When a PROSPECT record with over 100 employees is found, the flag is turned on, the EXITREAD command is executed and control is transferred to the statement immediately after the END READ.
 

SQL

Changed:
<
<
The SQL statement allows you to execute an arbitrary SQL command and get the results.
>
>
The SQL statement allows you to execute an arbitrary SQL command and get the results. You supply a file name and the name of a field containing a valid SQL command. Results will be returned in the specified file. For example:
      SET      --- TEMP 512                   =      SELECT * FROM
      APPEND   --- TEMP 512                   1      DMO_DMO_PROSPECT WHERE
      APPEND   --- TEMP 512                   1      PROSPECT_EMPLOYEES >
      APPEND   --- TEMP 512                   1      100
      SQL      DMO PROSPECT    --- TEMP 512
      BEG READ DMO PROSPECT               HOLD 0 KEY IS  PROSPECT NO
      DISPLAY  DMO PROSPECT EMPLOYEES         (AT APPEARANCE #    )
      END READ DMO PROSPECT

Although it looks like the results will replace the DMO PROSPECT file, APPX only updates the cached version of the file and opens it for you. The BEG READ statement will use the cached version. This approach allows you to use the name of existing files to get results instead of creating new files just for that purpose.

New API’s

A number of new API's have been added:

Sending an email relies on the public domain mail client 'mutt'. If you do not already use a command line emailer, you will have to install 'mutt' on your server. If you have your own command line email program, you can hook the APPX routine and use your own. Instructions for this are on the wiki.

Change Password Process for APPX Authentication

If you are using APPX Authentication, you can use the input process USER - CHANGE PASSWORD in 0LC as a template. For example, this could be used to allow a user to change their own password. You can copy the process and add your own password strength rules in addition to what is already there.

Default rows/cols from env or current settings

When adding a new Input process, the rows and columns will now default from the environment variables APPX_SCREEN_ROWS and APPX_SCREEN_COLS. If those are not set, then your current rows & columns will be used.

Improved performance of Cross Reference Utilities

The cross reference routines have been rewritten for improved performance.

Experimental – New Process Maintenance for Inputs

We are experimenting with a new interface for Application Design. If you set APPX_EXPERIMENTAL_PROCESS_DESIGN=true, then a new option will appear on the Application Design menu. While functional, it does not do everything the normal process design allows, ie, you cannot add new processes or delete existing ones. We are releasing it here as an experimental feature to get some feedback and suggestions. To send us feedback on this feature, email 'feedback@appx.com'.

If the environment variable is enabled, you will see the new option as below:

experimental_process_design.png

The current implementation for process design requires you to continually navigate from Processes -> Frames -> Images and back, which is time consuming. The new Table driven version allows you navigate directly from the Image level in one process to the Image level in a different process, for example. When you run that option, you will see a display similar to this:

experimental_process_design_input.png

The Process Name, PCF App and PCF File Name all act as filters. For example, entering 'PROS' in the Process Name and clicking the 'Filter' button will redisplay the list showing only those processes that have 'PROS' somewhere in the name. PCF App and PCF File Name work the same way. This is an easy way to restrict the list to related processes. The 'SCCS Task' filter is not enabled.

A single click on any process will display the Additional Attributes, Rules, Documentation and Security buttons in the right hand pane:

experimental_process_design_input_2.png

Double clicking a process will allow you to edit that process using the original design input process. From there, you can navigate to the Frame and Image level as usual.

The other way to navigate to a frame or image is to click the 'Expand' button on the bottom. This will expand the selected process, or processes if you have selected more than one, and show all the frames and images:

experimental_process_design_input_3.png

In this example, I have used 'PROS' as a filter to only show inputs related to the Prospect file and I have expanded all of them. Now I can navigate directly to any Frame or Image via double click. A single click on any row will display the appropriate buttons in the right hand pane, ie, if I single click an Image, then an 'Image Editor' button will appear. Similarly, a single click on a Frame will display buttons for Automatic Children, and so on.

 
Changed:
<
<

New API’s
Data Services
Change Password input for APPX Authentication
Default rows/cols from env or current settings
Improved performance of x-ref
Line numbers in ILF editor
Experimental – new input for Inputs
Hook email if not using mutt
>
>
We welcome any suggestions on improving this interface.
 
Changed:
<
<
-- Jean Neron - 2020-02-12
>
>
-- Jean Neron - 2020-02-12
 

Comments

Line: 192 to 244
 
META FILEATTACHMENT attachment="button_children.png" attr="h" comment="" date="1581531745" name="button_children.png" path="button children.png" size="20001" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="lock_design.png" attr="h" comment="" date="1581531930" name="lock_design.png" path="lock design.png" size="29403" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="comment.png" attr="h" comment="" date="1581532403" name="comment.png" path="comment.png" size="84375" user="JeanNeron" version="1"
Added:
>
>
META FILEATTACHMENT attachment="experimental_process_design.png" attr="h" comment="" date="1581542009" name="experimental_process_design.png" path="experimental process design.png" size="897673" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="experimental_process_design_input.png" attr="h" comment="" date="1581544317" name="experimental_process_design_input.png" path="experimental process design input.png" size="760869" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="experimental_process_design_input_2.png" attr="h" comment="" date="1581544825" name="experimental_process_design_input_2.png" path="experimental process design input 2.png" size="844639" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="experimental_process_design_input_3.png" attr="h" comment="" date="1581545095" name="experimental_process_design_input_3.png" path="experimental process design input 3.png" size="642170" user="JeanNeron" version="1"

Revision 12020-02-12 - JeanNeron

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="Appx550Features"

APPX 5.5.0 Features - Application Design

This page describes the new features in Application Design in Release 5.5.0. Note that the features that include larger screens require a row/col setting of 35 x 144. If you are running at a lower screen size, you will get the old versions of the screens.


Multi Widget Editor

The Multi Widget Editor (MWE) allows you to edit the properties of multiple widgets at once. It is invoked while in Image Editor, either via the toolbar icon or the right click menu:

MWE_Toolbar.png

MWE_Right_click.png

You may select one or more widgets before invoking MWE, but it is not neccesary to do so. Once invoked, you will see a display similar to this:

mwe_.png

Any widgets you selected before invoking the MWE will be selected for you in the table. You can change your selection in the usual way, ie, Control + Click to select additional widgets, Shift+Click to select a range, etc. You can also reorder the table by clicking the column heading. For example, you could group the widget by type to get all the buttons together.

Note that if any items do not have a widget, one will be created with default values. Non modifiable fields will get a LABEL widget, modifiable fields will get RAW TEXT, Date fields will get CLOCK/CALENDAR and so on.

To change widget properties, click the 'Edit' button. An Attribute table will appear beside the widget table:

mwe_edit.png

The list of Attributes will vary, depending on which widgets you have selected. Beside each attribute is the value for the selected widgets. If the selected widgets have different values, it will show <Multiple values>. If a single value is shown, then all selected widgets have that value.

As long as one widget has a particular attribute, it will show in the attribute table. To change an attribute, just double click it. A dialog box will appear where you can enter the new value to be applied to all widgets. The dialog box content will vary depending on which attribute you selected. For example, if you double clicked 'Font', you would get a Font chooser, or if you double clicked 'Text Color' you would get a color chooser, and so on.

After you have made the desired changes, click 'Save', or click 'Cancel' to discard all your changes. The Attribute table will disappear and the widget table will be available for you to select additional widgets. You can repeat this process of selecting widgets and changing attributes as many times as necessary. Only attributes that are applicable to the individual widgets will be updated. For example, if you selected LINEDRAW (Box) and BUTTON widgets, Box Label Location would appear in the list of attributes and you could change it. Since buttons do not have a Box Label Location, that setting woud be ignored when updating the button widget.

When you are finished, click 'Save' on more time to update your image with the changes, or click 'Cancel' to discard all changes. You still need to click 'Save' in the Image Editor to save your changes to the design files.

Combined Item Edit

The Item attributes of an Item in the Image Editor has been expanded to show all attributes of the Item. Previously, there were buttons for Data Lookup, Additional Atributes, GUI Attributes, etc. By combining all of these onto one image, you can now set / change any Item attribute without having to click between different options. When changing an Item on an Image, you will see a display similar to the following:

combined_item.png

You may change any field without having to flip between multiple screens. When adding a new field, APPX will automatically add a GUI Widget for you with default values. The content you see here will vary depending on the type of field (Numeric, Alpha, etc) and type of widget.

GA/AA combined

The GUI attributes and Additional Attributes at the Frame and Image levels have been combined. When clicking AA at the Frame or Image level, you will see a display similar to the following:

ga-aa-combined.png

The contents will vary based on the type of process and type of frame or image. Changing any value from the default will turn on the 'AA' indicator at the Frame or Image level.

Documentation in HTML format

Documentation can now be entered in HTML format. When you click the 'Documentation' button, you will see a display similar to the following:

documentation.png

The 'Text Entry' button replaces the toolbar with a simplied toolbar that only supports plain text. If you need to maintain compatibility with plain text, you can use this button to prevent HTML from being entered.

To convert your existing Documentation to HTML, run job CONVERT DOCUMENT TO HTML:

convert_html.png

An explantory screen will be presented and you can choose to continue or cancel. If you continue, your documentation will be converted to HTML. Since HTML can be longer than APPX plain text, some documentation might be truncated. A report will be produced identifying these.

Column headings & more in table widgets

Column headings and cell properties can now be specified in the Table Source. There are 2 new buttons: Column Headings and Cell Properties. Column headings allows you to explicitly set the heading you want on a column, as well as some formatting information. Cell properties allows you to set the properties of the cell. Both of these can be manipulated at runtime via updating the Widget file.

When you click the 'Column Headings' button, you will see:

col_head.png

Only the Invisible and Label properties work on the Desktop (Java) client. The HTML client supports all the properties.

  • Label: column header's label
  • Tooltip: tooltip when hovering over the column
  • Invisible: hides/shows the column
  • Name: Assign a name if you want to be able to modify the widget properties
  • Text Color
  • Fill Color
  • Font Name
  • Font Style
  • Font Scale
  • Rollover Bg Color
  • Rollover Fg Color
  • Text position
If you want to modify the column widgets, you must do it in start of process of the Table Source. You can also add macros to the label or tooltip field of the column widgets.

Supported Macros for table column widgets:

  • CLSS: assign classes to the column header
  • TCS: Table column sortable. Valid values: T, F
  • TCST: Table Column Sort Type. Valid values: INT, FLOAT, DATE, TEXT)
  • TCR: Table Column resizable. Valid values: T, F
  • TCSE: Table Column Searchable
Supported Macros for table widget:
  • TCR: Table Column resizable. Valid values: T, F (This can be overridden at column level)
  • TCS: Table column sortable. Valid values: T, F (This can be overridden at column level)
  • TSMC: enable/disable column movement by mouse drag
  • TSTS: Show/Hide table search icon. Valid values: T, F.
  • TSTRF: Show/Hide table refresh icon. Valid values: T, F.
If you click the 'Cell Properties' button, you will see:

cell_properties.png

'Cell Properties' only work on the HTML client, the Desktop client will ignore them. This allows you to set the properties on an individual cell in a table.

When specifying a table on an image, you can also specify a caption for the table (HTML Client only):

table_source.png

For an example of modifying a table dynamically, run the PROSPECTS WITH MODIFIABLE COL Input in Application DMO.

GA on Item list

GUI Attributes are now accessible from the Item List in the Image Editor. When you press F11 (Inquire) in the Image Editor, you will get the usual display of items on the image, and now each one will have a GA button to access the GUI attributes for that Item:

item_ga.png

Standard copy/paste keys in Image Editor

In the Image Editor, you can use the standard keyboard shortcut Control+C to copy and Control+V to paste. It is not necessary to use the right click menu for copy/paste, although those options are still there.

Optional Child/Rules accessible from button definition

When defining a button on an image, you can now directly access the Option Intercept event point and the Optional Children list. This makes it easier to define the actions that should be taken when the button is pressed.

button.png

The 'Rules' button will display all the Event Points for the current Image and the 'Optional Child' button will you directly to the Optional Child specified by the 'Option' (Optional Child 2 in this example). There is also a 'Children' button in the toolbar which will take you all Optional Children:

button_children.png

Lock design of file

You can now lock the design of a file. The new flag is located under 'Additional Attributes':

lock_design.png

Once the design is locked no changes to the file are allowed and any Domains that are used in this file are also locked. In other words, if you try to change a Domain that is used in a locked design, you will get an error message and the change will not be allowed.

Comment block of code

You now have the ability to comment a block (or single line) of code without disturbing the T/F flags. To comment a block of code, select it in the usual way (Option 7). The 'Comment', 'Uncomment' options will appear at the bottom of the screen along with Copy, Delete, etc. Commented code will be displayed in green, as usual:

comment.png

The asterisk to the left of the ILF verb also indicates the line is a comment. In character mode only the asterisk is displayed since there is no color support. Notice that the T/F flags are preserved. To uncomment a block, select the range as before and click 'Uncomment'.

Note that this feature is not compatible with previous releases. Earlier releases will not recognize the lines are commented and will execute them normally.

Show line numbers in ILF editor

You now have the ability to show statement line numbers in the ILF editor, as well as the ability to jump to a specific line. To display the line number, use Option 98, then click 'Show Line Numbers'. There is also a new 'Jump' button which allows you to navigate directly to a line number. To use it, just click the 'Jump' button and enter the line number you want to go to.

New ILF – EXITREAD, SQL, DEL ALL

Some new ILF commands have been added. Note that these are not compatible with previous releases and any process using these commands will fail to compile.

DEL ALL

This command will simply delete all the records in the specified file. The only parameter is the name of the file. You can use this in place of SCRATCH/CREATE. A SCRATCH command will fail if the specified file is in use, but DEL ALL will still run and delete the records (unless another user has a lock on a record, then you will get the usual 'Waiting for lock...' message). If the file has a large number of records, there might be delay before all the records are deleted.

EXITREAD

This command can be used to 'break out' of a BEG READ/END READ loop. Execution will resume at the next statment after the associated END READ. For example:

      SET      --- XI                         =
      BEG READ DMO PROSPECT               HOLD 0 KEY IS  PROSPECT NO
      IF       DMO PROSPECT EMPLOYEES         GT     100
T     SET      --- XI                         =      1
T     EXITREAD DMO PROSPECT
      END READ DMO PROSPECT
      IF       --- XI                         EQ     0
T     ERROR    Did not find any
F     MESSAGE  Found one!

When a PROSPECT record with over 100 employees is found, the flag is turned on and the EXITREAD is executed and control is transferred to the statement immediately after the END READ.

SQL

The SQL statement allows you to execute an arbitrary SQL command and get the results.


New API’s
Data Services
Change Password input for APPX Authentication
Default rows/cols from env or current settings
Improved performance of x-ref
Line numbers in ILF editor
Experimental – new input for Inputs
Hook email if not using mutt

-- Jean Neron - 2020-02-12

Comments


<--/commentPlugin-->

META FILEATTACHMENT attachment="MWE_Toolbar.png" attr="h" comment="" date="1581522444" name="MWE_Toolbar.png" path="MWE Toolbar.png" size="15735" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="MWE_Right_click.png" attr="h" comment="" date="1581522577" name="MWE_Right_click.png" path="MWE Right click.png" size="42768" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="mwe_.png" attr="h" comment="" date="1581522853" name="mwe_.png" path="mwe .png" size="150226" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="mwe_edit.png" attr="h" comment="" date="1581523043" name="mwe_edit.png" path="mwe edit.png" size="212414" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="combined_item.png" attr="h" comment="" date="1581524495" name="combined_item.png" path="combined item.png" size="193639" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="ga-aa-combined.png" attr="h" comment="" date="1581526684" name="ga-aa-combined.png" path="ga-aa-combined.png" size="61561" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="documentation.png" attr="h" comment="" date="1581527172" name="documentation.png" path="documentation.png" size="63238" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="convert_html.png" attr="h" comment="" date="1581527617" name="convert_html.png" path="convert html.png" size="29907" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="col_head.png" attr="h" comment="" date="1581528306" name="col_head.png" path="col head.png" size="58221" user="JeanNeron" version="2"
META FILEATTACHMENT attachment="cell_properties.png" attr="h" comment="" date="1581529312" name="cell_properties.png" path="cell properties.png" size="47954" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="table_source.png" attr="h" comment="" date="1581529668" name="table_source.png" path="table source.png" size="69344" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="item_ga.png" attr="h" comment="" date="1581530102" name="item_ga.png" path="item ga.png" size="93499" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="button.png" attr="h" comment="" date="1581531487" name="button.png" path="button.png" size="83420" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="button_children.png" attr="h" comment="" date="1581531745" name="button_children.png" path="button children.png" size="20001" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="lock_design.png" attr="h" comment="" date="1581531930" name="lock_design.png" path="lock design.png" size="29403" user="JeanNeron" version="1"
META FILEATTACHMENT attachment="comment.png" attr="h" comment="" date="1581532403" name="comment.png" path="comment.png" size="84375" user="JeanNeron" version="1"
 
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