Search results

  1. denral

    TrayIcon Events

    Can you check a couple events and make sure you can get them to work? I cannot get these event procedures to do anything. I’m testing them by showing a ShowMessage function and even tried other message box functions from DLL’s with no luck, they simply don’t work as far as I can tell...
  2. denral

    Using ParamStr to read custom parameters in HTML Executable

    I have tried to capture a command line parameter without success. I’m pretty sure it’s just a matter of where it reads the parameters. Can you show an example of how and where to use the paramStr in the UserMain HEScript along with a custom parameter? I have this example procedure in the...
  3. denral

    HTML Executable and ExeOutput for PHP programs request

    Please consider adding editor preferences, such as themes and font size and color settings to the HTML Executable and ExeOutput for PHP programs. Our eyes will be much happier changing the bright white backgrounds and fonts to something more readable for coding purposes. thanks!
  4. denral

    Save user-defined window position

    I cannot get the “Save user-defined window position” to work. I have reset settings, toggled various Main Window options, nothing seems to work for me. It won’t remember size or position. Can you check this for an issue or offer advice?.
  5. denral

    HTML Executable Webview2 Evergreen Distribution

    I want to check and make sure… Is HTML Executable using the Evergreen distribution for the Webview2 engine? The default mode for WebView2, ensuring applications always use the latest features and security fixes…
  6. denral

    2024 TrackingPrevention bug

    Using Edge and setting TrackingPrevention to False does nothing. Developer log: Tracking Prevention blocked access to storage
  7. denral

    GeoLocation Notification

    I have a need for using GeoLocation in the HTML Executable 2024 version, using the Webview.rendering engine When the notification popup displays, “This file wants to know your location” to the user and the Allow button is clicked it doesn’t close the notification, the 2nd attempt does close...
  8. denral

    Timer not working

    Using HTMLExecutable 2024 24.1.0 The command reference for StartTimer says you cannot use a name anymore and so it only accepts a value that is a blank string. So,using the StartTimer command used as follows: StartTimer(“”,1000); The OnTimer event never runs: function OnTimer(TimerName...
  9. denral

    Get the link under cursor on external web page

    How can I get the link at the cursor when right clicking the mouse… Example, if your on youtube and right click on any video, you can open that video link under the cursor in a new window from the popup menu. But how can I copy that same url for that link to the clipboard? thanks!
  10. denral

    HTML5 Errors browser outdated

    A browse to youtube and some videos will not play because the browser is outdated. Here is screen capture Also when trying to login to google, it causes this error after entering my email address The compiler is using CEF version 83.3.12 My userAgent reads as follows Mozilla/5.0 (Windows...
  11. denral

    Undocumented Browser Events

    Are there any undocumented browser events we can use in HEscript ❔
  12. denral

    Trouble with OnNavigateComplete

    I’m not having any luck with the OnNavigateComplete function in my UserMain script. It’s not firing after the pages have finished loading on my home page, youtube.com or https://www.gdgsoft.info procedure OnNavigateComplete(URL: String); begin //When a page has been displayed. MessageDlg(URL...
Back
Top