francoisg Active Member Licensed User Longtime User Feb 3, 2015 #1 We've purchased a license for the Radaee PDFviewer, but we can't find the method to activate the license key in B4A. They give an example at: http://www.radaeepdf.com/component/fss/?view=kb&catid=9&kbartid=1 Apparently in Java it's should be as simple as: B4X: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.radaee.reader" android:versionCode="1" android:versionName="1.0" > Then in code (example) ... B4X: boolean succeeded = activePremium(act, "radaee", "radaee_com@yahoo.cn", "LNJFDN-C89QFX-9ZOU9E-OQ31K2-FADG6Z-XEBCAO"); Has anyone registered this library in B4A yet, and how does one do it?
We've purchased a license for the Radaee PDFviewer, but we can't find the method to activate the license key in B4A. They give an example at: http://www.radaeepdf.com/component/fss/?view=kb&catid=9&kbartid=1 Apparently in Java it's should be as simple as: B4X: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.radaee.reader" android:versionCode="1" android:versionName="1.0" > Then in code (example) ... B4X: boolean succeeded = activePremium(act, "radaee", "radaee_com@yahoo.cn", "LNJFDN-C89QFX-9ZOU9E-OQ31K2-FADG6Z-XEBCAO"); Has anyone registered this library in B4A yet, and how does one do it?
thedesolatesoul Expert Licensed User Longtime User Feb 3, 2015 #2 Do you have a B4A wrapper for this? Upvote 0
francoisg Active Member Licensed User Longtime User Feb 4, 2015 #3 Yes, there is a RadaeePDF-B4A wrapper found on GitHub @ https://github.com/gearit/RadaeePDF-B4A But there is no activate function in the library. Any suggestions? Upvote 0
Yes, there is a RadaeePDF-B4A wrapper found on GitHub @ https://github.com/gearit/RadaeePDF-B4A But there is no activate function in the library. Any suggestions?