Quantcast
Channel: Appcelerator Developer Center Q&A Tag Feed (rightbutton)
Browsing all 16 articles
Browse latest View live

Open Detail Window on Map Annotation rightButton Click using Slide in from...

This post is an accidental dupe. Please refer to my same original question here.

View Article



Open Detail Window on Map Annotation rightButton Click using Slide in from...

How do I use an animation to slide a detail window in from the right when a map annotation rightButton is clicked? Currently my detail window is just opening as normal with no slide animation. Here's...

View Article

why is not show systembutton in textfield

This searchButton not show, but it can click it.var view = Ti.UI.createView();   var rightBtn = Ti.UI.createButton({ style: Ti.UI.iPhone.SystemButton.SEARCH });   rightBtn.addEventListener('click',...

View Article

How to add a custom rightButton to a TextField?

Hi!. I've tried to custom the right Button for a textField, but there is no image. I can click the button, but there is no image shown. This is the code I've been using. var rightButton =...

View Article

rightButton size in a mapView

Hi all, I have this annotation on my map.js: var myPin = Titanium.Map.createAnnotation({ title: 'My title', pincolor: Titanium.Map.ANNOTATION_GREEN, animate: true, rightButton:...

View Article


Open a window on Map annotation right button click event

I have a mapview whose annotations are pulled from an XML file. var annot = Ti.Map.createAnnotation ({ latitude:lat, longitude:lon, title:title, pincolor: Ti.Map.ANNOTATION_RED, rightButton:...

View Article

Editable property of textfield

Hi guys, I am working on a mobile app, using 2.1.3 version of titanium SDK and using ios 6 platform for ios simulator. In my app, i have a textfield in which i have used rightbutton propoerty to...

View Article

(IOS) ActivityIndicator show randomly in the title of navBar instead of...

Hi, Since a few weeks I face a problem where instead of always showing the activity indicator on the rightButton it sometimes show it in the title of the window. I have seen this on iPhone and iPad...

View Article


Can't show rightButton or rightView on Annotations (Android)

Hi, Do these 2 properties (rightButton and rightView) work on Android ? I can't see them, I can see the left button image, but setting the same image to the right Button doesn't show anything. I have...

View Article


rightButton doesn't show image in annotation on android

Hi, here is my code : var boutique = MapModule.createAnnotation({ latitude: locations[i].latitude, longitude: locations[i].longitude, pincolor: MapModule.ANNOTATION_RED, rightButton:...

View Article

Add Custom Button to Map Annotation

Hi there, i want to add a custom button to my map-annotation. My button looks like this:var routeButton = Ti.UI.createButton({ backgroundImage: '../images/needle.png', height: 25, width: 25 }); And i...

View Article

Is it possible to add a TextField button in Alloy XML markup?

I am trying to add a button inside a TextField in Alloy below is the code snippet<TextField class="formTextField" rightButtonMode="Ti.UI.INPUT_BUTTONMODE_ALWAYS"> <RightButton> <Button...

View Article

How to create RightButton for a TextField in Alloy?

Hi! Please know somebody how to create RightButton for a TextField in Alloy? I have tried this ,but unfortunately it doesn't work and I don't want to use controller for make a button. <TextField>...

View Article


padding for rightButton in textfield not working

Hi all, I am using titanium sdk 3.2.0 -- alloy project. will be developing assignment for ios as well android platform. I am trying to add rightButton in a textfield. I followed the link --...

View Article

Image in annotation for google maps module

Hi, I am implementing a map using the google maps v2 for Android module, based off the docs for this module, I am attempting to include a picture in the annotation. I have tried both the rightbutton...

View Article


Image in map annotation not showing up

Hi, this small (?) issue is driving me nuts.... why is the image not showing up? Map.createAnnotation({ latitude: lat, longitude: lon, title: 'MyTitle', subtitle: 'MySubTitle', animate: true, myid:1,...

View Article
Browsing all 16 articles
Browse latest View live




Latest Images