How to make the new SSD primary?

I have a new SSD and instead of the dvd i have the old HD ... now when trying to back up in time machine it sees only the old one

Click the Time Machine icon (the clcok) in the menu bar, then select Open Time Machine Preferences. You can select the disk you want on that pane.

Similar Messages

  • How to make the new Array start at the same position as the previous and randomise only the newObjec

    So i am currently trying to make 5 boxes/ships (3Blue and 2 Green)appear  in a random position(1st-Gree,2nd- Blue,3rd-blue,4th-Green,5th-Green or in some other random way) i the upper corner of the stage.Make them move down.Then make a new 5 boxes and position them in the same starting position as the previous 5 and make only them get randomised (not with the previous 5,what it is doing at the moment).And do this while they are moving down.  so the code so far i have is this :
    import flash.events.Event;
    var shipCount:Number;
    var shipCount2:Number;
    var shipArray:Array = new Array();
    var shipArrayPosition:Array = new Array();
    var counter:int = 0
    var positionsX:Array = ["50","100","150","200","250",]
    addEventListener(Event.ENTER_FRAME, everyFrame)
    function everyFrame(ev:Event):void{
              counter++
              if(counter % 70 == 0){
                             doShips()
              positionShips()
              trace(shipArray.length )
    function doShips() {
              shipCount = 3;
              shipCount2 = 2;
              var gap = 10;
              for (var i:int = 0; i < shipCount; i++) {
                        var s = new Ship;
                        shipArray.push(s);
                        //s.x = s.width/2 + (s.width* i) + gap*i
                        //addChild(s)
                        //shipArrayPosition.push(s);
              for (var j:int = 0; j < shipCount2; j++) {
                        s = new Ship2;
                        shipArray.push(s);
              var array:Array=new Array();
              while (shipArray.length>0) {
                        var index:uint = Math.floor(Math.random() * shipArray.length);
                        array.push(shipArray[index]);
                        shipArray.splice(index,1);
              shipArray = array;
              //shipsArray has been randomized
              for (var k:int = shipArray.length - 1; k >= 0; k--) {
                        shipArray[k].x = positionsX[k]
                        addChild(shipArray[k])
    function positionShips() {
              for (var i:int = shipArray.length - 1; i >= 0; i--) {
                        shipArray[i].moveDown() //what the code in the Ship and Ship2 class does -> only: this.y += 3
    and how to make them stay at one position.Not to move in any X position when the new 5 are added

    This one is more efficient yet because it removes ships that moved out of view:
    import flash.display.MovieClip;
    import flash.display.Sprite;
    import flash.events.Event;
    var numShips:int = 5;
    var shipCount:int = 3;
    var shipArray:Vector.<Sprite> = new Vector.<Sprite>();
    var counter:int = 0
    var positionsX:Array = [];
    init();
    function init():void
              // populate positions
              for (var i:int = numShips - 1; i >= 0; i--)
                        positionsX.push(50 * i);
              addEventListener(Event.ENTER_FRAME, everyFrame);
    function everyFrame(e:Event):void
              counter++
              if (counter % 70 == 0)
                        doShips();
              positionShips();
              trace(shipArray.length);
    function doShips():void
              var gap = 10;
              var s:MovieClip;
              var shipsLine:Sprite = new Sprite();
              shipsLine.cacheAsBitmap = true;
              addChild(shipsLine);
              shipArray.push(shipsLine);
              shuffle(positionsX);
              for (var i:int = numShips - 1; i >= 0; i--)
                        s = i < shipCount ? new Ship() : new Ship2();
                        s.x = positionsX[i] + gap;
                        shipsLine.addChild(s);
              shipsLine.y = -shipsLine.height;
    function shuffle(a:Array):void
              for (var i:int = a.length - 1; i >= 0; i--)
                        var r:int = Math.floor(Math.random() * (i + 1));
                        var t:Object = a[r];
                        a[r] = a[i];
                        a[i] = t;
    function positionShips():void
              for each (var shipLine:Sprite in shipArray)
                        shipLine.y += 3;
                        // remove line that moved out of stage
                        if (shipLine.y > stage.stageHeight + shipLine.height)
                                  removeChild(shipLine);
                                  shipArray.splice(shipArray.indexOf(shipLine), 1);

  • How to make the new tabs to open the same URL as the startup page?

    Hello!
    I was wondering if it's possible to configure the Firefox in such a way that the new tabs open exactly the same URL that is typed in the Options. I tried to set browser.newtab.url to about:home but it gives me Firefox Google custom page instead of the startup page that I've set in the Options. Another way I tried is to set the browser.newtab.url value in about:config to the same URL as the startup page URL, but then if I change the URL in the options the new tab URL is not changed. So the question is whether it's possible to make the Firefox read the URL that is used for the startup page and go there when opening a new tab.

    You can use a addon or about:config
    <h2>Addon</h2>
    * https://addons.mozilla.org/en-us/firefox/addon/new-tab-homepage/‎
    <h2>About:config</h2>
    # In the [[Location bar autocomplete|Location bar]], type '''about:config''' and press '''Enter'''. The about:config "''This might void your warranty!''" warning page may appear.
    # Click '''I'll be careful, I promise!''', to continue to the about:config page.
    # Enter '''browser.newtab.url''', double click the result.
    # A new window should now show, enter your homepage url in the box, then hit ok.
    # Open a new tab, does it work.
    If prefs arent saved you need to read the [[How to fix preferences that won't save]] article.

  • How to make the new products on SLD to show on the PI?

    We have a PI7.0 connected to a remote centralized SLD.
    Whenever there is a new product on the SLD , we want to have it show up at the PI7.0.
    We do not know how to make it happen.
    What we know is (perhaps) once a new product is installed on the PI, SE70 will inform SLD about this.
    Please help. Thanks!

    Hi Ashley,
      As you are mentioning that SLD has been connected to PI7.0 No special mechanism is requred to access products .Every thing that is created in SLD will be in synchronised automaticaly and you will be able to see them in IR(ex.Import ing sofware compnent from SLd).
    Thanks,
    Ram.

  • How to make the new tab page show up in private browsing by default

    When a private browsing window opens, I would like to have the new tab page (or any home page) show on startup. By default, about:privatebrowsing (without preceding dialog) will show. <b>Always.</b>

    Note Bugzilla Bug requests are not to be used a discussion forum*. You are however encouraged to vote on something if it is a fix, or an enhancement you would like.
    If you do need to discuss the subject of a bug take the discussion elsewhere and I doubt anyone would mind you adding a link in the bug to the related discussion.
    * https://bugzilla.mozilla.org/page.cgi?id=etiquette.html
    *https://bugzilla.mozilla.org/page.cgi?id=voting.html
    Note it may also be worth adding a comment in Feedback as another method of registering your interest. From a supported version of Firefox use
    * <s>https://bugzilla.mozilla.org/page.cgi?id=voting.html</s>
    *'''edit ''' ''use https://input.mozilla.org/en-US/feedback''
    *Unless you happen to be reporter, person assigned to the bug, or able to add patches and are offering yourself to do the work.

  • How to make the new deploed appl to run?

    Hi all,
    I have developed an WD application, and deployed the appl and ran it. <b>When I make any changes to the application abd build,deployed successfully and when i run...the old one is coming ...the changes made was not coming.</b> What caonfigurations i have to make inorder to work with newer version of deployed appl.
    Thanks in advance

    Hi Ganesh,
       To Undeploy your Web Dynpro application From SDM.
    Visual Admin -> Cluster -> Server -> Services -> Deploy -> Server -> Web Dynpro -> Select your App -> Remove.
    Regards,
    Sridhar

  • How to make the new drawing line on the old form?

    I have been reading about Java about 2 months, and now I have to start my first project within this week. I still don't know how to do it!!! I have to get the info from the keyboard to draw a line on the old form of the original project. Please tell me what I should study more, the applet or the java bean. This form will be shown on the website, but I'm not sure that the applet is the right or the java bean is the right one. Yes, now I'm very confusing!!!
    Thanks in advance for all reply :)

    Describe the form please given we know nothing of the Origional one!

  • How to make the new iTunes Radio play more than 2 songs without stopping?

    I just upgraded to the latest version of iTunes (11.1.3 (8)) on my Macbook Pro and now the radio stations aren't working! It worked flawlessly before the upgrade! I've searched everywhere for troubleshooting tips and found many, many users with the same problem, but no response from Apple. I'm running OS 10.8.5 - is this the issue?
    I can listen to maybe two songs before it stops playing. My internet connection is fine and I never experienced this problem before the upgrade. Also, I hate how you can't see a list of stations. I've searched and added some of my favorite stations I knew about from before, however, they are playing completely different music? How can this be?
    Thanks!

    I just found the answer. iTunes will play consecutively the songs that are checked, if Controls --> Repeat Off is checked. When I asked the question I had unchecked all songs.

  • How to make the new artistic brushes not be offset to the cursor?

    Hi there!
    I just upgraded to cs6 and have found everything to be great except for an offset problem I'm having with the artisan brushes like Round Point Stiff.
    In CS5 the paint position (precise point) was in the middle of the brush tip icon.. now it's off to the opposite side of the brush icon. See image example.
    I've tried to change my brush tip settings and Ive tried to make do with just using the precise icon instead but not knowing the rotation and angle of the brush witht he visual icon is very hard to pinpoint, especially if the stroke happens off to the left of my precise cursor.
    In CS6
    In CS5
    Is there something I need to enable on my end or is this working as intended? Is there a way I can just hack it on m y end to revert it back to the way cs5 (and the rest of the brushes in the brush folder) work?
    Thanks!

    Oh yess orry. I want sure if it was a bug or not.
    Here is the dxt diag if you need it http://dropcanvas.com/089qx/1
    I'll see about them updates! Thanks

  • How to make a new section visible in the server published version

    I use UPK 12 Client.
    When I click "Link a new section" in an existing Module, I can see it in the outline in the left pane in my UPK 12 Developer. When I then check-in all items, click Publish > select c: drive (a test folder) > Publish entire outline, the outcome includes the new section created.
    When I do the exact same procedure, but choose to click Publish > server (which is set up for my UPK) > Publish entire outline, the outcome does NOT include the new section created, but everything else yes.
    How to make the new section visible in the server published version?
    Thanks!
    Sille

    Hi Sille,
    Are you publishing over knowledge center? or is it publishing to a network drive? Once you check in the section save the module once and try again. See if it makes any difference.
    best regards,
    SD

  • How to install windows on the new SSD

    I am planning to buy a SDD.
    However, how can I use my Windows Product ID for installing a new system on the SSD;
    Is there any recommendations for this situation. I want to keep all lenovo functions in the new SSD.
    BTW, it is T420.
    THX!
    Solved!
    Go to Solution.

    hi.
    did you make the Lenovo recovery dvd set from your original factory windows installation?
    if so, then:
    - simply swap out the platter drive for the new, blank ssd.
    - make sure that your optical drive is listed first in your bios boot order.
    - boot disk #1 of the recovery disk set and follow the prompts.
    - in short order you'll have the ssd set up with "all lenovo functions" as you've described you wish.
    - you won't need the Windows key from the sticker on the bottom of your machine.
    if you didn't make the set, then it'll take more work. once you've installed Windows on the ssd, you'll need to get Thinkvantage System Update from the driver matrix here: http://support.lenovo.com/en_US/research/hints-or-tips/detail.page?&LegacyDocID=MIGR-77167 and install it. you'll be able to update hardware drivers and Thinkvantage apps from it. once you've completed that, you can double check the matrix to catch anything newer than offered by TVSU.
    hth a bit.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Community Resources: Participation Rules • Images in posts • Search (Advanced) • Private Messaging
    PM requests for individual support are not answered. If a post solves your issue, please mark it so.
    X1C3 Helix X220 X301 X200T T61p T60p Y3P • T520 T420 T510 T400 R400 T61 Y2P Y13
    I am not a Lenovo employee.

  • When i update apps on my iphone they need the ID that i used when i downloaded these app and i forgot this ID and a make a new ID how i used the new one to update these apps thanks

    Hello all,
    when i update apps on my iphone they need the ID that i used when i downloaded these apps and i forgot this ID and a make a new ID
    How i used the new one to update these apps?
    thanks

    Your device can hold apps from multiple IDs, but to update them you have to swicth identities which is time consuming. If possible use only the one ID. If you need to reset the password for your old ID visit My Apple ID.
    tt2

  • How to get the new Primary Key after the Automatic Row Processing (DML)

    Hi,
    I have a nice master detail form.
    I want, immediately after submitting the page when creating a new record in the master table, that the user may input the associated table (the detail table). For that I have created a branch that goes back to the very same page after creating the record (ie submitting the page with the button Create). In the Action of the branch, i have put P30_FICHE_ID (the item containing the primary key of the master table) with its value : &P30_FICHE_ID.
    Unfortunately I see that the item is not populated with the very new primary key. it seems normal becaus after submitting the page the tiem is not populated. This is my question : how to retrieve the newly created primary into the item P30_FICHE_ID in order to begin immediately to add rows to the detail table ?
    Hope I'm clear. My english not perfect.
    Thank you for your kind help !
    Christian
    Edited by: Christian from France on Oct 16, 2009 6:36 AM

    Christian,
    After creating Master-detail form, goto your Detail page. In this page you can see one conditonal brach which will point to 'Master' page.
    Edit this branch and here you can see this branch fires when request is in 'SAVE,DELETE,CREATE' (in Expression1). Now change the value in Expression1 to 'SAVE,DELETE'. This will do the needful :-)
    Cheers
    Hari
    Edited by: Hari_639 on Oct 16, 2009 8:02 PM

  • How to simply make the new ipod touch appear on itunes when it have been working in the previous computer (mac)

    how to simply make the new ipod touch appear on itunes when it have been working in the previous computer (mac)

    If the new computer is a PC see:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows
    If a Mac:
    iPhone, iPad, iPod touch: Device not recognized in iTunes for Mac OS X
    Mac OS X v10.6 or later: iOS device not recognized in iTunes after restart

  • My MacBook Pro died, but have a TimeMachine backup. I've bought a new one. How do I make the new one just like the old without affecting the OS on the new one?

    My MacBook Pro died, but have a TimeMachine backup. I've bought a new one. How do I make the new one just like the old without affecting the OS on the new one?

    ppauley wrote:
    My MacBook Pro died, but have a TimeMachine backup. I've bought a new one. How do I make the new one just like the old without affecting the OS on the new one?
    One you start up the new one for the first time, Setup Assistant starts and offers you the option of migrating your old Mac to your new Mac with Time Machine, among other choices, as the source. You can also use Migration Assistant (in the Utilities Folder) to do the same thing.

Maybe you are looking for

  • Branding image width problem

    Hi, I have developed a customer spesific theme, added it to a dektop and it works. My problem is that in the theme generetor the image looks fine, but when I actully use the theme there is a large gap between the branding area and the masthead funtio

  • My dad likes to have a camera on  on iPad 1 ...pls help !!!!!

    My  dad would like to have a camera on his iPad 1 , he would not leave his iPad 1 for a new version.  Pls solve my problem as he is emotionally attached to his iPad 1 since its the first tablet  from Apple he won't let it go......pls help !!!!!

  • Dynamic select query with dynamic where condition

    Hi all, I want to use the dynamic select query with dynamic where condition. For that I used the below code but I am getting dump when using this code. Please advice, if there is any other way to achieve this requirement. Thanks, Sanket Sethi Code***

  • How to I update to a 7.0 so that I can add the iBook app to my ipad

    How do I update to a 7.0 so that I can add the iBook app to my iPad

  • Web Data Scraping with Adobe Flex?

    Hi all. I need to get a lot of data coming from several websites. For now, I'm using Djuggler, but I'm wondering if something simular can be achieved with Adobe Flex? I have no experience with Adobe Flex in this field, so any remarks, comments, sugge