Search results

  1. G

    HEScript Function for Maximize and Minimize

    Ok, i will use javascript to get screen resolution and pass it in procedure. Thank-you, Gilbert
  2. G

    HEScript Function for Maximize and Minimize

    Ok, it resolved for the error, i forgot to echo exo_runhescriptcom. But i still don’t find the way to maximize fullscreen…
  3. G

    HEScript Function for Maximize and Minimize

    Hi, I can resize window using: SetUIProp(“fview”,“Width”,“800”); SetUIProp(“fview”,“Height”,“400”); SetUIProp(“fview”,“Top”,“30”); SetUIProp(“fview”,“Left”,“30”); But the following message appear: Fatal Error: Could not convert variant of type (Null) into type (OleStr). Please reload the...
  4. G

    Way to lock external exe files? - SOLVED

    Hello, This is something you can evently only do on your own computer by changing the default program that open exe file. But it is not something i will adwice you to do. Now, if you want to use Exoutput to open an exe file you can create and use the follwing procedure in UserMain HEscript...
  5. G

    HEScript Function for Maximize and Minimize

    Hello, I would like to create my own button to minimize maximize and exit. It is allready done for exit. Can you please tell what are the HEscript codes for minimize and maximize ? Thank-you, Gilbert
  6. G

    Chromium ExeOutput 2

    Thank-you for your answer. So the required input fields in html5 form are not working for local file with Chromium…
  7. G

    Source editor "Cannot create file" (SOLVED)

    …well, it is not resolved on my side (windows 8.1), i still have the following error : Cannot create file "C:\Users\My Name\AppData\Roaming\ExeOuput\codeblocks.ini" el sistema no puede encontrar la ruta especificada. …and there is no folder named ExeOuput in Roaming directory. There is a folder...
  8. G

    Chromium ExeOutput 2

    Hello, How to choose Chromium engine in ExeOutput 2 ? Thank-you, Gilbert
  9. G

    ExeOutput 2 Beta 2 Production

    Hello, Exeoutput2 Beta2 is working very well on my side, so i would like to know if it can be used as a production software for public distribution now ? Thank-you Gilbert
  10. G

    ExeOutPut2 Beta Error

    Ok, it is resolved, it was just a question of folder security setup !
  11. G

    ExeOutPut2 Beta Error

    Hello, I have that error on my computer using xp: FATAL ERROR The following error has occurred during compilation: Cannot create file “C:\Documents and Settings\All Users\Application Data\GDG Software\ExeOutput for PHP 2\Cache\cefphp5.4.dat”. Accès refusé Do you know any solution ? Thank-you...
  12. G

    Alternative to for($i

    Thank-you for your suggestion davebaldwin, but it is not about a php function that i am asking for help but about an exeoutput function (or delphi function that works in exeouput to be more precise).
  13. G

    Alternative to for($i

    Hello, Is there an alternative in exeouput for the php following function: for($i=0;$i<$count;$i++){ } If yes, can you give an example, please ? Thank-you, and happy new year 2016 Gilbert
  14. G

    Selectdirectory

    Merci beaucoup !
  15. G

    Selectdirectory

    Hello, Can you please give an example about how to create Selectdirectory function ? Thank-you,
  16. G

    OpenDialog onclick

    I have look at delphi help, but i don’t understand how to make the opening of the select image dialog box been cliqued. I am using Chromium, and my actual solution is to use modal window so it is an alternative until i find how to do it. Just one more question, how can i configure the> Result...
  17. G

    OpenDialog onclick

    Hello, The actual difficulty i find is that when i use the function > exo_return_hescriptcom("UserMain.OpenDlgFile ", “Error”); it open automatically the dialog box. I would like to use this function in a php onclick input form without having to send the form, to have this dialog box function...
  18. G

    Icon missing in new window

    Thank-you any way !
  19. G

    ExeOutput 2 is coming (finally)

    Fantastic, Thank-you ! Gilbert
  20. G

    Icon missing in new window

    Hello, When i open link in new window, it works well but there is an empty icon in new window (on left) opened. How can i setup a such icon in new window ? Thank-you, Gilbert
Back
Top