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

  • Home
  • SEARCH
  • 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 8052723
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:37:17+00:00 2026-06-05T07:37:17+00:00

How to add interactive, dynamic components on a fixed location outside of all views

  • 0

How to add interactive, dynamic components on a fixed location outside of all views in a Sencha Touch application.
With the menu at the top, I would like to add controls to the bottom of the app that control audio, display other random information and rotate imagery. This pane should not hide/move/refresh/etc. when changing views via the menu, in essence it should be separated from the rest of the application. It is highly preferred to be able to use the sencha ‘audio’ xtypes.

Should I implement this:

  • Straight into index.html
  • Somehow add it in the view which holds the menu as well
  • Some other magical way

Example layout

  • 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-05T07:37:19+00:00Added an answer on June 5, 2026 at 7:37 am

    The magical way is… Docking ( outside the rest of the app, probably means you want to doc on the viewport ).

    http://docs.sencha.com/touch/2-0/#!/api/Ext.Component-cfg-docked

    var button = Ext.create('Ext.Button', {
          text: 'Button',
          id: 'rightButton'
     });
    
     Ext.create('Ext.Container', {
         fullscreen: true,
         items: [
             {
                  docked: 'top',
                  xtype: 'titlebar',
                  items: [
                      button
                  ]
              }
         ]
     });
    
     Ext.create('Ext.Panel', {
         html: 'Floating Panel',
         left: 0,
         padding: 10
     }).showBy(button);    
    

    For your top view, I would use something along the lines of a Ext.TabPanel though.
    http://docs.sencha.com/touch/2-0/#!/api/Ext.tab.Panel

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

Sidebar

Related Questions

I would like to add some interactive capability to a python CLI application I've
I want to add an index to my mongo collection outside of the interactive
I have C# add-in for Word and would like to implement an interactive tutorial
I want to add an interactive graph/chart in pdf file with a slider or
Is there any way to add my own completion to an (interactive) elisp function?
How add some style only to GWT container, not to all widget that container
I have just performed git add --interactive , so the index version of some
I'm trying to use git add --interactive to selectively add some changes to my
For an interactive kiosk project I need to add the functionality for the user
Is there any command line trick to get SVN to add in all 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.