Search results

  1. 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...
  2. 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...
  3. 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.
  4. oldteacher

    How to clear the WebView2 cache?

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

    About:blank#blocked

    Not in position to try and see if this works, but maybe???
  6. 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...
  7. 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.
  8. 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...
  9. 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.
  10. 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...
  11. oldteacher

    GeoLocation Notification

    Still not working for me in 2024.2. Same behavior.
  12. 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...
  13. 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:
  14. oldteacher

    Open external File with default application

    Wow, my stuff is really out of date. I better give up on advice…
  15. 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.
  16. 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 +...
  17. 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 🙂
  18. oldteacher

    Save user-defined window position

    Got ya. Just gave it a try and same issue as you. Really acted strange on dual monitors. @gdgsupport will be interested in this 🙂
  19. oldteacher

    Save user-defined window position

    I experienced similar long ago using EXEOut. Discovered that I needed to “reset” which apparently flushes cache. Build again. Might not be your issue, but give it a try:
  20. oldteacher

    Phishing url control

    That is a very good question!
Back
Top