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...

Replace window content

Hi, I'm developing an android application and I have to obtain this result. Because I don't like native tabgroup for android and because I'd like to have a custom title bar that show the brand of the app (that is not possible in android) I thought to...

Custom NavBar button

Hi, unforunately I've got again big problem with Ti. Problem is - How to make own/custom navigation bar button (For example own BACK button or DONE button... ). Problem is especially in size. Background image is too big or too smal also when I change...

button color not changing in nav bar

I am adding a button to the right of the nav bar and setting the color as blue. But it seems to be black. Any idea why ? ~~~ var self = Ti.UI.createWindow({ barColor : '#000000', backgroundColor : 'white' }); var edit_button =...

Back button issue in iOS

Here is the code for retrieving RSS from the URL: app.js ~~~ var win = Ti.UI.createWindow({ backgroundColor:'#fff', tabBarHidden:true }); / create and set right button var rBtn = Ti.UI.createImageView({title: 'Settings',...

Alloy SplitWindow with NavigationGroup on iPad

Hi, I'm trying to get a master/detail view working in Alloy on an iPad. The split window works but it doesn't have navigation groups (in simulator or on the device). From the docs it looks like the navigation groups are added to both master and detail...

Alloy - Navbar height is wrong

Hi, i am working on a iOS app using Alloy 0.3.6 and SDK 3.0.0. While design the app i realized that the navbar is not 44dp as it should, but 43dp. To verify this i created a new alloy project with the following...

Customize navigation button?

1, [Here](http://i.imgur.com/OOAEE.png) is a navigation i would like. How to set background for a button with style BORDERED? 2, Google Youtube mobile app: when we touch navigation buttons, they have a light circle behind them, like using system button on...

slide window to right. for example setting button IOS

Hai, i'm very new to titanium. Wy does i tap de add system button pop up the screen from below? i want that screen slide to the right. For example if you have settings(iOS). if you tap a button goes te screen moved to the right. if ready someting form...

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...

Popup window with scrollview right when app opens

I am currently designing an app for iOS and right when the app opens (in the app.js file) I would like a window to popup that includes a scrollview to give users a quick tutorial of how to do things before they continue into the app but when I start the...

Rounded Corners on iOS Navbar

Hey guys, This may be a simple answer, but just wanted to make sure that I had all of the ways figured out (or learn better ways if I don't). My end goal is to have that really stylish looking "rounded navbar" that most apps have these days in...

concept question about navbar in modal window

i have a situation in an app where a user has a prev/next to display windows - and this could be 1 or 50 views either way - since i dont want the prev/next in new nav window (a user could have to use "back" a number of times) i thought about...

NavGroup in a webview?

Hey, does anyone know how to set a nav bar to a webview so I can implement a back button to close it when a user is ready. The segment of code below is what I have for the webview as well a the event listener for the button which which launches the webview...

Hiding of nav Bar in mobile web

Hi, I am developing a Titanium app in which a web view is used in a window. As per the requirement I should not show the navigation bar incase of that particular window. So to hide the navBar I used a property called 'navBarHidden:true' while creating...

Showing 1-50 of 263 1 2 3 4 5 6