Search results

  1. Marco_Oliva

    ExeOutput 2.0 - A matter of weeks?

    This silence is unprofessional. We do business with ExeOutput and we have serious problems with the current version. You said that these problems will be solved with the new version. Now, we don’t want 2.0 now, we just want to know when it will be released: next week, in september, 2016 first...
  2. Marco_Oliva

    Copy & Paste Text from other tools

    Any news about this? Thanks.
  3. Marco_Oliva

    Copy & Paste Text from other tools

    Chromium engine
  4. Marco_Oliva

    Copy & Paste Text from other tools

    I’m trying to copy a text from another tool (Word, Notepad,…) to a textarea in my Exeoutput application. It’s just a manual operation (select text, ctrl+C, ctrl+V) but nothing works, with or without context menu. Any suggestions? Thanks!
  5. Marco_Oliva

    Png transparency problem in printing

    “Waiting for ExeOutput 2.0” has become like a mantra 😄 I hope it is not like “Waiting for Gogot” 😄 Any news about release date? Thanks!
  6. Marco_Oliva

    Png transparency problem in printing

    I have some problems in printing pngs with transparency. On some printers the background of the images appears black. It only happens in Chromium engine. Any suggestions?
  7. Marco_Oliva

    How to remove default webkit margins on printing

    I’m trying to print a simple php page. With Trident everything works fine, but when I try to print the same file with webkit a default 1cm margin appears on all sides. I tried to remove it by css: @page{margin:0mm} but nothing works. I use window.print(); Are there other solutions, maybe with...
  8. Marco_Oliva

    Accented character in src <img> tag problem

    Ok, it works, but I’ve got general encoding problems. I’m trying to convert all (html, php, database) to a UTF-8 standard encoding but something works, someone else not. Maybe it’s a bad approach.
  9. Marco_Oliva

    Import and visualize <img>

    I’ve got it! Thanks!
  10. Marco_Oliva

    Import and visualize <img>

    I’m trying to visualize some image imported with “exo_return_hescriptcom(“UserMain.ImportImage”, “Error”);” in “tmp” folder inside Default “Data folder”. (Data/tmp) I’m trying to point to them by <img src="ghe://heserver/tmp/filename.jpg"> fail <img src="/tmp/filename.jpg"> fail <img...
  11. Marco_Oliva

    Accented character in src <img> tag problem

    <img src="img/image.jpg" alt=""/> No problem <img src="img/imàgè.jpg" alt="" /> Problem The application doesn’t show images that have got accented characters in the src path. Any ideas to fix it? I can’t change the path and filename. Thanks!
Back
Top