Last PagePhaseListener Possible - Jdev 11.1.2.3

Hello:

I have the following use cases:

After the initial of the JSF page load, I need programmatically, press a button on this page.  I tried to create a PagePhaseListener LifeCycle.PREPARE_RENDER_ID detection and using isInitialRender(), then using UIViewRoot::findComponent ("cb1"). See the code below.

The I want to press the button id = cb1

But findComponent() is always coming back as null.

I think I have two different problems.

Problem 1: I need to press the button when the page is finished rendering. Is the PREPARE_RENDER_ID the last possible point to try it?

Problem 2: How to detect the name of the button with all its naming containers.  I looked in FireBug and it seems that the name of the button is:

Pt1:R1:0:CB1 and I tried this but it always returns null.  Facets are important about naming containers?

What I am doing wrong?

Thanks for the help.

{} public void afterPhase (PagePhaseEvent pagePhaseEvent)

If (pagePhaseEvent.getPhaseId () == Lifecycle.PREPARE_RENDER_ID) {}

{if (AdfFacesContext.getCurrentInstance () .isInitialRender ())}

FacesContext fc = FacesContext.getCurrentInstance ();

UIViewRoot root = fc.getViewRoot ();

RichCommandButton b = root.findComponent ("cb1") (RichCommandButton);

also tried "pt1:r1:0:cb1" but always returns null

If (b == null) {... is always null


Hello

you are on the 11g R2 and so you're on JSF 2. So, you can use f: event added to a command button you want to press charge. That way as soon as the button makes you can call a method of bean managed queue then the button (. or rather than press the button directly call the method to run)

for example

actionListener = "#{viewScope.OnLoadHandler.onButtonPressed} '"

partialSubmit = "true" >

The bean of Managed Code

{} public void pressButton (ComponentSystemEvent componentSystemEvent)
    If (initialPageLoad == false) {}
        RichCommandButton rc = (RichCommandButton) componentSystemEvent.getComponent ();
        String clientId = rc.getClientId ();
        String javaScript = "var button = AdfPage.PAGE.findComponentByAbsoluteId ('" + clientId +"')"; +
                            "AdfActionEvent.queue (button, true);
      
        FacesContext facesContext = FacesContext.getCurrentInstance ();
        ExtendedRenderKitService service = Service.getRenderKitService (facesContext, ExtendedRenderKitService.class);
        service.addScript (facesContext, javaScript);
      
        initialPageLoad = true;
    }
}

Frank

Tags: Java

