Search results

  1. orionmetrics

    2019 help file won't load

    Hi, I have upgraded to version 2019, but the help file system doesn’t work… ExoHelp.exe - I get the progress bar, but then gets stucks, and won’t load. on the progress bar this is as far as it gets… eventually, I have to use system toolbar to kill the process. Would be nice to get it working...
  2. orionmetrics

    Error using imagettftext() in php 7.2 cannot find truetype font

    imagettftext($image, 10, 90, $i, 46, $grey, “Arial.ttf”, $text); Hi baffled by this error I keep getting when my app is compiled using php 7.2 (works fine using php 5.6) on the above image calls… imagettftext(): Could not find/open font in...
  3. orionmetrics

    Setting menu bar items in v2.1

    Hi only recently started to move over from version 1.7 to version 2.1 of exeoutput, but hit a problem, do you have any documentation on how to add or edit menu items ? Wanted to add new items to File, and a new menu called ‘options’… but cannot figure out how to do it. easy on version 1.7, but...
  4. orionmetrics

    SetMenuProp() not working anymore

    Hi got an issue I cannot seem to get around, nor can I find any documentation for it, but on the new exeoutput v2.1 these Hscript functions no longer work to disable and enable a menu item (used to work on v1.7). procedure DisableMenu(menu: string); begin SetMenuProp(“muser_”+menu, “Enabled”...
  5. orionmetrics

    Ajax on chrome, any alternative to Jquery?

    Hi I was wondering if there is any other way of getting ajax to work under Chrome engine other than using Jquery $ajax - for unknown reasons (tried debugging but couldn’t find anything conclusive), my box2d.js code doesn’t like jquery library been added and complete fails when even the jquery...
  6. orionmetrics

    Exeoutput v2 documentation PDF?

    Hi, I was wondering if there is a exeoutput v2 pdf version of the documentation I can download and print off. Installed latest version and looking good.
  7. orionmetrics

    Changing default folder used

    Hi I have an application which has a main source folder called /castconverter (with an internal index.php acting as home page), however the purpose of the application has changed, so I made a copy of the castconverter.exop and renamed it as cast-desk-optimiser.exop and also copied and renamed...
  8. orionmetrics

    End of maintence period - date format used

    Sorry if this sounds a daft question, as just related to customer renewal accounts, but what date format do you use for your end of maintenance period in accounts ? eg “Your maintenance period expires on: 2015-08-06” - does this mean it end’s on the 6th August 2015 or the 8th June 2015 ...
  9. orionmetrics

    Dll works in a C test script, but having problems passing value back to php

    I have a simple dll which works in hescript if I have a procedure and simply display the value in a messagebox - simply returns an ip address in unsigned long integer format. However when I try to convert my hescript procedure into a function so it returns the long integer back to php it is...
  10. orionmetrics

    Recommendation for a dll compiler for exeoutput for php

    Hi, I know this is probably outside the normal discussion here, but was wondering if someone could give a novice (haven’t programmed in C/C++ since about 2005) C++ programmer some recommendations on a compiler (ideally opensource) for compiling dlls for exeoutput for php to use (not as php...
  11. orionmetrics

    Passing executables to other people

    Hi, hit a problem and I just have no idea why. Developed an executable which works fine on my own development laptop, windows 7 64bit professional, app has never had a unexpected crash myself apart from once due to the memory limits been set too low in the compiler settings, so not counting that...
  12. orionmetrics

    Calling ipconfig

    Hi, trying to develop a mini server, which is working fine if I manually specify the ipv4 ip address returned from running ipconfig from command prompt, but I was hoping to be able to call ipconfig from within the application itself to set the ip address automatically. Is there anyway of doing...
  13. orionmetrics

    Menu buttons and calling javascript functions?

    Just wondering if there is anyway of linking the menu buttons to trigger javascript functions on current page, aswell as calling hescript macro functions or open pages ? if not possible directly thinking about using menu buttons to set a global variable (via a hescript macro), then the...
  14. orionmetrics

    Flush() works with windows XP, but not with Win 7

    Hi got a weird issue, same application compiled with Exeoutput for php 1.7 - flush() worked as expected on my older windows xp machine, with IE8. Now after migration to windows 7 using IE11 - flush() isn’t working -same settings etc php.ini remains the same. Moved compiler over to my windows 7...
  15. orionmetrics

    Selectdirectory - set initial tree node rather than just root?

    Hi, I am using the hescript inbuilt selectdirectory function to pick a directory. I am storing the selected directory, so that next time the application runs, it can show the same directory previously selected as part of the listed folder tree (so users could pick another folder, or just select...
  16. orionmetrics

    Isappterminated not working?

    Hi I’ve got a simple loop that looks like this $istop = 0; do { // various file input and output if (exo_getglobalvariable(“isappterminated”, “0”) == “1”) { $istop=1; } } while($istop==0); exit; But when it runs, and I say exit the application by file -> close or clicking on the normal...
  17. orionmetrics

    Equivalent to muser property but for toolbar buttons -SOLVED

    Hi, in the previous thread (now in the howto section) it was mentioned how to enable/disable menu items in real time using hescript functions eg SetMenuProp(“muser_Mypage1”, “Enabled”, “FALSE”); where Mypage1 is a menu identity, and in this case Mypage1 enabled property is made false, so is...
  18. orionmetrics

    Setting and retrieving global variables (SOLVED)

    Hi, got a problem and I just am not sure what I am doing wrong. It is to do with using hescript to set and get a global variable under Chromium web kit. Basically got two toolbar buttons - one which calls Macros.StartSimulation and the other calls Macros.StopSimulation via Execute this script...
  19. orionmetrics

    html5 canvas apps on IE8 XP - a possible solution

    For those people still using windows XP (myself included) and stuck with IE8 check out this excellent library for getting html5 canvas scripts working on IE8 - http://code.google.com/p/explorercanvas/ - experimenting with it and box2d physics library with exeoutput for php and working well so far…
  20. orionmetrics

    Future versions still support windows XP SP3?

    Hi, just wondering if future versions of Exeoutput will still be supporting Windows XP, or do you have plans to phase that operating system out in the near future ? Hoping not.
Back
Top