Nokia Lumia: Create a start screen for your kids .

>

And the code for the button would be:
EnterScreen.EnterBtn.addEventListener(MouseEvent.CLICK, enterGame);
function enterGame(event: MouseEvent): void
            EnterScreen.PlayBtn.removeEventListener(MouseEvent.CLICK, enterGame);
             removeChild(EnterScreen); //(or EnterScreen.visible = false)
            GameScreen.visible = true;
where the "EnterScreen" is the name of the startup MoveiClip and the "GameScreen" is the name of the MovieClip which contains the game.

Similar Messages

  • Creating a splash screen for your app.

    Im trying to create a splash screen for my app but im not too sure how it's done.
    Im using the following piece of code.
    public static void main(String[] args)
              JPanel display = new JPanel();
              display.setPreferredSize(new Dimension( (300), (200) ));
              display.setBackground(Color.white);
                   // I WILL PUT AN IMAGE ICON ON A JLABEL HERE              
              display.setVisible(true);
                   // I WILL NEED A DELAY HERE
              test.instance();
    }The problem I am having is that the JPanel is not being displayed. I will also need a way to create a delay, I know that I can't just use Thread.sleep(5000); because the JPanel will require the thread to be running in order to display the panel.
    Does anyone know how I could get my JPanel to display and somehow insert a delay before test.instance();?
    Thanks.

    I made my own a few days before for a database program. It can be easily done with Threads.
    I recommend you create a new class to be used as the spalsh screen , it has to extends JFrame and implements Runnable.
    I ll give you an example. I used the spash screen to display the screen and also to laod the main GUI form so that when the spash screen dispose, the main GUI form displays instantly, making the user think that the application loads faster.
    public void run ()
            try
                 this.setVisible(true);
                 Thread.sleep(2000);
                 // sets the menu visible before disposing
                 guiMenu.setVisible(true);
                 // disposes the object and returns the resources to the OS
                 this.dispose();
            catch(InterruptedException exception)
                exception.printStackTrace();
    // this method must be implement in the class
    // that implements Runnable interface
    //MAIN
    public class Main
        public static void main(String[] args)
            Menu menu = new Menu();
            SplashScreen introScreen = new SplashScreen(menu);
            ExecutorService splashExecutor= Executors.newFixedThreadPool(1);
            splashExecutor.execute(introScreen);       
    }ExecutorService is a subinterface of Executor that declares methods for managing the threads. It also has the method execute (that provides the Executor interface) which when invoked calls the method public void run() of the argument class that must implement Runnable.
    Executors.newFixedThreadPool(1); creates a poll consisting of a 1 thread which is been used by splashExecutor to execute the Runnable.
    Hope i've been of some assistance!

  • How to create an apple id for your child

    how to create an apple id for your child

    You can create an id without accredit card that might be what you want.  Ten use that ID for your child's iMessage and iCloud and use your ID for iTunes and App Store on both phones. That way you can control what is purchased.  I would set up restrictions on the kid's phone with a pun that you only know and durn off in app purchases

  • How to create new starting conditions for a workflow of shopping cart

    Hi all,
    How to create new starting conditions for a workflow of shopping cart
    SATYA

    Excecute SWB_COND
    Creating New:
    Click on Create button. If you cannot see that it could be a authorization issue
    then Business Object:  BUS2121
    Double Click the event linkage for one step workflow
    Define the expressions, Check Consistency and click on Traansfer
    Start Condition is created. If it is not Active click on the Red Button to make it Active
    Editing Already existing:
    Click on Edit Button If you cannot see that it could be a authorization issue
    then select Business Object:  BUS2121
    Click on the condition part (White area) of the start condtion needing editing
    Change the expressions, Check Consistency) and click on Traansfer.If it is not Active click on the Red Button to make it Active

  • You sent me a notice letting me know that adobe forms central will not continue any more. What tool will replace it? How can I continue creating forms? Thanks for your responses.

    You sent me a notice letting me know that adobe forms central will not continue any more. What tool will replace it? How can I continue creating forms? Thanks for your responses.

    Hello Chalo,
    There are many FormsCentral alternatives. Our solution, JotForm, has the most complete Import Wizard both for your forms and for your response database.
    http://www.jotform.com/formscentral/

  • HT204053 How do I create an Apple ID for my kids which are linked to my Apple ID so that they can make purchases without me having to tell them my user/password?

    How do I create an Apple ID for my kids which are linked to my Apple ID so that they can make purchases without me having to tell them my user/password?

    Welcome to the community.
    Unfortunately, you cannot do that. The first hurdle that you are going to face, is that mobile devices, by virtue of being prone to loss, will always require that a password is entered before a purchase of any kind is made.
    If your concern about the password, is related to your privacy in regard to your mail, contacts and calendar information rather than their acces to make purchases, then the best solution would be for you to use another Apple ID for iCloud.
    Apple have called the whole cloud thing iCloud, there are a number of features under the iCloud umbrella, some of which require their own login. iTunes is one of these, another is what Apple have unfortunately also called iCloud too.
    You can use the same Apple ID (account) to login to both iCloud and iTunes, but you don't need to and often users will login to each service using a different ID.
    The part that you need to remember is that the services available when you log into iCloud are completely different and unrelated to those when you log in to iTunes. Your iCloud login enables mail, contacts, calendars, find my phone, Back to My Mac, Documents & Data sharing and photostream, it does not affect any of your iTunes services.

  • How do I create an apple ID for my Kid without a Credit Card?

    How do I create an Apple ID for my Kid?

    See  >  Create an iTunes App Store account without a credit card
    Note:
    13 years old is the minimum age requirement.

  • Use start screen for start menu

    As a member of the rarest breed of people who like the start screen, it would be nice to combine where 10 is with where 8.1 has moved to with regards to the start screen.
    I would like to be able to disable the whole recently used/pinned left panel and just have tiles come up. I never use it given the pinned task bar. I don't use jump lists in the start either.
    The menu should be resizeable horizontally as well a vertical. I would make mine the full width.
    We should still be able to make custom named tile groups just like in 8.1.
    Basically I'd just like the start screen embedded in a resizeable pane from the start button. 
    Making that background transparent would look really slick. Perhaps something like this;  i.imgur.com/bcVVLLH.png

    Hello,
    For people who like the start screen I think there is still option to use the start screen. Just right click on taskbar ---> Properties --->Start menu ---> Uncheck the "Use of start menu instead of start screen".
    Since based on your description you don't quite need anything from start menu it would be a good solution for you. In this way you can have your start screen back, and don't bother about the start menu.
    Best regards,
    Treitli Sebastian

  • Customize Windows 8 start screen for sysprepped image deployment.

    I am attempting to customize the start screen of a windows 8 Pro image for deployment. I have been searching and reading different threads well as technet articles but I have not found anything that works or is not completely documented.
    I have tried the three methods outlined in the technet about customizing the start screen with no luck. http://technet.microsoft.com/en-us/library/jj134269.aspx
    The CopyProfile option does not work. Even after enabling the administrator account in audit mode the start screen tiles are not saved after sysprepping.
    Copying the AppFolderLayout.bin file or appsFolder.itemdata-ms to the default user profile does not work. The file is overwritten during the oobe process. I have added these files after sysprepping the image. They are overwritten in the default user
    profile during oobe before the new user is created.
    Using the StartTiles section of unattend would be the best option that will require fewer manual steps but only seems to be able to add new tiles. I cannot remove tiles or change order with StartTiles.
    My unattend.xml file is here: https://dl.dropboxusercontent.com/u/10327232/unattend.xml
    If anyone has a method that works for them please let me know. Especially if this can be automated using unattend.xml

    Copying the AppFolderLayout.bin file or appsFolder.itemdata-ms to the default user profile does not work.
    I think Niall's procedure sounds a bit more complicated than that.   ; )
    http://www.windows-noob.com/forums/index.php?/topic/8101-using-system-center-2012-configuration-manager-part-13-deploying-windows-8-x64-with-custom-start-screen/
    Also, regarding removal specifically, did you see Antony Mann's reference to the PowerShell DISM module?
    http://social.technet.microsoft.com/Forums/en-US/w8itproinstall/thread/cbe566f9-fe40-4344-9e7d-1dbf72178429#a59888a6-5196-47b9-91c0-9ddba6a26384
    Other good references available then via
    (Bing search for
        RemoveAppxProvisionedPackage
    HTH
    Robert Aldwinckle

  • Apple-created Getting Started Guide for iTunes?

    Several months ago, I was able to locate a .PDF entitled "iTunes Getting Started" that gave great instructions for using iTunes. I've used it in the past in my teaching and my students found it helpful.
    Today, I went looking for it again and cannot find it. I can find the "Getting Started" series for each of the iLife apps EXCEPT iTunes.
    The ones for iLife '08 are hosted at http://www.apple.com/support/manuals/ A Google search returns all the '06 version Getting Started guides, but nothing I use returns the iTunes Getting Started document.
    I know I've used one for iTunes, but just can't locate it.
    Does anyone have a copy they'd share/post? Or know where Apple's got it stored?
    Thanks,
    BAS
    South Bend, IN

    I don't know of a PDF, but perhaps these sites will help:
    The New User's Guide for iTunes
    iTunes 101
    iPod 101

  • How do you setup ios5 for your kids?

    On ios4 I used to use my apple id for my iphone and my two kids iphones.  We each have seperate profiles on our mac so we could backup there.  I loved that I could log into 'locate my iphone' and I could see where my kids are.
    ios5 however poses a new challenge with the over the cloud thing.  
    I need help in figuring out the following please:
      1. Do I get them their own applie ID's or can I use mine only and keep our data seperate?
      2. If I have to get them seperate applie id's how do control the app purchases?
      3. And how do you keep control of the location thing so you can check on them?

    Reading about others experiences, if you don't get them separate apple ids for each of them, all your data will be merged. Contacts, photos, etc.
    This is what I did for my husband and myself. We normally purchase all apps and music under my id. When I set up his phone I used an id that I had previously set up for him. I think I would advise that you do this on your computer before actually setting up the phones. A LOT of people are having issues with the IDs and I wonder if they were set up and verified BEFORE setting up the phones if that might not help some of the issues. Anyway, I set up his iCloud with HIS apple id. Then I checked the app store (you should check iTunes too) - it had signed him in there under his ID, but I signed out and signed BACK in under my ID. Then checked the iCloud settings. His ID was still there for his iCloud backups.  If you don't want to worry about all that sign in, sign out business, just don't tell them the passwords to their apple id and leave it signed in the stores. Then you'll have to input the password before any purchases.
    For the location thing, try Find My Friends. It's free and from Apple. Everyone needs the app on their phone. I set ours up today with no big deal. You need the email address that you use for each of their Apple IDs to be in your phone. Within the app you send a request to them that they have to accept, and vice versa if you want them to see where you are. It says in the description of the app that it has "simple Parental Controls". I'm sorry but I don't know what they are.
    Good luck and I hope this was helpful!
    Edited to add: When I say everyone needs the app on their phone, by that I mean - you and all your kids not the entire iPhone world. LOL
    Edited again: Sorry, I am a curious person. So I looked into the Parental Controls. Here is where you find what to do: Open Find my Friends. Along the bottom of the screen you'll see "Me", tap that, then at the top of that screen you'll see an account button. Tap that. At the bottom you'll see Find My Friends Help, tap that. Then tap Change Find My Friends Settings, then tap Set Up Parental Restrictions.
    This will give you all the instructions on what to do. You are basically setting a password that will not allow the child to make any changes. Such as follow anyone else or allow someone else to follow them. Also it will not allow them to hide from you.

  • HT204053 how do i create an apple id for my kids so i stop getting their silly downloads that need constant updating??? also when i get text msgs and emails on my iphone she recieves them too on her itouch...as well as visa versa.

    I was told I need to create another account for my kids separate from mine in order to avoid them receiving copies of my emails and txt msgs as well as getting ALL their silly downloaded apps on my iphone..
    now I have read that i can create separate apple ids for everyone and keep them separate from my iphone but linked to my itunes acct...
    thater has GOT to be an easier way...
    what is the best thing to do here? and how do i do it?  because thier itouches are linked to my account and their music that they purchased in also on my acct = can they share it?

    you can go to settings in icloud and turn off app sharing

  • I would like to create separate apple Ids for my kids devices as I'm now sharing my ID with them

    I currently have 5 apple devices: IPAD/IPhone for me and ITouchs for my kids. We're all sharing my user ID and I'd like for them to be able to set up their own ID. Problem is, it seems they need to have a credit card account to do so??

    If you want to create a apple ID with no creditcard, you have to do the register of the apple ID, by clicking "download" on a free app. and then sign up.
    thats the only way to get the option.  If its stil available, i think it was a loophole!
    And the date of birth you put must be over thirteen years..

  • How to create a Custom Screen for executing a report in the backend ?

    Hello Everyone,
    I have a requirement to develop a Custom Application on the Cloud to capture few fields from user and trigger an execution of a report in the background in CRM. There is no need to display any results after the triggering execution. Just need to show a message that "Background Job was successfully submitted".
    I saw the types of screens available for creation as explained in this link Screen Types, unfortunately none of the screen types works out for me.
    As seen from the requirement, there is no need to store any data send from the UI in backend. So, it doesn't make sense for me to create a Business Object. So I tried creating a Query Object to see if that works out, but query object also requires a BO to execute query on and it also makes result list view mandatory and asks me to pick atleast one field to show in the result list.
    I also tried Mass Data run which doesn't fit the bill.
    So, I'm looking for the best possible UI screen and approach to build a simple custom application with 5-6 fields and an execute button. Please suggest me the best possible option available in the C4C.
    Regards,
    Srikanth

    Hey,
    first of all: if you really need a button, you will need to create your own business object with an action.
    If you just want to trigger the service you could add an extension field of type indicator to any standard Bo and the put logic in the before save of this Xbo. Then you just add the indicator to the UI. But the user would always have to go to this screen I.e. The customer...
    so i guess maybe a custom business object with only one instance, a button, some logic in an action and a generated UI including a workcenters 'backend report execution' is the best way for you!
    cheers
    jens

  • Nokia lumia 710 update 7.8 for airtel user

    Hi can anyone let me know when will 710 will uopdate to 7.8 as at present i am on 7.5. I am on airtel carrier & when i check over online its showing tht 710 is updating to 7.8. but my phone is showing no update.
    plz help me........

    hi mate,
    you will need to contact your network carrier for information regarding the update, as Nokia has stated in their official 7.8 announcement that if you haven't received the update by now, then you should contact either your local Nokia Care or your network carrier: http://nokia.com/support

Maybe you are looking for

  • Root.sh failure during Grid install - segmentation fault for clscfg

    Hi anyone got any idea how to resolve the following error during execution of root.sh on second node of a RAC installation. I see there is a failure when clscfg -localadd is run - perhaps this is the start of the issue. I have no idea what this comma

  • Plz help me in j2me programming

    Hello friend, I am making progress bar in j2me which is made by Gauge class. here iam fetching data from jsp page..in between all data process and come on to mobile screen i want to show progress bar on screen..plz help me how can i bind my process w

  • Create product in SRM 4.0

    Hi, we have a SRM 4.0. know a function module, BAPI or reports that allows to cerate product in SRM without using the standard download of materials (TRAN. R3AS). Best regards Alessio

  • How large is Extremely large?

    And how many thousands of lines of code? 2,000 lines of code isn't that much.... Does the compile failure occur continually, or is it random? quote: Unfortunately, there is no unique number that qualifies as too much. However, this issue is known to

  • Window with no taskbar entry, both JWindow and undecorated frames dont work

    I wanted to create a borderless, window without a titlte bar, with no task bar entry, so as in JDK 1.3, I created a JWindow and it worked pretty good. Now that I have upgraded to JDK 1.4, it turns out that in order to get a focus to components with J