Search results

  1. freecorvette

    App not starting in Windows 7 Home 64bit

    Hello, I have problems running my app on Windows 7 Home 64bit. Windows 10 is fine, Windows 7 Pro is fine, Windows 7 Home 32bit is fine, it’s just Windows 7 Home 64bit specifically that has this problem. I was able to constantly reproduce the problem on several laptops and VirtualBox machines...
  2. freecorvette

    Starting app with a hidden window

    I’m trying to start the app in a “hidden” state. I’m using this to run some code when the app is installed or uninstalled. In version 1.6, I would do this by calling from PHP: exo_runhescriptcom(“MainScript.hideWindow”); and having a HEScript procedure that looks like this: procedure...
  3. freecorvette

    Using timers (crons)

    After upgrading from 1.6 to 2020, I noticed a new feature called Timers (Crons). As I understood it, the feature would allow: setting an arbitrary number of timers each timer firing at arbitrary times (with millisecond precision) when a timer fires, it would execute a specific PHP code, in...
  4. freecorvette

    Application starts 6 processes

    Hello, I’ve recently upgraded from ExeOutput for PHP 1.6 to the 2020 version. One thing I noticed immediately was that, when starting an application built with the 2020 version, 6 distinct processes are started and shown in the Task Manager. I see the memory usage for the combined 6 processes...
  5. freecorvette

    Increase the number of connections

    Since the main window is a browser window, the number of total connections (images, XHR requests) that the window can keep open at the same time is severely limited (to 3 in Trident, I believe). Is there any way I can increase this limit, of number of connections open to the PHP backe d of the...
  6. freecorvette

    Disable ctrl-o, ctrl-p

    Hi there, I’m using ExeOutput for PHP 1.6 with Trident engine. When typing Ctrl-o, an Open File popup shows up. Whe typing Ctrl-p, the Print dialog shows up. According to Microsoft, these two shortcuts cannot be disabled in IE9+ from Javascript. So I’m asking if there are any HEScript global...
  7. freecorvette

    Run custom code on window close

    I’m using ExeOutput for PHP 1.6. My application launches several processes that run in the background. The main app makes ajax calls that last for several minutes and I’m using other ajax calls to monitor their progress. I’m also using ajax calls to terminate the long processes, should the user...
  8. freecorvette

    Navigation to the webpage was canceled [SOLVED]

    Hello, I’m using ExeOutput for PHP 1.6.0. When I compile an application and run it, I get the following error in the application window: Navigation to the webpage was canceled What you can try: Refresh the page. I thought that might have been an issue with my...
  9. freecorvette

    Windows 7 taskbar features

    Hi, I’m new to this forum so I apologize if anybody has always asked about this somewhere else. Windows 7 taskbar API offers a few neat features, among which: progress bar overlay icons thumbnail toolbars as described here: http://msdn.microsoft.com/en-us/magazine/dd942846.aspx Is any of...
Back
Top