Remove duplicate movieclips problem

I have a shooter game where i duplicate bullet holes in the wall.  Works nicely though i have to use Version: Flash Player 6 for the code to work.  Here is the simple code:
hit1.onPress=function(){
     i++;
     _root.bullet.duplicateMovieClip("bulletNew", i);
I have a Reset Button that i would like to use to remove all the duplicate "bulletNew" movieclips at once.  This is what i have so far but it only removes one duplicate at a time:
reset_mc.onRelease=function(){
     removeMovieClip("bulletNew");
Please be clear with instructions because I have never grasped AS too well.
Thanks.

to publish for later fp versions, initialize your variables (like i) and check upper/lower case of all code.
var i:Number=0;
var tl:MovieClip=this;
hit1.onPress=function(){
     i++;
     _root.bullet.duplicateMovieClip("bulletNew"+i, i);
reset_mc.onRelease=function(){
   for(var j:Number=0;j<i;j++){
if(tl["bulletNew"+i]){
tl["bulletNew"+i].removeMovieClip();
p.s.  if that's the only place you create bullet holes, you can make that code more efficient by only looping through movieclips that exist.  for example:
var i:Number=0;
var bulletNewA:Array=[];
hit1.onPress=function(){
bulletNewA.push(_root.bullet.duplicateMovieClip("whatever",i));
reset_mc.onRelease=function(){
for(var j:Number=bulletNewA.length-1;j>=0;j--){
var mc:MovieClip=bulletNewA.splice(j,1)[0];
mc.removeMovieClip();

Similar Messages

  • My previous programme to remove duplicate photos from iPhoto will not work in Photos. I feel I was tricked into buying a remove duplicate app from Apple which, after purchase, indicated it is only for iPhoto. Does anyone else have this problem. Does

    Remove duplicate photos.

    There is no Apple provided duplicate remover application. You must have bought a third-party application. Which application is it?
    Photos is very new, and there are only a few apps, that have been updated to handle Photos Libraries are:
    For example, these new apps claim to work with Photos:
    Power photos:  Fat Cat Software
    Duplicate annihilator: Brattoo Propaganda Software - Products
    PhotoSweeper: http://overmacs.com/photosweeper.html

  • How to remove duplicate POP messages in Mail under Mavericks

    Hello
    I'm having some significant problems with Apple Mail, and despite having researched widely, I haven't been able to find a solution yet. Here is my tale of woe...
    My set up is that I use Mail with 5 separate accounts, downloading all messages using POP. I keep ALL my mail (even the trash) so that I have a permanent record of all conversations, going back more than 10 years - this is about 250,000 emails in around 250 subfolders. I'm running the latest version of Mavericks on a 2010 MBP. I have no intention of moving to IMAP - I need to keep a local archive of all my mail.
    A few months ago I was having problems with Mail being very slow to load and search emails. I decided to rebuild the mailboxes, but afterwards discovered that thousands of messages in the inbox of one of my accounts (and some of the sub-folders) had disappeared. Once I realised I tried to go back to a recent Time Machine back up, but, for whatever reason, that part of the back up hadn't worked properly and I was unable to recover the previous status. I left it while I decided what to do, and had time to deal with it...
    The last 2 years worth of emails on that account were still archived on gmail, so last week I decided to try redownloading the whole lot (something like 72,000 messages), and then planned to use one of the scripts I was aware of to remove the duplicates to the trash, and then remove any duplicates in the trash forever. That ought to mean I at least had an archive of the last two years of missing messages, even if I had no record of which ones had been flagged or replied to, etc.
    The downloading took about 24 hours to complete, and I now have almost 70,000 messages in the inbox of that account. I also rebuilt all the folders again, which doesn't seem to have resulted in any further loss of messages as far as I can tell. However, I hadn't figured on two things:
    1. Mail 'hides' duplicate messages, meaning that all of the messages I've downloaded are showing as unread, and I can't differentiate the ones I already had in my Inbox, and the new downloads. When I click on those apparently unread messages I can see if they have been replied to or forwarded, etc, but there's no obvious way for me to remove the ones I have already dealt with to the trash, without going through them all manually, which is clearly impossible.
    2. The scripts I'd found for removing duplicates don't work. Andreas Amann's Remove Duplicates script doesn't work under Mavericks, and he has abandoned the project. I've also tried the remove-duplicate-messages.scpt made by Jolly Roger (http://jollyroger.kicks-***.org/software/), and while it *sometimes* works on individual subfolders on my Mac (but as far as I can tell removes the duplicate in that folder, rather than the newly downloaded version), mostly it doesn't work at all - it creates a 'Remove Duplicate Messages' folder on my desktop, a log inside it and a folder for removed messages, but nothing appears in the duplicates folder.
    So, I'm left in a position where I have 70,000 apparently unread messages in my Inbox, a massively bloated Mail library (which has pretty much doubled in size, because of the 'hidden' messages), a slow and unresponsive Mail program. I've come to the conclusion that there must be some corrupted email somewhere, which probably caused the original email haemorrhage, and may still be causing the inability to remove duplicates. Mail is so slow as to be almost unuseable.
    I figure I have a number of options:
    1. I could live with the situation and just archive most of the Mail in my inbox, with the side effect that there will be a bunch of messages I have never replied to that are missed.
    2. I could abandon the last week's efforts and revert to the version of Mail I was using a week ago, and then redownload the recent emails from my various accounts. That would still leave me without those thousands of emails I lost on my local machine.
    3. I could find another way to deal with this. Can I get the remove duplicates script working? Should I revert to the version of Mail from a week ago, download ALL the messages again, but do it in a way that allows me to find the duplicates and remove them? Should I move to another email program altogether (which would presumably be massively disruptive to my work!)
    Anyway, apologies for the essay length of this request, and thanks in advance for any help you may be able to offer!

    hi Eric
    thanks for the tip, but I don't think that solves my problem, which is that Mail apparently hides the duplicates, so they're still there, you just can't differentiate or remove them. I actually *need* the duplicates there so I know I've got everything, but then I need to be able to move the ones I know I've dealt with from my inbox to an archive/trash, and/or remove them completely so Mail isn't totally bloated

  • How to remove duplicate messages from Mail in Mavericks (POP)

    Hello
    I'm having some significant problems with Apple Mail, and despite having researched widely, I haven't been able to find a solution yet. Here is my tale of woe...
    My set up is that I use Mail with 5 separate accounts, downloading all messages using POP. I keep all my mail so that I have a permanent record of all conversations, going back more than 10 years - this is about 250,000 emails. I'm running the latest version of Mavericks on a 2010 MBP. I have no intention of moving to IMAP - I need to keep a local archive of all my mail.
    A few months ago I was having problems with Mail being very slow to load and search emails. I decided to rebuild the mailboxes, but afterwards discovered that thousands of messages in the inbox of one of my accounts (and some of the sub-folders) had disappeared. Once I realised I tried to go back to a recent Time Machine back up, but, for whatever reason, that part of the back up hadn't worked properly and I was unable to recover the previous status. Ileft it while I decided what to do, and had time to deal with it.
    The last 2 years worth of emails on that account were still archived on gmail, so last week I decided to try redownloading the whole lot (something like 72,000 messages), and then uplanned to use one of the scripts I was aware of to remove the duplicates to the trash, and then remove any duplicates in the trash forever. That ought to mean I at least had an archive of the last two years of missing messages, even if I had no record of which ones had been flagged or replied to, etc.
    The downloading took about 24 hours to complete, and I now have almost 70,000 messages in the inbox of that account. However, I hadn't figured on two things:
    1. Mail 'hides' duplicate messages, meaning that all of the messages I've downloaded are showing as unread, and I can't differentiate the ones I already had in my Inbox, and the new downloads. When I click on those apparently unread messages I can see if they have been replied to or forwarded, etc, but there's no obvious way for me to remove the ones I have already dealt with to the trash, without going through them all manually, which is clearly impossible.
    2. The scripts I'd found for removing duplicates don't work. Andreas Amann's Remove Duplicates script doesn't work under Mavericks, and he has abandoned the project. I've also tried the remove-duplicate-messages.scpt made by Jolly Roger (http://jollyroger.kicks-***.org/software/), and while it *sometimes* works on individual subfolders on my Mac (but as far as I can tell removes the duplicate in that folder, rather than the newly downloaded version), mostly it doesn't work at all - it creates a 'Remove Duplicate Messages' folder on my desktop, a log inside it and a folder for removed messages, but nothing appears in the duplicates folder.
    So, I'm left in a position where I have 70,000 apparently unread messages in my Inbox, a massively bloated Mail library (which has pretty much doubled in size), a slow and unresponsive Mail program. I figure I have a number of options. Either I could abandon the last week's efforts and revert to the version of

    Apologies, this was posted here in error. Please find updated post here: https://discussions.apple.com/message/27261965#27261965

  • Search for records in the event viewer after the last run (not the entire event log), remove duplicate - Output Logon type for a specific OU users

    Hi,
    The following code works perfectly for me and give me a list of users for a specific OU and their respective logon types :-
    $logFile = 'c:\test\test.txt'
    $_myOU = "OU=ABC,dc=contosso,DC=com"
    # LogonType as per technet
    $_logontype = @{
        2 = "Interactive" 
        3 = "Network"
        4 = "Batch"
        5 = "Service"
        7 = "Unlock"
        8 = "NetworkCleartext"
        9 = "NewCredentials"
        10 = "RemoteInteractive"
        11 = "CachedInteractive"
    Get-WinEvent -FilterXml "<QueryList><Query Id=""0"" Path=""Security""><Select Path=""Security"">*[System[(EventID=4624)]]</Select><Suppress Path=""Security"">*[EventData[Data[@Name=""SubjectLogonId""]=""0x0""
    or Data[@Name=""TargetDomainName""]=""NT AUTHORITY"" or Data[@Name=""TargetDomainName""]=""Window Manager""]]</Suppress></Query></QueryList>" -ComputerName
    "XYZ" | ForEach-Object {
        #TargetUserSid
        $_cur_OU = ([ADSI]"LDAP://<SID=$(($_.Properties[4]).Value.Value)>").distinguishedName
        If ( $_cur_OU -like "*$_myOU" ) {
            $_cur_OU
            #LogonType
            $_logontype[ [int] $_.Properties[8].Value ]
    #Time-created
    $_.TimeCreated
        $_.Properties[18].Value
    } >> $logFile
    I am able to pipe the results to a file however, I would like to convert it to CSV/HTML When i try "convertto-HTML"
    function it converts certain values . Also,
    a) I would like to remove duplicate entries when the script runs only for that execution. 
    b) When the script is run, we may be able to search for records after the last run and not search in the same
    records that we have looked into before.
    PLEASE HELP ! 

    If you just want to look for the new events since the last run, I suggest to record the EventRecordID of the last event you parsed and use it as a reference in your filter. For example:
    <QueryList>
      <Query Id="0" Path="Security">
        <Select Path="Security">*[System[(EventID=4624 and
    EventRecordID>46452302)]]</Select>
        <Suppress Path="Security">*[EventData[Data[@Name="SubjectLogonId"]="0x0" or Data[@Name="TargetDomainName"]="NT AUTHORITY" or Data[@Name="TargetDomainName"]="Window Manager"]]</Suppress>
      </Query>
    </QueryList>
    That's this logic that the Server Manager of Windows Serve 2012 is using to save time, CPU and bandwidth. The problem is how to get that number and provide it to your next run. You can store in a file and read it at the beginning. If not found, you
    can go through the all event list.
    Let's say you store it in a simple text file, ref.txt
    1234
    At the beginning just read it.
    Try {
    $_intMyRef = [int] (Get-Content .\ref.txt)
    Catch {
    Write-Host "The reference EventRecordID cannot be found." -ForegroundColor Red
    $_intMyRef = 0
    This is very lazy check. You can do a proper parsing etc... That's a quick dirty way. If I can read
    it and parse it as an integer, I use it. Else, I just set it to 0 meaning I'll collect all info.
    Then include it in your filter. You Get-WinEvent becomes:
    Get-WinEvent -FilterXml "<QueryList><Query Id=""0"" Path=""Security""><Select Path=""Security"">*[System[(EventID=4624 and EventRecordID&gt;$_intMyRef)]]</Select><Suppress Path=""Security"">*[EventData[Data[@Name=""SubjectLogonId""]=""0x0"" or Data[@Name=""TargetDomainName""]=""NT AUTHORITY"" or Data[@Name=""TargetDomainName""]=""Window Manager""]]</Suppress></Query></QueryList>"
    At the end of your script, store the last value you got into your ref.txt file. So you can for example get that info in the loop. Like:
    $Result += $LogonRecord
    $_intLastId = $Event.RecordId
    And at the end:
    Write-Output $_intLastId | Out-File .\ref.txt
    Then next time you run it, it is just scanning the delta. Note that I prefer this versus the date filter in case of the machine wasn't active for long or in case of time sync issue which can sometimes mess up with the date based filters.
    If you want to go for a date filtering, do it at the Get-WinEvent level, not in the Where-Object. If the query is local, it doesn't change much. But in remote system, it does the filter on the remote side therefore you're saving time and resources on your
    side. So for example for the last 30 days, and if you want to use the XMLFilter parameter, you can use:
    <QueryList>
    <Query Id="0" Path="Security">
    <Select Path="Security">*[System[TimeCreated[timediff(@SystemTime) &lt;= 2592000000]]]</Select>
    </Query>
    </QueryList>
    Then you can combine it, etc...
    PS, I used the confusing underscores because I like it ;)
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Help needed in removing duplicate items of list box  in java

    How to remove duplicate items of list box while dynamically inserting (on-click event)
    It is not identifying duplicate data
    Variable name is HP_G1
    HP_dmg1 = (DefaultListModel) HP_G1.getModel();
    int a = HP_G1.getModel().getSize();
    System.out.println("HP list no--------> "+a);
    if(a!=0)
    for (int j=0; j<a; j++)
    String item1 = String.valueOf(HP_List.getModel().getElementAt(j));
    System.out.println("HP list added--------> "+item1);
    if(HP_dmg1.equals(item1)){
    HP_dmg1.remove(j);
    else
    HP_dmg1.addElement(GPL);
    }

    Your code is unreadable, so I'll ignore it. In the future please press the message editor's CODE button to format code.
    As to your problem, to the point you normally use a Set instead of List when you don't want duplicates in a collection.

  • Merge and remove duplicates

    I would like to use a utility or 3rd party app to go through my two 90gb libraries of photos (iPhoto libraries) and merge them while also removing duplicates and potentially trimming it (the library was originally but in iPhoto 08 or 07, probably)
    How can I merge these libraries and soft out duplicates? The majority of the libraries are identical contents FYI, but there might be a thousand unique.
    Thanks experts!

    If you have Aperture 3.3 or later and iPhoto 9.3 or later you can merge libraries with Aperture. You can then use one of the many duplicate finders to sort out the problem.
    Otherwise the only way to merge Libraries while avoiding duplicates is with the paid ($20) version of iPhoto Library Manager

  • Removing duplicate emails in Mail

    While attempting to back up my Gmail -- which is at capacity right no -- I accidentally reset the POP setting and downloaded all my mail again.
    So now I have 160000+ emails in my mailbox in Mail. I would like to weed out the dupes, and after a bit of Googling, found Mail Scripts (http://www.versiontracker.com/dyn/moreinfo/macosx/16217) and started running the Remove Duplicates script.
    Everyone said it was slow, but after leaving it running all night it had found only 119 duplicates! Is there any other program that will remove the extra mail, or there some way to shorten the process? It seems like my mailbox is just too big for this script to handle.

    Just a thought, but take a look at your Mail Menu "View", select columns, then make sure it has both Date Received and Date Sent checked. Then compare duped messages and see if the date/time is the same on both. I haven't had this problem, but if the Date Received is different on the second copy of the duped email, you might be able to sort on Date Received and mass-delete the dupes...
    beadman

  • Referencing multiple cells and removing duplicate values.

    Hello.
    I have a very complicated question, to be honest I am not totally sure if numbers is capable of handling all of this but it's worth a shot.
    I am working on a spreadsheet for organising a film. I've had the templates for years but I'm now using numbers to automate it as much as possible. Everything was going well until I hit the schedule/callsheet.
    On other sheets I can tell it to "look up scene two" it will then look up the correct row and find everything I need. On the callsheet however I might say "we're filming scenes two, five and nine" and numbers gets confused with the multiple values, Is there anyway around this?
    Also, if there is, I have a more complex question to ask. Is it possible for numbers to find and remove duplicate data? For example lets say scene two and five require Alice, but scene nine requires bob. If numbers just adds that info together it will display the result "Alice Alice Bob", is there a way to get it to parse the text, recognise the duplicate value and remove the unnecessary Alice? 
    I realise that numbers has limitations so it may not be able to do everything I want, however every bit I can automate saves me hours so even if I can only get half way there, totally worth it.
    Thanks in advance for any help you can offer, all the best.

    Ah excellent thank you.
    I've modified it to there are now multiple (well only four for now until I get this in better shape) indexes for finding a scene. And assigning each block to a new row.
    I only have one slight reservation about this. If I create 10 rows, it totally works, most of the time we'll only shoot three scenes a day so it's just blank space... However Murphy's law will inevitable raise its ugly head and put me in a situation where we are shooting 11 scenes in a day. 
    For countif, I think I get what you mean... Kinda. Basicially I would create a cell which combines the character strings from each scene into one long scene. Then I would have 100 extra cells (Lets say 100 so I'll never run out) each linked to the cast list, using the character name as a variable. These cells will each parse through the string to find their character name. If it appears then a true value comes up. This will remove duplicates as each cell will only respond once. So if Alice appears in every scene shooting that day, the cell will still only light up once. Is that it.
    One other question. Whenever I combine filled cells with blank cells. I usually gets the data from the filled cells, with a 0 for each blank cell. Usually this isn't a problem, but if I want to keep this flexible then I'll have quite a few blanks. The actor example above could result in 98 zeroes. Is there anyway to have blanks just not show up at all.
    I'll email the spreadsheet in a moment, a lot of it is still rough and under construction, but you should be able to see where it's all going hopefully.
    Thanks again, you have been extraordinarily helpful. 

  • Anyone know if the long standing duplicate files problem with File History has been fixed yet?

    There are loads of public threads about the duplicate files problem
    with Windows 8/8.1 File History backup system.
    From all the threads I've looked at, there seems to be no solution,
    and no acknowledgement from MS that they can even repro the problem
    (which surprises me considerably as there are so many people who
    notice the problem).
    Is anyone aware of whether MS (may) have fixed this for Win10?
    Are MS aware of the problem and if they're able to fix it?
    Dave - with many GB of duplicated files in File History :)

    Hmm, is that the attitude MS would recommend? :)
    Why would I care what Microsoft would recommend?
    Clearly you don't, and you appear to have missed my smiley. Calm down
    Noel, many of us are as annoyed by aspects of modern Windows as you
    are. :)
    I'm all about making Windows actually WORK/./
    Aren't we all? Windows is software I use too many hours every day, I
    along with many millions of others need it to work really well. You
    are not alone.
    When they implement something that doesn't work, and even if it did work doesn't do what's needed - and/beyond that/ they remove features people DO need (such as the GUI for Windows Backup), I see no wrong in advising people of the way things
    really are.
    File History essentially does work - it's saved me a couple of times
    in the past couple of weeks. It just has a highly annoying habit of
    creating 100% duplicates of some files for no apparent reason. If MS
    have fixed that I won't have any known complaints about it.
    If you don't like it, you don't have to use it. I generally like it, I
    just want to see that its fixed.
    Dave

  • Can Compressor 4 remove duplicate frames?

    I have some videos which were converted to 30fps from a lower frame count. It was obviously a simple conversion that duplicated frames as needed.
    The problem is, when I use these videos for slow motion, the duplicated frames cause the slow motion to "pause". In order to fix this, I have to remove the duplicated frames (obviously I don't care about sound, and I don't care about time sync). Once the duplicated frames are removed, the slow motion is nice and smooth.
    In the past, I've always done this with very short clips, so I can do it manually. I open the video in QTP, advance one frame at a time, and when I see a duplicate, I delete it. Since there's always a pattern, depending on what the lower frame rate was, this can be done reasonably quickly, for very small clips. But it's obviously a tedious process.
    I was wondering a few things:
    1) Can Compressor 4 fix this issue for me? I've tried a few things in Compressor, but no help yet. I'm just a relative newbie, so that's not surprising.
    2) Are there any other utilities that might help? Something that removes duplicate frames, for example?
    3) These clips were already converted when I received them. However, in the future, when I convert a lower fps to 30fps for the purposes of doing slow motion, how should I do this in Compressor so as to have smooth slow motion at 30fps? Again, I don't care about audio.
    I've done a few days worth of searching, but I still havent found the answers. Any help will be appreciated.
    Thanks!
    Dan

    The Reverse Telecine didn't remove the extra frames. Who knows - maybe the frames aren't exact duplicates, although for the most part, they look it to the naked eye, which I realize doesn't mean much.
    Oh well, doing it by hand isn't the end of the world. I've probably spent more time trying to figure out an automatic method, than it would have taken to do it by hand. But of course, I'm sure I'm not the only one who's ever done that... 
    Thanks for trying. As I've been searching for help on other things, it's amazing how many times one of your posts helps. So you've helped me plenty, for which I thank you.
    Dan

  • Remove duplicate emails??

    Every once in awhile something inside of mail triggers a re-download of mail from the server. It happened today and down I have 10,000 +/- duplicate emails all marked as unread. Is there anyway to remove duplicate emails from my download email folder?
    bill

    Same problem, only one of four accounts (POP) acts this way, and is reloading, and re-reloading, and re-re-re (you get the picture) mail from this account going back to June 07. All marked unread,up to almost 2k of these so far. Running OSX.4.10, dual 2ghz Powermac, 4gb ram, no recently added software.
    Thanks!

  • Remove Duplicate Songs

    All,
    If you are using iTunes app to remove duplicate songs, it is a pain in the neck and it will not remove physical files from your music folder.
    I have so many problem over the years and bought so many apps and none work like it supposed to work. You can't fix the problem in iTunes app any other Music management app, you have to fix the problem at the source and the source is in your music folders, not iTunes app or any other apps.  So I have just designed this app: RDS - Remove Duplicate Songs to do just that.  Don't waste your money spending 10-20 dollars.  Go here and give it a try.  Fix problem at the source:  http://thezoovninc.com/Apps.php?AppName=MusicCleanup

    this may take a while, but just go to the view menu and click on the "show duplicates" (http://text2go.files.wordpress.com/2007/11/itunes-show-equalizer.jpg) and then sort by name. after doing that, just go one by one and delete the duplicates, but make sure NOT to erase everything because you will delete all the songs that are duplicated.
    let me know how it turns out.
    ElMijo

  • Remove duplicate holidays from calendar mac

    How do I remove duplicate holidays from calendar mac. I have iCloud and I have read that may be part of the problem, but I need help to remove duplicate holidays from calendar mac.
    Thanks

    If you have iCloud and another account like Gmail, you could be seeing holdays for each account. You need to deselect one of the holiday calendars.
    Do you see Holidays in the sidebar where Calendars are listed? If yes, uncheck.
    iCloud: About subscribed calendars - Apple Support

  • Script for removing duplicates in Mail

    I have thousands of saved messages, of which a great many are dupllicates. I have been able to eliminate many of them using the script provided by Andreas Amann http://homepage.mac.com/aamann/, but large numbers of others resist the script because they are not "quite" identical. For example, if one looks in the .emix files, one may find that one has charset="iso-8859-1" and the other has charset=iso-8859-1 without quotation marks. No simple script is going to catch things like that.
    I don't know the cause, but one problem is that I often receive an inbox item from the Exchange server that can't be read: the message appears in the viewer, but won't open. Then, seconds or minutes later, a valid version will pop up and, perhaps, the bad one will disappear. However, I have a rule that automatically copies inbox messages to a local folder. As a result, I have two items in that folder (both of which, by the way, I can usually read). Over time, this means thousands of duplicates.
    Another symptom for at least some of the duplicates is that what appear to be duplicates appear in the viewer with variations of my name, such as John Smith in one and Smith, John in the other. I can imagine that this is due to message-handling protocols in my company's Exchange-based system, but actually have no clue. Further, not everyone in the company that uses Mail seems to have this problem.
    Ideas?
    P.S., why can't Apple have a Remove Duplicates feature, as it does in Address Book?

    I've written a script called DeDuper which can help remove unwanted duplicates. See this thread for background. I can't necessarily claim it is the best, but it is certainly free.
    I have another script called FindTracks which attempts to do just that.
    tt2

Maybe you are looking for

  • Where is the restore button for iPhones on the new version of itunes

    I have bought an iPhone 4 which was on orange ee. The friend has paid them to unlock it and they confirmed it has been done but my voda sim shows no service. The instructions from ee mention restore from iTunes but the new version doesn't appear to h

  • 2G on iPhone 5 running iOS 7.0.2

    Please help, I can't turn off 3G or LTE on my iPhone. I'm with a company that does not support LTE networks and the area I'm in has little to no 3G coverage, how can I turn off 3G and LTE and connect using 2G? furthermore, in setting the only toggle

  • External Hard Drive Issues using WD Passport with MacBook Pro

    I am unable to view my external hard drive (WD Passport 160gb external hard drive model # wd1600me-01) with my MacBook Pro.  I already tried using the Utility Disk application by utilzing the repair function and mounting it.  Please help.  Any Sugges

  • Could someone confirm this behavior for me

    OK not sure if I've found a bug or if I just need to get some sleep but could someone try the following and report back: *Note nothing here should harm your library but if you're squeamish you might want to do this on a test library* 1. Go into Brows

  • Problem with ati radeon in 4530s

    hi ....i have problem with ati radeon graphic in hp 4530s .... when i install graphic driver apear black screen and i dont see anything .... i change windows and load that properly but when install graphic driver black screen apear again..  driver do