Community Questions & Answers

Sidebar navigation like dropbox, gmail on ipad

Is there any documentation or thoughts on how one could go about implementing the sidebar navigation UI that we see in tools like DropBox or Mail, where you can click on an element and then go to a deeper level? An example can be seen at the following...

Forward Custom Navigation

Hi, I am new to appcelerator and need help on Forward navigation in Android. I have a "Next button" where in i have to navigate to the next page. I want this to be done generically. How best can i do this ? Appreciate your help !

Titanium NavigationGroup footer

iPhone , 3.1SDK how do i create a view at the bottom of navigation group that acts like a footer and keeps at the bottom even when i navigate to other windows/views? ~~~ navGroup.open(win); ~~~ the first window in navigation group will hold the footer...

iOS Options Table

I am starting to get familiar with appcelerator and I can't seem to find anything in the kitchensink app on how to do a specific function. I am trying to set up a table that is similar to how iOS sets up settings. Where a tableViewRow is clicked and it...

Hi Back button is not showing

Hi everyone, I am in strange problem. I have used the navGroup for screens navigation in my App . But In signup window back button is not shown, don't know where I am doing mistake. Following is my code: That is where I am opening the window which...

jQuery Slider Navigation Equivalent

Is there an equivalent navigation UI control to the jQuery slider (I am actually not sure of the true control name, but it is the navigation control as used in www.hulu.com where a user can left/right scroll elements or click the underlying dot to navigate...

Navigation bar hidden

var win = Titanium.UI.currentWindow; win.backgroundColor = 'white'; win.title = "New"; var data = [{ title : 'Birds' }, { title : 'Animals' }]; var tbl = Ti.UI.createTableView({ height : 480, width : 320, data : data, top :...

Alloy User login screen

Hi I've just switched to using Alloy and am trying to check whether the user is already logged in. I had done this in app.js previously using the "traditional" Titanium methods like so: ~~~ if ( Ti.App.Properties.hasProperty('loggedIn') { var...

Back Button

How i use the hard-button back on android to go back on the navigation between screens? I'm using Alloy to make screens. Thx!!

TabGroup and NavGroup

I know that TabGroup and NavGroup are top level containers in iOS. However, would it possible to switch back and forth between a TabGroup and NavGroup in an app? What I am trying to do is to open the app with a TabGroup, then if I click on a button, it...

How to close all parent windows of an alloy navgroup ?

Hi: I have a navgroup that has 2 detail level windows. From ROOT Window I open window STATES and from sstates i open CITIES ... The problem is that when I click a object in CITIES I want to return to the root window and I can't close STATES... so I have...

Event Listener Stops Working

Hi I'm trying to build a facebook style navigation menu for iOS 6 in Titanium 3.0.2. I'm using the iOS simulator on a mac, OS X Mountain Lion. I've read through the tutorials for this and am now adding in the code for actually changing windows. It works...

Navbar moves up in nav group. How to move down?

Hi, I added a nav group with 2 windows into a tab. Now my navbar, which is a custom image, moved up by a few pixels. It is noticeable because it covers the shine on the top of the bar. If I change the top property, it moves the window below the...

wierd behavior in tableview

hi i have a navigation style app. goes like this select city>select area>get list> get details of listing. the issue is that once i select area and go into seeing the list and i click on the back button and click on some other option. then the...

Regarding pop navigation

I have window navigation like A-->B--->C-->D. can any one give me sample code for popToRootViewContoller(window) Navigation(From D to A) and pop to required window in navigation( from D to B)..(ios)

Nav Bar height is 43 pts?

According to every online resource, the Nav Bar height should be 44pts (88px on Retina screens). Indeed, when I take a screenshot of my iPhone (see below), the Status bar's height is 20pts, and the NavBar's height is 44pts, but that's split into a 1pt...

Showing 1-50 of 330 1 2 3 4 5 6 7