Results 1 to 10 of 59

Thread: MS Edge WebView2 ActiveX wrapper

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #39

    Default Re: MS Edge WebView2 ActiveX wrapper

    New release of AntView.

    Release 1.1.236

    New functionality:

    AntView interface
    Properties
    - SynchronousTimeOut
    Methods
    - AddWebResourceRequestedFilter
    - CreateWebResourceRequest
    - CreateWebResourceResponse
    - CreateWebViewSync
    - NavigateSync
    - NavigateToStringSync
    - RemoveWebResourceRequestedFilter
    Events
    - OnAcceleratorKeyPressed
    - OnWebResourceRequested

    AntViewDocument interface
    Methods
    - RequestCurrentText
    - RequestCurrentTextSync
    - RequestPrint
    - RequestPrintSync
    Events
    - OnRequestCurrentText
    - OnRequestPrintCompleted

    AntViewNewWindowRequestedEventArgs interface
    Properties
    - Deferral

    New AntViewDeferral interface to be able to postpone destroying of objects so you can complete tasks
    Method
    - Complete
    Events
    - OnDestroy

    New AntViewPhysicalKeyStatus to assist with OnAcceleratorKeyPressed
    Properties
    - IsControlKeyDown
    - IsExtendedKey
    - IsKeyReleased
    - IsMenuKeyDown
    - IsShiftKeyDown
    - RepeatCount
    - ScanCode
    - WasKeyDown
    Events
    - OnDestroy

    New AntViewWebResourceRequestedEventArgs interface to assist with OnWebResourceRequested and Filters
    Properties
    - Deferral
    - Request
    - ResourceContext
    - Response
    Events
    - OnDestroy

    New AntViewWebResourceResponse interface to assist with AntViewWebResourceRequestedEventArgs interface
    Properties
    - Headers
    - ReasonPhrase
    - StatusCode
    - DefaultInterface
    Events
    - OnDestroy

    Bugfix/Changed behavior
    - Fix installer issue trying to register 64 bit version of AntView when running on a 32 bit operating system.
    - The logging functionality now supports more detailed logging by setting LogMode to level 2. At level 2 more details are logged such as URL's and all the triggered events. It does not include sensitive information such as certificates or html contents (unless you NavigateToString).
    - The help documentation has been revised to include more details and be easier to navigate.

    For more information please see our "News" page.
    --
    Wil
    Last edited by wila; 6-Jan-2023 at 07:45 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •