Community Questions & Answers

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

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

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