Search results

  1. 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!
  2. 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?
  3. 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...
  4. 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...
  5. 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