Community Questions & Answers

iOS - problems with fonts

Good evening, i want change the font from a label. I had read the documentation but it does not work for me. http://docs.appcelerator.com/titanium/latest/#!/guide/Custom_Fonts I try many fonts like "Arial" or "Helvetica" also i...

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

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

Custom ActivityIndicator

We've created a custom activity indicator that uses animation to create an effect where a tail is chasing itself around the company's logo. It uses the following setInterval function: ~~~ setInterval(function() { var t = Ti.UI.create2DMatrix(),...

Code completion for module proxy methods

Perhaps I missed the documentation, but is there a way to define the proxy methods in a module I am developing so that code completion works? Ti has code completion for all of its internal modules, but when I test with my own module, code completion does...

Custom TableRow Displaced after SDK 3

Hi, when i scroll fast to a tableview using sdk>3 the rows get mixed up (displaced on top of other rows) until i click again on the table. This displacement is affecting only labels are there any solutions? I am just adding the label to the row...

Custom tabgroup

I'm trying to create a custom tabgroup. I want to have two of the tabs have a higher height than the other three tabs (this is for iOS). When I manually set the height of the tabs, it doesn't change anything. Is this possible with tabgroups? If not,...

how to create custom tab bar

Hi, I want to create a custom tab bar, with custom images (normal and selected), and other way to open the windows asociated to this tabs. For example... I have 4 tabs: Tab1, Tab2, Tab3, Tab4 For example, if I open the Tab2... this tab open with...

Create dropdown

i am new to the titanium , i have requirement of developing dropdown ,which contains data, so that user can select any1 of them in the login page.pls anybody help in this issue.its very urgent

Specifying font weights using custom fonts in iOS

Hi all, I'm tearing my hair out over custom fonts on an iOS app. I've used them before with no issue, but only ever using 1 font and not using various weights. So I've done the Plist update, added the 2 fonts I want to use to the Resources folder and...

My custom module no longer found in 3.0.2

I have developed a small custom module for iOS that worked fine until I switched to 3.0.2. When I used 3.0.0 I followed the instructions on http://docs.appcelerator.com/titanium/latest/#!/guide/iOS_Module_Development_Guide for how to use the new module...

Custom annotation BALLOON

Hello, i am developing a mobile app for iOS and Android (Titanium 3.0.2) that uses maps and annotations. It already uses customized pins, but we also need to customize annotation balloons. I already tried setting a custom view as "leftView" or...

Custom Font

In my app I'm trying to use custom fonts (OpenSans.ttf and Montserrat.ttf from Google Web Fonts). I followed all steps from the [docs guide](http://docs.appcelerator.com/titanium/latest/#!/guide/Custom_Fonts), but the fonts doesn't show up in my app. I...

Unable to display images from custom ios module

Hi, I am building a custom ios module that wraps a library that display some images. It was alright if it runs in native xcode, but once it is wrapped in titanium module, the images can't be displayed. The library is accessing a list of images in a...

Changing default font

Hey Developers, I just got my custom font working, but now I want to have this font set on every label in my app. Is there a way to change the default font into my custom font or do I really have to set the fontFamily property for every single label in my...

Best sollution for a custom tabgroup?

What is the best sollution to create a custom tabgroup which works on both iOS and Android? I have to create a tabgroup for both iOS and Android and couldn't find any examples. What I have in mind right now is simple; creating a view which mimics a...

Camera Custom Overlay

Looking at the KitchenSink example, the camera custom overlay displays a red focal square when you are taking a photo with the camera. I'd like to figure out how to actually save that overlay with the photo taken. In other words, combine the overlay...

ACS custom fields Date

Hello everyone, I'm devloping a native android app which uses the ACS. I would like to add custom field to my users table which holds Date type. I've followed the documantion and inserted a string in the right format. In my ACS management web UI, I...

Showing 1-50 of 236 1 2 3 4 5