[AC-3647] Not able to build custom button using TSS
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2016-05-29T09:43:33.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | n/a |
Reporter | Venkata |
Assignee | Shak Hossain |
Created | 2016-05-23T10:32:35.000+0000 |
Updated | 2016-05-29T09:43:33.000+0000 |
Description
Not able to achieve the buttons styles in Titanium API as per the attachments. Issues facing:
-not able to make the button text as capital without using java script. want to do it using tss.
-not able to build the custom images using tss.
examples want to achieve:
!Screenshot 2016-05-13 11.54.53.png|thumbnail!
!Screenshot 2016-05-13 11.31.37.png|thumbnail!
Attachments
Hello [~vvalluru], Thanks for reaching out. Please share the test code and explain a bit more what you are trying to achieve and where you find inconvenience then we will be able to give you solution. Thanks in advance
As per the attachment if you see the button pattern i am able to achieve the button color with background image but i can't place a arrow icon on top of it with something like position absolute it. Also without using javascript i can't see any option to make the button text to uppercase.
Hello, 1. Why don't you use an image as button background image, that has already an arrow icon at the corner. 2. For Android 5 and up, By default button title is uppercase. Currently, Appcelerator has no property for making button title uppercase in iOS. You can use uppercase letters in button title for that. Now, If you want the feature for iOS, Please provide reference on how this is done in native platform. Regards, Sharif.