Difference: 0LASubrWidgetViewRuntime (1 vs. 3)

Revision 32012-02-14 - JeanNeron

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

.WIDGET VIEW RUNTIME

Line: 20 to 20
  This routine will copy your existing --- WIDGET file to a memory file, and then show you the contents. You can invoke this subroutine in any event point that has widgets (ie, Pre-Display, Pre-Display/Verify, etc).
Changed:
<
<
If you call this in the Pre-Display event point, you can make changes to the memory file and those changes will be copied back to your process. This can be a useful way of experimenting with different --- WIDGET fields.
>
>
If you call this in the Pre-Display event point, you can make changes to the memory file and those changes will be copied back to your process. This can be a useful way of experimenting with different --- WIDGET fields. Note that if you use SCAN while doing this, some of the buttons from the SCAN display will get copied back to your image. This is annoying but harmless.
 

Comments:

Read what other users have said about this page or add your own comments.

Revision 22012-02-07 - JeanNeron

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

.WIDGET VIEW RUNTIME

Line: 20 to 20
  This routine will copy your existing --- WIDGET file to a memory file, and then show you the contents. You can invoke this subroutine in any event point that has widgets (ie, Pre-Display, Pre-Display/Verify, etc).
Changed:
<
<
If you call this in the Pre-Display event point, you can make changes to the memory file and those changes will be copied back to your process. This can be a handy way of experimenting with different --- WIDGET fields.
>
>
If you call this in the Pre-Display event point, you can make changes to the memory file and those changes will be copied back to your process. This can be a useful way of experimenting with different --- WIDGET fields.
 

Comments:

Read what other users have said about this page or add your own comments.

Revision 12012-02-07 - JeanNeron

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

.WIDGET VIEW RUNTIME

This subroutine shows properties of the current --- WIDGET file.


Usage:

      GOSUB    --- .WIDGET VIEW RUNTIME
      *        Check for errors
      IF       --- .WIDGET VIEW RUNTIME       NE


Description:

This subroutine shows properties of the current --- WIDGET file. There are no parameters.

This is useful for debugging your --- WIDGET file. You cannot simply run an input process with --- WIDGET as the PCF, since that input process will get it's own --- WIDGET file, and those will be the widgets you see, not the ones from your input process.

This routine will copy your existing --- WIDGET file to a memory file, and then show you the contents. You can invoke this subroutine in any event point that has widgets (ie, Pre-Display, Pre-Display/Verify, etc).

If you call this in the Pre-Display event point, you can make changes to the memory file and those changes will be copied back to your process. This can be a handy way of experimenting with different --- WIDGET fields.

Comments:

Read what other users have said about this page or add your own comments.


<--/commentPlugin-->

-- JeanNeron - 2012-02-07

 
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