Search results

  1. oldteacher

    2024.2 Cannot load existing project Win 11

    UPDATE: It crossed my old mind to try running as administrator. That works and the popup never appeared or if it did, it was too fast for me to see. Just used properties and checked run as administrator:
  2. oldteacher

    2024.2 Cannot load existing project Win 11

    Updated to Windows 11. Edition Windows 11 Pro Version 24H2 Installed on ‎3/‎29/‎2025 OS build 26100.3476 Experience Windows Feature Experience Pack 1000.26100.54.0 Just tried to load existing project after starting up ExeOut 2024.2. This project was listed in recent area...
  3. oldteacher

    Exe sometimes freezes under 2024.2

    "Orphan PHP Processes" refers to instances where PHP scripts are still running without being properly attached to a parent process. This can happen due to various reasons, such as improper termination of scripts, server overload, or issues with system resource management. These orphaned...
  4. oldteacher

    Exe sometimes freezes under 2024.2

    In Exeout, activate dev tools for your app: Save and rebuild app. Start app: The above is from Exeout Demo App. In the demo app I clicked on menu item phpinfo() and you can see the phpinfo.php which loaded. Under the network tab you can see all looks good 200 OK. In the response tab, if...
  5. oldteacher

    Exe sometimes freezes under 2024.2

    I had similar issue. Ended up being a PHP script interacting with JavaScript function. It was hung (my issue - mistake in code). The way I found was activate dev tools and then look under the network tab to see what was being called. Not saying this is your issue but maybe help you. I have...
  6. oldteacher

    About:blank#blocked

    Well, thought it was worth a shot 🙂 Know I have some software that had this issue and simply put it on the back burner. Can’t even remember the project name, lol. Hopefully @gdgsupport will get this sorted out.
  7. oldteacher

    How to clear the WebView2 cache?

    You can use the built-in button to clear all. Might be what you are looking for:
  8. oldteacher

    About:blank#blocked

    Not in position to try and see if this works, but maybe???
  9. oldteacher

    PHP 7.2 Thread safe

    Not to be Debbie downer, but in our classroom experiments, pthreads really bogged down low and midrange laptops. I am not talking about extensive tests, but “classroom experiments”. Part of the final report compiled by students is below: Alternatives: For web applications, it is generally more...
  10. oldteacher

    HTML executable options

    Download the free trial https://www.htmlexe.com/ Using it will answer your questions and give you feel of how it works. It comes with great documentation.
  11. oldteacher

    Heexternal doesn't work anymore

    Hi Kim, long time no speak. Hope life is treating you and yours well. I was just working on a demo and while doing so, setup to show external links. Seems to be working ok for me. Tried to upload a small gif but this board is crazy and does not allow a small gif around 700k… Pretty silly if...
  12. oldteacher

    GeoLocation Notification

    Ok, thank you. My user base would never go for that. I thought it was like browser based, learn something new everyday 🙂 But it is nice to know what the issue is.
  13. oldteacher

    GeoLocation Notification

    I am sorry, I do not know what you mean, I have never had to make any changes directly to Windows for geo to work. Always been in the browser. In my test script (one you asked me to provide way back), I get the popup asking to allow / deny. I allow but shows I denied. The htmlexe demo never...
  14. oldteacher

    GeoLocation Notification

    Still not working for me in 2024.2. Same behavior.
  15. oldteacher

    2024.2 Upgrade Issue

    Maybe just my system, but did the upgrade as have always. Opening new 2024.2 from start menu (this computer is win 10), got this when trying to start first time: Then got this after having to cancel because OK did nothing. Did not browse: Got this when opening heinst.exe: Removed and...
  16. oldteacher

    Exeoutput not compatible with Win 11 last update KB5046740

    Worked for me. Was getting the error and now this exe compiles and runs ok:
  17. oldteacher

    Open external File with default application

    Wow, my stuff is really out of date. I better give up on advice…
  18. oldteacher

    Open external File with default application

    Very interesting. Never had this issue and we do a lot of PDFs in the classroom environment. Best if @gdgsupport handles this one. they will most likely need your project code to fully understand what is happening. Very hard to troubleshoot without.
  19. oldteacher

    Open external File with default application

    Maybe the “” in OpenFile, try "": procedure OpenAFile(FilePath: String); var res: integer; begin res := OpenFile(FilePath, "", SW_SHOWNORMAL); if res < 32 then begin MessageBox("Error al abrir el archivo: " + FilePath + ". Código de error: " + inttostr(res), “Launch Error”, MB_OK +...
  20. oldteacher

    In full screen mode all input select not working

    I had an issue like this, and it was related to how my system was set to 125% zoom in display settings. Once I reset to 100% all was good. Not a solution but thought I would throw it out here 🙂
Back
Top