DIsplay the status indicator as a circle  on adf 11.6

I have requirements on status indicator as below .
Example : based on the employee count on employee table ,if the employees count is >10 means diplay the status indicator in red color ,if count <10 mean then display in green color .
I mean there any option to customize and display the status indicator in round shape in diffrent color each time based on the count .
Any hints ?
Thanks

You can use skinning.
.AFStatusIcon:alias:     This icon gives a graphical representation that content is loading (e.g. carousel, inlineFrame). If you are editing this alias, you should also edit .AFStatusIconStyle:alias and .AFBackgroundImageStatus:alias since components will choose among these icons automatically under the necessary circumstances. This typically defines a content URL for an animated image, the width of this image, and the height of this image.
http://jdevadf.oracle.com/adf-richclient-demo/docs/skin-selectors.html

Similar Messages

  • Display the status of parallel human tasks in ADF web page (BPM 11g)

    Hi,
    We create a BPMN process (BPM 11g) which splits into parallel branches. Each branch has its own user activity. We want to show the task status of ALL the parallel user activities (running or completed) in the ADF web page implemented for the user activity so the user would have the whole picture of the process.
    In another words, we are able to check the status of the component instances associated with the process instance in the Oracle EM. We want to provide the similar information (in our case, we only want to show the status of the human task components) to the user when they access the human task page.
    I wonder if the only solution is to write Java code with the API to lookup the BPMN process instance. We try to avoid Java coding if possible. Please advise. Also, so far, I have not found any complete instruction/document on how to access the BPMN process instance and check the tasks etc. through the API. Please help if you know where I could get such information.
    Thanks a lot,
    Helen

    sorry!!
    http://www.esnips.com/doc/dca05e99-d5ca-49ce-80c8-5bedfe27a24a/screenshot-2

  • How to display the status of a SubVI on the front panel?

    Hi,
    I am writing a program to control an instrument through a serial communication port. The control and communication functions are integrated in a SubVI and they work fine.
    In the front panel of the main VI, I want to add some indicators to display the status of those controls in real time, such as using some LEDs to show whether the program is running in some loops of the SubVI, or use some indicators to show some variables in the SubVI.
    I tried using global variables, but I can't make them work in real time (or maybe I didn't do it right). The values of the global variables are actually changing on the fly, but the indicators on the front panel wouldn't reflect those changes until the program return
    ed from the SubVI.
    Is there a way to do this in Labview 6.0.2?
    Your earlist help is very much appreciated.
    Best regards,
    Hua

    Hua,
    I have attached an example in which a front panel boolean indicator is toggled in the subvi. Also, a front panel stop button is used to stop the loop execution in the subvi. References are passed to the subvi instead of the actual control values.
    Without seeing your code I'm not sure what was going on with the globals, but you had to have a data dependency somewhere which was keeping the code from running until after the execution of the subvi. The code must be totally independent of the subvi in order to run. Also, in order for the update to work it would have to be operating in a loop.
    Attachments:
    Main.vi ‏13 KB
    subvi.vi ‏20 KB

  • ALV Report to display the status of the requests raised through ESS

    Hi All,
    We have to develop a ALV report to display the status of the requests raised through ESS
    for Leave, Travel & Event Management, Travel and Appraisal workflows.
    ESS Travel, ESS TEM, ESS Apraisal workflows are associted with SAP Business Objects.
    we are using the function module SWI_WORKITEMS_OF_OBJTYPE_GET to get
    the top level work item id's by passing the object type like PDRELA_025, BUS2089.
    By using SWP_WORKFLOW_LOG_READ function we are getting the workflow log
    by passing top level work item id's as imort parameter. 
    The report output should have the following fields
    Initiator, Initiator Personal No, Request Type( Leave, Travel etc.. )
    Date of application of the request, Status ( Approved by RM, Rejected etc )
    Name of the Approver, Approved / Rejected Date.
    The logic should be work for all the above ESS workflows and should be generalized.
    Can any one please let me know the procedure to get the required information from the workflow log.
    It would be great if any one suggest on the same how to proceed further to get the information as mentioned above.
    Thanks & Regards,
    Jagadeeswara Rao Balla.

    Hello,
    You can get most of that information from fm SAP_WAPI_GET_HEADER, input is workitem_id.
    regards
    Rick Bakker
    Hanabi Technology

  • Display the status of the production order

    Hi Friends,
    I have a task which should display the status of the production order.
    If an order number(AUFNR) is given, it should display whether the order is available or not. Also it should display the status of the order whether it is delivered, completed, blocked etc.
    Can anyone send me the code for the above task.
    Waiting for ur reply.
    Raj
    Message was edited by: Craig Cmehil

    Please mark this post as "Solved on my own" as it is a duplicate of your post which has already been answered.  Thanks. 
    Also, please remove the email address from the subject line.
    Regards,
    Rich Heilman

  • How to display the status message based on student marks..

    Hi all,
    i have student table that has columns mark1,mark2,mak3...
    i want to display the student name,staus as pass or fail based on the marks.. in a single query..
    if the student score above 30 in all the subject i should display the status as pass other wise fail ( note:- status is not a column in the table)
    Thanks

    select e.student_name
          ,e.mark1
          ,e.mark2
          ,e.mark3
          ,decode(pass.flag,'Y','PASS','FAIL') status
    from   exam e
           , (select e2.student_id,'Y' flag
              from   exam e2
              where  e2.mark1 > 30
              and    e2.mark2 > 30
              and    e2.mark3 > 30) pass
    where e.student_id = pass.student_id (+);
    STUDENT_NAME      MARK1      MARK2      MARK3 STATUS
    CNAME                40         50         60 PASS  
    DNAME                60         70         80 PASS  
    ANAME                20         30         40 FAIL  
    BNAME                30         40         50 FAIL Edited by: JamesK on May 30, 2013 12:38 PM
    Edited by: JamesK on May 30, 2013 12:40 PM

  • Need to change the status indicator in CV01n,CV02n and CV03n

    Hi,
        When i am creating the document in CV01n,if the status set to Release then the status indicator need to change in to green.

    Transaction Code - CV01                     Create Document Info Record
    Exit Name           Description
    CV000001            Check-in enhancement for document management
    CV110001            DMS: Enhancements for DMS Dialog (FB: CV110)
    CVDS0001            User exits for ALE DMS (DOCMAS)
    No of Exits:          3
    USER EXIT
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sapgenie.com/abap/code/abap26.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
    http://www.easymarketplace.de/userexit.php
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sappoint.com/abap/userexit.pdfUser-Exit
    http://www.sap-img.com/ab038.htm
    http://help.sap.com/saphelp_46c/helpdata/en/64/72369adc56d11195100060b03c6b76/frameset.htm
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.sap-img.com/abap/what-is-user-exits.htm
    http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
    Rewards if useful.........
    Minal

  • How can I query a https website used to display the status of an application using Powershell?

    Need assistance on querying the status of an application using Powershell. The status of the application is displayed in a https website. I want to receive a notification when one of the listed applications fails.
    Below is an example the failures I need to capture.
    h-t-t-p-::://xpps2.xxcom/ssol/sSOLStatus.asp?autorun
    SSOL Status
    Current App Server: xpps2.xx.com
    SQL Server Details: 
    SSS_MyAccount DB Connection: PASS
    SSS_MyAccount DB Query: PASS
    CAGWEB DB Connection: FAIL - Unable to Connect
    CAGWEB DB Query: FAIL - Pay location not found
    DB2 Server Details:
    DB2 D Connection: PASS
    DB2 Q Query: FAIL -Acct not found
    DB2 X Query: PASS
    DB2 N Query: PASS
    DB2 S Query: PASS
    DB2 K Query: PASS
    DB2 I Query: PASS
    Mitem Server Details:
    MITEM server: MITEMP2
    MITEM Total Devices: 10
    MITEM Devices Lines Up: 10
    MITEM Devices Logged In: 10
    MITEM Devices In Use: 0
    Mitem Server Status: PASS
    Web Service Details:
    SAW Web Service Status: FAIL
    Maximo Vizcaino

    thats where you are going to check what it is supposed to be.
    lets say your page shows as SSOL Status : running  you
    probably want to use "if($totalstrng.ToLower().contains("ssqlL status
    : running"))". its
    checking if the html page contains the string you are looking for.
    you might want to print $totalstrng
    and see what you need to look for.
    usign XMLHttp
    or XML object  as mentioned by JRV might be easier and faster way.

  • Error Message Displaying the status Bar not like popup message

    Hi all,
    My Requirement is while creating  invoice if pricing conditons is repeted , system should thorough the error message like (uplicate Condition Types Are Not Possible  in the status Bar but Im getting poup Error message So I want to display the same message in the status Bar.
    Please Help me any one.
    Regards,
    Prathap

    I dont want to Display the popup, I want to Display in Status Bar as a Error Message.
    Like this .
    If I put  message type 'E' its Displaying popup message , MESSAGE ' Duplicate Condition Types Are Not Possible.' TYPE 'E'.
    If I Put messge type 'I' its Displaying in Status Bar .
    Regards,
    Prathap
    Edited by: giri prathap on Sep 13, 2011 12:35 PM

  • How to display the status of script sent via fax?

    Hi Experts,
    I am beginner in ABAP....I am sending a script(complaint) via fax to the user who posts the complaints. But is there any way that I can display whether the fax was succesfully sent/failed.
    The applications is a module pool program which in turn call an executable program where we have the logic for the form to be sent via fax.The report of this fax is saved in the SAP outbox but we want to display it to the user as well.
    Thanks in advance.....

    Hua,
    I have attached an example in which a front panel boolean indicator is toggled in the subvi. Also, a front panel stop button is used to stop the loop execution in the subvi. References are passed to the subvi instead of the actual control values.
    Without seeing your code I'm not sure what was going on with the globals, but you had to have a data dependency somewhere which was keeping the code from running until after the execution of the subvi. The code must be totally independent of the subvi in order to run. Also, in order for the update to work it would have to be operating in a loop.
    Attachments:
    Main.vi ‏13 KB
    subvi.vi ‏20 KB

  • Need help in displaying the status in one query

    Query:
    SELECT START_DATE,END_DATE,ABSENCE_TYPE,APPROVAL_STATUS,SUM(ABSENCE_DAYS),absence_attendance_id FROM(
    SELECT *
    FROM (SELECT NVL (paa.date_start, paa.date_projected_start) start_date,
    NVL (paa.date_end, paa.date_projected_end) end_date,
    paattl.NAME absence_type,
    (SELECT meaning
    FROM hr_lookups
    WHERE 'A' = lookup_code(+)
    AND 'LEAVE_STATUS' = lookup_type(+)) approval_status,
    NVL(paa.absence_days,
    hr_absutil_ss.getabsdurdays
    (paat.absence_attendance_type_id,
    paa.business_group_id,
    paa.creation_date,
    paa.person_id,
    paa.date_projected_start,
    paa.date_projected_end,
    paa.time_projected_start,
    paa.time_projected_end
    ) absence_days,
    paa.absence_attendance_id
    FROM per_absence_attendances paa,
    per_absence_attendance_types paat,
    per_abs_attendance_types_tl paattl,
    hr_lookups fcl
    WHERE paa.person_id = 155253
    AND paa.business_group_id = 112
    AND paa.absence_attendance_type_id =
    paat.absence_attendance_type_id
    AND paat.absence_attendance_type_id =
    paattl.absence_attendance_type_id
    AND paattl.LANGUAGE = USERENV ('LANG')
    AND fcl.lookup_type(+) = 'ABSENCE_CATEGORY'
    AND paat.absence_category = fcl.lookup_code(+)
    AND ( ( hr_api.return_legislation_code
    (paat.business_group_id) =
    'GB'
    AND NVL (paat.absence_category, '#') NOT IN
    ('M', 'GB_PAT_ADO', 'GB_PAT_BIRTH', 'GB_ADO')
    OR ( hr_api.return_legislation_code
    (paat.business_group_id) <>
    'GB'
    AND NVL (paat.absence_category, '#') NOT IN
    ('GB_PAT_ADO', 'GB_PAT_BIRTH', 'GB_ADO')
    AND NOT EXISTS (
    SELECT 'e'
    FROM hr_api_transactions t
    WHERE t.selected_person_id = paa.person_id
    AND t.creator_person_id = NVL (155253, t.creator_person_id)
    AND t.transaction_ref_table = 'PER_ABSENCE_ATTENDANCES'
    AND t.transaction_ref_id = paa.absence_attendance_id
    AND NOT ( hr_absutil_ss.getabsencetype
    (t.transaction_id,
    NULL
    ) IS NULL
    AND t.status = 'W'
    AND t.status NOT IN ('D', 'E'))
    UNION ALL
    SELECT hr_absutil_ss.getstartdate (hat.transaction_id,
    NULL
    ) start_date,
    hr_absutil_ss.getenddate (hat.transaction_id, NULL) end_date,
    hr_absutil_ss.getabsencetype
    (hat.transaction_id,
    NULL
    ) absence_type,
    hr_absutil_ss.getapprovalstatus
    (hat.transaction_id,
    NULL
    ) approval_status,
    hr_absutil_ss.getabsencedaysduration
    (hat.transaction_id,
    NULL
    ) absence_days,
    hat.transaction_ref_id absence_attendance_id
    FROM hr_api_transactions hat, hr_api_transaction_steps hats
    WHERE hat.transaction_ref_table = 'PER_ABSENCE_ATTENDANCES'
    AND hat.transaction_group = 'ABSENCE_MGMT'
    AND hat.transaction_identifier = 'ABSENCES'
    AND hat.transaction_ref_id IS NOT NULL
    AND hat.selected_person_id = 155253
    AND hat.creator_person_id = NVL (155253, hat.creator_person_id)
    AND hat.transaction_id = hats.transaction_id(+)
    AND hat.status NOT IN ('D', 'E')
    AND NOT ( hr_absutil_ss.getabsencetype (hat.transaction_id,
    NULL
    ) IS NULL
    AND hat.status = 'W'
    -- WHERE start_date = to_date(c_start_time) and end_date = to_date(c_stop_time)
    where absence_type NOT IN ('Emergency Call Up Military','On/Off Ramp','Paternity Leave','Maternity Leave'
    ,'Medical Leave','Parental Leave','Personal Leave','Bereavement Leave'
    ,'Marriage Leave','Moving House Leave','Military Duty Leave','Paternity','Adoption Leave',
    'Bereavement') ORDER BY start_date DESC )
    WHERE approval_status IN ('Pending For Approval','Approved','Rejected')
    GROUP BY START_DATE,END_DATE,ABSENCE_TYPE,APPROVAL_STATUS,absence_attendance_id;
    Current Output:
    Start_date End_date absence_type approval_status sum(absence_days) absence_attendance_id
    8/12/2010 8/13/2010 Standard Vacation Approved 2 10006531
    6/10/2011 6/10/2011 Standard Vacation Pending For Approval 1 10833750
    Expected Output:
    Start_date End_date absence_type approval_status sum(absence_days) absence_attendance_id
    8/12/2010 8/13/2010 Standard Vacation Approved 2 10006531
    6/10/2011 6/10/2011 Standard Vacation Submitted 1 10833750
    I need to change the "Pending for Approval " status to "Submitted".I tried using DECODE but not working.Can anyone help?
    Other Status will not be changing.
    Thanks
    Hibin

    /* Formatted on 6/24/2011 7:30:30 AM (QP5 v5.149.1003.31008) */
      SELECT START_DATE,
             END_DATE,
             ABSENCE_TYPE,
             DECODE (APPROVAL_STATUS,
                      'Submitted',
                      'Pending for Approval',
                      APPROVAL_STATUS)
                APPROVAL_STATUS,
             SUM (ABSENCE_DAYS),
             absence_attendance_id
        FROM (  SELECT *
                  FROM (SELECT NVL (paa.date_start, paa.date_projected_start)
                                  start_date,
                               NVL (paa.date_end, paa.date_projected_end) end_date,
                               paattl.NAME absence_type,
                               (SELECT meaning
                                  FROM hr_lookups
                                 WHERE 'A' = lookup_code(+)
                                       AND 'LEAVE_STATUS' = lookup_type(+))
                                  approval_status,
                               NVL (paa.absence_days,
                                    hr_absutil_ss.
                                     getabsdurdays (paat.absence_attendance_type_id,
                                                    paa.business_group_id,
                                                    paa.creation_date,
                                                    paa.person_id,
                                                    paa.date_projected_start,
                                                    paa.date_projected_end,
                                                    paa.time_projected_start,
                                                    paa.time_projected_end))
                                  absence_days,
                               paa.absence_attendance_id
                          FROM per_absence_attendances paa,
                               per_absence_attendance_types paat,
                               per_abs_attendance_types_tl paattl,
                               hr_lookups fcl
                         WHERE paa.person_id = 155253 AND paa.business_group_id = 112
                               AND paa.absence_attendance_type_id =
                                      paat.absence_attendance_type_id
                               AND paat.absence_attendance_type_id =
                                      paattl.absence_attendance_type_id
                               AND paattl.LANGUAGE = USERENV ('LANG')
                               AND fcl.lookup_type(+) = 'ABSENCE_CATEGORY'
                               AND paat.absence_category = fcl.lookup_code(+)
                               AND ( (hr_api.
                                       return_legislation_code (
                                         paat.business_group_id) = 'GB'
                                      AND NVL (paat.absence_category, '#') NOT IN
                                             ('M',
                                              'GB_PAT_ADO',
                                              'GB_PAT_BIRTH',
                                              'GB_ADO'))
                                    OR (hr_api.
                                         return_legislation_code (
                                           paat.business_group_id) <> 'GB'
                                        AND NVL (paat.absence_category, '#') NOT IN
                                               ('GB_PAT_ADO',
                                                'GB_PAT_BIRTH',
                                                'GB_ADO')))
                               AND NOT EXISTS
                                          (SELECT 'e'
                                             FROM hr_api_transactions t
                                            WHERE t.selected_person_id =
                                                     paa.person_id
                                                  AND t.creator_person_id =
                                                         NVL (155253,
                                                              t.creator_person_id)
                                                  AND t.transaction_ref_table =
                                                         'PER_ABSENCE_ATTENDANCES'
                                                  AND t.transaction_ref_id =
                                                         paa.absence_attendance_id
                                                  AND NOT (hr_absutil_ss.
                                                            getabsencetype (
                                                              t.transaction_id,
                                                              NULL)
                                                              IS NULL
                                                           AND t.status = 'W')
                                                  AND t.status NOT IN ('D', 'E'))
                        UNION/**/ ALL
                        SELECT hr_absutil_ss.getstartdate (hat.transaction_id, NULL)
                                  start_date,
                               hr_absutil_ss.getenddate (hat.transaction_id, NULL)
                                  end_date,
                               hr_absutil_ss.
                                getabsencetype (hat.transaction_id, NULL)
                                  absence_type,
                               hr_absutil_ss.
                                getapprovalstatus (hat.transaction_id, NULL)
                                  approval_status,
                               hr_absutil_ss.
                                getabsencedaysduration (hat.transaction_id, NULL)
                                  absence_days,
                               hat.transaction_ref_id absence_attendance_id
                          FROM hr_api_transactions hat, hr_api_transaction_steps hats
                         WHERE hat.transaction_ref_table = 'PER_ABSENCE_ATTENDANCES'
                               AND hat.transaction_group = 'ABSENCE_MGMT'
                               AND hat.transaction_identifier = 'ABSENCES'
                               AND hat.transaction_ref_id IS NOT NULL
                               AND hat.selected_person_id = 155253
                               AND hat.creator_person_id =
                                      NVL (155253, hat.creator_person_id)
                               AND hat.transaction_id = hats.transaction_id(+)
                               AND hat.status NOT IN ('D', 'E')
                               AND NOT (hr_absutil_ss.
                                         getabsencetype (hat.transaction_id, NULL)
                                           IS NULL
                                        AND hat.status = 'W'))
                 -- WHERE start_date = to_date(c_start_time) and end_date = to_date(c_stop_time)
                 WHERE absence_type NOT IN
                          ('Emergency Call Up Military',
                           'On/Off Ramp',
                           'Paternity Leave',
                           'Maternity Leave',
                           'Medical Leave',
                           'Parental Leave',
                           'Personal Leave',
                           'Bereavement Leave',
                           'Marriage Leave',
                           'Moving House Leave',
                           'Military Duty Leave',
                           'Paternity',
                           'Adoption Leave',
                           'Bereavement')
              ORDER BY start_date DESC)
       WHERE approval_status IN ('Pending For Approval', 'Approved', 'Rejected')
    GROUP BY START_DATE,
             END_DATE,
             ABSENCE_TYPE,
             APPROVAL_STATUS,
             absence_attendance_id;

  • When I am downloading a file, how do I confirm that the download is active? The library does not do this, nor does the status indicator tab.

    Firefox does not show me if a download has been interrupted. On the downloads tab it just shows an estimated time; in the library it shows a more detailed status bar, but it doesn't show when a download has been interrupted, it just shows how much has been downloaded, and a transfer rate that seems to be the last recorded, rather than the current rate of zero. (I have a separate bandwidth monitor which shows total upload and download rates on my computer, this is how I know the download has stopped)

    All runing dwnlding shows in library in any wat !! If this is not wotkng thn u hv to reinstall FF thn try to do itt !! I hope u wont get this problm again

  • Getting the TOC progress indicator w/o displaying the TOC?

    Hi,
    I want to display the progress indicator (that is, the 00:30 / 06:00 Minutes widget that comes with the TOC) in my Captivate output, but I do not want the TOC. Is there any way to display this type of progress indicator without the TOC (in Captivate 4 or 5)?
    Thanks!

    Abhishek,
    The goods movement will not be allowed without system status release.
    But with user status you can block goods movement even if the system status is "Released".
    Regards
    Kannan G

  • Display the power supply status in the IPS 4270

    How to display the status of the power supply on the IPS 4270
    since the IPS has two power supplies and one has failed, so i want to check what is causing this failure (i am looking for a message from the CLI describing that the IPS power were failed).

    At this time, there is no method to display the status of the power supply from the CLI or IDM GUI of the IPS-4270.  There is an open enhancement request to have this capability added in a future release of the IPS software.
    Scott

  • Status Indicator Light not working

    I've been having a recurring issue with the status indicator light on my 15.4-inch MacBook Pro 2.8 GHz (Mid-2009). I learned recently that it's normal for the status indicator light to be on when the computer starts up, shuts down and goes to sleep. Lately, the status indicator light has not appeared at all when the computer starts up, goes to sleep, and shuts down. I've tried almost everything and still nothing has worked
    1.) Checked to see if any of the ports are working: FireWire, Ethernet, MagSafe, SD card, USB, Mini-DisplayPort. These ports are behaving as normal, working fine.
    2.) Checked and successfully paired a seven button Apple Remote to test the IR receiver.
    3.) Ran an Apple Hardware Test, found nothing wrong, passed the test.
    4.) Reinstalled and erased my hard drive, still having issues.
    5.) Bluetooth, AirPort Extreme, microphone, audio ports, speakers, and iSight are working.
    6.) Battery works and the charger is working.
    7.) Backlighting for display and keyboard work.
    The computer is only 1 year and 4 months old. The issue began occurring two months ago. Now the computer does sleep, but if the fans are going, it takes a bit longer for the computer to go to sleep when I close the lid.
    I haven't replaced the hard drive or installed any new hardware.
    The battery and power information is still at 100%:
    Model Information:
    Serial Number: W0945***7VC
    Manufacturer: SMP
    Device name: bq20z451
    Pack Lot Code: 0000
    PCB Lot Code: 0000
    Firmware Version: 0003
    Hardware Revision: 0003
    Cell Revision: 0100
    Charge Information:
    Charge remaining (mAh): 4165
    Fully charged:No
    Charging: Yes
    Full charge capacity (mAh): 6662
    Health Information:
    Cycle count: 43
    Condition: Normal
    Battery Installed: Yes
    Amperage (mA): 3177
    Voltage (mV): 12109
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 15
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 15
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: No
    Current Power Source: Yes
    Display Sleep Uses Dim: Yes
    GPUSwitch: 2
    Battery Power:
    System Sleep Timer (Minutes): 10
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 2
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Display Sleep Uses Dim: Yes
    GPUSwitch: 2
    Reduce Brightness: Yes
    Hardware Configuration:
    UPS Installed: No
    AC Charger Information:
    Connected: Yes
    ID: 0x0100
    Wattage (W): 85
    Revision: 0x0000
    Family: 0x00ba
    Serial Number: 0x009fe8db
    Charging: Yes
    My computer's warranty with Apple, including tech support, service, and repair, has expired. However, I do have a remaining two year warranty with Best Buy Geek Squad.
    I'm wondering how much would it cost out of pocket to take this computer to an Apple Store for service and repair with a Mac Genius?
    So is there anything that could be wrong with this computer and if so, please help!
    <Serial Number Edited by Host>

    studabaker wrote:
    I erased the disk with Disk Utility using the installation DVD ....
    If you used "Secure erase", you can be certain that there is nothing left on the disk that is causing your problem.
    Because you have a long wait for access to an Apple Authorized Service Provider, if you merely clicked "erase" (the one that does not take more than an hour), you could try Secure Erase now if you want to try the final possible fix you can do on your own.
    ... and installed the combo update recently, the size for that update was over 1GB.
    That is the right one.
    I have been regularly doing those permissions. Thanks for the suggestions.
    You're welcome.
    I'm taking my Mac to Geek Squad and Mac Genius next month when I visit my dad in Georgia, there's an Apple Store about 45 minutes away from his house and a Best Buy that sells Macs, cause it turns out Geek Squad's coverage for Apple/Mac is only in places where they sell Macs. I used my zip code and turned up 0 results but I typed the zip code for where my dad lives in North Georgia, and a Best Buy in Atlanta is available. So I will definitely go there and visit the Apple Store to at least see what my options are.
    If you need help from Apple before you can go to a physical location next month, other Apple Technical Support service option contacts are available here:
      http://www.apple.com/contact/
    Best Buy by far has the best warranty for computers from what the sales associate was telling me. Apparently, Best Buy warranty covers spills, drops & breaks, and overall maintenance issues. In fact, they told me if the computer can't be fixed, they'll replace it with a new one.
    It should surprise nobody when salesmen tell customers that their own warranty product is best. Because you have apparently already paid for the Best Buy warranty, you can take advantage of their warranty and enjoy the "best" results if you can find a location that honors it.
    Thanks for advice and if there's anything else you can think of, let me know.
    You're welcome. You have all my suggestions. However, if I think of anything else, I will post back here.
    We will watch for your status update. Please let us know what fix works for you.
    EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz Mac OS X (10.6.7); MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.7)
    LED Cinema Display; G4 PowerBook 1.67GHz (10.4.11); iBookSE 366MHz (10.3.9); External iSight; iPod4touch4.3.1

