9 Quick questions

Status
Not open for further replies.

lakehache

New member
The more I use htmlexe, the more I like it!
I have some quick questions (actually, maybe some of them are not so quick). If you’ve already replied to these qustions, just ignore them:
  1. Can you use transparent pngs (or gifs) in the intro splash? Why
    is this important? Well, I think transparency can give a more
    professional look to some books. Here’s a quick sample. I’m not
    saying one is better than the other, it just gives more flexibility:

    Without transparency:
    350d0eaf46b24f21.png


    With transparency:
    532bb55cf9e5d34c.png
  2. Can you add animated gifs or animations to the splash screen? (similar reasons, it can make a book intro a lot more interesting).
  3. In the application settings -> table of contents section, what is the expanded tickbox for? (perhaps to show expanded by default when the book is opened?)
  4. Fonts: What happens if I want to use a font that the user doesn’t have? how do I make sure that he can see the content the way I intended to? (I’m going to be using a free google-font)
  5. Is it possible to add some kind of new version checker to the book? (so that the user can find out quickly if a new version is out).
  6. Would file attachments be compiled or would they need to be extracted when a user installs the book? For example, say I have some files which the reader must open with another program, but I still would like the reader to be able to download them rather than install them directly.
  7. Is there any javascript which probably wouldn’t work with htmlexe or can we assume that if the javascript works with IE, it’ll work with htmlexe also?
  8. I’ve noticed that I can change the icons in the content menu. Can the style of the content menu (on the left) be changed? (background color/image, text, etc.)
  9. Will files using css3 be seen in the viewer? html5? (or does it depend on whether he hast the latest version of I.E., etc.).
 
Last edited:
lakehache said:
Can you use transparent pngs (or gifs) in the intro splash? Why
is this important? Well, I think transparency can give a more
professional look to some books. Here’s a quick sample. I’m not
saying one is better than the other, it just gives more flexibility:
Right now, no, but in the future, this will be introduced.
lakehache said:
Can you add animated gifs or animations to the splash screen? (similar reasons, it can make a book intro a lot more interesting).
Same answer, but this is less sure.
lakehache said:
In the application settings -> table of contents section, what is the expanded tickbox for? (perhaps to show expanded by default when the book is opened?)
AutoExpand means that nodes will show their subnodes when selected (the tree expands itself when you navigate it).
lakehache said:
Fonts: What happens if I want to use a font that the user doesn’t have? how do I make sure that he can see the content the way I intended to? (I’m going to be using a free google-font)
We have plans to offer support for some free google-fonts. We are still studying possible legal problems about that.
lakehache said:
s it possible to add some kind of new version checker to the book? (so that the user can find out quickly if a new version is out).
Search the forum. There is a workaround.
lakehache said:
Would file attachments be compiled or would they need to be extracted when a user installs the book? For example, say I have some files which the reader must open with another program, but I still would like the reader to be able to download them rather than install them directly
File attachments are compiled and automatically unpacked when you click a link for instance. See our help file for a working demo at Special Targets for External Links
lakehache said:
Is there any javascript which probably wouldn’t work with htmlexe or can we assume that if the javascript works with IE, it’ll work with htmlexe also?
Since HTMLEXE uses IE webbrowser engine, it should work normally. Now, for security reasons, some code may fail (like code that works with window objects).
lakehache said:
I’ve noticed that I can change the icons in the content menu. Can the style of the content menu (on the left) be changed? (background color/image, text, etc.)
Yes, thanks to the skin editor available to registered users.
lakehache said:
Will files using css3 be seen in the viewer? html5? (or does it depend on whether he hast the latest version of I.E., etc.).
Yes, it works but only if the end user has IE9 or higher.

In HTML Executable 5, we’ll offer Chromium support too, which features a built-in HTML5 viewer engine.
 
Thank you very much for your reply, very helpful!

Great to hear about future support for transparent backgrounds for the splash images (it’d be great if that feature makes it into HMTLEXE 5.0), the Chromium support (that’s wonderful news indeed!) and the google fonts.

Excellent support, much appreciated.
 
Status
Not open for further replies.
Back
Top