AntView version 1.1.354 - Printable Version +- Antwise community forums (https://forums.antwise.com) +-- Forum: General Info and Questions (https://forums.antwise.com/forumdisplay.php?fid=3) +--- Forum: Updates (https://forums.antwise.com/forumdisplay.php?fid=6) +--- Thread: AntView version 1.1.354 (/showthread.php?tid=182) |
AntView version 1.1.354 - wila - 2024-01-22 January 22, 2024 Release of version 1.1.354 Changes: Removed an optimisation on NavigateSync, NavigateToStringSync, CreateWebViewSync and NavigateWithWebResourceRequestSync. The optimisation caused these methods to fail under certain circumstances. Installer: Changed default on uninstaller to remove demo by default. This is needed because if you do not uninstall the old demo's then the installer won't install the new demo's. This is especially problematic for VFP as there the demo's has required details for the events, so you won't be able to use the new version of the control without those additions. Examples: The VB6 demo has been improved. It now also includes a synchronous version of the FillForm Demo to illustrate the difference in techniques used. AntViewDocument interface Methods: ElementHasAttributeById ElementHasAttributeByIdSync ElementHasAttributeByName ElementHasAttributeByNameSync ElementRemoveAttributeById ElementRemoveAttributeByIdSync ElementRemoveAttributeByName ElementRemoveAttributeByNameSync ElementToggleAttributeById ElementToggleAttributeByIdSync ElementToggleAttributeByName ElementToggleAttributeByNameSync RequestElementAttributeById RequestElementAttributeByIdSync RequestElementAttributeByName RequestElementAttributeByNameSync RequestElementInnerHTMLById RequestElementInnerHTMLByIdSync RequestElementInnerHTMLByName RequestElementInnerHTMLByNameSync RequestElementInnerTextById RequestElementInnerTextByIdSync RequestElementInnerTextByName RequestElementInnerTextByNameSync RequestInputCheckboxById RequestInputCheckboxByIdSync RequestInputCheckboxByName RequestInputCheckboxByNameSync SetElementInnerHTMLById SetElementInnerHTMLByIdSync SetElementInnerHTMLByName SetElementInnerHTMLByNameSync SetElementInnerTextById SetElementInnerTextByIdSync SetElementInnerTextByName SetElementInnerTextByNameSync SetInputCheckboxById SetInputCheckboxByIdSync SetInputCheckboxByName SetInputCheckboxByNameSync Events: OnRequestElementAttributeById OnRequestElementAttributeByName OnRequestElementInnerHTMLById OnRequestElementInnerHTMLByName OnRequestElementInnerTextById OnRequestElementInnerTextByName OnRequestInputCheckboxById OnRequestInputCheckboxByName OnElementHasAttributeById OnElementHasAttributeByName OnElementRemoveAttributeById OnElementRemoveAttributeByName OnElementToggleAttributeById OnElementToggleAttributeByName OnSetElementInnerHTMLById OnSetElementInnerHTMLByName OnSetElementInnerTextById OnSetElementInnerTextByName OnSetInputCheckboxById OnSetInputCheckboxByName Directly available via: Download AntView version 1.1.354 For more information, including hyperlinked versions of the features above, please see our "News" page. -- Wil |