Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Start Screen – What is the Miscellaneous Files For
On the start screen at the bottom of the properties is a field “Miscellaneous Files” where you can store whats called Additional Project Files, my question is what is the purpose of storing files here ?
I have never used this feature but I understand it to be a place to store additional files that can be used in your project (such as image files, videos, audio files, etc.) that are not initially designed in the GUI. Any file that you add in there will be included in your build.
Code A is right. It’s for object’s you dynamically link to with Javascript within your mobi project. These objects won’t be included in your project at build if they are not part of one of your mobi pages. For example if you link to a page with a button using something like – phoneui.gotoScreen(‘m1-yourPage’, ‘FADE’) add yourPage.mobi to the additional files and the link will work.