Error using the kitchen sink project

You must Login before you can answer or comment on any questions.

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

— asked 1 year ago by Mujaffar S
1 Comment
  • 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

    — commented 1 year ago by Mujaffar S

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

— answered 1 year ago by Mauro Parra
answer permalink
1 Comment
  • You mean to say i want to run this project on mac machine not on windows xp

    but i have installed the appcelerator so when project runs the imulator is in ios environment, so it is not sufficient?

    — commented 1 year ago by Mujaffar S

Your Answer

Think you can help? Login to answer this question!