Hi All
I have downloaded the kitchen sink project from appcelerator github and in titanium by creating project i am running this project but when project runs it gives the Runtime Error saying that
Location: [8,39] split_view_nav.js Message: Uncaught TypeError: Object #<object>has no method 'createNavigationGroup' Source: SplitViewNav.masterNav = Ti.UI.iPhone.createNavigationGroup({
I am thinking that the method createNavigationGroup is not finding or any library is missing. When i comment this code wherever the createNavigationGroup, createSplitWindow functions are coming from no. of js files then project runs and first screen will appears but different functioinality in the project is not work Please tell me how i should tackle the bug
2 Answers
One thing i found is that when i use the autosuggestions for methods and object from titanium by pressing ctrl+space then for Ti.UI.iPhone.createNavigationGroup the mozilla and ie browser icons are disabled. I ma using windows xp
Can anybody explain why the two icons are disabled while for other methods they are not disabled
Can i missed any api or i want to download any package please reply Thanks
Hello,
If you are running on Windows, with Android, you will see the KitchenSink for Android. If you mess with the code, forcing to do some iphone only functionality, you wil get this kind of errors. They are not Titanium, nor Android errors. That functionality is intended for iOS. Get a mac and compile it for iphone, and you will see all the other examples.
Best,
Mauro
Your Answer
Think you can help? Login to answer this question!