Quote:
Originally Posted by TJ27
I can not normally run freecell last
version (with the text help) in the prs + 2.10 kartu. In fsk
simulator everything is fine. I do not understand what to edit
in js, or xml files. Runs as a version for the 505 (although
I have 350) and the help page blank.
|
This might be a problem with the starter-file FreeCell.js in the addons-folder.
(Note: if the error occurs before
Code:
kbook.autoRunRoot.sandbox.hasNumericButtons = Core.config.compat.hasNumericButtons;
is set, the flag to decide which model is used, will not be set.
Furthermore getFileContent - function isn't handed over, and so the help-text isn't loaded.)
The starter-files like "FreeCell.js" in the addons-folder aren't used by the Sim, and can contain erroneous code.
JS-execution is stopped immediately at the first error, if not trapped by a try/catch statement.
Try to use this simplified starter-code:
HTH
Mark