Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Where to keep and how to get version of qooxdoo app?

I have a version of qooxdoo app in Manifest file and would like to show it up in About window for example or at bottom panel/bar. But I don’t know how to get the version from config files. I search for classes in API but didn’t find. Seems like to hard code it in code of app.

>Solution :

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

you can get the Qooxdoo version from the environment: qx.core.Environment.get("qx.version")

Or information about all the libraries (including your application) with qx.core.Environment.get("qx.libraryInfoMap");

EG if your app has a namespace of "myapp", you can get the version with qx.core.Environment.get("qx.libraryInfoMap")["myapp"].version

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading