Building Mobile Enterprise Applications : webMethods Mobile Development Help : Importing Mobile Projects created with previous version : Solving compile issues
Solving compile issues
After generating the source code, it is possible that your application shows compile issues. Those issues occur because of necessary API migration in Mobile Development. To solve them, locate the issues in your Java files and replace them as follows:
Issue
Replacement
boolean AbstractViewController#setVisible(nUIObject, boolean)
void nUIObject#setVisible(boolean)
boolean AbstractViewController#isVisible(nUIObject)
boolean nUIObject#isVisible()
boolean AbstractViewController#forceHide(nUIObject)
void nUIObject#setVisible(boolean)
Copyright © 2007-2017 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback