Community Questions & Answers

create interface

hi everybody can you help me i want to create an interface with linear icons wich every icon will display some data i don't know how and what to use for that : button ,view ,image view ... i'm really confused some idea please or indication

How to hide Keyboard

Hi, I'm new to Titanium and i'm tryin to create a calculator app for my own use. the problem is, that none of the default apple keyboards have the buttons i need, so i'm trying to make a custom keyboard layout with buttons. My Question is now, how can i...

Create List/Tableview

I'm new to Titanium and am just wondering what the best way would be to achieve something like this: ![image](http://i.imgur.com/znvy0nQ.png) I tried a function something like this, however I would want to have the text overlay the row backgrounds....

Design Advice

It seems like I have been struggling for a couple years now to create anything beyond a basic app. I just cannot get the design concepts. When I started learning HTML 15 years ago I just did a view source. No such luck with phone apps. No reverse...

composing views in vertical layout

I Need to create this sample using a main vertical layout, but I can't put the blue view at the bottom of the mainview. Please, help :) ~~~ win = Ti.UI.createWindow(); mainview = Ti.UI.createView({ width : "80%", height :...

Android stylesheets

Hi. How can i make different stylesheets for different android screen sizes? I dont want it to be only for differnt resolution screens i need it to be for differnt screen sizes. I have a win/view with A LOT of labels, text firelds and buttons that needs...

Improve rendering speed of complex views

I have an app where views (plain views, image view, labels etc) are added in about 6-7 levels of views and child views. On some levels I need to know the absolute size of the parent view, which is not available until postlayout event. The problem is that...

Layout in android and iOS

Hi, I have developed an application for iOS. I have set the top and left manually. Because of this, my app contents are not properly aligned in android. Is it possible to use the screen width and align the contents relative to the screen size, so that the...

Settting divider height to 0

Hi, I am trying to make two textfields that are joined.Some thing like this http://imageshack.us/photo/my-images/40/screenshot20120726at913.png/ One way of doing this is by adding two textfields to two different rows in the TableView and then setting...

Consistent Cross Platform UI

I know this has been answered somewhere but in two days of searching off and on and rewatching the training videos I still cannot figure it out. Basically I want my application to look basically the same on iOS and Android at all resolutions. By the same...

Alloy: layout system for different screen sizes

Hi Tony! I have completed a portion of my new project and running well in iPhone. Then I tried to run in android devices, and noticed that everything fits exactly the way that I lay out views according to iPhone's screen size, despite its a smaller...

Fill the remaining space of a parent

Hi there! I have a parent view (with horizontal layout) and 2 child views: one has specified with and I expect another one to fill the remaining space of it's parent. Is there an easy way to achieve that? If I try to set `width: Ti.UI.FILL` to the second...

Get TableView's height

I have a complex window with several views in it. I want to scroll the full page with all the views at once. I have a ScrollView attached to the Window, and a View with auto height in it. In this View are the other two Views and a TableView. I have exact...

TableViewRow Layout

Titanium Studio 3.0.1.201212181159 (SDK 3.0.0GA) Iphone Emulator Would like to have a tableviewrow with the following layout (This is what a single row looks like) ~~~ -------------------------------------------------------------------------------- | ...

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