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!
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?
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...
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...
<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!