Recent content by jamie

  1. J

    Issue editing souces files

    When editing a source file using “Edit Source” I get Chinese characters when I right click the mouse. right-click.jpg554×323 45.6 KB
  2. J

    Dotted lines around hyperlinks [SOLVED]

    I finally found a workaround that overcomes this problem in the html: Add this line to the hyperlink: onFocus=“if(this.blur)this.blur()” i.e. Description I failed to find a css solution, and it could be a bit of a pain to add this to every hyperlink, but it does work. I hope this helps others.
  3. J

    Dotted lines around hyperlinks [SOLVED]

    Thanks for your reply. However, what I don’t quite get is why, if you use css to ignore the focus, for example: .a { ... outline-style: none; ... } It works using IE browser but HTMLEXE seems to ignore this code in the compiled book.
  4. J

    Dotted lines around hyperlinks [SOLVED]

    I made a roll-over button with a hyperlink but there is a dotted line visible around it. It doesn’t show when the page is viewed in any browser, only on the compiled book. HTML: CSS: .orderbuttonmargin { margin: 0px; margin-top: 6px; } .button-order { color: #FFFFFF; font: bold 14px...
  5. J

    Different skin for popups

    I would like to know if it is possible to show popups with a different skin - they seem to default to the skin chosen for the publication. Ideally, I would like popups to appear in a simple box with no skin. Is this possible?
  6. J

    Search hyphenated words

    The search engine does not seem to pick up hyphenated words. Is there any way round this problem?
  7. J

    Adding a "scribble" note to a page

    HTML5 local storage. Basically, it is a client-side database. That is a database that resides in the users browser and not on a server. Perhaps this isn’t supported in your book compiler?
  8. J

    Adding a "scribble" note to a page

    I am trying to add a scribble note to a page. The user can write on the note and this is remembered. The following code works fine in a browser but when I compile it I get an “HE Server cannot download from Internet Explorer” error when I try to delete the note. I think the fault is in the...
  9. J

    Macros and buttons (SOLVED)

    Thanks for the code, that solved the problem.
  10. J

    Macros and buttons (SOLVED)

    Following HTML Executable Demonstration I tried to add opening notepad.exe to my book but could not make it work. The demo worked fine though and opened notepad. This is the html code I added to my page: In User Scripting/Macros I added: procedure MacroOpenFile(filename, param: String); begin...
  11. J

    Conflict between html Executable and Trend Micro (SOLVED)

    Hello, Well - I have some good news for you, after the latest virus updates it would appear that this problem has been resolved, which suggests Trend Micro listened after all. However, I will test this out over a few days just to make sure. For your info, the problem occurred with any exe...
  12. J

    Conflict between html Executable and Trend Micro (SOLVED)

    Hi, I contacted Trend Micro by phone and talked to one of their support people.
  13. J

    Conflict between html Executable and Trend Micro (SOLVED)

    Dear G.D.G Software support team, Of course, Trend Micro simply threw the problem back as an issue with HTML Executable, so I can go round that loop for ever. You say it is a false positive and Trend Micro have to change their signatures, and they say it is an issue with your software and I...
  14. J

    Conflict between html Executable and Trend Micro (SOLVED)

    Conflict between trial version of html Executable and Trend Micro? Running Windows XP Pro SP3 I trialled html Executable a while ago and decided to revisit it. Downloaded version 4.1. Previous trial worked well - which is why I decided to have another look and then buy the software. However, I...
  15. J

    Popups

    Is it possible to have popups of different sizes?
Back
Top