Closed Thread
Results 1 to 5 of 5

Thread: FLEX - App start maximised

  1. #1
    adzeds is offline Newbie
    Join Date
    Oct 2009
    Location
    Bristol, UK
    Posts
    27
    Rep Power
    0

    FLEX - App start maximised

    I am creating a flex application but everytime I run it, it opens in windowed mode, I want it to open in maximised mode.

    Hope that makes sense. How can I set this?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Bartimäus's Avatar
    Bartimäus is offline Programming Expert
    Join Date
    Dec 2009
    Location
    Germany
    Posts
    490
    Rep Power
    11

    Re: FLEX - App start maximised

    Code:
    myWindow.maximize();
    Hope it's helpful

  4. #3
    adzeds is offline Newbie
    Join Date
    Oct 2009
    Location
    Bristol, UK
    Posts
    27
    Rep Power
    0

    Re: FLEX - App start maximised

    Great. Where do I put that so it does it when the application is opened!

  5. #4
    zeroradius's Avatar
    zeroradius is offline Speaks fluent binary
    Join Date
    Feb 2008
    Location
    Ohio
    Posts
    1,403
    Rep Power
    25

    Re: FLEX - App start maximised

    asuming FLEX goes the same route as its brotheren flash and AIR you put it in the onLoad() function/method

  6. #5
    adzeds is offline Newbie
    Join Date
    Oct 2009
    Location
    Bristol, UK
    Posts
    27
    Rep Power
    0

    Re: FLEX - App start maximised

    Anyone know where I can do a crash-course on the basics of Flex builder online?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Flex Question
    By masteri in forum General Programming
    Replies: 2
    Last Post: 04-25-2010, 06:05 AM
  2. Flex multi page app
    By adzeds in forum General Programming
    Replies: 0
    Last Post: 02-19-2010, 02:11 AM
  3. Free Adobe Flex License
    By Jordan in forum Computer Software/OS
    Replies: 10
    Last Post: 04-09-2009, 07:53 PM
  4. Adobe Flex 3.0
    By jage in forum Website Design
    Replies: 3
    Last Post: 12-05-2008, 11:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts