Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8013137
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T19:33:05+00:00 2026-06-04T19:33:05+00:00

I am trying to create a layout as show in the image attached here:

  • 0

I am trying to create a layout as show in the image attached here:

enter image description here

Here are my screen components,

  1. Screen title field
  2. Button at the center of screen
  3. HorizontalFieldManager containing 3 buttons docked to bottom of screen
  4. Add banner, placed as docked below.

I have completed all of the 1, 2 and 4. I have used setStatus(Field) to place the ad banner. Also, I have customized the HorizontalFieldManager for holding 3 fields justified aligned. Now I don’t know how could I place it to the bottom of screen just above the add banner, as I’ve already used setStatus() for the ad banner. Also, if the virtual keyboard comes up, I want it to cover up the bottom of the screen, rather than push the HorizonalFieldManager and ad banner up.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T19:33:06+00:00Added an answer on June 4, 2026 at 7:33 pm

    Dont use setstatus for adding banner stuff instead you can use two horizontal managers at bottom of screen considering Display.getHeight().

    I ve done similar kind of screen in my application here is the brief info regarding that.

    1) parent Manager (either Vertical/Horizontal) say parentManager

    2) Two Horozontal managers with appropriate height and Maximum width (override in sublayout of horizontal managers) and add both these two a verticalfield manager(bottommanager)

    3) then here comes tricky part. To the parent Manger override sublayout and add these steps

    vfm_screen = new VerticalFieldManager(ScrollView.NO_VERTICAL_SCROLL | HORIZONTAL_SCROLL
                    | NO_VERTICAL_SCROLL){
    
                protected void sublayout(int maxWidth, int maxHeight) {
                    setPositionChild(parentManager, 0, 0);
                    layoutChild(parentManager, Display.getWidth(), Display.getHeight());
                    setPositionChild(bottommanager, 0, Display.getHeight()-114);
                    layoutChild(bottommanager, Display.getWidth(), 114);
                    setExtent(Display.getWidth(), Display.getHeight());
                };
            };
    
    vfm_screen.add(parentManager);
    
    vfm_screen.add(bottommanager);
    
    add(vfm_screen);
    

    Here 114 is hard sized and you can change it based on your requirement. and adding Button to that parent manger at center of screen.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a layout similar to this: alt text http://img20.imageshack.us/img20/3533/stackn.png Here's the
I am trying to create an image slide show that is similar to this
I'm trying to create a layout with a ViewFlipper containing ScrollViews. The idea is
I'm trying to create the following layout for my website: <table width=80% align=center> <tr>
I am trying to create a button where I can hide or show the
Im trying to create a layout in flex using mxml, the layout contains a
I'm trying to create a layout that has a stationary footer with activities that
I'm trying to create a layout with display: table and alike, but it seems
i'm trying to create following layout: http://jsfiddle.net/BTuMH/1/ but without setting the width, like: http://jsfiddle.net/yuGyg/
I am trying to create a fixed layout and using Bootstrap for mainly the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.