Search results

  1. oldteacher

    Next exeouput release?

    Yea it has been a while. But I will tell you; there is magic going on at elf headquarters 🙂
  2. oldteacher

    Next exeouput release?

    How is the new update coming along?
  3. oldteacher

    HTML Executable 2024.1 available - February 8th, 2024

    Well, after the first silly comment maybe I can give some real feedback 🙂 Everything is looking good. The startup colors are good, no more flashes of white screen. The dialog boxes seem to better match the user’s desktop light / dark settings. Did not have to modify with bootstrap 5 code to...
  4. oldteacher

    HTML Executable 2024.1 available - February 8th, 2024

    My bad, seems to be connection issue. Changed to another country and all good… Silly me 🙂
  5. oldteacher

    File version not incrementing in 2024

    Yes, I understand that. Must be something wrong with my environment if you see no issue on your end.
  6. oldteacher

    File version not incrementing in 2024

    Just noticed that if I disable and enable > Add the “Web Update” feature to the publication < the version increments in .INF but not the actual EXE in cab folder.
  7. oldteacher

    File version not incrementing in 2024

    Just did a test to see how the web update option worked. Never could get the software to acknowledge there was new version available online. After couple of attempts I noticed that the Icon / Version area was accepting my new version number but the .inf, nor the .exe is updating with new...
  8. oldteacher

    File Compilation Properties

    Great explanation, thanks!
  9. oldteacher

    Startup Window Background Color

    @PERCIVAL_BLENMAN Thanks for reply! Yes, I have a startup splash but the software app itself is the issue. While app is loading, the viewport window is totally white. If using a dark theme (or set to match users’ desktop setting light/dark) the flash of white screen does not look good. I am...
  10. oldteacher

    Startup Window Background Color

    When software is initializing and the loading window appears, a blank page is shown a few seconds. Totally blank white page. This looks kind of bad, especially when users’ system is set for dark mode or using a dark skin. In this case I am using the Web2view engine, have not tested on Chromium...
  11. oldteacher

    Skin Editor Missing in 2024

    https://www.htmlexe.com/addons.html = 404 No skin editor in Log In - HTML Executable Need the skin editor please.
  12. oldteacher

    Bad links alert

    Positive you guys have been hard at work and may already know about the following bad links, but thought I would speak up anyway: In the DemoFormPHPKeygen - https://www.htmlexe.com/samplepeterpan In the account page to download key generators -...
  13. oldteacher

    File Compilation Properties

    Trying out the 2024 version just released, very smooth - great job! I have searched the docs, maybe not using correct term but do not find what this option does: I can of course assume, but not one of those types 😉
  14. oldteacher

    Windows cannot access the specified device, path, or file

    Recommend posting some of your code and how you have the paths to save directories. Really hard to troubleshoot without. Official support will need it for sure.
  15. oldteacher

    Windows cannot access the specified device, path, or file

    Make sure you are not using the Windows, program files or those type of directories. Use the users Public or users Public\Public Documents if you want to ensure write access. Also can use :\Users<user>\AppData\Local. Setup custom directory for your app and use it that way.
  16. oldteacher

    ExeOutput and Sqlite3

    If your SQLite database file is inside your compiled software, it will not update. Files like software.db must be outside the exe and in a folder that is writable by Windows. If this is the case, try: Not near my desktop with all my files, but something like this: $storagelocation =...
  17. oldteacher

    Call Home button via scripting - Beta 2b

    Perfect! Thank you. I had some of the code right but did not have the fnf.htm. Never saw doc reference to fnf.htm but might have missed it.
  18. oldteacher

    Call Home button via scripting - Beta 2b

    I had tried this, but it sends user to the “Web Homepage” listed in the default settings (i.e. https://example.com). I need the link to go to the home page listed in file manager.
  19. oldteacher

    Call Home button via scripting - Beta 2b

    Yes, that is correct. Button on a HTML page that uses hescript to call home. Simple to make a HTML link to home page, but users are on the school network and no way to get them back to home page. Hoping that can call home button via scripting.
  20. oldteacher

    Beta 2b: Open help error

    So far only noticed on the rendering page. Off topic but so minor did not open another topic. 2022 and 2023:
Back
Top