Regarding extstrings - extjs

Iam looking for extstrings for portugese and spanish. Can you plase let me know where can i find those files. I have treid to search in the ext 3.0.3 downloaded files but i did not find it.
Thanks

I've downloaded ext 3.1.1 and I've found the file you are looking for under :
src\locale\ext-lang-pt.js for portugese
src\locale\ext-lang-es.js for spanish

Related

Firebase firebase-web.js missing

I installed angular firebase using node.js however the firebase-web.js file is missing. I have searched for this file and cannot find it. Does anyone know a solution?
After that, you can see the firebase-web.js file.

Ionic Framework in-app storage

I want to make an app which has built-in a folder with videos.
The problem is (and searching for few hours aleardy) I can't find the path for the video ("triunghi.mp4").
Here's what I have until now:
What is wrong or what is the good path I should use?
Regards!
Try the following path :
/android_asset/www/videos/triunghi.mp4
The problem was at the $cordovaFileOpener2 plugin that don't have access into assets directory.
I solved it by copying the videos folder to external place (externalDataDirectory) and open them (the videos) from there.

Where can I get Extjs 5 "executive dashboard" example source code?

I have downloaded an extjs-docs-5.0.0 package. But I cannot find it in the "example" folder.
Where can I get it? An avaliable link is best!
Thank you!
By 'extjs-docs-5.0.0'-package, do you mean the documentation? The source code for this application is in the 'examples/executive-dashboard' of the actual ExtJS 5.0 package, not the documentation.
Code can be downloaded from here
https://github.com/bjornharrtell/extjs

Extracting .docx files with Tika in Apache Solr gives NoSuchMethod error

I have a Solr 4.0 module in my project (basically, a maven web project with all the solr dependencies). It worked pretty well, including content extraction and everything.
But, when I tested it with a .docx document, It gives me the following error:
13:50:34,468 ERROR [org.apache.solr.servlet.SolrDispatchFilter] (http--0.0.0.0-8080-9)
null:java.lang.RuntimeException: java.lang.NoSuchMethodError:
org.apache.poi.openxml4j.opc.PackagePart.getRelatedPart(Lorg/apache/poi/openxml4j/opc/PackageRelationship;)
Lorg/apache/poi/openxml4j/opc/PackagePart;
I tried to manually add the openxml4j dependency to the project. I've downloaded the sources and looked at it, the PackagePart#getRelatedPart really doesn't exist.
What is this error? How can I fix this?
Thanks in advance.
EDIT
I noticed that poi-ooxml already had those classes inside it. Cool, but I also inspected those sources, and still doesn't have the needed method in the PackagePart class.
BTW: I tried to add openxml4j version 1.0-beta.
It was a jarhell related issue.
Thanks, "jarhell related" was the clue I needed!
My project had POI jars prior to import of the Tika app jar, which includes its own POI jars. I deleted the standalone POI jars, and then Tika was able to handle DOCX Word 2013 file without error.
Now hopefully I won't run into a situation where I need both! :|

Cakephp 2.1 Image Upload Plugin

I am looking for Plugins to upload content - mainly images. I found a couple of plugins which are for 1.3 but not none for 2.1
could you please share a few plugins for 2.1
Have you tried meio upload? It is compatible with cake 2.x?
https://github.com/jrbasso/MeioUpload
A nice one i just found:
https://github.com/bmcclure/CakePHP-Media-Plugin
i have not tested it much, but it seems to work great, you even can define additional image sizes to be created automaticalliy.
You could customize 1.3 version plugin for 2.1 or use something like this: CakePHP File Upload
Although the others are nice, I found this one a lot more easy to use than the others check it out :
https://github.com/malikov/cakephp2.0-image-upload
I use wrapper for cakephp imagine Library:
https://github.com/burzum/cakephp-imagine-plugin
Upload plugin is available now at Github

Resources