Created
December 14, 2017 10:00
-
-
Save rakhimoni/09df1512be492f2593f8955baa1620a3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Issue Summary: Its an windows command bar issue. | |
1.First time the customer provides a project to test . I ran the project and it says om.pmic.components is missing. | |
I said the customer to send required file. He added the widget. | |
Again I tested that and then there index file missing error. | |
[ERROR] : Alloy "app" directory has no "controllers\index.js" file at "C:\Users\APPs\Documents\Appcelerator_Studio_Workspace\testwwww\app\controllers\index.js". | |
[ERROR] : Alloy compiler failed | |
2.Then requested him to a complete runnable sample project to reproduce the issue on our end. He send his full project to us. | |
Again I tested the project and unable to build from here https://physiciansmutual.box.com/s/h3l2py0x1odx6egb7kmvu0ndgefxf2r7. | |
Again I requested to share a simple test case. | |
Then he replied: | |
“comment out the _loadLifeProducts() in the constructor of the home.js file | |
I seems to work when I only use a TabGroup, but not in the 'window' functionality defined in the core.js.” | |
My results :Tested the project with earlier instructions provided by the client(comment out _loadLifeProducts() in the constructor of the home.js file, not alear about the sond line) . | |
Test results are as follows: | |
1. Run the app | |
2. After running We got the error in console: | |
[ERROR] : ----- Titanium Javascript Runtime Error ----- | |
[ERROR] : In app.js: undefined,undefined | |
[ERROR] : Message: Uncaught Error: null is not a constructor | |
3. First page is open: https://s18.postimg.org/g45yg0md5/first_page.jpg | |
4. Click the menu bar and second page is open https://s18.postimg.org/ubvn4cttl/IMG_20171214_142256.jpg | |
5. When we click “Profile ” we get runtime error | |
https://s18.postimg.org/q2qx2b8ll/thirdpage.jpg | |
6. When we click “Customers” we got following issue: | |
https://s18.postimg.org/e25h19vyh/second_page.jpg | |
What to do now for reply to the customer now? Can anyone help? | |
Thanks | |
Rakhi | |
@rakhimoni | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment