Recent content by ryosal

  1. ryosal

    Argument out of range Exception

    There are the exe file and the exop files. Download link https://wetransfer.com/downloads/cdaf3197d613666e8734dcf1d598dc0220200103175758/defec3bf54af3d48dca7d349707f623220200103175758/c45843
  2. ryosal

    PHP errors in log file

    SOLVED ! I just add a line of code at the end of app.php file. error_reporting(E_ERROR); ?> Thanks for watching.
  3. ryosal

    PHP errors in log file

    Yes I do. The latest. Is there a way for exeOutPut ignores all the php Notices and Warnings? I am sure no one is a fatal error, because in localhost runs perfect.
  4. ryosal

    PHP errors in log file

    I’m using last version of ExeOutPut for PHP. How can I know which are the errors that appears in the log file? My app does work perfectly in localhost and web, but stops in exe file. The log file generated says only PHP Error: Found, but this isn’t enough to solve.
  5. ryosal

    indexedDB support

    When will be available the Next version of HTMLEXE?
  6. ryosal

    indexedDB support

    Hi. Is there a way to use indexedDB (local database) in HTMLEXE publications?
  7. ryosal

    What is version of Chrome engine?

    Hi. Where is the “Chromium” subfolder in version 1.7 to replace the files by new version? How to do that?
  8. ryosal

    How to enable ;extension=php_zip.dll

    Hi … In PHP Settings - PHP extensions there is no way to enable php_zip.dll extension. How to do it? Thanks.
  9. ryosal

    Show Find Dialog to use with IE publications (SOLVED)

    Thank you very much. It´s works. Without parameters I get a error in script; so I add a “1” as parameter and all is okay. I wrote: procedure OpenFindDialog; begin ShowFindDialog(1); end;
  10. ryosal

    Show Find Dialog to use with IE publications (SOLVED)

    Hi there … I need to make a button in my toolbar that call a procedure to display the Find Text dialog (search in the current HTML page only).- Is it possible to use with IE publication? Thanks.
  11. ryosal

    I need autoscroll function (SOLVED)

    Thank you very much. I thank your help. I already put into external css and js files the head portion, and copy it with the up and down gif icons in the same folder that my files, and write the body portion in the correct place in each file, and everything works fine. Thanks.
  12. ryosal

    I need autoscroll function (SOLVED)

    Thanks again. I understand. Searching I found this code: (http://javascriptsource.com/page-details/page-scroller.html). Can you help me to convert the second step: code, into functions to write in my usermain file?. The css style and the javascript I can to put into external css and js file …...
  13. ryosal

    I need autoscroll function (SOLVED)

    Thanks for your help, but that solution that you give to me, is not that I want, because I have a lot of pages in my ebook, and I want a button for automatic scroll in the toolbar that can be useful in all of my pages. The function that I want, is similar to the function that permit zoom in and...
  14. ryosal

    I need autoscroll function (SOLVED)

    Please help me to put a switch button on the toolbar for autoscroll the text contained in the active page. Thanks. (Or two buttons: on/off)
Back
Top