CreateNavigationGroup > Open and closing windows
Hi all. I don't know what else I can try to close a window using a createNavigationGroup. Let's see: Why does this work: navGroup.open(SetPaxWindow(), { animated:true }); And this doesn't:...
View ArticleNavigationGroup
Hi everyone... i'm getting this error: message = "'undefined' is not a function (evaluating 'Ti.UI.iPhone.createNavigationGroup({window:modalWin})')"; im using the same code that Kitchen_Sink, but when...
View ArticlecrateNavigationGroup and overlapping navigation bar
Hello, All I am having some trouble with how I've created the navigation group and I wanted to run it by you to see what I might me doing wrong. here is the code index.jsvar init = function(){ var...
View ArticlePassing through createNavigationGroup for ios 7
Hi All I have a app working with a tabgroup and i pass through the navigation like this which works. var baseWindow = Ti.UI.createWindow({ navBarHidden:true }); baseWindow.orientationModes =...
View Article