Quote:
Originally Posted by m-land
I've problem developing addon to PRS+. I do most probably something horribly wrong - but what?   
I attach file VK.zip. When I copy it into addon directory than PRS+ does not start and there is single line in prsp.log saying Error initializing: Too big script!. Could anyone help me? (my code was much bigger, I strip it down)
PS: yes, it was attempt to integrate virtual keyboard to PRS+ utils because of my tests
|
Hmm, just now I take a look how addons are loaded and they are combined into one big script. Soto reproduce my problem you have to copy xDictionaryCL there as well). But as all files are combined together - really size could be a problem.
Is there any reason why they are not loaded one by one (load single script, run single script)..