Search results

  1. orionmetrics

    2019 help file won't load

    cheers for that, will check it out…
  2. orionmetrics

    2019 help file won't load

    Oh, rofl, just tried it again… very long wait - about 15 minutes, but did finally load this time.
  3. 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...
  4. orionmetrics

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

    as a temporary solution resorted to using imagestring($image, 1, $i, 46, $text, $grey); - but would be nice to get truetype fonts working again… I tried playing around with the paths… tried "./Arial.ttf’ and even “…/Arial.ttf” but nothing made any difference, the file definately existed.
  5. 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...
  6. orionmetrics

    SetMenuProp() not working anymore

    actually I do have a general demo, but it was for the old version 1.7 as shown below, never got an update for the version 2.1 general-demo.jpg957×701 191 KB
  7. orionmetrics

    SetMenuProp() not working anymore

    thanks for the update, but I don’t appear to have this general demo file or option on the software, is this for a new release post version 2.1 ?
  8. orionmetrics

    Setting menu bar items in v2.1

    cheers, but the only option that I got to work for removing the toolbar was by deleting it from the list of components - the visible data parameter, when set to false, didn’t work for myself - the toolbar would still be displayed. Thanks for your help.
  9. orionmetrics

    Setting menu bar items in v2.1

    I have tried setting enabled to false, but when I re-compile, the toolbar is still displayed. The visible property cannot be altered. false-set-still-shows.jpg879×565 143 KB
  10. 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...
  11. 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”...
  12. orionmetrics

    Ajax on chrome, any alternative to Jquery?

    Found out that the Prototype JS framework Ajax functionality also works with exeoutput so long as you add a unique url during each call, for example a timecount variable added as a query makes it work fine. eg new Ajax.Request(‘getflow.php?time=’+timecount, { method:‘get’, onSuccess...
  13. orionmetrics

    Ajax on chrome, any alternative to Jquery?

    cheers for that, will check. Thanks for your help.
  14. 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...
  15. orionmetrics

    Exeoutput v2 documentation PDF?

    No worries… alternatively could rip the web documentation and print out each page that way… assuming legal to do that ?
  16. 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.
  17. orionmetrics

    WordPress Demo for ExeOutput 2 - UPDATED 10/29

    Got it working - conflict with the runtime library installed by latest update to office 2016. Forced a version update and now fine 🙂 Looks great.
  18. orionmetrics

    WordPress Demo for ExeOutput 2 - UPDATED 10/29

    Alas the only version of this demo I could get to run successfully on my windows 7 pro 64bit laptop was the XP version http://download.exeoutput.com/wpdemosetupXP.exe - will the new version of exeoutput allow me to generate .exe is the same way as your XP demo, if so than personally not fussed...
  19. orionmetrics

    WordPress Demo for ExeOutput 2 - UPDATED 10/29

    Hit one potential problem here - got a 64 bit laptop, with the 64 bit version of office2016 which requires alas the 64 bit version of Visual C++ Redistributable for Visual Studio 2012 to be installed (latest office2016 update), and don’t think I can have the 32bit version mentioned here...
Back
Top