Search results

  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 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...
  3. 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?
  4. J

    Search hyphenated words

    The search engine does not seem to pick up hyphenated words. Is there any way round this problem?
  5. 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...
  6. 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...
  7. 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...
  8. J

    Popups

    Is it possible to have popups of different sizes?
  9. J

    Can anyone tell why this script show a syntax error (SOLVED)

    // GetRegistrationDetails // Blank script procedure Get ResistrationDetails; procedure Get ResistrationDetails; var S:string if GetGlobalVar(“hepubregistered”, “0”) = “1” then begin S := GetGlobalVar(“hepubuserdata1”, “”); if S <> “” then S := " (" + S + “)”; S := GetGlobalVar(“hepubusername”...
  10. J

    Can someone rerun a trial by downloading it again? (SOLVED)

    If you set up a trial of a book giving (say) 3 days. What’s to stop anyone deleting the book then downloading it and repeating the 3-day trial as often as they want?
  11. J

    Access violation at address 00000000 (SOLVED)

    I seem to be getting a random fault: Access violation at address 00000000. Read address 00000000. This occurs when I access pages from the TOC or from the main menus button that are linked to a page, such as a HELP page. It can happen when the book is first opened. As I said, this seems to be...
Back
Top