Sage-ST ä

Objsplash

Documentation

ShowSplash ShowVariableSplash




  PROCEDURE ShowSplash
             (CONST objectName : ARRAY OF CHAR;
              VAR   Success    : BOOLEAN);

  (**
      ShowSplash - Show the splash object. (Requires SageST_Objects.dll).


      This procedure will show the splash object with the Bmp file that
      was defined when the object was created.

      NOTE - If you define a SPLASH object in Thor and want to call
      it from this package then you MUST have SageST_Objects.dll
      in the directory with the program .EXE file or in the system's
      search path.  Also the DFL MUST be open before this call.

      CALLING SEQUENCE -

        ShowSplash (ObjectName, Success)

      ENTRY -

        ObjectName : ARRAY OF CHAR
          The name given the object when declared in Thor.

      EXIT -

        Success : BOOLEAN
          TRUE - Splash was successfully displayed.
          FALSE - Some problem prevented the splash from showing.

  *)




  PROCEDURE ShowVariableSplash
             (CONST objectName : ARRAY OF CHAR;
              CONST BmpFile    : ARRAY OF CHAR;
              CONST Title      : ARRAY OF CHAR;
              CONST Seconds    : CARDINAL;
              VAR   Success    : BOOLEAN);

  (**
      ShowVariableSplash - Show a splash object with the requested bmp. (Requires SageST_Objects.dll).


      This procedure will show the splash object with the BmpFile that
      was passed in.

      NOTE - If you define a SPLASH object in Thor and want to call
      it from this package then you MUST have SageST_Objects.dll
      in the directory with the program .EXE file or in the system's
      search path.  Also the DFL MUST be open before this call.

      CALLING SEQUENCE -

        ShowVariableSplash (ObjectName, BmpFile, Title, Seconds,
                            Success)

      ENTRY -

        ObjectName : ARRAY OF CHAR
          The name given the object when declared in Thor.

        BmpFile : ARRAY OF CHAR
          The name of the BMP file to use on the splash.

        Title : ARRAY OF CHAR
          The title to show on the splash.

        Seconds : CARDINAL
          The number of seconds to show the splash.

      EXIT -

        Success : BOOLEAN
          TRUE - Splash was successfully displayed.
          FALSE - Some problem prevented the splash from showing.

  *)




Send mail to   warren.merrill@inl.gov with questions or comments about this web site.
Copyright © 1989-2006 Battelle Energy Alliance