Community Questions & Answers
TableView: background color for row's footer
Hi, it's possible to set background color for a simple footer (see: "Close section one" footer). Below a simple example code: var tbl_data = [{title:'Row 1', header: 'Section one'}, {title:'Row 2'}, {title:'Row 3', footer:'Close section one'},...
How to position a footer at bottom of a scrollView OR screen depending on the size of the content
I want to have a footer, which behaves as follows: (1) When the scrollView.height is larger than the screen height, the footer should be positioned end of the scrollView. (2) When the scrollView.height is smaller than the screen, the footer should be...
mobile Window layout issue
I am trying to create a window with a simple header (with a textfield), body, and footer (with 2 image views). I want to have the body fill the area between the header and footer without having to statically define the height so that the app can handle...
Fixed position footer
I have an app loaded into a tab group for which I need to create a footer. The footer will appear on every window and should sit with `bottom: 0`, but that property doesn't seem to be enough (if/when the window layout is set to `vertical`). Is there a...
Remove footer of table view (Android)
Hi,current I am developing android application.I am using table view for displaying data.When I first time display my table view I want footer but after adding some extra data in table view i want to remove that footer.I tried following code: ~~~ var...
Adding a footer to each UI.TableViewRow
Hi all. I've been trying to build a Table that has multiple lines and each line has it's own footer something like this: ~~~ var data = []; for (var i=0; i<10' i++){ var title = 'this is row number: ' +i; var row =...
admob always displayed on footer for each screen
Hello I tried to find a way to display a footer with an admob module visible on each screens of my application. I saw the answer in this thread : http://developer.appcelerator.com/question/76681/how-to-create-footer But I don t know how to do the...
tableViewRow multiline footer
Hi All Just wondering if any knows how to create a multiline footer in a tableviewrow. I have tried. ~~~ myRow.footer = 'I would like this footer to span over'; myRow.footer = 'two lines.'; ~~~ and ~~~ myRow.footer = 'I would like this footer to span...
Multiline 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 with '...' (I don't know what it's called in English...
TableView Footer not full-width after orientation change to landscape
Hi, I'm having a problem with my iPhone/iPad app where if the orientation is changed to landscape, then the footer view has a white space to the left of it which is unclickable. I'm not really sure what to do here. Any ideas? Here's an image of the...
Android - Header and Footer always displayed
Hi, Is there a way to set a headerView and footerView of a TableView to always be displayed at the top and bottom of a window respectively. Any insight on this would be appreciated. Regards Michael
Adding a universal label to every child window
Hi, If i need to have a universal label on every child window in my program, say "Copyright 2011". I created a label.js on "Copyright 2011". How do i add this "label.js" to every footer of my child window or whether it is...
Table headerView and footerView
Using Ti 1.2.1 SDK 4.2 I have a table in the 'grouped' style and I'v have set buttons for both the header and footer views. Inside one of the table rows is a text field that when clicked opens up a keyboard for entering text. Nothing unusual here......
why i couldn't stick my button on tabel view footer??
hi, i try to stick a button on my table view footer. i put my button on a view and put my view on *footerView* property. it seems work well on android, but the button doesn't appear on iphone. could anybody please help me?? here is my code `inline code`...
How to create footer?
How do you create a footer that exists on every window? If you create a tabgroup in app.js and call open, it creates the windows below and keeps the tabgroup at the top of every window. I want to have a webview with a google ad in it at the bottom of each...
Making a FooterView stick?
Ignore the topic question, I am actually building a **HEADERVIEW**, not a FooterView. So right now I have it all set up, but it's overlapping my top TableViewRow... How would I get the TableViewRow to get pushed down a bit more?
Showing 1-16 of 16