Search results

  1. denral

    HTML Executable 2025.0.1 is Now Available - June 19, 2025

    Hi @gdgsupport , While I haven't tested everything thoroughly yet, all my previous projects from 2024 compiled successfully.. I noticed all my updated apps ran fine and started much, much faster now! .. awesome! (y) thanks!
  2. denral

    GeoLocation Notification

    Yes, the original problem reported was to fix the browser based notification popup not working, not a system wide change, that’s not the same.
  3. denral

    Windows 11 nueva versión error HTMLEXE

    @gabito @gdgsupport I would like to see more frequent updates too. I have reported bugs with some core features that have delayed or prevented my progress on apps, but there have been no resolutions or updates. Since they are using a subscription model, it would be proper to provide more...
  4. denral

    Save user-defined window position

    There is another issue with this too. If you have a Tray Icon menu item, where the action uses the available Global HEScript to Restore the window, HERestoreFromTray. The window never displays using the stored position, only double clicking the tray icon uses the stored position. I believe...
  5. 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...
  6. denral

    Using ParamStr to read custom parameters in HTML Executable

    So, it seems the ParamCount is a system variable and should not be declared locally. But when I remove the local variable declaration, ParamCount cannot be found. If I put in the Uses System; at the top of script, then get some kind of not registered error. You did not mention where to use this...
  7. 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...
  8. denral

    Timer not working

    Will the fix work with the TimerName parameter too? Otherwise you can only use one timer right?
  9. 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!
  10. denral

    Save user-defined window position

    @oldteacher thanks … I just tried that too but it did not work either… It happens when using the tray menu to exit the application. So, if you have the option “The Close Button Minimizes the Main Window” checked, it never can save positions. So, the only way it really saves any new positions...
  11. denral

    Save user-defined window position

    I believe I found a bug and the source. The “Save user-defined window position” stops working when the “Enable Tray Icon” is enabled. Otherwise it works. So when the “Save user-defined window position” is checked, it will not save the a new position or size. The project will load the last...
  12. 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?.
  13. 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…
  14. denral

    2024 TrackingPrevention bug

    Yes, I just didn’t use it and did not have enough time to check whether it really is a bug or not, there’s so many variables as to why it might not work in all cases.
  15. denral

    2024 TrackingPrevention bug

    You can consider this a false report. I believe it’s beyond the scope of the HTMExecutable setting and is quite possibly related to the way the Edge browser security operates. This behavior can be due to security policies, cached settings, or the nature of the resource being loaded, many...
  16. denral

    GeoLocation Notification

    Here is a simple example project and the included html file even works by viewing as a local file on desktop in Chrome and Edge but will not work inside HTML Executable projects. Includes HTMLExecutable project source https://www.filemail.com/d/jfrfkewjscchkan
  17. denral

    2024 TrackingPrevention bug

    Using Edge and setting TrackingPrevention to False does nothing. Developer log: Tracking Prevention blocked access to storage
  18. 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...
  19. denral

    Timer not working

    Did you find anything?
  20. 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...
Back
Top