Possible Bug concerning JClient Forms with tables

If I instantiate a JClient Frame first time a lot of empty rows appear in the table, if there is NO DATA in the database table.
If there IS data in the database table, at the fist time everything is OK, but if I instantiate the JClient frame a second time, in the JClient table a lot of empty rows appear in addition to the expected ones.
To reproduce this behaviour you can create a single JClient Table Form and then add a component to instantiate a new Form of the actual one e.g. I have reproduced it changing the standard About Menu so that <About> instantiates and sets visible the Form again.
menuHelp.setMnemonic('H');
itemHelpAbout.setText("About");
itemHelpAbout.setMnemonic('A');
itemHelpAbout.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
FrameView1 frame = new FrameView1(app);
frame.setVisible(true);
Is this a bug ?
Is there a workaround for this behaviour ?

If I instantiate a JClient Frame first time a lot of empty rows appear in the table, if there is NO DATA in the database table.
If there IS data in the database table, at the fist time everything is OK, but if I instantiate the JClient frame a second time, in the JClient table a lot of empty rows appear in addition to the expected ones.This has been discussed on OTN at 10G JDBC Driver SQl Exception earlier.
Please see if suggested workaround works for your case.

Similar Messages

  • How to create a JClient form with one master block & multiple detail block?

    Hello,
    I am using Jdevelopver 10.1.2
    I want to have a JClient Form with one master table A and two detail tables B, C.
    But in the JClient Form wizard, I can only create a one master with one detail relationship. Can I create multiple details in that wizard ?
    Thanks
    Stephen

    Create a JPanel based on the second detail table with the wizard and add manually the JPanel to the Master-detail Form.
    Regards
    Fred

  • Is it possible to create a form with multiple form fields on a single line?

    Is it possible to create a form with multiple form fields on a single line?  I can't find anything in the documentation or a template that does this.
    I am trying to create a "documents received" checklist with a check box on the left margin, a date-received field to the right of the check box and and a description of the document (Formatted Text) on the far right.
    In the past I have entered the Fixed Text with a word processor, published it to a PDF file, then added the check box and date fields with the Acrobat Forms editor.  I would prefer to use FormsCentral if it is possible.

    We now support multiple fields on one line. This post provides a brief overview.
    Give it a try and send us your feedback.
    Sorry it took so long.
    Randy

  • Is it possible to hv a FORM with out Print Prog.?

    Hi Experts,
    1) Is it possible to hv a smart form with out having the Print/driver prog.?
    coz, I checked in TNAPR tbl, I did not find any entry!
    I guess, NACE wuld do give some info?
    2) How Can I know that my_z_form_1 created in Which SAP version?
    3) How it wuld appear the icon of TABLE node in 4.6? Is it "Lines with in Square box"?
    Pls. clarify.
    thanq.
    Message was edited by:
            Srikhar
    Message was edited by:
            Srikhar

    1) Is it possible to hv a smart form with out having the Print/driver prog.?
    coz, I checked in TNAPR tbl, I did not find any entry!
    I guess, NACE wuld do give some info?
    Answer : No,there should be print program for each smart form.
    NACE Will give only SD,MM module form name and print progrms.
    2) How Can I know that my_z_form_1 created in Which SAP version?
    Answer : Currently SAP Does not support version management for SAP Script.  
                 and Smartforms.You just compare with Production system
    3) How it wuld appear the icon of TABLE node in 4.6? Is it "Lines with in Square box"?
    Use Main window -> Create - > Table
    and proceed further...
    Thanks
    Seshu

  • How to do an interactive form with tables

    I've been asked to recreate an interactive form that was created using several tables. The tables are made up of cells that contain labels of what information is required, followed by blank cells where the user can put the information (text fields). A few of the cells are to contain drop down menus that will contain a list of answers to choose from (combo boxes). I kind of like the idea of doing it in a table just because it keeps everything lined up automatically.
    I am a Lynda.com subscriber, and I found a course on that site that shows how to create interactive forms with InDesign, but it just breezes past doing it with tables. It says you can do it, but doesn't show how. The problem is, one table can contain all three types of cells that I plan to use. I can select the whole table and then choose "Type" in the Buttons and Forms panel, but I would think that would turn the whole table into just one type of field. I can't seem to figure out how to select individual cells of the table to choose different types.
    Is there a way to do that?

    This is work around
    1- Draw a rectangle frame, and without release mouse use up and right arrow key to define rows and columns count and use Ctrld+ down arrow key to reduce space between rows and Ctrl+left arrow key to reduce space between column.
    2- Covert frames to Buttons.

  • Error Box displays in JClient Form with no text (preview 9.0.3)

    I am using Preview 9.0.3, with a JClient Form, running as an applet. When I execute the applet within JDeveloper, an Error box displays, but has NO text. When I try to close the box, it just keeps redisplaying, with no text. I am using the -Djbo.debugoutput=console, and the last statement to be logged is the SELECT statement from the Entity Object I am working with.
    Is there any other diagnostic logging I can turn on to find out what the error is?
    Any ideas?

    I am using Preview 9.0.3, with a JClient Form, running as an applet. When I execute the applet within JDeveloper, an Error box displays, but has NO text. When I try to close the box, it just keeps redisplaying, with no text. I am using the -Djbo.debugoutput=console, and the last statement to be logged is the SELECT statement from the Entity Object I am working with.
    Is there any other diagnostic logging I can turn on to find out what the error is?
    Any ideas? You may turn on the diagnostic on BC4J to see where things are breaking.
    Open up Project settings. In the Runner panel, provide runtime option : -Djbo.debugoutput=console

  • Query Form with Table - Table not stretching

    Gentlefolk
    I have a very simple JSF page.
    I have based this JSF page on Oracle quick start layout (stretched).
    I add a query component (including a table) to the page.
    When I run the page the Search Panel Re-sizes to fit the browser (stretches). The table below does not.
    p.s. the query component itself works fine. Its the table that returns the results that remains unstretchable.
    Any ideas appreciated
    Thx
    Darren Palmer

    Having the table in a stretchable component will stretch it (the panel group isn't such a component).
    So you can layout your page like this:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/rich" prefix="af"%>
    <f:view>
      <af:document id="d1">
        <af:messages id="m1"/>
        <af:form id="f1">
          <af:panelStretchLayout id="psl1" topHeight="200px">
            <f:facet name="center">
                <af:table value="#{bindings.DepartmentsView1.collectionModel}"
                          var="row" rows="#{bindings.DepartmentsView1.rangeSize}"
                          emptyText="#{bindings.DepartmentsView1.viewable ? 'No data to display.' : 'Access Denied.'}"
                          fetchSize="#{bindings.DepartmentsView1.rangeSize}"
                          rowBandingInterval="0"
                          filterModel="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
                          queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
                          filterVisible="true" varStatus="vs"
                          selectedRowKeys="#{bindings.DepartmentsView1.collectionModel.selectedRow}"
                          selectionListener="#{bindings.DepartmentsView1.collectionModel.makeCurrent}"
                          rowSelection="single" id="resId1">
                  <af:column sortProperty="DepartmentId" filterable="true"
                             sortable="true"
                             headerText="#{bindings.DepartmentsView1.hints.DepartmentId.label}"
                             id="resId1c1">
                    <af:outputText value="#{row.DepartmentId}" id="ot1">
                      <af:convertNumber groupingUsed="false"
                                        pattern="#{bindings.DepartmentsView1.hints.DepartmentId.format}"/>
                    </af:outputText>
                  </af:column>
                  <af:column sortProperty="DepartmentName" filterable="true"
                             sortable="true"
                             headerText="#{bindings.DepartmentsView1.hints.DepartmentName.label}"
                             id="resId1c2">
                    <af:outputText value="#{row.DepartmentName}" id="ot2"/>
                  </af:column>
                  <af:column sortProperty="ManagerId" filterable="true"
                             sortable="true"
                             headerText="#{bindings.DepartmentsView1.hints.ManagerId.label}"
                             id="resId1c3">
                    <af:outputText value="#{row.ManagerId}" id="ot3">
                      <af:convertNumber groupingUsed="false"
                                        pattern="#{bindings.DepartmentsView1.hints.ManagerId.format}"/>
                    </af:outputText>
                  </af:column>
                  <af:column sortProperty="LocationId" filterable="true"
                             sortable="true"
                             headerText="#{bindings.DepartmentsView1.hints.LocationId.label}"
                             id="resId1c4">
                    <af:outputText value="#{row.LocationId}" id="ot4">
                      <af:convertNumber groupingUsed="false"
                                        pattern="#{bindings.DepartmentsView1.hints.LocationId.format}"/>
                    </af:outputText>
                  </af:column>
                </af:table>
              <!-- id="af_one_column_stretched"   -->
            </f:facet>
            <f:facet name="top">
              <af:panelHeader text="Departments" id="ph1">
                <af:query id="qryId1" headerText="Search" disclosed="true"
                          value="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
                          model="#{bindings.ImplicitViewCriteriaQuery.queryModel}"
                          queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
                          queryOperationListener="#{bindings.ImplicitViewCriteriaQuery.processQueryOperation}"
                          resultComponentId="::resId1"/>
              </af:panelHeader>
            </f:facet>
          </af:panelStretchLayout>
        </af:form>
      </af:document>
    </f:view>Another option is to use a panel splitter - basically take the template you used - add a splitter (vertical) - drag the query with table to the top - then move the table to the bottom:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:messages id="m1"/>
          <af:form id="f1">
            <af:panelStretchLayout id="psl1">
              <f:facet name="center">
                <af:panelSplitter id="ps1" orientation="vertical">
                  <f:facet name="first">
                    <af:panelGroupLayout layout="vertical" id="pgl1">
                      <af:panelHeader text="Departments" id="ph1">
                        <af:query id="qryId1" headerText="Search" disclosed="true"
                                  value="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
                                  model="#{bindings.ImplicitViewCriteriaQuery.queryModel}"
                                  queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
                                  queryOperationListener="#{bindings.ImplicitViewCriteriaQuery.processQueryOperation}"
                                  resultComponentId="::resId1"/>
                      </af:panelHeader>
                    </af:panelGroupLayout>
                  </f:facet>
                  <f:facet name="second">
                    <af:table value="#{bindings.DepartmentsView1.collectionModel}"
                              var="row"
                              rows="#{bindings.DepartmentsView1.rangeSize}"
                              emptyText="#{bindings.DepartmentsView1.viewable ? 'No data to display.' : 'Access Denied.'}"
                              fetchSize="#{bindings.DepartmentsView1.rangeSize}"
                              rowBandingInterval="0"
                              filterModel="#{bindings.ImplicitViewCriteriaQuery.queryDescriptor}"
                              queryListener="#{bindings.ImplicitViewCriteriaQuery.processQuery}"
                              filterVisible="true" varStatus="vs"
                              selectedRowKeys="#{bindings.DepartmentsView1.collectionModel.selectedRow}"
                              selectionListener="#{bindings.DepartmentsView1.collectionModel.makeCurrent}"
                              rowSelection="single" id="resId1">
                      <af:column sortProperty="DepartmentId" filterable="true"
                                 sortable="true"
                                 headerText="#{bindings.DepartmentsView1.hints.DepartmentId.label}"
                                 id="resId1c1">
                        <af:outputText value="#{row.DepartmentId}" id="ot2">
                          <af:convertNumber groupingUsed="false"
                                            pattern="#{bindings.DepartmentsView1.hints.DepartmentId.format}"/>
                        </af:outputText>
                      </af:column>
                      <af:column sortProperty="DepartmentName" filterable="true"
                                 sortable="true"
                                 headerText="#{bindings.DepartmentsView1.hints.DepartmentName.label}"
                                 id="resId1c2">
                        <af:outputText value="#{row.DepartmentName}" id="ot4"/>
                      </af:column>
                      <af:column sortProperty="ManagerId" filterable="true"
                                 sortable="true"
                                 headerText="#{bindings.DepartmentsView1.hints.ManagerId.label}"
                                 id="resId1c3">
                        <af:outputText value="#{row.ManagerId}" id="ot1">
                          <af:convertNumber groupingUsed="false"
                                            pattern="#{bindings.DepartmentsView1.hints.ManagerId.format}"/>
                        </af:outputText>
                      </af:column>
                      <af:column sortProperty="LocationId" filterable="true"
                                 sortable="true"
                                 headerText="#{bindings.DepartmentsView1.hints.LocationId.label}"
                                 id="resId1c4">
                        <af:outputText value="#{row.LocationId}" id="ot3">
                          <af:convertNumber groupingUsed="false"
                                            pattern="#{bindings.DepartmentsView1.hints.LocationId.format}"/>
                        </af:outputText>
                      </af:column>
                    </af:table>
                  </f:facet>
                </af:panelSplitter>
                <!-- id="af_one_column_stretched"   -->
              </f:facet>
            </af:panelStretchLayout>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>

  • I want a JClient Form with one mater and two details

    Hi,
    In my JClient Form, I want to have one master view and TWO detail views. The two detail views are linked to the master view simultaniously. Can Jdeveloper do that?
    and How?
    Stephen

    Sure. Just define the VO's and the relations between them and afterwards develop some independant panels which describe the VO's. You can then place each panel on a single panel and organize them the way you want.
    However, there isn't a way to simply generate the entire deal with a single wizard. You will have to run the wizard multiple times for each of the panels you wish to create and then manually put them together.
    Hope This Helps

  • Adobe interactive form with table in webdynpro

    Hi Experts,
    My requirement is getting the data from adobe form table to my context node where I 've used 0..n cardinality to my table. what I did is when I use 0..1/1..1 cardinality to pass the data from adobe to context node am getting the data, as per my req. I 've to pass more than 1 record at a time so I set the cardinality to 0..n/1..n for the context node in this case am not getting the data to my context node. all the settings and the mappings are done properly. can anybody suggest me how to proceed in this case.

    What SP level is your NetWeaver system?  I've seen at least two other threads describing the same problem in the last few days.  I can not recreate the problem on my SP15 system, but I suspect since several people are having the same problem that there is a bug in the runtime at some SP level. I suggest that you enter a support ticket and/or search OSS for possible notes.

  • Possible bug: validation errors raise at table row and current row is lost

    Hi everybody,
    I've just implemented a simple test case against the HR schema:
    1. Create Business Components from Tables: choose only Employees. That will generate Employees EO, EmployeesView VO, associations, viewlinks and AppModule with the following hierarchy: EmployeesView1 > EmployeesView2
    2. Create a simple page with an ADF Table based on EmployeesView1.
    3. Surround af:table with af:panelCollection
    4. Add toolbar buttons to the af:panelCollection "toolbar" facet:
    <f:facet name="toolbar">
      <af:toolbar id="t2">
        <af:commandToolbarButton actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert" disabled="#{!bindings.CreateInsert.enabled}" id="ctb1" partialTriggers="t1"/>
        <af:commandToolbarButton actionListener="#{bindings.Delete.execute}" text="Delete" disabled="#{!bindings.Delete.enabled}" id="ctb2" partialTriggers="t1"/>
      </af:toolbar>
    </f:facet>5. Create a af:panelGroupLayout that encloses everything under af:form
    <af:document id="d1" title="Employees">
      <af:messages id="m1"/>
      <af:form id="f1">
        <af:panelGroupLayout id="pgl1" partialTriggers="pc1:ctb1 pc1:ctb2">
    ...6. Delete the LastName field for any row in the table and click anywhere on the next row in the table. This will raise a mandatory field validation error. At this point, the selected row is the one you've just clicked on, but the focus (mouse cursor) is in the LastName field that raised the error.
    7. Fill in the LastName field. Don't click on it; just write something, as the field is already focused.
    8. Click the CreateInsert button
    Result: The current row is still the one you clicked on before, not the newly created row. If you click on this new row to fill in its fields, validation errors raise for every mandatory field.
    I'd appreciate any help on this. I can send you the test case if necessary.
    Thanks in advance,
    Barbara
    Version
    ADF Business Components 11.1.1.56.60
    Java(TM) Platform 1.6.0_18
    Oracle IDE 11.1.1.3.37.56.60

    Hi,
    if you
    1. Select (click) a row to edit last name (don't edit last name though)
    2 Press "CreateInsert"
    Does this then make the new row becoming the current if nor errors are shown ?
    Frank
    Ps.: If so, please send me the test case. My mail address is in my OTN profile. Just zip the workspace and change the ".zip" extension to something like ".unzpme" because the Oracle firewall bounces all mails with zip attachements

  • Simple FORM with TABLE

    Hi. I'm trying to make a simple report using SmartForms. I'd like it to contain only a table with result of SELECT inside. The select is:
    TABLES zpersonal.
    SELECT * FROM zpersonal
    WHERE stredisko BETWEEN '0035' AND '0141'.
    ENDSELECT.
    But I've a problem. I don't understand how should I configure my report in SmartForms. I  conclude, that I have to pass the <b>zpersonal</b> table to the form's function, but how to configure the report to capture my table and display it? I follow:
    http://www.sap-img.com/smartforms/smartform-tutorial.htm
    Could You explain me what should I really insert especially in
    1. <u># ITAB1 (table in ABAP SMARTFORM calling function) INTO ITAB2</u>
    what are ITAB1 and ITAB2 tables?
    2. What should I insert in <u>Form interface </u>?
    3. What should I insert in <u>Global definitions </u>?
    Could You help me or give me more details about the tutorial I use. Greetings. P.

    Hi,
    I understand that u r using trying to create a simple smartform which captures data from a table to an internal table and then displays it.
    The driver program (the report program) need to be like this
    tables: zpersonal.
    data: itab like zpersonal occurs 0 with header line,
             fm_name type rs38l_fnam.
    select * from zpersonal
    where stredisko between '0035' and '0141'.
    this will capture the data into the internal table.
    Now since smartforms are function modules(FM), u need to pass the name to the report
    call function 'SSF_FUNCTION_MODULE_NAME'
      exporting
        formname                 = "ur smart form name in quotes"
      importing
        fm_name                  = fm_name
    Now u need to call the smart form function module
    for that go to the smartform as click Environment->funtion module name
    copy that name from ther
    IN the report click pattern and paste it there
    Now u have the function module in place
    replace the FM name by fm_name
    In the tables parameter give ur internal table name
    Before developing ur report u need to design ur smartform
    Once u have the internal table name defined in the smartform, it will come in the function call
    Please come back for any queries
    Reward if useful
    regards,
    Anoop

  • Possible bug in Photoshop CS6 with app.activeDocument.path.

    JavaScript running in Photoshop CS6 under OS X 10.7.5 returns the wrong result for app.activeDocument.path when the file is located on the boot drive. The result is undefined and an error message incorrectly states that the document has not been saved yet. If the file is located on a remote volume, the correct path is returned.
    To reproduce this problem, create a new file in Photoshop CS6 on a Mac. Save the file to the desktop. With the file still open, run the following script in ExtendScript Toolkit.
    // start script
    var thePath = app.activeDocument.path;
    alert(thePath);
    // end script
    Running the same script with a file located on a server volume open in Photoshop correctly returns "/path/to/file.psd" instead of undefined and no error occurs.
    This appears to be a bug in Photoshop CS6's JavaScript implementation. This problem did not exist in Photoshop CS3.
    A similar issue prevents Photoshop CS6 from saving files to the boot drive using activeDocument.saveAs.
    Has anyone else experienced this problem? If so, have you discovered an alternate method to determine the file path or save a file on the boot drive?

    Don't know if this will help much but at least you can use it to check a document's filepath without throwing an error. And maybe tell if the problem is with the Photoshop DOM.
    function hasFilePath(){// returns true/false
        var ref = new ActionReference();
        ref.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
        return executeActionGet(ref).hasKey(stringIDToTypeID('fileReference'));
    function getFilePath(){// returns path as a string if exists, undefined if not
        var ref = new ActionReference();
        ref.putEnumerated( charIDToTypeID("Dcmn"), charIDToTypeID("Ordn"), charIDToTypeID("Trgt") );
        var desc = executeActionGet(ref);
        if(desc.hasKey(stringIDToTypeID('fileReference'))) return decodeURI(desc.getPath(stringIDToTypeID('fileReference')));

  • Possible bug in inDesign CS5 with find and change

    This could be a problem with my script or it may be a bug, not sure.
    The script is used for finding a double space in a fragment of text and changing it to single space.
    It works only once when it is executed.
    To make it work again you have to close and reopen inDesign.
    Here's the code:
    app.findTextPreferences.findWhat = "  ";
    app.changeTextPreferences.changeTo = " ";
    app.documents[0].changeText();

    This one worked, Harbs also works but I think I'll go the unicode grep route for find and change on this one.
    I like the use of the positive lookbehind GREP character. (?<=) 
    thank you

  • Is this a bug? Interactive form with a simple script fails

    Hi all,
    I'm new here - please let me know if something is wrong with my post.
    I get an error when I open this pdf. (The text and fonts are violently nullified
    because the original pdf is confidential - but the error message is the same.)
    It's a simple kind of account sheet:
    Page 1:
    1499226 + 300000 - 276144 = 1523082,
    1523082 - 0 = 1523082,
    Page 2:
    1574326 + 300000 - 351244 = 1523082.
    The three numbers should be always the same.
    I can open and edit (i.e. input numbers to) it with any apps on my PC.
    (I mean Chrome and FoxIt. Adobe Reader is too strict to allow me to edit it.
    But I can edit the original PDF with Adobe Reader on my PC.)
    I can open it with Adobe Reader for Android.
    But I can not edit it correctly with Adobe Reader for Android:
    When I replace the "300000" with say "300001", I get an error
    "The value entered does not match the format of the field [ Text39 ]"
    and the calculated values are incorrect.
    (The three numbers don't match.)
    Could you tell me whether the pdf is to blame or not?
    If it's a bug in Adobe Reader for Android, I'll wait for a fix.
    If it's a bug in the pdf, I'll ask the author to fix it.
    Thanks in advance,
    Tamo
    2014/10/2 by tamo: More precise detail

    Welcome to Apple Discussions Burkett
    It may be that that object is a master object. I hope I can remember this since I'm not at my Mac right now (using a Dell PC at work ). Go to Format > Advanced > Make Master Objects Selectable. This post I made in another thread recently(with a picture) might help even more than my memory.

  • Adobe forms with table

    HI ,
    I NEW IN ADOBE FORMS I WAS CREATE ONE CUSTOM TABLE HAVEING 4 COLUMS IN THAT  4TH COLUMN IS AMONT FIELD. I WANT TO ADD TOTAL AMOUNT DISPLAY IN SEPRATE NUMERIC FILED. WHILE I ENTER DATA INTO IN THAT COLUMN AUTOMATICALLY ADD AMOUNT AND DISPLAY IN ANOTHER FIELD. PLZ HELP ME

    HI,
    You  search a  FP*  more number of  Standard Adobe Forms there...
    Regards,
    Ansari

Maybe you are looking for

  • Scanning in preview to multiple files no longer possible?!

    I am using an HP OfficeJet Printer to scan from the document feeder wirelessly to preview.app. It used to function flawlessy but now I ran into a problem that caused me to almost through my AirBook across the room. Using the import from scanner optio

  • My iMac ( Summer 2010 ) internal Hard Drive failing.. It's a Seagate 500GB HDD.

    My new iMac  ( summer 2010 - July 2010 ) internal Hard Drive is failing.. 1)  sometimes the imac can't see the hard drive to boot from..       it would stay in the grey screen .. 2)  sometimes the imac boots up after a cold start.      but some appli

  • Rip songs from an ipod to a computer!!

    Is it possible for me to get songs onto my computer from my friends ipod when he connects it to my computer... If so what software do i need. Atleast tell me a demo software's name..

  • How to import photos from Mail to iPhoto and preserve the date created?

    I have several photos sent to me via email attachments in Mail which I want to "add to iphoto."  When I do this, the original date of the photo changes to "today's date."  When I drag the photo to the desk top, the file (photo) properties change and

  • Midldle Earth: Shadow of Mordor - Pre-order Bonuses?

    Hello! I recently got off the phone with a Best Buy representative and wanted to confirm what was said is true.  I was late on jumping on the order ship for Shadow of Mordor.  I was planning on pre-ordering, but was waiting for confirmation on which