multiple line on tableview row?
I have my tableview that is pulling records locally as list of addresses, and I'm trying to add something along the lines of Address (pulled from db) x miles from location I can add the x miles by...
View Articleadding new line to textarea
Hello, We have a web service that returns a text with multiple lines example:This is line 1 /r This is line 2 /r/r This is line 3 Now we want to maintain the lines in the text and insert it into a...
View Articlemutiline tablerow from database
hey guys, When I load my tableview from a local database, it doesnt show the whole data. In fact, it just shows the first few letters and then it puts ellipses on the end. Is there a way i can show...
View ArticleMultiline TableViewRow Footer
I'd like to add a multiline footer to a TableView row, like the ones you can see in the iPhone settings app (in the sound settings, for example). When I use foo.footer = 'bar', the footer text is cut...
View ArticleMultiline Label?
Hello there, maybe this is a very dumb question, but i'm trying to add a multiline text into a table row. i'm not sure if i'm doing it right. is there a way to make a label being multiline?
View ArticleMultiline text in table view row
Same question link in Stack Overflow I'm working on a tableView based application in Titanium. I need to show long text contents in my table view rows. This is the code I'm using to create my table...
View ArticleDisplay resultset (text) within a label, multiline
I´m actually trying to fetch some data from the underlying sqlite database on iPhone platform. This does work pretty well, indeed. This works for simple text only. Multiline (with \n and \r) does not....
View ArticleCommenting using shortcuts and menu link do not work in Appcelerator Studio
I am unable to comment multiple lines at once by selecting the lines and pressing '?' + '/'. It works in Titanium studio but not appcelerator studio. If I go to "Commands/Source/Comments/Comment Line /...
View Article