Difference: 0LASubrClientCheckForGui (1 vs. 5)

Revision 52020-05-12 - JeanNeron

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

.CLIENT CHECK FOR GUI

Line: 29 to 29
 
<--/commentPlugin-->

-- JeanNeron - 2012-01-31 \ No newline at end of file

Added:
>
>
META TOPICMOVED by="JeanNeron" date="1589315838" from="Main.0LASubrClientCheckForGUI" to="Main.0LASubrClientCheckForGui"

Revision 42015-05-11 - JeanNeron

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

.CLIENT CHECK FOR GUI

Line: 21 to 21
  <type> will return the type of GUI client (5.4.2 & higher only). It will return "A" for Appx Desktop Client (aka Java Client) and "H" for the HTML client (Optional). This must be PASSed with Share "Y" to return a value.
Changed:
<
<
This does not indicate if the client is in GUI or Character mode, only that they are running the desktop client.
>
>
The Appx Desktop Client can run in GUI or character mode. This does not indicate which mode the user is running, only that they are running the desktop client.
 

Comments:

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

Revision 32015-04-27 - JeanNeron

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

.CLIENT CHECK FOR GUI

Line: 7 to 7
 

Usage:

      PASS         <gui>                      FIELD            SHARE? Y

Added:
>
>
PASS <type> FIELD SHARE? Y
  GOSUB --- .CLIENT CHECK FOR GUI
    • Check for errors IF --- .CLIENT CHECK FOR GUI NE
Line: 14 to 15
 

Description:

Changed:
<
<
This subroutine returns a flag to indicate if the user is running the Desktop Client. The <gui> parameter is required, if it is missing the subroutine will CANCEL.
>
>
This subroutine returns a flag to indicate if the user is running a GUI Client or not. The <gui> parameter is required, if it is missing the subroutine will CANCEL.
  <gui> will return either a Y or N, depending on whether the user is running the Appx Desktop Client (Required). This must be PASSed with Share "Y" to return a value.
Added:
>
>
<type> will return the type of GUI client (5.4.2 & higher only). It will return "A" for Appx Desktop Client (aka Java Client) and "H" for the HTML client (Optional). This must be PASSed with Share "Y" to return a value.
 This does not indicate if the client is in GUI or Character mode, only that they are running the desktop client.

Comments:

Revision 22012-02-01 - JeanNeron

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

.CLIENT CHECK FOR GUI

Line: 18 to 18
  <gui> will return either a Y or N, depending on whether the user is running the Appx Desktop Client (Required). This must be PASSed with Share "Y" to return a value.
Changed:
<
<
This does not indicate if the client is in GUI or Character mode, only that they are using it.
>
>
This does not indicate if the client is in GUI or Character mode, only that they are running the desktop client.
 

Comments:

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

Revision 12012-01-31 - JeanNeron

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

.CLIENT CHECK FOR GUI

This subroutine returns a flag to indicate if the user is running the Desktop Client.


Usage:

      PASS         <gui>                      FIELD            SHARE? Y
      GOSUB    --- .CLIENT CHECK FOR GUI
      *        Check for errors
      IF       --- .CLIENT CHECK FOR GUI      NE

Description:

This subroutine returns a flag to indicate if the user is running the Desktop Client. The <gui> parameter is required, if it is missing the subroutine will CANCEL.

<gui> will return either a Y or N, depending on whether the user is running the Appx Desktop Client (Required). This must be PASSed with Share "Y" to return a value.

This does not indicate if the client is in GUI or Character mode, only that they are using it.

Comments:

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


<--/commentPlugin-->

-- JeanNeron - 2012-01-31

 
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