Community Questions & Answers
Transparent Window
Hi, I need to develop an overlay screen,with non transparent instructions on it.I have given an opacity to the window of 0.2.The instructions are labels with a background image,which is non transparent.This works for both Android and IOS devices,except on...
NavBar/Toolbar - Transparent BG
Hi, please is there some way how to set transparent BG on a NavBar or a Toolbar? I tried milion ways including the image background ,but it is not wokring...Thanks
TiPaint transparency
I have been trying to get part of a drawing to be transparent in the TiPaint module. Even when the eraser is used the result is not transparent even if the view and the backgroundColor is set to transparent. How can you set it so that the eraser clears...
Tableview SeparatorColor Not Changing?
My application temporarily requires hiding tableview separators. On iPhone I can use the separatorStyle property, but Android I have to adjust the separator color. For an already created & displayed table, I set the separatorColor to transparent and...
Draggable transparent windows choppy
When I use the transparent-background property in my tiapp.xml file, and set the window content to drag the currentWindow location via javascript (shown at the bottom of http://developer.appcelerator.com/doc/desktop/tiapp.xml), it works, but the movement...
Can a view be transparent to clicks?
I mean, put one view all over a button for example and when you click where the button is still get the onclick event in the button.
Complex Shape Transparent Image Collision Checking?
I looked around for image collision tutorials and couldn't find anything beyond a basic equation that could check if two boxes are touching. This level of checking is too basic for my needs though. If a "particle" is fired at a large complex...
Webview with Transparent BG
Hi Folks, Is it possible to have a webview with a transparent BG? I was hoping to display html (just text and some h1/h2 tags) in a scrollview with a transparent BG so i can see the background of the app itself! All works fine apart from the current white...
Transparent background for tableView pull header
Do you know how I can define a transparent background for my pull header view. I have tried backgroundColor: 'transparent', but it doesn't work. Is it because I'm doing something wrong, or is there a known issue? My code : ~~~ border =...
views, labels or buttons above transparent view
Hi, I have a container view which have opacity 0.7 it contains labels, view and buttons which should not have opacity. but thez are affected too. for example labels should be white..they are a little gray. backgroundColor of buttons are a little...
iOS statusbar transparent
Hi... is possible have a transparent statusbar ?? For example, when the load screen appears... the statusbar is transparent... and is floating over the load image, but... when the app is load... the statusbar is opaque... not transparent... not float...
Possible to make the whole app transparent? (Android)
I'm looking for a way to make the whole app transparent, so that it is possible to see through to apps behind it. Or if no other app is open, just the homescreen/app drawer. I know that this can be done in java, as I have seen apps that do exactly this....
Search bug when setting TableView backgroundColor to transparent?
I have a working tableview with a search function. When i set my TableView backgroundColor to transparent, the search results are messed up! It seems like i can see two layers of tablerows or something. Is this a common problem? I would really like to...
backgroundGradient and tableViewSection
Hi, I try to specify a backgroundGradient for my TableViewSection but it doesn't work. My code: ~~~ var section = Ti.UI.createTableViewSection({ backgroundGradient: { type: 'linear', colors: [ {color: '#FFFFFF', position: 0.0}, {color:...
backgroundGradient where one color is transparent
Must be daft or something. I can't figure out how to do a transparent background gradient. Any suggestions?
Tableview background: transparent issue with NavigationGroup?
Hi dudes, is there currently a problem with NavigationGroup and the transparent Parameter of tableView? Sometimes after switching between the views, my TableView "forgot" the "transparent" setting. Is this a known issue? ~~~ //...
Touch on image but ignore transparent area
I have several png images which are touchable. Is there any way to ignore touches on the transparent area? I have to put these images very close together and sometimes when I think i touch one image, I'm also touching the other image because it's...
Hot to disbale the border for rows in table view ?
I am working with table. After going through many blogs I am not able to find the solution to disable or totally remove the separator bar between two rows. Either something makes its transparent or some other say to make it same color as background. But I...
transparent background doesn't work in buttons
Hi, I have several buttons that are placed within a tableView. The button consists of an imageView and a labelView. I want the background image of the tableView to show through to the buttons, thus I need the buttons backgroundColor to be transparent. I...
transparent background on pull down to refresh
I tried the sample from kitchensink, but it always defaults back to grey when setting backgroundColor to transparent on tableHeader. Setting the backgroundColor to any color works, but transparent... no. I thought it was getting its color from some other...
How to make a window transparent with titanium in android
I have tried to make a transparent window with the setting of opacity but failed. May I know how to make the window appear as semi transparent background? Below is my code. Please advice. Thanks ~~~ var w = Titanium.UI.createWindow({ opacity:0.9, ...
Table headerView and footerView
Using Ti 1.2.1 SDK 4.2 I have a table in the 'grouped' style and I'v have set buttons for both the header and footer views. Inside one of the table rows is a text field that when clicked opens up a keyboard for entering text. Nothing unusual here......
Window is transparent sometimes but not always
I've been trying to replicate the messageWin little popup messenger from the kitchen sink. It works perfectly when over my initial log in screen. When I call it from my main window it shows with a solid white, non-transparent, background taking up the...
TextField in TableView causing window height to increase.
I have a window with a TableView using the group style. There are a few different groups of buttons on the screen, each one being in its own TableViewRow. The very bottom submit button needed to be placed outside of a TableViewRow as (from my...
Desktop App Transparent background - leaves a shadow behind
Interesting case, Building desktop app, using transparent background, using JQuery/UI for drag capabilities. When my app starts up, all is good, when I drag it, it looks fine but in the initial starting position is left a burnt in transparent shadow in...
Transparent ImageView / Button
Hi, I have some troubles with the ImageView for a program I am writing for iPhone : I have 2 ImageViews which overlap each other, both contain an image with some transparent parts (PNG). When I click in the transparent part of the imageView (with the...
Tableview Row Colors and Transparent Table Backgrounds
Just noticed a simple bug / oversight: I'm trying to imitate a table view that has no background after the last row so the window background is shown. Here's one such example: http://www.momentoapp.com/images/screenshots/tags.jpg It sounds simple but...
how to create semi transparent row effect with fixed non moving table background?
Dear Experts, Can someone explained me, how to create a table with fixed non movable, non repeating background with semi-transparent row effect? What i want is when scroll the table rows background of the table say there and just rows move up and...
Transparent Keyboard?
Sorry if this has already been answered - but I can't find squat with the search. (Hey Appcelerator dudes, how about setting up Lucene) Is it possible to have a keyboard with no background?
setToolbar transparent ?
I have this code with a window which has a bg. When i open up the window it bunches up the bg by the toolbar. The question is can i make the toolbar transparent so this does not happen? var a = Titanium.UI.createButton({ title:'Good...
Showing 1-30 of 30