Quote:
Originally Posted by lisak
Well, but loadDict() is called from init() function, which is in turn called everytime the dictionary starts (which is in my case even after I disconnect USB cable - don't know why...)
|
Okay I re-read my last post, definitaly as confuion as my first. Let me have one more go at it.
Put a function call 'this.prepareScript()' in the loadDict() method, or in the 'init()' method. This way when the app is loaded it calls the calls the 'init()' which calls then prepareScript. This way the libfskLoad.so file is copied to the /tmp directory when the application is loaded and not on the first word search.
=X=