Recent content by element121

  1. E

    White screen

    Good to hear someone else has the same problem too. Yes we use boostrap and jQuery in every page. Close to giving up on ExeOutput. @gdgsupport can we get our money back?
  2. E

    jQuery dialogs with Trident engine

    *jQuery dialogs with Trident engine allow selects to show through. Can’t use Chrome engine as there is still the un-resolved bug of the White screens appearing (see seperate post) So trying to use Trident, however now the jQuery modal dialogs show the selects from the page behind the dialog...
  3. E

    White screen

    Not sure if you are asking Andy or I for the code? For me this happens throughout the whole project and I can’t send you the whole projects code.
  4. E

    Creating PDFs

    Found another problem creating PDFs with FPDF. It works in Chrome and IE 9 running on localhost. If I compile it into ExeOutput with Chromium it works. Compiling with IE engine it doesn’t work! Turned on all the debugging options, no error messages, just the standard IE message “This program...
  5. E

    White screen

    That’s good to hear someone else has experienced this too. The only way around seems to be right clicking and choosing “home” or “back”. The problem definitely seems to be centered around the chromium browser engine. I’m now looking to convert everything to work with the IE engine, which has...
  6. E

    White screen

    I’ve ruled out the USB option, still get the white screens. Could this be caused by javascript? Are there any known issues?
  7. E

    White screen

    I don’t see the same white pages running in the Chrome browser. Do you have plans to update the Chromium engine that is packaged in the compiled app? Last time I checked it was an older release. Do we have to wait for a new release of ExeOutput or is there a manual way I can update the packaged...
  8. E

    White screen

    I’ve turned on the debugging options and running in test mode, I’ve experienced a couple of white screens, but no error message and nothing being written to the log file when it occurs.
  9. E

    White screen

    I’m upgraded and still get the same issue. I haven’t spent a lot of time testing the compiled, but my client seems to think the more you use it the less it happens. It’s definitely random, sometimes on start up. I’m compiling it for running on a USB stick, could that be part of the problem?
  10. E

    White screen

    I don’t see that option currently, looks like I need to upgrade ExeOutput, but will that fix the problem? Sorry I am using the WebKit Chromium option not Trident (my mistake in my original post).
  11. E

    White screen

    Using ExeOutput with the trident engine, once the app is compiled using it occasionally and randomly results in just a blank white screen. Using a right mouse click and returning to the home page and clicking on the same link again normally works. However sometimes repeating the procedure...
  12. E

    ExeOutput not possible to copy a project?

    Seems like it’s not possible to copy a project and update the file listing to a new directory. I would like to keep all the other settings of the project. I’ve tried deleting and clearing all the files and folders, save the project file, close ExeOutput, re-load ExeOutput and all the files are...
  13. E

    Print Popup

    You can create PDF files and send them directly to a shared printer on Windows, this is what I’ve had to do.
  14. E

    Print Popup

    These options seem to be only available for IE, not for chromium.
  15. E

    Problems with fopen

    I’m using this example code, to post data between a web server and a compiled php "client" http://www.ajaxapp.com/2010/03/15/php-how-to-http-post-without-using-curl/ The code works fine running on localhost, but compiled I get errors with fopen(), it seems that the host “heserver” is unknown...
Back
Top