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 6246433
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:41:19+00:00 2026-05-24T12:41:19+00:00

I have started learning flex 4 and I got myself thinking about how to

  • 0

I have started learning flex 4 and I got myself thinking about how to change views. So I have a question what do people usually use – states or views (ViewStack). The type of web application I am making, can use both, but what do developers use in big projects or maybe they use non of the mentioned before?

Also I have a question about ViewStack. If I write:

<mx:ViewStack id="views" resizeToContent="true" verticalCenter="0" horizontalCenter="0" >
    <s:NavigatorContent id="navOne">
        <s:Label text="asdas" x="0" y="0"/>
    </s:NavigatorContent>

then I can’t change location of its child. Label remains in the center of the screen. If I remove vertical and horizontal center from ViewStack and put them in Label’s tags, then label will be in top left corner but not in center. How do I control those locations?

  • 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-05-24T12:41:20+00:00Added an answer on May 24, 2026 at 12:41 pm

    As far as you’re using Flex 4 you can prefer states. And there are at least two reasons for that:

    1. Flex 4 states are much more declarative than in Flex 3.
    2. Flex 4 hasn’t Spark implementation of ViewStack and it is rather obsolete (necessarity of using NavigatorContent with Spark container is another proof of that fact).

    The second part of the question. The problem is your ViewStack hasn’t any size. So finally it has size of content (Label size). So verticalCenter and horizontalCenter are just alignment of your ViewStack. To control size and alignment of ViewStack you should care about sizes. Something like:

    <mx:ViewStack id="views" resizeToContent="true" verticalCenter="0" 
        horizontalCenter="0" width="500" height="300" >
        <s:NavigatorContent id="navOne" width="100%" height="100%">
            <s:Label text="asdas" x="0" y="0"/>
        </s:NavigatorContent>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just started learning C# and would have one question that I cannot
i have started learning something about log4j as so far its working fine here
I have started learning Excel more recently. I am learnng to use Excel Formulas.
I am a Flex developer and now I have started learning the fundamentals of
I have just started learning about Android and I was planning on making a
I have just started learning Perl scripting language and have a question. In Perl,
hi I started learning google data api. I have one question What will be
I have recently started learning wpf and am trying to use mvvm. My understanding
I have just started learning Erlang and am trying out some Project Euler problems
I have recently started learning F#, and this is the first time I've ever

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.