Community Questions & Answers
rightNavButton - Horizontal Layout not working
I'm using the code below to try and set a View as the rightNavButton for a Window. The view does appear, but not as I'd expect. What I'd like to do is have the view's layout set to horizontal so it works if there is 1 button, 2 buttons, etc. and they can...
adding a background image to right nav button is not setting the image
platform : iphone , appcelerator sdk : 3.0.0.GA I am creating a button and setting the background image and then setting that button as the right nav button for the current window. I dont see the image show up . What could I be missing ?
RightNavButton
Hey, is there any workaround for getting the rightnavbutton to work? i tried a lot of things, but it doesn't appear... I've read that there a few problems with it, any idea? i am using a navigationgroup ..
Unable to shw rightNavButton
Hi, I am using titanium sdk version 2.1.0.GA IOS simulator host operating system is MacOS. Titanium Studio, build: 2.1.0.201206251749. I am doing something which is very trivial and used to work flawlessly. But its not working now. below is the code...
rightNavButton click effect
Can't figure out how to create the click effect on a rightNavButton when the user taps on it.
Persistant rightNavButton disappears from nav when you go back to previous page
My app uses a basic navGroup layout to have a persistent top bar with a back button, title, and custom rightNavButton used to popup a recent news window. At the top of every page I've included a header file with the following: ~~~ var btnRecentNews =...
rightNavButton dissapears
I have added a button to my window via rightNavButton, the window is a child of a tabGroup. When returning to the window after visiting another tab the button disappears. Subsequent windows with this button added in the same manner behave as expected....
Custom rightNavButton on NavigationGroup disappears
Hi I'm having a problem when using a custom rightNavButton (with a background image) on a NavigationGroup. When I add the button to the window it appears correctly, but after opening a new window then clicking the back button the custom rightNavButton...
rightNavButton alternative on Android?
I'm using the rightNavButton to create a "+" button on the top right of an iPhone screen, so that users can add records like to-do items. The demo Todo List app users the same pattern to add tasks to their to-do list. However, on Android, there...
Remove leftNavButton/rightNavButton from Popover Crashes App
I have an popover with a leftNavButton, but in one moment a need remove this button, when i call: ~~~ mypopover.leftNavButton = null; ~~~ the App crashes! what i'm do wrong? This occurred in 1.4.1.1, 1.4.2 and 1.5.0 (04/11)
RightNavButton and LeftNavButton Not Displaying in 1.8.1
There seems to be a bug in SDK 1.8.1 on iPhone 5.0 simulator where the Right and Left Nav Buttons are no longer visible when returning to the window from a "Back" action in a Tab. This is only the case when the window has both the barImage and a...
add "rightNavButton" to a navGroup
Just like title, how to add a rightnavbutton to a navgrop? can't figure out...
Left and right nav buttons without tabs?
Is it possible to put right and left navigation buttons if my window is not opened in tab? I don't want tabs in my app but I would like to have navigation.
iOS Titanium.UI.Window with titleControl does not reliably display rightNavButton on iPhone 4 device (not in simulator!)
In our app we use windows (Titanium.UI.Window) which are themed with a barImage and have a titleControl (Titanium.UI.Label) in order to style the title. The windows are organized via tabgroups where per tab window additional windows are opened with...
Split rightNavButton and have two different addEventListener
Hello, I was wondering if it is possible to split a rightNavButton into two parts (Left|right) and have two different addEventListener associated with either part depending which side of the rightNavButton was selected. Is this possible? Thanks in advance
rightNavButton align to right
Hi! I'm trying to align the rightNavButton to the right. I tried adding right: 0 to the icon view. Any suggestions ~~~ var icon = Ti.UI.createView({ backgroundImage:'images/icons/icon.png', width:50, height:42 }); var win1 =...
win.rightNavButton is not an object ?!?!
Hi everybody, i have no idea what changed either in the SDK or Titanium... I could always define and set the rightNavButton BEFORE opening that window. After i opened that window i could attach an eventlistener to win.rightNavButton... Now this structure...
badge in navbar
Hi, I would like to know if you can add a view as a rightbutton in navbar.The thing is that I would like to place a badge over the rightbutton but I don't seem to find a way to do it..I place an example so you can see what I...
Custom rightNavButton on NavigationGroup is not showing
When I add the custom button to the first window's rightNavButton it appears correctly, but clicking the back button the custom rightNavButton diappeared. Please let me know how to solve this problem.
Open new Window from rightNavButton
I'm trying to create a new window when a user clicks the rightNavButton, although nothing seems to be happening. Perhaps the rightNavButton was not meant for this. My code is: ~~~ var mapBtn =...
rightNavButton missing on ipad
i am confused. i have a simple button as rightNavButton working on simulator for iOs 3.2, 4.0 and 4.2, ipad and iphone. working on the iphone device too, but not on ipad 3.2 version. simply missing and console reports nothing strange. so anyone an idea.
1.5.1 UI bugs
In a previous post I mentioned that the "setTitleControl" was not working anymore since upgrade. I just figured out that "rightNavButton" expression is not working anymore neither. For what I see I need to re-check all the code I wrote...
Showing 1-22 of 22