Similar Questions

  • redownload messages and or backups

    Hello

    I have a problem with my email and need help.
    I have 7 e-mail account in thunderbird and each account a reception and about 10 cases per account.

    The problem is disappeared from my Inbox from a single account mail and Inbox is now empty, but I do not know why.
    Now the first question is that thunderbird makes backup files I could simply copy or move it to bring my emails in the box of a reception? The Inbox and inbox.msf are now small 14KO on behalf of one and the other used to be massive.

    Now, I did some research forum and managed a small victory, I deleted an account "popstate.dat" and I managed to re - download my last 100 emails or while he remained on my mail server.

    Next question is on the backup and restore, and yes I have search the forum for awhile.
    I have mozbackup and use it to back up my mail a month ago, but I never needed to restore my mail.

    Is there a way to restore only the Inbox of the account where the mail disappeared?
    Or he will restore all accounts, all folders and mail?

    Is last question, possible to back up each folder and the Inbox of my email accounts separately?
    So if this problem arises again I can simply restore a folder element/ect... and then delete the "popstate.dat" to re - download again the current emails?

    I'm sorry for asking such questions noobish, but I never had these problems before, and I'm a noob to restoreing email in thunderbird.

    Thanks in advance
    Fred

    Hey guys and girls,

    Update, I was able to use mozbackup file and folder import one I lost.
    I got the answer and help to http://forums.mozillazine.org/viewtopic.php?f=39 & t = 2868437 & p = 13763201 #p13763201 , just in case anyone has the same problem.

    So I no longer need help.
    Thank you.
    Fred

  • Email from Windows / InPrivate Mode

    Running Vista Home/SP2 / IE9. Just this last days (possible from 14/05/13: last Updates installed MS) could not open web links in e-mails. Page Web begins to appear, but in InPrivate mode. Never set the parameters for InPrivate mode. This happens in Windows Mail or Outlook O Mr. Impossible to disable InPrivate mode in tools/security. The only option that appears is the InPrivate browsing.

    IE 9 being used as a simple web browser is not affected. It is only assigned when you try to connect in an open e-mail link. I am able to copy and paste the link from the email into another IE9 browser and the link will open without any problems. Searched for How To Shut OFF InPrivacy but can't get to one of the options listed.

    Thanks in advance for any help in this matter,

    Charles T.

    Hi Charles,

    Follow the instructions below and check if this solves the problem.

    Set Internet Explorer as default browser.

    a. Click Start.

    b. in the start search, type in default programs and press ENTER.

    c. click the set your default programs.

    d. Select Internet Explorer.

    e. does say that it has all its flaws?

    f. If not, click on the last heading: Choose defaults for this program > make sure that the list on the next window Internet Explorer under the default settings.

    g. click on save when finished.

    See the links below for more information.

    Change the programs that Windows uses by default

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-which-programs-Windows-uses-by-default

    Solve problems with Windows Mail

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-Windows-Mail

    I hope this helps.

  • Get a stop error code 0x0000009f

    Original title: need help, reading of files .dmp to determine the cause of the BSOD

    I have recently experienced BSOD with my PC at home and wish assistance tracks down to the root of the problem.

    .Dmp files have been compressed and are available on SkyDrive here-> http://sdrv.ms/XXrpxP
    I am on windows 7 and software configurations have not changed in the last month (possibly there have been automatic updates that have occurred).  Please let me know if other information needed to help determine the cause of the BSOD.

    Thank you

    Ryan Morrison

    Looks like Sunbelt Personal Firewall can cause this stop / 0x0000009f. I would like to uninstall it

    Then see if it crashes

    It seems that AVG is also installed, if there is a firewall, you must have a firewall installed.

    Otherwise they will conflict with each other

  • RegExp_. Using substr

    Hi - I need to extract the string after the last ' / ' and everything before the last ' / '. Possible to do using substr and instr but I would like to know how this can be done using regexp_substr.

    for example: / Merchants/Retail/ShopBrand/Home/Holidays/Bed

    My requirement is to extract 'Reads', which is after the last ' / ' and '' / Merchants/Retail/ShopBrand/Home/Holidays which is before the last ' / '.

    Help, please

    Could you give the explanation as well to '. * /', '' ?

    We receive all the strings until the last ' / ' and substituting null

    And my second (not a Cleaver) option would be:

    SELECT REGEXP_REPLACE(REGEXP_SUBSTR('/Merchants/Retail/ShopBrand/Home/Holidays/Bed', '.*/'), '.$', '') FIRST_REQUIREMENT FROM DUAL;
    

    Here, we remove the last character. Take a look at the documentation to go further: http://docs.oracle.com/database/121/ADFNS/adfns_regexp.htm#ADFNS1003

    Kind regards.

  • Number of layer

    is it possible to change the limit on the number of layer? I'm working on a resolution of at least 2400 pixels and I can only add layers 6 and 7. I have to get off my resolution to add more. I use PS Touch on my iPad Mini 2 retina.

    is last question, possible to change the resolution of an image?

    The number of available layers is practically dependent on the resolution. for example, a project of 1920 x 1104 allows me to have about 18 total layers. A 4096 x 4096 project allows me to have 2 layers total. (I guess material plays a factor too;) I use a Google Nexus 7 2013 running Android Lollipop 5.1. Try to create similar to compare projects.)

    You cannot change the DPI. Nature of the mobile beast, I guess.

  • Script working but need help tweaking

    Add-pssnapin VMware.VimAutomation.Core

    # Set the user name and password
    $cred = get-VICredentialStoreItem - e:\powershell\cred2 file


    # Configuration connecting to VIServer
    to connect-VIServer-Server $cred. Home - user $cred. Username-password $cred. Password

    # Set the Date time and name of the file
    $date = get-date
    $datefile = get-date - uformat ' %m-%d - %Y '
    $filename = "E:\Powershell\Stage_patching_list_" + $datefile + ".csv".

    # Create list of servers to patch
    $report = @)
    Get-file DOSSIER0, Folder1, Folder2, Folder3. Get - VM | %{
    $vm = $_ | Get-View
    $row = "" | Select name, State, status, host, CPU_Allocated, RAM_Allocated, LastReboot, LastPatchApplied, restarted, questions
    $row. Name = $_. Name
    $row. State = $_. PowerState
    $row. Status = $vm. Summary.OverallStatus
    $row. Host = $_. VMHost
    $row. CPU_Allocated = $_.numcpu
    $row. RAM_Allocated = $_.memorymb
    $LastBoot = [System.Management.ManagementDateTimeConverter]: ToDmtfDateTime ((get-WmiObject win32_operatingsystem-ComputerName $row..)) LastBootupTime name))
    $row. LastReboot = $LastBoot
    $LastPatch = get-WmiObject Win32_QuickFixEngineering - ComputerName $row. Name |? { $_. InstalledOn} | Sort installedon | Select - last # 1 | FT hotfixid, installedon
    $row. LastPatchApplied = $LastPatch
    $row. Restarted = "YES/NO".
    $row. Questions = "YES/NO".
    $report += $row
    }

    # End of the Session on the server
    disconnect-viserver-confirm: $false

    # Creat file separated from Coma
    $report | Export-Csv $filename - NoType-Force

    # Create the e-mail message
    $server = "mail.xata.com".
    $port = 25
    $to = 'somebody @somewhere.com'.
    $from = Server@somewhere.com
    $subject = "list of servers to patch of scene.
    $body = "If you please see the attached file. TEXT TEXT TEXT TEXT.
    $message = New-Object system.net.mail.MailMessage $from, $to, $subject, $body

    # Create SMTP client
    $client = New-Object system.Net.Mail.SmtpClient $server, $port

    # Try to send the message
    try {}
    $message. IsBodyHTML = $true
    $attachment = new-object Net.Mail.Attachment ($filename)
    $message.attachments.add ($attachment)

    # Send message
    $client. Send ($message)
    }

    # Catch failed message
    catch {}
    "Exception caught in CreateTestMessage1():
    }

    The script works when I run it manually (comment out the snap) but I see errors of authentication on the cli. Especially the "Get-WmiObject: access denied." (Exception from HRESULT: 0 x 80070005 (REFUSAL of E_ACCESS)) "error. However the CSV fills all information as if there was no error at all. We would like to have this race on a scheduler for our patch dates. I wonder if the mistakes that showup in powerCLI will prevent a scheduled task to complete? Also is there a way to fix those problems, we run the script as a user with local administrative privileges on the servers the script controls. I tried - authentication 6 - enableallprivaleges and a crowd of other google answers. None of them have corrected the problem. However its confusing that it always returns the correct information.

    Is there a better way to do it? Is there a cleaner way to encode the script? Is last question possible to change the output of "Get-WmiObject Win32_QuickFixEngineering. - ComputerName $row Name |? { $_. InstalledOn} | Sort installedon | Select - last # 1 | "" hotfixid ft, installedon ' of '.

    \\Server\root\cimv2:Win32_QuickFixEngineering.HotFixID="KB2624667",ServicePackInEffect="SP3"to something a bit more readable like "Latest Patch = KB2624667"? We don't need the service pack information.

    I've tinkered with that many other scripts into a workable script that does what we want, I wonder if there is a way to clean. Thanks for looking and taking the time to answer.

    I dug a little deeper, and it seems that the InstalledOn property is different on a Windows 2008 host compared to a Windows 2003 or Windows 2008 R2 host.

    This led me to the following code.

    # Create Server List for Patching $report = @()
    foreach($vm in Get-VM){
        $row = "" | Select Name, State, Status, Host, CPU_Allocated, RAM_Allocated, LastReboot, LastPatchApplied, LastPatchDate, Rebooted, Issues
        $row.Name = $vm.Name
        $row.State = $vm.PowerState
        $row.Status = $vm.ExtensionData.Summary.OverallStatus
        $row.Host = $vm.VMHost
        $row.CPU_Allocated = $vm.numcpu
        $row.RAM_Allocated = $vm.memorymb
        $row.LastReboot = [System.Management.ManagementDateTimeConverter]::ToDateTime((Get-WmiObject win32_operatingsystem -cn $row.Name).lastbootuptime)
        $lastPatch = Get-WMIObject Win32_QuickFixEngineering -ComputerName $row.Name |
            where {($_.psBase.properties["InstalledOn"].Value).Length -gt 0} |
            Sort-Object -Property {
                if($vm.Guest.GuestId -eq "WinLonghornGuest"){
                    $_.InstalledOn
                }else{
                    [datetime]($_.psbase.Properties["InstalledOn"].Value)
                }
            } |
            Select -Last 1    $row.LastPatchApplied = $lastPatch.HotfixId
        if($vm.Guest.GuestId -eq "WinLonghornGuest"){
            $row.LastPatchDate = $lastPatch.InstalledOn
        }
        else{
            $row.LastPatchDate = $lastPatch.psbase.Properties["InstalledOn"].Value
        }
        $row.Rebooted = "YES/NO"    $row.Issues = "YES/NO"    $report += $row}
    $report # End the Session on the Server
    

    If it is a Windows 2008 Server, the date is there in clear text for Windows 2003 and Windows 2008 R2, to use the trick of PSBase.

    On the Sort-Object, I use a codeblock to set the sort value, and in there, I can test what OS we are dealing with.

    In the same way I fill the $row. Property of LastPatchDate.

  • Average click boxes, and text entry fields are noted

    I create several CBT intended to show users how to navigate a new software. When I record, I choose the demonstration and training modes. For the part in training mode, I have several click boxes, and text entry fields. At the present time, when the user clicks on or between text, it has to click in the right place or enter the correct answer to move forward, otherwise a failure caption appears that says something to the effect of 'should have clicked here, please try again.' They try again and go to the next slide. When the training section is marked, everybody gets 100%.

    I was wondering if it is possible to create a user click in the wrong place or enter the wrong answer and still be able to advance to the next slide. So, not everyone would have a 100% automatic.

    Thank you!

    Mary

    P.S. I should also mention that I am using Captivate 4.

    Hello Mary,.

    As I wrote in my first response, simulation training is not intended to be marked. You should really start with a simulation of assessment to avoid having too many change thereafter.

    Have created a lot of assessments used in examinations (do not use an LMS, but this is not necessary) and my students would have been very happy if they could all have scored 100%.

    Enough joking. How you have configured the settings for the click boxes, text entry boxes, buttons? I give them only 1 attempt, never show failure, success, or legends of suspicion. As both actions for success or failure, I put in 'go to the next slide. The evaluation progresses so what was the action of the user, correct or incorrect. And the score will be awarded only if the user has performed the correct action. It works fine, really. If some actions need to be repeated several times, sometimes I will put the note of some of them to 0.

    Really think you can change the training simulation to work as an assessment, in the future it would be best to start with the last mode, possibly in combination with a demonstration or a training simulation.

    Does that help? My assessments are in Dutch, otherwise I could send you an example.

    Lilybiri

    PS: Be careful with the email reports, it does not always all right.

  • How to add spreads

    Whenever I drag the pages in the 'spread' window they are automatically added to the end of the spread, that I select.  What is I can't add a spread so they go in pairs, like the rest of the document?  So far, I have 7 two-page spreads in each and when I drag more pages they add just an existing propagation, indicating that there is a gap of 4 and the rest 2.

    Is one last thing, possible to put on my auto-numbering pages?  I'm a bit lost and I was wondering if some pages have other sides and so I'm adding text to the wrong bit, if that makes sense.

    nicolanicola wrote:

    Whenever I drag the pages in the 'spread' window they are automatically added to the end of the spread, that I select.  What is I can't add a spread so they go in pairs, like the rest of the document?  So far, I have 7 two-page spreads in each and when I drag more pages they add just an existing propagation, indicating that there is a gap of 4 and the rest 2.

    Is one last thing, possible to put on my auto-numbering pages?  I'm a bit lost and I was wondering if some pages have other sides and so I'm adding text to the wrong bit, if that makes sense.

    Perhaps it would be easier to work in the pages Panel, if you change the view options to show spreads horizontally. Why the default is show a stack is beyond me. When you drag the pages into the document area on the mask of the area pages, they will behave depending on where drop you them. You can add at the end, at the beginning, or even in the middle. She also depends on the status of the options in the menu of the patch panel. If random playback is disabled for a gap, or the whole document you can add pages to the spread (you can tell that a spread doesn't shuffle if page numbers are between parentheses). If the pages will be added independently or an existing propagation will depend on how close drop you them. If you see a black vertical bar, you should get a new independent spread, as you get closer one existing spread, that the bar changes to a few upper and lower handles pointing to the page where the new pages will be fixed.

    Automatic page numbers are usually placed in a block of text to the master page. Type > insert special character > markers > current Page marker.

    Ed. You can also choose to insert pages in the Panel menu, or be right-clicked in the Panel to bring up the context menu.

  • Need help with the final step of the recovery process

    Oracle Linux 4.7, Oracle 10 g 2 10.2.0.1

    I got plenty of RMAN backup of the database at a time, including file control registry and archives. Now I'm trying recover the database from the same backup.

    Because I'm trying to simulate the loss of all data files, control file, redo log... I'm going in (good) last pfile nomount mode database restore you spfile and controlfile.

    SQL & gt; startup nomount pfile='/usr/oracle/10gr2/dbs/pfile.ora';

    ORACLE instance started.

    Total System Global Area 2147483648 bytes
    Bytes of size 1220432 fixed
    838860976 variable size bytes
    1291845632 of database buffers bytes
    Redo buffers 15556608 bytes


    ... no problem here.




    switch to RMAN and restore spfile and controlfile...

    SQL & gt;! target rman / nocatalog;

    RMAN & gt; restoring automatic backup SPFile;
    From restoration to 16 February 09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 155 devtype = DISK

    field of recovery destination: / u02/flash_recovery
    name of database (or unique name of database) used for research: MSF
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: /u02/flash_recovery/MSF/autobackup/2009_02_13/o1_mf_s_678729040_4sd1tjdp_.bkp
    channel ORA_DISK_1: restore SPFILE full automatic backup
    Finished restore at 16 February 09

    RMAN & gt; Restore automatic backup controlfile;
    From restoration to 16 February 09
    using channel ORA_DISK_1

    field of recovery destination: / u02/flash_recovery
    name of database (or unique name of database) used for research: MSF
    channel ORA_DISK_1: autobackup found in the recovery area
    channel ORA_DISK_1: autobackup found: /u02/flash_recovery/MSF/autobackup/2009_02_13/o1_mf_s_678729040_4sd1tjdp_.bkp
    channel ORA_DISK_1: restore full automatic backup of control file
    output filename=/oracle/oradata/MSF/control01.ctl
    output filename=/u02/control_files/MSF/control02.ctl
    output filename=/u03/oradata/MSF/control03.ctl
    Finished restore at 16 February 09




    ... well!

    I stopped at this point database and rebooted, but this time used my resotored spfile.

    SQL & gt; stop immediately;
    SQL & gt; bootable media;

    ... and then restored data files

    RMAN & gt; restore the database;

    From restoration to 16 February 09
    From backup duplication implicit 16 February 09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid = 155 devtype = DISK
    Cut 6 objects
    Implicit overlapping backup finished at 16 February 09

    Starting copy of implicit intersection to 16 February 09
    using channel ORA_DISK_1
    Copy of implicit crossover finished at 16 February 09

    the search for all files in the recovery area
    cataloging files...
    cataloging done

    List of cataloged files
    =======================
    File name: /u02/flash_recovery/MSF/autobackup/2009_02_13/o1_mf_s_678729040_4sd1tjdp_.bkp

    using channel ORA_DISK_1

    channel ORA_DISK_1: from datafile backupset restoration
    channel ORA_DISK_1: specifying datafile (s) to restore from backup set
    restoring datafile 00001 to /u03/oradata/MSF/system01.dbf
    restoring datafile 00002 to /u03/oradata/MSF/undotbs01.dbf
    restoring datafile 00003 to /u03/oradata/MSF/sysaux01.dbf
    restoring datafile 00004 in /u03/oradata/MSF/users01.dbf
    restoring datafile 00005 to /u03/oradata/MSF/example01.dbf
    restoring datafile to /u03/oradata/MSF/users02.dbf 00006
    channel ORA_DISK_1: backup /u02/flash_recovery/MSF/backupset/2009_02_13/o1_mf_nnndf_WEEKLY_FULL_4sczgjj9_.bkp piece reading
    channel ORA_DISK_1: restored the backup part 1
    piece handle=/u02/flash_recovery/MSF/backupset/2009_02_13/o1_mf_nnndf_WEEKLY_FULL_4sczgjj9_.bkp tag = WEEKLY_FULL
    channel ORA_DISK_1: restore complete, duration: 00:25:06
    Finished restore at 16 February 09


    WHAT IS NOW?

    How to restore to the last SNA possible?

    Why do you want the collection incomplete ot

    Just do a full restore using the last restored database

    RMAN>recover database
    

    database recover until cancel going to sql not to RMAN

    for the incomplete recovery compared to the time

    RMAN> run
     {
     set until time "to_date('13-05-2008 16:09:26','DD-MM-YYYY HH24:MI:SS')";
     recover database;
     }
    

    with regard to the SNA

    RMAN> recover database until scn 3;
    

    with regard to the sequence of journal

    RMAN> recover database until logseq 3
    

    Khurram

  • PagePhaseListener - after the last phase to run code

    Hello

    I've set up my own PagePhaseListener that works very well.
    public class MyAdfListener implements PagePhaseListener {
        public MyAdfListener() {
        }
    
        public void afterPhase(PagePhaseEvent pagePhaseEvent) {
            System.out.println("############### after PhaseEvent: " + pagePhaseEvent.getPhaseId());
            // call this code before INVOKE_APPLICATION
            if (LAST-PAGE-PHASE) {
               EXECUTE CODE
            }
        }
    This displays a list of numbers. The latest is not always the same which makes it difficult for me to run code after the last phase.
    # After PhaseEvent: 9
    # After PhaseEvent: 0
    # After PhaseEvent: 1
    # After PhaseEvent: 10
    # After PhaseEvent: 11
    # After PhaseEvent: 12
    # After PhaseEvent: 5
    # After PhaseEvent: 13
    # After PhaseEvent: 7
    # After PhaseEvent: 9
    # After PhaseEvent: 0
    # After PhaseEvent: 1
    # After PhaseEvent: 8
    # After PhaseEvent: 14



    How is it possible to run code after the last phase? I used
    if (pagePhaseEvent.getPhaseId() == 7) {
    }
    to catch a fairly late stage and he works for now, but I don't have a good feeling about the stability of this code, because the last number is not always the same.

    Greetings
    Tobias

    Yes, certainly makes it look like a doc bug (or a bug that values > 8 are returned) - you can probably find an answer to this, with the support of the Oracle, or if you have the source code for the ADF, by reading the source :)

  • last possible system on Mac Mini 1.93 GHz Intel Core 2 GB memory

    last possible system on Mac Mini 1.93 GHz Intel Core 2 GB memory?

    My system works very well except for Safari and Firefox, which NOW have updated versions.  What is the solution? I use Snow Leopard and latest Firefox since it's 48.0.2 and Safari's 5.1.10 that I can no longer use to access certain web pages

    The official list of Mac compatible with macOS Sierra:

    What are the requirements for Sierra.

    Towards the end of 2009 or later

    • MacBook
    • iMac


    2010 or later

    • MacBook Air
    • MacBook Pro
    • Mini Mac
    • Mac Pro

    If you do not meet the above, but respect what follows, then you can upgrade to El Capitan.

    Upgrade to El Capitan

    You can pass the Lion El Capitan or directly from Snow Leopard. El Capitan can be downloaded for FREE from the Mac App Store.

    To upgrade to El Capitan, you must have Snow Leopard 10.6.8 or installed Lion. Download El Capitan from the App Store. Sign in with your Apple ID. El Capitan is free. The file is big enough, more than 5 GB, allow it some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.

    Mac that can be upgraded to OS X El Capitan

    1 iMac (mid-2007 or newer) - model identifier 7.1 or later

    2 MacBook (late 2008 or early 2009 or newer aluminium) - model identifier 5.1 or later

    3. MacBook Pro (Mid/Late 2007 or newer)- model identifier 3.1 or later version

    4 MacBook Air (late 2008 or newer)- model identifier 2.1 or later

    5 mac mini (early 2009 or newer)- model identifier 3.1 or later version

    6 mac Pro (Early 2008 or newer)- model identifier 3.1 or later version

    7 Xserve (early 2009) - model identifier 3.1 or later version

    To find the identifier of the model open system information in the Utilities folder. It is displayed in the Panel on the right.

    Are my applications?

    See table of application - RoaringApps compatibility

    Upgrade to Lion

    If your computer does not meet requirements to install the above, it can still meet the specifications to install Lion.

    You can buy Lion to the Apple store. The cost is $19.99 (as it was before) plus taxes.  It's a download. You will receive an email with a redemption code that you then use on the Mac App Store for download Lion. Save a copy of this installer to your download folder because Setup deletes itself at the end of the installation.

    Lion system requirements

    1 mac with an Intel Core 2 Duo, Core i3, Core i5, Core i7,

    or Xeon processor

    2. 2 GB of memory

    3 OS X 10.6.6 or later (10.6.8) recommended

    4. 7 GB of available space

    5. certain features require an Apple ID; conditions apply.

  • My Apple Watch broke last week and I need to replace it as soon as POSSIBLE, technical support has expired but the coverage of active services

    My Apple Watch broke week last series only. FH * JC, I need to replace it as soon as POSSIBLE, the technical support has expired but the coverage of active services.

    Thank you

    < published by host >

    Contact Apple support (mail service may be available) or make a booking Genius Bar to make arrangements for your watch serviced (warranty, if it qualifies):

  • I have been scammed by Mindbrix last week. Is it possible that they could have downloaded Malware in my Macbook Pro? The computer works fine now, but should I run a kind of diagnosis or that someone check it out?

    I have been scammed by Mindbrix last week, and this community let me know... Thank you! Is it possible that they could have installed some sort of malicious software on my Macbook Pro X or am I protected? My computer works normally at this stage.

    Is it possible that they could have installed some sort of malicious software on my Macbook Pro X or am I protected?

    If you don't give them access to your computer or download something on their request, you should be fine. If you allow them access or downloaded something, you must erase and reformat your hard drive, then restore your computer from a backup taken before when you allowed them access. Change your passwords and other critical information also. Not sure what software have been installed. If necessary, contact your bank to make opposition and cancel your credit card.

  • Is it possible to load the CD (that I put on iTunes years ago) on an iPod Nano to iTunes 9.0.3 (15) on an old MacBook? This is my last chance, as the later versions of iTunes have deleted all this precious music, so I can't be wrong!

    Is it possible to load the CD (that I put on iTunes years ago) on an iPod Nano to iTunes 9.0.3 (15) on an old MacBook (OS 10.5.8)? This is my last chance, as the later versions of iTunes have deleted all this precious music, so I can't be wrong!

    It is unclear what you are asking, but if the question is (retired), the can transfer songs that are on an iPod nano (and nowhere else) to my current computer? 

    You cannot use iTunes.  By design, iTunes sync is generally in one direction, from your computer to the iPod.  The exception is purchased songs on the iTunes Store, iTunes can verify ownership of these songs (command in the menu bar iTunes -> devices-> transfer purchases of [name of the iPod] file).  However, there are methods and third party utilities that can transfer from iPod to computer.  If you do an Internet search on something like 'the ipod transfer', you should get a few links, including a CNET article.

    Once the files of the song on your disc, you can add them to your current iTunes library.

Maybe you are looking for

  • How to get back to my default went recently to the sites when I click on the new tab?

    You see, I downloaded kind of something which changed the squares which showed what I... went in front. (Sometimes just recently, but it registers itself it.) I don't mind.) Now it shows Yahoo. And I don't want Yahoo NOT showing when I click New tab.

  • Vista Home Premium isn't self-creation of restore points?

    Auto create dysfunction of restore as well as manual restore points points is deleted after reboot. I check providers and writers and allocated storage VSS f all of them are ok and without error with the exception of the DLL i-event that I can't re-r

  • By clicking on a link box window minimizes instead of going on the link

    50% of the time when I click on a link box, the window minimizes instead of going to the link. I tried to adjust the click of the mouse, etc..Nothing helps.Makes me crazy! Y at - it a setting or is it a problem inherent in this system?

  • How can I do to get the price Adobe Press Costumer?

    I have to change my membership plan, now I plan Cloud creative photography (one year, paid in advance) and my package will end at 10/05/2016 and I want to get price Adobe Press costumer (https://creative.adobe.com/promo/adobepressCCPP). How can I do?

  • NFB ESXi5.5 installation on hyper V

    I installed hyper v on my server to achieve a purpose... now, I am trying to create a new virtual machine as a server ESXI for my test laboratory. I have created a virtual machine as a server esxi, downloaded ESXi 5.5 Update 1 ISO image (includes VMw