Search results

  1. J

    Execute ShowFindDialog from JS

    To run using ctrl-f if ((typeof exeoutput !== 'undefined') && exeoutput ) { window.addEventListener("keydown",function (e) { if (e.keyCode === 114 || (e.ctrlKey && e.keyCode === 70)) { //e.preventDefault(); (typeof exeoutput !== 'undefined') && exeoutput &&...
  2. J

    Execute ShowFindDialog from JS

    How to execute internal function ShowFindDialog using javascipt?
  3. J

    External exception E0000008 (2021.0b)

    I have receive such error - any suggestion? No memory?
  4. J

    Bitdefender exploit again

    sometimes also Symantec EndPoint Protection mark exe as vulnerability
  5. J

    Minimum requirements (HW/SW)

    I need to send the HW/SW requirements for the appplication “written” in EXEOutput (2021.0 PHP 7.3 CEF V89.0.15). Any suggestion what is i.e. min. HW requirements and as well as the SW requirements? For now I’m not using Flash and I hope there is no users below Windows 10.
  6. J

    Encrypted MariaDB

    I don’t know MariaDB encryption, but for Sqlite I’m using my own wxsqlite wrapper --> https://github.com/0red/sqlite_encryped_for_js_php
  7. J

    Can i update my system to all my clients using one button

    Hi I had similar problem - for application (html,php,js) I’ve my solution exeoutput_update. The user can get the application only upgrade (if case of no EXE change is requested - i.e. no additional PHP library or PHP global settings are changed). Of course in case of new exeoutput is released...
  8. J

    Exo_runhescriptcom function not working

    Use in javascript code if (exeoutput) exeoutput.RunHEScriptCode(‘ExitPublication;’);
  9. J

    Local store size

    Hi Any possibility to change default 5M chromium local store to any other (higher,customized) size? ie 50M,100M? IS the local store encrypted to prevent easy viewing on the disk? Rg jacek
  10. J

    Is there a way to lock my folder where psd files are located?

    If You have to store the files on the disk, maybe You should store the files on the disk encrypted? So only your application could get the access and know how to handle the file. Please remember not to store the password inside the application in open text. Try to use the PHP Settings --> String...
  11. J

    Can I create file in the virtual file system?

    Can I create the file in the virtual file system from PHP or JS? if yes can I replace existing file? It could be useful in case of php update process - to forward the source not the whole framework with CEF…
  12. J

    ExeOutput 2019 and Proxy

    I’ve tried to comple with v 2.2.1 and works perfectly thought the proxy without any additional configuration needed in exeoutput
  13. J

    ExeOutput 2019 and Proxy

    even putting --proxy-auto-detect in Application Settings–> Rendering Engine ->AdditionalChromiumArgs give NO success 😦
  14. J

    ExeOutput 2019 and Proxy

    Hi Thanks for answer. However I’m opening the Development Tools–>Console then: exeoutput.RunHEScriptCode(‘begin SetUIProp(“crm”, “ProxyType”, “2”); end;’); exeoutput.RunHEScriptCode(‘begin MessageBox(IntToStr(GetUIProp(“crm”, “ProxyType”)),“ProxyType”,MB_OK); end;’); And return is still 0 -->...
  15. J

    ExeOutput 2019 and Proxy

    Hi I’m trying 2 method to set ProxyType ro autodetect Application Settings->Components->Rendering Engine AdditionalChromiumArgs --proxy-auto-detect assign function to the menu procedure getproxy; begin SetUIProp(“crm”, “ProxyType”, “1”); MessageBox(ord(GetUIProp(“crm”...
  16. J

    Password protection dialog

    Hi Is any possibility to make a focus on password input field and then handle the enter as the OK? Now You have to click to enter a password and then click for OK. It’s not very practical…
  17. J

    ExeOutput 2019 and Proxy

    Hi I’m using leaflet.js in my app however in thecompany environment the images/maps is not downloaded. How can I use the proxy from ExeOutput from Chromium (javascript) from Php scripts to achieve the external links?
  18. J

    System Error. Code 6

    By the way - I ask tor install this C++ package and looks like exists on the PC. However it not works. Dnia Poniedzia³ek, 27 Listopada 2017 12:41 [email protected] napisa³(a) Capture1.JPG1800×540 199 KB
  19. J

    System Error. Code 6

    Looks like vcruntime140.dll is missing - for today 🙂 Dnia Niedziela, 26 Listopada 2017 12:39 gdgsupport [email protected] napisa³(a) Capture.JPG425×187 11.4 KB
  20. J

    System Error. Code 6

    The problem also exists on 2.2.1 I’ve made the wmic qfe list full /format:table >out.html non working station updates are...
Back
Top