Search results

  1. R

    Unable to programmatically terminate program (ExeOutput v1.7)

    Has anyone found a way to use code to close the program? The feature is obviously supposed to be supported as its well documented, I’m working under the presumption I’m doing something wrong, some assistance would be appreciated. Thank you.
  2. R

    Unable to programmatically terminate program (ExeOutput v1.7)

    So far I have tried using PHP code such as: and a macro/script such as: and a redirect header such as: and a javascript code such as: But so far have not found a working way to terminate the application, and at present with all above options I’m left with the application window still running...
  3. R

    EXE crashes when attempting to pre-load large files, 8-12mb

    The php.ini memory_limit = 128M. The GD2 library isn’t being used for these large images, they are just files embedded in the project being showed using an HTML <img> element or CSS background-image attribute. I’m processing the files through a php script to apply Gzip compression, perhaps...
  4. R

    EXE crashes when attempting to pre-load large files, 8-12mb

    The content/filetypes toolbar button is disabled for me. Is this because I’m on an older build of v1.7 or is this feature only unlocked when I enter a license key? I’m still trying to adapt our application to see if I can get a working prototype using ExeOutput at present.
  5. R

    EXE crashes when attempting to pre-load large files, 8-12mb

    I’m not sure how I can tell very easily but I would guess around 30mb? I don’t get any error messages per se, just the application becomes unresponsive and so Windows greys it out offering after a while if I would like to wait or close it. Doesn’t matter how long I wait, it never recovers.
  6. R

    EXE crashes when attempting to pre-load large files, 8-12mb

    I’m preloading (unpack the files to virtual memory at startup is ticked) a few large image files so that they should load instantly after initialisation, but what actually happens is the application crashes whether this option is ticked or not if I attempt to load a large image file. Any ideas?
  7. R

    $_POST is empty via Ajax

    I’m currently finding this to be a show-stopper issue, I’m unable to get any of our web applications to work with ExeOutput for PHP unless it is possible to achieve an AJAX-style POST-method request in Chromium one way or another without reloading the page. Any news of the next major release...
  8. R

    ExeOutput Viewer Error - file not found, only when using Trident

    I have managed to resolve this issue. If you had 2 php files in the project, start.php (set as the default page) and index.php. Among the regular HTML tags start.php might include: <meta http-equiv="refresh" content="2; url=http://heserver/" /> After the redirect takes place you would be left...
  9. R

    ExeOutput Viewer Error - file not found, only when using Trident

    Having now had a play it seems the Developer Tools context menu option appears in Trident depending on whether it is ticked for WebKit or not. The application logic I suspect wants to be something like if Chromium and ticked then show the menu. Are there any other tricks to troubleshoot and...
  10. R

    ExeOutput Viewer Error - file not found, only when using Trident

    Thank you for taking a look. For (a) I get the following error page (see screenshot) and if I click on the contact the author link it opens the About dialog, and for © if as you suggest Developer Tools are unavailable in Trident, perhaps I shouldn’t see a Developer Tools context menu option...
  11. R

    ExeOutput Viewer Error - file not found, only when using Trident

    With having difficulty getting certain things to render properly in the current version of Chromium I thought I would try Trident again but seem to keep getting stuck because: (a) After the start page, every link I click that works under Chromium fails under Trident. Links begin...
  12. R

    ExeOutput 2.0 - A matter of weeks?

    While this looks great and it does, if I’m honest the only feature I really need in the next release is a newer version of the Chromium engine to be embedded. The issues I have tend to be related to the way pages are rendered with issues that have been fixed for a long time in newer versions of...
  13. R

    Possible reason for images not being displayed?

    Hi cyberspaceman, you’re absolutely right that compatibilty view shouldn’t be necessary especially with validated code however unfortunately IE11 did not implement the W3C standards 100% and had a number of page rendering bugs which were resolved under compatibility view. If you’re still having...
  14. R

    Possible reason for images not being displayed?

    There were bugs/issues in IE11 itself which may be causing this. Options are basically one of the following: (a) Upgrade from IE11 or at least apply all available patches using Windows Update; (b) See if you can work around the issue with IE11’s Compatibility View Settings by adding domains to...
  15. R

    Web Fonts not loading in v1.7 Chrome Engine

    Having done a little more troubleshooting it seems to be an issue affecting Javascript assets too - where if they are on the first page (‘home page’) accessed they don’t load correctly but if I have a home page that redirects to a different index page then all seems to work ok?! Very strange.
  16. R

    Web Fonts not loading in v1.7 Chrome Engine

    I’ve spent hours and hours trying to get web fonts such as that used in AUI or FontAwesome to load correctly, but think some assistance is required - this is a complete pain as all our application glyphs are based on web fonts these days rather than image files. I notice there is an older post...
Back
Top