Maybe you are looking for

  • Voice recognition no longer works in my 2013 Chevy Traverse since updating to 6.1.4 on my iPhone 5. Any ideas for me?

    Voice recognition worked perfect in my new car until about a month ago. Thinking it was when I updated to 6.1.4. Now it never understands what I am saying when trying to call one of my contacts.   If I say a number to call, it can understand that, bu

  • MTO - For logistics purpose - Effect in COPA

    Hi, We have a MTO scenario maintained for logistics purpose. A production order is created with reference to a Sales Order, wherein 2 or more FG are fabricated. These FG are issued to sales order as special stock. Consumption of FG is posted at time

  • Delays in data transfer.. server-to-client

    All, We are experiencing delays in object transfer between server and client. The delays are longer with large objects (a single object with an array of objects that reflect the rows returned in a database) than small (ie: 10 rows vs 400). Does anyon

  • System Exec Hang

    Hi. Im programming a application for a analyser. I sample data and stores them via a system exec call to a databaseclient. The thing is that every time I get to the system exec the whole gui stops working until system exec is finnished. This is what

  • Separate navigation to original

    Hi, I am currently building a site in Muse CC and have included a horizontal navigation bar that includes sub-menu's at the top of each page (outside of the A Master page as I want it to stay in view when scrolling).I now need to include links to new