Problem with mouse selection in JTextField

Hi,
If I use CTRL-A to select/hightlight all text in JTextField, the following call can get the selected text:
String selectedText = textfield.getSelectedText();But if I use mouse to select/hightlight all text in JTextField, the above method cannot get the selected text.
I need to let textbox behave in the sane way with these two different use cases.
I am wondering how I can get selected text in the second use case?
regards,

If I use CTRL-A to select/hightlightFirst of all there is a difference between selecting and highlighting text, so don't use the words to mean the same thing.
CTRL-A does text selection.
All text components have a Highlighter Object that is used to highlight text. You can read the API to find out more information about highlighting.
I am wondering how I can get selected text in the second use case?The getSelectedText() doesn't know, or care how the text was selected (by mouse or keyboard), so you have a program bug.

Similar Messages

  • Having problem with mouse pionter in webpages

    i have a problem with mouse pionter in webpages since i've updated my firefox .
    when i'm reading a webpage and i click somewhere in the webpage,my mouse pointer goes from the normal pointer to the typing and selecting one. i also can not scroll up and down the page with up and down buttons on the keyboard because it goes straight to the top or the bottom of the page ! i only have this problem with mozilla firefox and it started when i updated my firefox about two months ago .

    thank you a lot madperson ! its okay now ! ;)

  • [Solved] Problem with mouse cursor gnome3

    Hi
    I moved back to Archlinux after a brief stay in LMDE, and test the new GNOME3, I am unpleasantly surprised that after a while the mouse is moving himself toward the top of the screen. I searched the internet, and seems to be a problem with the gnome-shell for some time, but I am not able to find the solution.
    Momentarily solved by restarting gnome with ALT + F2 + r + Enter, but after a while, same thing happens again.
    Can be well with photography programs, but of course if you do not solve this issue, GNOME, I can not use
    Can you give me a helping hand?
    Thanks and regards
    Rafa
    Last edited by Warper4 (2011-08-16 18:09:50)

    I don't know about Gnome, but my laptop had that problem.  I tracked it down the 3d accelerometer being used to simulate a joystick.  Of course, I also had (previously) set up another joystick to operate as a mouse.  In the end, the cursor "drifted" when the laptop was not level
    YMMV

  • Problems with the selection of text or objects

    dear fireworks community!
    unfortunately i have problems with my running version fireworks (CS6) and i can't find any solution or even get help via the customer support.
    i can't switch between objects with a click, when i've choosen one already. i also can't cancel the entire selection. the only way (to select a new item) is to click on an empty space, hold it and pull the selection over a new item.
    another thing is that i cant select a textfield with a doubleclick or switch beteween choosen tools within the usage of a shortcut …
    what i already tried:
    updating, deinstalling, re-storing preferences, "cleaning" the libraries, installing (this entire scenario for at least three times)
    i hope someone of you can help me!
    thanks in advance!

    incredible!
    thank you so much!

  • Problem with mouse-over value on a column chart (by Series)

    Hi.
    First of all thanks for any offered tip.
    I am having a problem with a column chart.
    When I move the mouse over a column it should show a small pop-up (or tip) with the column name (series name) and the value (series value). The problem is that it displays an extra '1' just like the following:
    SeriesName
    1
    X.XXX
    How can I remove the extra '1' and only show the name and the value ?
    The data is populated by series (manually added).
    Mihai.

    Hi,
    Thanks for the tip Shanthakumar KA.
    Yes. It looks like the '1' is coming from the X Axis labels. The chart that I have built does not require any labels on the X Axis, so this was not set (X-Axis labels: Empty). I tried setting this to an empty cell, but the '1' still appears in the mouse-over tip.
    It is very weird. If I leave the X-Axis labels empty, I still get the '1' displayed which is very annoing.
    Are there any solutions for this except the re-building the tip with a label a.k.a. '[customize the mouse over values|http://xcelsiusandme.blogspot.com/2009/07/xm-sample-7-customizing-mouse-over.html].'
    Regards,
    Mihai.

  • Problem with column selection in GUI_DOWLOAD

    Hi everyone !
    I want to save data from an internal table to a DAT file using GUI_DOWLOAD. In this internal table, there are 2 colums that won't be downloaded so I call the FM this way :
        CALL FUNCTION 'GUI_DOWNLOAD'
             EXPORTING
                  FILENAME                = L_FILE
                  FILETYPE                = 'DAT'
                  COL_SELECT              = 'X'
                  COL_SELECT_MASK          = V_COLSELECT
             TABLES
                  DATA_TAB                = TAB_OUT
                  FIELDNAMES              = TAB_FIELDNAMES.
    V_COLSELECT contains an 'X' for each column I need to be downloaded and a space for the 2 other columns.
    In the result file, the columns that I didn't select don't appear BUT there are 2 columns with no header and filled with zeros at the right edge of the file. I don't know where these 2 columns come from. Maybe a problem with fieldnames but I'm not sure (in TAB_OUT, all columns are present but in TAB_FIELDNAMES there are only headers for the selected columns).
    If anybody have an idea, please just tell me.
    Points will be rewarded for helpful answers.
    Thanks.
    Nicolas.

    Hi,
    Try to keep fields same in TAB_FIELDNAMES and TAB_OUT. because anyway you are using COL_SELECT_MASK.
    I think you are using COL_SELECT_MASK properly ie
    if you have 6 field in the TAB_OUT out of that you need to donwload 1,3,6 then your
    COL_SELECT_MASK will be X X  X
    aRs

  • Problem with variable selections

    Hi All
        I am executing the report with period 46.2007-50.2007 . I am getting the result for this period.But if i run the report with same selections from 42.2007-50.2007, I am not getting the data.It says no applicable data found.
    I am using interval as the option for variable .Could some one help on this?
    Thanks
    Raghu N

    Hello
    According to your selection you should get the data.
    check the both selection (46 - 50) and (42 - 50) in the LISTCUBE transaction.
    if data available in both cases then problem may be with other restrictions.
    If no user exits are in that variable try create one more variable as it is and then try by restricting with new variable.

  • Problems with mouse clicks..

    Hello.
    i�m having problems with the mouse clicks in a component...
    i have events that occur when a click is given and others when 2 clicks are given, but these events occurs only once a while....it�s not always that they occur...
    can anyone help me with it?? it�s very strange...
    thanx

    How about copy and pasting your mouseClicked or mousePressed methods. Are you sure you know the difference between a click and a press?

  • Problems with customizing select lists and popup LOVs

    Hi
    I have 2 problems about select lists and popup LOVs.
    The first one is about a select list in a tabular form.
    It should be created with APEX_ITEM.SELECT_LIST_FROM_LOV or similar and take its values from a named LOV.
    This worked fine but now it should also have the possibility to enter a free value.
    I tried to accomplish that by creating a APEX_ITEM.POPUP_FROM_LOV, but there is a problem with the function that is called by the arrow icon right to the input field (for eg. genList_f11_5()).
    If the row is added by addRow, then it works fine, but if the row is is not empty
    then the function call is like genList_f11_$_row() and the input field gets no value, when a LOV option is selected.
    The other problem is about a select list which should have the possibility to enter a custom value and
    also there should be the possibility to select several values. I tried to implement this by a text area containing the selected values and a multiple select list, with an event handler in each option. The user could click options and they would be copied to the text area. The problem is that I couldn't make the event handler work in IE.
    I would appreciate any ideas about either of these problems.
    Tiina

    Hi,
    If you download application you can see source.
    I have not write any instructions, sorry.
    If you are on Apex 4 you can just load jQuery UI autocomplete library and take ideas from my app.
    If you download my sample in zip there is uncompressed htmldbQuery library.
    You can see that and take only function htmldbAutocomplete.
    Then check jQuery UI document
    http://jqueryui.com/demos/autocomplete/#method-search
    There is method search that you can use open list just by click of input.
    I hope this helps at start.
    Regards,
    Jari

  • Function module based generic extractor - Problem with the selection

    Hi all
    The following is my code in the function module. I am able to get the entire data if i dont give any selections and the number of records is also correct. But when i select a MATNR value, it returns 0 records where as it needs to return 3 records. If i give selection based on bukrs, werks, lgort its working fine. But if i give selection based on MATNR, then it is not working.... I think there is a problem in the bold part of my code. If i debug, LS_MATNR is having the correct value which indicates that there is no problem with the value being passed to LS_MATNR from my selection screen of my datasource in RSA3. Even GT_WERKS is also having data. Please help.
    OPEN CURSOR WITH HOLD S_CURSOR FOR
    SELECT  MARA~MANDT
            MARA~MATNR
            MARC~WERKS
            MARD~LGORT
            MARA~MEINS
            MARD~LABST
            MARD~EINME
            MARD~SPEME
            MARD~RETME
            MARD~INSME
            MARD~UMLME
            MARD~VMLAB
            MARD~VMEIN
            MARD~VMSPE
            MARD~VMRET
            MARD~VMINS
            MARD~VMUML
            MARC~XCHPF
            MARD~KLABS
            MARD~KEINM
            MARD~KSPEM
            MARD~KINSM
    from MARA inner join MARC on
    MARAMANDT = MARCMANDT AND
    MARAMATNR = MARCMATNR
    inner join MARD on
    MARAMANDT = MARDMANDT AND
    MARAMATNR = MARDMATNR
    AND MARCWERKS = MARDWERKS
    for all entries in gt_werks
    where MARC~werks EQ gt_werks-werks
    AND MARA~MATNR in LS_MATNR.
        ENDIF.                             "First data package ?
    Fetch records into interface table.
      named E_T_'Name of extract structure'.
        FETCH NEXT CURSOR S_CURSOR
                   APPENDING CORRESPONDING FIELDS
                   OF TABLE E_T_DATA
                   PACKAGE SIZE S_S_IF-MAXSIZE.

    try this
    select marc~matnr MARC~WERKS into t_marc for all entries in gt_werks
    where werks EQ gt_werks-werks and lvorm = space.
    if t_marc is not initial.
    select MARD~LGORT MARD~WERKS MARA~MEINS MARD~LABST MARD~EINME
    MARD~SPEME MARD~RETME MARD~INSME MARD~UMLME
    MARD~VMLAB MARD~VMEIN MARD~VMSPE MARD~VMRET
    MARD~VMINS MARD~VMUML MARC~XCHPF MARD~KLABS
    MARD~KEINM MARD~KSPEM MARD~KINSM  MARA~MEINS  from
    mard inner join MARA on mard~matnr = mara~matnr
    for all entries in t_marc where  mard~matnr = t_marc-matnr and mard-werks = t_marc-matnr
    and mard~lvorm = space.

  • Report Painter problem with empty selection variant

    Hello,
    I use the cost center selection variant for the column definition in Report Painter as characteristic value. This selection variant get only the cost centers which are valid from 1.1.2003 to 31.12.2004. The column of the report created by Report Painter which uses this selection variant display value without taking into account limitations follow from this selection variant. I expect value zero for year fiscal year 2007 in this column, because the cost centers are invalid in 2007 year but the report displays different value. The problem appeared after upgrade from 4.6C to ECC 6.0.
    Best Regards
    ZD

    My problem with Report Painter occurred when I was creating my own report based on 1VK library.
    In my example I used in the column definition characteristic Cost
    Center, which is determined by selection variant, and Basic Key Figure
    equal SWKG-Costs. For system date (18.07.2007) there are no valid
    master data for the characteristic Cost Center but when I execute
    report for fiscal year 2007 the column display no-zero value without
    taking into account value of Characteristic Cost Center. I expected
    zero value in this column because there are no postings for Cost
    Centers (no valid cost centers were selected) in financial year 2007.
    Could you help me with this problem ?

  • Problem with the selection screen in submit program

    Hi Friends,
    i am facing the problem wih the selection screen in submit program. in my Module pool program i am using the submit program statement, When i execute the program , The module program display the submit program selections creen.
    I have implemented the code same as below.
    submit ztest with tknum =p_tknum and  return.
    Can you pleaes help me how to avoid the submit program selection screen.
    Thanks,
    Charan

    Hi Charan,
    You have to give the selection screen values when you submit a job.
    Press F1 on submit and you will see more details.
    Here is an example from ABAP Documentation.
    Program accessed
    REPORT report1.
    DATA text(10) TYPE c.
    SELECTION-SCREEN BEGIN OF SCREEN 1100.
      SELECT-OPTIONS: selcrit1 FOR text,
                      selcrit2 FOR text.
    SELECTION-SCREEN END OF SCREEN 1100.
    Calling program
    REPORT report2.
         DATA: text(10)   TYPE c,
          rspar_tab  TYPE TABLE OF rsparams,
          rspar_line LIKE LINE OF rspar_tab,
          range_tab  LIKE RANGE OF text,
          range_line LIKE LINE OF range_tab.
    rspar_line-selname = 'SELCRIT1'.
    rspar_line-kind    = 'S'.
    rspar_line-sign    = 'I'.
    rspar_line-option  = 'EQ'.
    rspar_line-low     = 'ABAP'.
    APPEND rspar_line TO rspar_tab.
    range_line-sign   = 'E'.
    range_line-option = 'EQ'.
    range_line-low    = 'H'.
    APPEND range_line TO range_tab.
    range_line-sign   = 'E'.
    range_line-option = 'EQ'.
    range_line-low    = 'K'.
    APPEND range_line TO range_tab.
    SUBMIT report1 USING SELECTION-SCREEN '1100'
                   WITH SELECTION-TABLE rspar_tab
                   WITH selcrit2 BETWEEN 'H' AND 'K'
                   WITH selcrit2 IN range_tab
                   AND RETURN.
    Regards,
    Jovito.

  • Windows 8.1 having problems with pinter selection using Elements 13.

    I am running Windows 8.1 with Elements 13 and am having problems with PRINT. If I select a printer from the PRINTER menu, Elements recognizes the change of selection, allows me to modify the printer's specific setting and, then, when I PRINT seems to not recognize the selected printer and print of whatever was set as the original printer. Then, I delete the "original" printer in Windows 8.1 and attempt to print again with the same general result except I receive a Printer Not Found error from Windows.
    How do I modify the "original" printer setting (seems to be associated with the file)? Note the "original" printer is not the default printer.

    Hatstead,
    Thank you.
    Yes, all of the print drivers are up to date (re-verified last evening).
    Yes, I can print and select the printer as normal for all of the standard applications I use (Visio, PowerPoint, Word, Excel, Outlook, direct print from file (Explorer)).
    I shortened the printer names from the standard Microsoft convention (based on some of the BOG comments). There was no change.  In fact after the test sequence noted in #5, I re-implemented the "name shortening" yet again (shorter yet). I launched Elements and ran into the same messages noted in #5 (obviously, the "stored" printer did not exist). Yet after I went through the printer selection process (again as in #5) and, after a lag time, Elements redirected the print job what was the "stored" printer which was renamed....I do not know how Elements associated the deleted "Stored" printer with its old name with the newly named printer since no other application could (I checked).
    I have closed and restarted the PC numerous times.
    I have deleted all of the printers except the one I wanted to use for the specific print job. In this case, Elements came back with a message it could not access the "stored" printer. I then selected the correct printer, Elements acted like it was allowing to set up the selected printer with the specifics of the print job, and, then when I went to print, Elements again tried to redirect the print job to the "stored" printer (even though it did not exist).
    The target printer is a "local" printer (USB connected). The apparent "Stored" printer is a network printer. So, I deleted the PC which has the "Stored" printer from the network (actually not only deleted it from the devices on my PC but literally shut the PC down and disconnected it from the network (two different test)) to no avail (still got the test results in #5).
    Yes, I have attempted to print from the Editor (my normal mode) and from Organizer.
    I have copied, open a new file and, then, pasted the image I wanted to print to no avail.
    Is the a "stored" printer associated with the file or with Elements? If so, how to I modify (or dis-associate)?
    Again, thank you.

  • Problem with MOUSE OUT event in complex MCs

    Hi,
    I've got a problem with detecting mouse out event (AC3)
    appearing when MC
    contains other embeded MCs. The Event.MOUSE_OUT seems to be
    unusefull
    because every MC attached to parent triggers this event. I
    can't turn off
    mouse listening for these objects because they are a kind of
    buttons
    (thumbnails in picture gallery). So MOUSE_OUT event is
    triggered even when
    we are still inside parent MC. More over - MC has irregular
    shape which
    makes impossible to check mouse position and compare it 'by
    hand' with
    object with not rectangular boundary. Does anybody know how
    to solve this
    issue ?
    Regards,
    Marek

    > yes this is expected behaviour with MOUSE_OUT, which is
    why there is
    > another
    > event ROLL_OUT, which as Flash help says, "...is to
    simplify the coding of
    > rollover behaviors for display object containers with
    children."
    Thanks a lot Craig !
    Now it works fine.

  • Problems with mouse buttons after update

    In recent days, for no apparent reason, I am experiencing problems with the mouse. The right button is set to right-click does not work and the role of the side buttons have also changed. A friend who also has a similar iMac is experienced problems from the day. ¿Could anybody help me? Thanks.
    These are the lates Software Update lines in install.log file:
    Jun 23 11:00:53 ebd40 Software Update[97005]: JS: 10.5.8
    Jun 23 11:00:53 ebd40 Software Update[97005]: JS: 10.5.8
    Jun 23 11:00:57 ebd40 Software Update[97005]: Found receipt (name match) for (RemoteDesktopClient / b): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 23 11:00:57 ebd40 Software Update[97005]: Found receipt (name match) for (RemoteDesktopClient / client): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 23 11:00:57 ebd40 Software Update[97005]: Found receipt (name match) for (RemoteDesktopClient / client_auto): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 23 11:00:57 ebd40 Software Update[97005]: Found receipt (name match) for (AirPortUtility / a): (AirPortUtility / com.apple.pkg.AirPortUtility)
    Jun 23 11:00:58 ebd40 Software Update[97005]: Found receipt (name match) for (RAWCameraUpdate3 / RAWCameraUpdate3Leopard): (RAWCameraUpdate3 / com.apple.pkg.RAWCameraUpdate3)
    Jun 23 11:00:58 ebd40 Software Update[97005]: Found receipt (name match) for (RAWCameraUpdate3 / RAWCameraUpdate3): (RAWCameraUpdate3 / com.apple.pkg.RAWCameraUpdate3)
    Jun 23 11:00:59 ebd40 Software Update[97005]: Package Authoring Error: installation-check results requires a message
    Jun 23 11:01:00 ebd40 Software Update[97005]: Found receipt (name match) for (AppleIntermediateCodec / auto): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 23 11:01:00 ebd40 Software Update[97005]: JS: model = iMac9,1
    Jun 23 11:01:01 ebd40 Software Update[97005]: JS: 10.5.8
    Jun 23 11:01:04 ebd40 Software Update[97005]: JS: Firmware is up to date.
    Jun 23 11:01:04 ebd40 Software Update[97005]: __choice_su_visible returned wrong type (CFArray: (\n))
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:06 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Printer HP_Laserjet does not require an update.
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Printer HP_Laserjet does not require an update.
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 23 11:01:09 ebd40 Software Update[97005]: JS: Printer HP_Laserjet does not require an update.
    Jun 23 11:01:10 ebd40 Software Update[97005]: Found receipt (name match) for (FrontRowUpdate2.1.7 / auto): (FrontRowUpdate2.1.7 / com.apple.pkg.FrontRowUpdate2.1.7)
    Jun 23 11:01:10 ebd40 Software Update[97005]: Found receipt (name match) for (iDVD_704 / auto): (iDVD_704 / com.apple.pkg.iDVD_704)
    Jun 23 11:01:11 ebd40 Software Update[97005]: JS: 10.5.8
    Jun 23 11:01:13 ebd40 Software Update[97005]: Found receipt (full match) for (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 23 11:01:13 ebd40 Software Update[97005]: Found receipt (name match) for (AppleIntermediateCodec / autoAppleIntermediateCodec): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 23 11:01:14 ebd40 Software Update[97005]: __choice_su_visible returned wrong type (CFArray: (\n))
    Jun 23 11:01:14 ebd40 Software Update[97005]: Found receipt (name match) for (CoreFP / CoreFP): (CoreFP / com.apple.pkg.CoreFP)
    Jun 23 11:01:14 ebd40 Software Update[97005]: Found receipt (name match) for (iTunesAccess / iTunesAccess): (iTunesAccess / com.apple.pkg.iTunesAccess)
    Jun 23 11:01:14 ebd40 Software Update[97005]: Found receipt (name match) for (iTunesX / iTunes): (iTunesX / com.apple.pkg.iTunesX)
    Jun 23 11:01:14 ebd40 Software Update[97005]: Found receipt (name match) for (AppleMobileDeviceSupport / amds): (AppleMobileDeviceSupport / com.apple.pkg.AppleMobileDeviceSupport)
    Jun 30 11:01:12 ebd40 Software Update[48505]: JS: 10.5.8
    Jun 30 11:01:12 ebd40 Software Update[48505]: JS: 10.5.8
    Jun 30 11:01:15 ebd40 Software Update[48505]: Found receipt (name match) for (RemoteDesktopClient / b): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 30 11:01:16 ebd40 Software Update[48505]: Found receipt (name match) for (RemoteDesktopClient / client): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 30 11:01:16 ebd40 Software Update[48505]: Found receipt (name match) for (RemoteDesktopClient / client_auto): (RemoteDesktopClient / com.apple.pkg.RemoteDesktopClient)
    Jun 30 11:01:16 ebd40 Software Update[48505]: Found receipt (name match) for (AirPortUtility / a): (AirPortUtility / com.apple.pkg.AirPortUtility)
    Jun 30 11:01:17 ebd40 Software Update[48505]: Found receipt (name match) for (RAWCameraUpdate3 / RAWCameraUpdate3Leopard): (RAWCameraUpdate3 / com.apple.pkg.RAWCameraUpdate3)
    Jun 30 11:01:17 ebd40 Software Update[48505]: Found receipt (name match) for (RAWCameraUpdate3 / RAWCameraUpdate3): (RAWCameraUpdate3 / com.apple.pkg.RAWCameraUpdate3)
    Jun 30 11:01:18 ebd40 Software Update[48505]: Package Authoring Error: installation-check results requires a message
    Jun 30 11:01:19 ebd40 Software Update[48505]: Found receipt (name match) for (AppleIntermediateCodec / auto): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 30 11:01:19 ebd40 Software Update[48505]: JS: model = iMac9,1
    Jun 30 11:01:21 ebd40 Software Update[48505]: JS: 10.5.8
    Jun 30 11:01:23 ebd40 Software Update[48505]: JS: Firmware is up to date.
    Jun 30 11:01:24 ebd40 Software Update[48505]: __choice_su_visible returned wrong type (CFArray: (\n))
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:26 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Printer HP_Laserjet does not require an update.
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Printer HP_Laserjet does not require an update.
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4050 Series
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP LaserJet 4250
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP LaserJet 4250
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HP;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Connected printer: MANUFACTURER:HEWLETT-PACKARD;MODEL:HP Color LaserJet 4650
    Jun 30 11:01:31 ebd40 Software Update[48505]: JS: Printer HP_Laserjet does not require an update.
    Jun 30 11:01:32 ebd40 Software Update[48505]: Found receipt (name match) for (FrontRowUpdate2.1.7 / auto): (FrontRowUpdate2.1.7 / com.apple.pkg.FrontRowUpdate2.1.7)
    Jun 30 11:01:32 ebd40 Software Update[48505]: Found receipt (name match) for (iDVD_704 / auto): (iDVD_704 / com.apple.pkg.iDVD_704)
    Jun 30 11:01:34 ebd40 Software Update[48505]: JS: 10.5.8
    Jun 30 11:01:35 ebd40 Software Update[48505]: Found receipt (name match) for (AppleIntermediateCodec / autoAppleIntermediateCodec): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 30 11:01:35 ebd40 Software Update[48505]: Found receipt (full match) for (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec): (AppleIntermediateCodec / com.apple.pkg.AppleIntermediateCodec)
    Jun 30 11:01:37 ebd40 Software Update[48505]: __choice_su_visible returned wrong type (CFArray: (\n))
    Jun 30 11:01:37 ebd40 Software Update[48505]: Found receipt (name match) for (iTunesX / iTunes): (iTunesX / com.apple.pkg.iTunesX)
    Jun 30 11:01:37 ebd40 Software Update[48505]: Found receipt (name match) for (AppleMobileDeviceSupport / amds): (AppleMobileDeviceSupport / com.apple.pkg.AppleMobileDeviceSupport)
    Jun 30 11:01:37 ebd40 Software Update[48505]: Found receipt (name match) for (iTunesAccess / iTunesAccess): (iTunesAccess / com.apple.pkg.iTunesAccess)
    Jun 30 11:01:37 ebd40 Software Update[48505]: Found receipt (name match) for (CoreFP / CoreFP): (CoreFP / com.apple.pkg.CoreFP)
    Thanks.

    Blank (lighted, but black) screen with cursor at bootup
    [SOLVED] - Macbook Air Sleep/Wake problem
    Dark screen on start-up can only see curser

Maybe you are looking for

  • How do I add folders on the menu toolbar using windows 7

    On windows xp I just went to file and clicked on folders, new, and typed in a new heading on the menu bar. On windows 7 there is no folder line under file.

  • SAPscript printing address from FK03

    Hi everyone I haven't dealt with tables and structures yet so please bear with me We have a SAPscript that prints checks to our venders which prints the address with only 3 lines. When I look at the SAPscript the address is coming from the table REGU

  • Problem with components work install

    Hi, I try to install compoennts works 5.5 and I get a message which indicates that I should use Visual Service Pack 3 or later. I have installeedcService pack 6 and I have still the same message. Any help ? Thanks ArnO

  • Bridge Icon Missing

    I updated the BB Bridge today and after the reboot there is no Bridge icon on my verizon tour 9630. I was working just fine before the update and now nothing. I have rebooted, deleted, reinstalled, look in all the folders, etc. Now what?

  • 10.4.7 Problem Solved........

    I redownloaded (real word??) both the 10.4.7 combo update & the QuickTime 7.1.2 update. I disabled the skip file verification check in Onyx & both updates passed & installed without a hitch. If anyone is using Onyx to skip the file verification or if