Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (navbarhidden)
Browsing latest articles
Browse All 23 View Live

navBarHidden:true doesnt work on 1.5 android

Hello, Title says it all, can't get the window to open without the titlebar... It works with 1.4 not with 1.5 anymore! If anyone from Ti could help that would be great, my last questions seem to get...

View Article



Modal window help

When opening a modal window, if the windows navBarHidden property is set to true, opening it the first time is fine. After closing it and reopening it, the modal window shows up behind the phones...

View Article

modal window + navBarHidden: true = Bug

Ok so I found a bug on the iphone, havent tested on droid. When opening a modal window, if the windows navBarHidden property is set to true, opening it the first time is fine. After closing it and...

View Article

Android activity hidden navbar?

Hi, I managed to start an activity using a similar code that was presented by Marshall in the webminar. Does anybody have an idea how to start the activity without the navbar? so equivalent to...

View Article

Odd behaviour with windows, and modals

I'm trying to create a basic navigational system, where the user can click a button on the homepage to view a subpage, click from the subpage to the subsubpage, and so on. The user needs to be able to...

View Article


Hide the NavBar in the first Windows but not in the child one

Hi, In my purpose, I need to hide the NavBar in the main window of my TabGroup but when I navigate to the child window I want to see the NavBar. How do I have to make it? is the NavBarHiden: true apply...

View Article

fullscreen from the start

Hi, I want my iPhone App to start fullscreen. I have 3 tabs and the first tab is loaded on start with window1 but the navBar is shown. When I click on the second tab and the on the first tab the navBar...

View Article

android-back close window, showing splash screen

Hi all, I have a problem with android-back button used to close my app. In my app there is a simple window like this:var win = Ti.UI.createWindow({ backgroudImage:'myImage.png', navBarHidden: true,...

View Article


Tabgroup Fullscreen with no notification area

Is it possible to have a tabgroup run fullscreen with no notification area. I have tried opening a window from app.js that has fulscreen: true and navBarHidden : true, When I run the app I see it...

View Article


Titlebar doesn't show

What am I doing wrong? According to the documentation, the window property navbarHidden defaults to false, meaning the navbar will be shown by default. The following code in Titanium 3.1, and perhaps...

View Article

My custom window animations dont work when using navbarhidden

Hello, I have this android app, and i want to animate the different windows, so it looks like they slide on screen, instead of popping up. I got this all working, the old window slides away, while the...

View Article

Android navBarHidden on app start

On Android, is it possible to start an app with the navBarHidden set to true, so that the splash screen doesn't show Nav Bar and quickly hide it again because the first window loaded has it hidden? I...

View Article

Andriod 4.1.1 (Galaxy Nexus) crashes when fullscreen or navBarHidden is set

Updating an iPhone app to run on android. App crashes on my Galaxy Nexus. It appears to be a heavy weight window issue. This code will crash the app on the phone: var self = Ti.UI.createWindow({...

View Article


Bug founded in 3.3.0.RC

navBarHidden:true not working in android Titanium.UI.Window-property-navBarHidden i tried to old version 3.2.3.GA it working !!

View Article

iOS NavigationWindow has bugs if navBarHidden=true. Any solution

I am building an iOS app. I using NavigationWindow for my app and home page i want to do full screen, therefore i use navBarHidden to hide home page window title bar. When I go to next page (B page),...

View Article


Selectively hide actionbar on windows - Android

Hi, Ti SDK 3.3.0 GA, OSX 10.9.4 - moving from Holo themes to AppCompat themes and subsequent "cya" to navBarHidden property. I've been doing a lot of reading trying to get this working. The best link I...

View Article

navBarHidden not working on Android

I recently moved my project to a new folder and renamed it (changed the name in manifest, tiapp.xml and .project). In the old project the nav bar is hidden, but in the new it isn't. The code is 100%...

View Article


How to hide the second bar from the navBar ?

in my app i've a tabGroup and a window on it : var tabGroup = Titanium.UI.createTabGroup({ top:tabGroup_top, height:tabGroup_height, //tabBarHidden : true, //navBarHidden : true });...

View Article

Resize TextFiled and Button

Application type: mobile Titanium SDK: 3.3.0 Platform & version: Android Device: physical device model I9305 Host Operating System: Windows 8 Titanium Studio: build: 3.3.0.201407100905 Hi, I'm...

View Article

The navBarHidden in android doesn't work above SDK 3.3.0

After I upgrade to SDK 3.3.0 or 3.4.0, it's seems the navBarHidden cannot work on android, even I set this in the tiapp.xml and also failed: <fullscreen>true</fullscreen>...

View Article
Browsing latest articles
Browse All 23 View Live




Latest Images