Internal hypertext coloring

I use LaTeX (mark-up for mathematical typesetting) to produce PDF files (among other things). Regarding a current project of mine...
I am using LaTeX to produce a PDF file with internal hyperlinks (so, links to other pages in the same PDF file).  So, all the links were manufactured by my LaTeX engine.  What I really, really need is web-browser style color-switching of links that have been followed.  Currently my links are blue, and when followed I would love for them to switch to a different color (like the traditional purple for browsers).  I suppose this would require my Adobe reader to have some sort of memory of my history, and I can't see in any of the documentation that this is possible.  Is it?  Or, if this is known to be flat-out impossible I'd love to know that too so that I can change strategies.
My info:
TeX engine:  MiKTeX v 2.8
TeX editor:  WinEdt 5.4
PDF viewer:  Adobe Reader 9
Thanks in advance.

Good questions, and this is where I show my ignorance.  I really don't get enough of the ins-and-outs to know exactly how LaTeX is producing this pdf.
I've made a small sample and have posted it here (my own site):
http://doctorh.umwblogs.org/files/2011/02/sample.pdf
Oh, and thanks for thinking about this.

Similar Messages

  • Internal display color is wrong, outputs just fine.  GPU or lcd trouble?

    Hi there, I'm doing some troubleshooting for a clients son.  He has a 2008 macbook air, A1237.  It boots, but the internal display looks all wrong.  The colors are low res and very washed out.  However, when I have it connected to an external monitor the display appears fine.  Even when holding down option on boot, the graphics are the same washed out quality.  I have a couple pictures here.  For some reason the kid completely removed OSX and has Win7 installed... I can't explain that.  Anyway, I was wondering if anyone has come across this and if you're thinking it's a GPU issue or maybe just a broken display.  I tried to determine if the kid had been rough with it and he insists he just turned it on one day and it was like this. No external damage from what I can see. I've attached a picture showing the two displays side-by-side.
    If anyone can help me determine where the problem is I would be very grateful.

    So, a quick update. I started by checking the display cable connection on the logic board.  It appeared fine but I re-seated it anyway.  But the display was the same. I then blew out the Win7 installation and re-installed Snow Leopard.  Throughout the install and the subsequent boot up the internal display was the same as it had been; all the colors looked inverted, dark and lo-res.  So I hooked up an external monitor to check out some statistics and when I first connected it, it showed up as an extended display.  I chose to mirror the display and the internal display turned back to normal!  All bright and Snow Leopard purple!  I rebooted and the white screen showed up on start, where before it had been black.  For one moment on reboot the white did invert to black, but only for a moment.  It's currently back to the desktop, looking normal and I'm running updates.  Any ideas here, at all?

  • Cannot change internal graph color in Conky

    Hey everyone,
    I have run into a problem when configuring my Conky widget for my fresh Arch install.  I installed Conky and am using a modified configuration that I found here on the forums.  The contents of my conky.conf file are found below:
    background yes
    use_xft yes
    xftfont Sans:size=8
    xftalpha 1
    update_interval 1.0
    total_run_times 0
    own_window yes
    own_window_transparent yes
    own_window_type desktop
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 500 250
    maximum_width 200
    draw_shades yes
    draw_outline no
    draw_borders no
    draw_graph_borders yes
    default_color white
    default_shade_color black
    default_outline_color white
    alignment top_right
    gap_x 12
    gap_y 35
    no_buffers yes
    uppercase no
    cpu_avg_samples 4
    override_utf8_locale no
    text_buffer_size 1024
    TEXT
    ${font sans-serif:bold:size=9:}${color CFCFCF}SYSTEM ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}$sysname $kernel $alignr$machine
    Host: $alignr$nodename
    Uptime: $alignr$uptime
    File System: $alignr${fs_type}
    ${font sans-serif:bold:size=9}${color CFCFCF}PROCESSORS ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}CPU (Avg): $alignr ${cpu cpu0}%
    ${cpugraph cpu0 40,200 237BEE -l}
    Core 1: ${cpu cpu1}% ${cpubar cpu1}
    Core 2: ${cpu cpu2}% ${cpubar cpu2}
    Core 3: ${cpu cpu3}% ${cpubar cpu3}
    Core 4: ${cpu cpu4}% ${cpubar cpu4}
    ${font sans-serif:bold:size=9}${color CFCFCF}MEMORY ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}RAM $alignc $mem / $memmax $alignr $memperc%
    $membar
    ${font sans-serif:bold:size=9}${color CFCFCF}DISKS ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}Root $alignc ${fs_used /} / ${fs_size /} $alignr${fs_used_perc /}%
    ${fs_bar /}
    Home $alignc ${fs_used /home/johnmichael} / ${fs_size /home/johnmichael} $alignr ${fs_used_perc /home/johnmichael}%
    ${fs_bar /home/johnmichael}
    ${font sans-serif:bold:size=9}${color CFCFCF}TOP PROCESSES ${color 818181}${hr 2}
    ${font sans-serif:bold:size=8}${color A8A8A8}${top_mem name 1}${alignr}${top mem 1} %
    ${top_mem name 2}${alignr}${top mem 2} %
    ${font sans-serif:normal:size=8}${color 818181}$font${top_mem name 3}${alignr}${top mem 3} %
    $font${top_mem name 4}${alignr}${top mem 4} %
    $font${top_mem name 5}${alignr}${top mem 5} %
    ${font sans-serif:bold:size=9}${color CFCFCF}NETWORK ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}IP address: $alignr ${addr wlan0}
    ESSID: $alignr ${wireless_essid wlan0}
    Connection Quality: $alignr ${wireless_link_qual_perc wlan0}%
    $alignr${font sans-serif:normal:size=8}Download
    ${font sans-serif:normal:size=8}${downspeedgraph wlan0}
    ${downspeed wlan0}/s $alignr ${totaldown wlan0}
    $alignr${font sans-serif:normal:size=8}Upload
    ${font sans-serif:normal:size=8}${upspeedgraph wlan0}
    ${upspeed wlan0}/s $alignr ${totalup wlan0}
    ${font sans-serif:bold:size=9}${color CFCFCF}EMAIL ${color 818181}${hr 2}
    ${font sans-serif:normal:size=8}${color 818181}Gmail Messages: $alignr ${execpi 300 python ~/.scripts/gmail.py}
    GA Tech Messages: $alignr ${execpi 300 ~/.scripts/imap.pl}
    The problem that I am having is in trying to specify the internal color of the cpu graph for the average cpu activity:
    ${cpugraph cpu0 40,200 237BEE -l}
    I want to keep the boarder of the graph the same darkish grey color as the rest of the widget but I want to change the color of the portion of the graph inside the boarder to a blue color, e.g. the hex color in the code above, or more specifically to match the blue that I am using in my Archey and prompt in urxvt.
    I looked up the Conky variable defintions for how to do this and apparently you specifiy gradientcolor1 and gradientcolor2 after the size definition, similar to how I have done it in my conifg (I know that I am only using one color in the above code but it is still not working even when I define two different colors).
    Here is a picture of my desktop:
    http://ompldr.org/vZzR6dw
    As you can see the internal portion of the graph is the same grey color as the majority of the widget.  I searched extensively on the forums and Google for a solution but everything that I try doesn't work. 
    Any suggestions?

    I hope this is 'fixed' by Apple in a mail.app update.
    Let them know what you want via the feedback channel:
    http://www.apple.com/feedback/macosx.html
    But Mail has never had a provision for setting the default font, size, or color in its preferences and there is no indication this will ever be changed.
    A related thread:
    http://discussions.apple.com/thread.jspa?threadID=1467587&start=0&tstart=0

  • Internal link color

    I have a blog and on my home page (and on the archive page) is a list of my entry pages, which when clicked on will go to that page. The problem is I have no control of the color of these "links". The inspector toolbar does seem to register them as links, therefore, I cannot change the color of them. Does anyone know how to change the color of these "internal links"?

    1) How do I get to the CSS files? (How can I open them in textedit to edit them)?
    You can find CSS files in your Blog_files folder and Archive_files folder:
    1) Launch TextEdit (in Applications folder) then select menu bar --> File --> Open... or keyboard command+o
    2) Navigate to Blog_files folder and Archive_files folder and select .css file.
    3) Search for #widget(number) and make the changes to the color attribute. You will need to make changes in multiple places... ie: #widget0, #widget1, #widget2, etc...
    Note: do not change #widget0 if you use iweb built-in navbar, widget0 is for iweb navbar.
    2) Every time I publish am I going to have to edit these CSS files (at least on the pages that are new or changed)?
    To get around that, make duplicate of the CSS files for future use.
    3) After I make a change in Textedit, do I just hit "save" and it will change the webpage, or do I need to save the file a certain way in a certain location? (I'm loading these pages through my .mac account domain)
    Just hit 'Save', don't forget to empty your browser's cache and make a duplicate for future use.

  • AVI files are color reversed

    Hi. I've been given a disk with a few AVI files in them. They came from a high-speed panasonic video camera. When I open them in FCP or QT, the colors are all messed up. The basic picture is there but instead of what it should be, everything is brilliant yellows and pinks.
    Could this be a CODEC issue? Any suggestions?
    Thanks in advance,
    Mark
    FCP 6.0.6

    This sounds like a color space transformation issue: the conversion from the internal working color space of the Panasonic WRAW to the output color space (RGB) is not happening.
    You'll need to find an application that can open the files in their native color space and the convert them for you. It's not uncommon for specialized software to be needed to open raw files. And, there are numerous "raw" formats, new ones keep getting introduced and some get abandoned.
    The support pages for the camera that shot the clips are probably the best place to check. That, or a user forum for those who have shot or shoot with this camera.
    -Warren

  • How can I better improve the color of images between Photoshop and Premiere?

    I have trouble getting true colors between Photoshop and Premiere CS6.
    What can I do to solve this situation?

    Premiere Pro works internally with colors in an RGB (red, green, blue) color space. If you want to edit video clips you create in Photoshop in Premiere Pro, create the clips in RGB.
    If you want to broadcast the final movie it is best to ensure, in Photoshop, that the colors in your image are broadcast-safe. Assign the appropriate destination color space—for example, SDTV (Rec. 601)—to the document in Photoshop.
    You can refer to some suggestion as below:
    http://help.adobe.com/en_US/premierepro/cs/using/WS6693F22C-C06E-431a-A634-62343C65BA7B.ht ml#WS4AF3A4A1-D276-4f3b-A5B2-D3C19D3269DA
    Let me know if you have any more questions on this.
    Cheers!
    Mandhir

  • Showing error records with colors

    Hi all,
    I have requirement like,
    1. need to upload the file into Ztable ,if there  is any error in updating into the table
      it should display the record with red color in the GRID and with error text in GRID.
    How to display the records which are in error  with colors and how to get the error text why it is actually not update in table .
    Regards,
    Madhavi

    Madhavi,
    1.How are you going to update Ztable based on that you have to get error messages.
    2. To get records colored, Just check the sample program.
    Check the program and check the comments inside the program. You can come to know what to do to get the rows colored.
    REPORT  zvenkat_alv_color_row_col.
    " Declaration
    " To get color for row
    " 1.Define color variable with length 3 type char in the final internal
    "   which is displayed
    " 2.build layout structure type slis_layout_alv by specifying
    "   info_fieldname = 'COLOR' and pass layout structure thru FM REUSE*ALV*
    " 3.Poplate Final internal with color values for the field COLOR.
    "types
    TYPES:
         BEGIN OF t_pa0001,
           color(3) TYPE c,      "1.Declare this
           pernr    TYPE pa0001-pernr,
           ename    TYPE pa0001-ename,
         END OF t_pa0001.
    "Work area
    DATA:
          w_pa0001 TYPE t_pa0001.
    "Internal tables
    DATA:
          i_pa0001 TYPE STANDARD TABLE OF t_pa0001.
    * ALV Declarations
    * Types Pools
    TYPE-POOLS:
       slis.
    * Types
    TYPES:
       t_fieldcat         TYPE slis_fieldcat_alv,
       t_events           TYPE slis_alv_event,
       t_layout           TYPE slis_layout_alv.
    * Workareas
    DATA:
       w_fieldcat         TYPE t_fieldcat,
       w_events           TYPE t_events,
       w_layout           TYPE t_layout.
    * Internal Tables
    DATA:
       i_fieldcat         TYPE STANDARD TABLE OF t_fieldcat,
       i_events           TYPE STANDARD TABLE OF t_events.
    *&START-OF-SELECTION
    START-OF-SELECTION .
      PERFORM get_data.
      PERFORM color_the_row. "Populate Color like this based on ur conditions
    *&END-OF-SELECTION
    END-OF-SELECTION.
      PERFORM fieldcat.
      PERFORM layout_build.
      PERFORM dispaly .
      " Form  fieldcat
      "emphasize ===== Set this to highlight column in color
      " Value range: SPACE, 'X' or 'Cxyz' (x:'1'-'9'; y,z: '0'=off '1'=on)
      " 'X' = The column is highlighted in the default color for color highlighting.
      " 'Cxyz' = The column is highlighted in the coded color:
      " C: Color (coding must start with C)
      " x: Color number
      " y: Intensified
      " z: Inverse
    FORM fieldcat .
      CLEAR :
      w_fieldcat,i_fieldcat[].
      w_fieldcat-fieldname = 'PERNR'.
      w_fieldcat-tabname   = 'I_PA0001'.
      w_fieldcat-emphasize = 'C71'.
      w_fieldcat-seltext_m = 'Employee No'.
      w_fieldcat-no_zero   = 'PERNR'.
      APPEND w_fieldcat TO i_fieldcat.
      CLEAR w_fieldcat.
      w_fieldcat-fieldname = 'ENAME'.
      w_fieldcat-tabname   = 'I_PA0001'.
      w_fieldcat-seltext_m = 'ENAME'.
      APPEND w_fieldcat TO i_fieldcat.
      CLEAR w_fieldcat.
    ENDFORM.                    " fieldcat
    *&      Form  dispaly
    FORM dispaly .
      DATA :l_program TYPE sy-repid.
      l_program = sy-repid.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program          = l_program
    *      i_callback_top_of_page      = 'TOP_OF_PAGE'
          i_callback_html_top_of_page = 'TOP_OF_PAGE'
    *      IT_EXCLUDING                = i_extab
          is_layout                   = w_layout
          it_events                   = i_events
          it_fieldcat                 = i_fieldcat
        TABLES
          t_outtab                    = i_pa0001.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " dispaly
    *&      Form  get_data
    FORM get_data .
      DO 20 TIMES.
        SELECT pernr ename
        FROM pa0001
        APPENDING CORRESPONDING FIELDS OF TABLE i_pa0001
        UP TO 10 ROWS.
      ENDDO.
    ENDFORM.                    " get_data
    *&      Form  layout_build
    FORM layout_build .
      w_layout-info_fieldname = 'COLOR'. "Pass COLOR field name like this.
    ENDFORM.                    " layout_build
    *&      Form  color_the_row
    FORM color_the_row .
      LOOP AT i_pa0001 INTO w_pa0001.
        IF sy-tabix > 3.
          w_pa0001-color = 'C31'.
          MODIFY i_pa0001 FROM w_pa0001 INDEX sy-tabix.
        ENDIF.
      ENDLOOP.
    ENDFORM.                    " color_the_row
    *&      Form  top_of_page
    FORM top_of_page USING document TYPE REF TO cl_dd_document.
      DATA:
            l_text TYPE sdydo_text_element.
      l_text = 'xyz'.
      CALL METHOD document->add_text
        EXPORTING
          text         = l_text
          sap_emphasis = cl_dd_document=>strong
          sap_style    = cl_dd_document=>key.
      CALL METHOD document->new_line.
      l_text = 'lmn'.
      CALL METHOD document->add_text
        EXPORTING
          text         = l_text
          sap_fontsize = cl_dd_document=>medium
          sap_color    = cl_dd_document=>list_positive
          sap_style    = cl_dd_document=>key.
      CALL METHOD document->underline.
    ENDFORM.                    "top_of_page
    I hope that it helps u .
    Regards,
    Venkat.O

  • Photoshop CS2 trial to full lic - impact on LR

    Hi,
    Here are what I have installed in this order:
    - Expired trial Photoshop CS2
    - Lightroom (CS2 already expired when I install LR)
    I am going to reinstall a full license Photostop CS2 soon, would this have an impact on my existing LR?
    1. Do I need to reinstall LR so that LR can use (or rather can 'see')
    2. Photoshop CS2 to open individual files?
    3. Would changes on the RAW images done by LR are reflected in CS2?
    4. I like LR's Library layout, do I really need to install Adobe Bridge?
    5. If I use CS2 top open files direct from LR (bypassing Bridge), what colour management is best for both worlds? ProColor RGB?
    I use a Mac by the way.
    Thanks.
    Thomas

    1. No, LR is not affected by CS2 licencing procedures. LR not even uses activiation like CS2 which is very much appreciated.
    2,3 You have to ensure that you use the latest Camera Raw plugin for CS2 (ACR 3.7). If you activate the automatic update of XMP metadata you will be able to see changes you made in LR in Bridge and CS2.
    4. You do not have to. But if you are using CS2 heavily besides LR I personally would recommend Bridge
    5. It makes absolutely no difference if you open a file directly in CS2 or via Bridge concerning color management. ProPhoto RGB is very well suited to deal with 16Bit raw photos and it is the internally used color space of LR. But please note that there is no best choice. It really depends on your workflow and output.

  • Please help with strange monitor/Lightroom 4 interaction problem

    I bought a Dell Ultrasharp U3011 yesterday, and I'm now facing a very strange problem. It's sort of related to the common discussed issue of Lightroom's color management, but there is a twist here. I'll explain.
    The monitor I had been using (and still have) was a Samsung SyncMaster 244T. I had no problems at all with it.
    With the U3011, I've run into this problem:
    -When I view files in Lightroom 4, the colors are muted and contrast low. The same files seen in Xnview, ACDSee Pro (with the color management turned off), Digital Photo Professional (colorspace set to sRGB), are much more vivid. In Photoshop, if I use the default color setting, it looks muted like Lightroom (I'm guessing because Adobe products have default color profile set to ProPhoto RGB), but if I set the color profile to the monitor's profile, it becomes vivid and matches the other software I mentioned. If I use any other profile such as sRGB IEC81966-2.1, ProPhoto RGB, Adobe RGB, etc, it doesn't match the other software I mentioned. This is strange because the other ones match each other because they are set to sRGB, but in Photoshop, even if I set the color profile to sRGB, it still doesn't match.
    -In Lightroom 4, even if I use Soft Proofing, nothing changes. It's as if Soft Proofing is broken--it doesn't do anything, no matter what color profile I choose.
    -Now, here's the twist. I didn't have any of these problems when I use the 244T. This leads me to assume that the problem is how the U3011 is interacting with Lightroom. I did a quick comparison of opening up the same image on both monitors in ACDSee Pro, and they looked identical. (At this point, I had the U3011's preset set to sRGB. This is the only preset that makes the U3011 look identical to the 244T).
    Next, I did an experiment, and I was very surprised by what happened. This is what I did:
    With both monitors as a dual display setup, I turned on Before/After comparison in Lightroom (made sure both version had the same setting and look identical by copying the After's setting to Before). I then moved Lightroom's window so that one photo is seen on the U3011, and the other shows up on the 244T. And OMIGOD, they looked different! Why is this happening? I've already established that the same image looks identical on both monitors when viewed with ACDSee Pro, but in Lightroom, they looked different on each monitor.
    And then things got even more weird. When I dragged the Lightroom window fully to one monitor or the other, Lightroom actually started changing the colors right before my eyes as it responded to which monitor was displaying which photo! Lightroom was somehow interacting with the monitor in real-time. So if the Before looked muted on U3011 and the After looked vivid on the 244T, when I drag the whole window into 244T, the muted Before will stay muted for about a second or so, and then it'll suddenly change and become identical to After. And when I did the reverse (drag the window into U3011), the reverse also happened--the vivid After will stay vivid on U3011 for about a second or so, and then it would suddenly change and become muted. Lightroom was identifying each monitor's color profile setting and changing the images according to which monitor was doing the displaying, and when the images were split between the two monitors, Lightroom was slitting them into two different settings to match whichever monitor is displaying which side.
    So what the hell does that all mean, and what can I do to get Lightroom to display the photos so that they look the same as on all the other software I mentioned (so I don't have to play the guessing game of editing the images, export them out to other software to check how they turned out). Also, remember that I didn't have this problem with the 244T--Lightroom displayed the photos the same way as the other software I mentioned. The problem right now is that the U3011 is somehow causing Lightroom to display the photos differently, and no color profile presets in the OSD control can make them match.
    I need to solve this problem, or else my last resort would be to return the U3011 and try another brand/model and see if that helps.
    Any ideas?

    Yes, that's basically sensible advice you got there (but I was more succinct ).
    An important point that was mentioned over there is that you must not confuse document/source profile with monitor profile. They are both links in the color management chain, but they serve different purposes. The document profile defines the colors in a standard color space. The monitor profile describes the monitor's own native color space - its response to the RGB numbers it's fed. So one is translated into the other, by the application on the fly, through a normal profile conversion, and that way the colors appear on-screen as intended.
    If those two profiles/color spaces are roughly similar, as they would be in the case of an sRGB document displayed on a standard gamut display - then you can get by without color management. It won't look too far off. But a wide gamut monitor changes the rules, because its native color space is not similar to sRGB, it's much closer to Adobe RGB.
    Anyway, this is what color management is about. Any profile can be translated into any other. So in this context it doesn't really matter what color space the document is in - as long as you have a good monitor profile it will display correctly (within practical limitations). Lightroom is a sort of special case because its internal working color space is not one of the standard ones, instead it's a modified ProPhoto space with linear gamma. But the basic principle is exactly the same: source profile > monitor profile.
    Just to go a little more in-depth while I'm at it: When you calibrate a display you actually do two separate things. You first calibrate it to a more or less standardized response. But that's just a linear one-dimensional correction. It does nothing about how color is actually reproduced, how red is red for instance. The calibration is global and affects everything system-wide because it's read into the video card or monitor hardware.
    Then, once calibrated, a monitor profile is made. This is a full, complete and accurate description of the monitor's behavior, in three-dimensional color space. The precision level is much higher. This profile is used, by color managed applications like Lightroom and Photoshop, to display the image.
    Other applications that are not color managed will simply ignore this profile, and send the RGB numbers straight through to the display, unmodified. With a standard gamut monitor (and an sRGB document) the difference won't be too dramatic and you may not notice it unless you look closely. But a wide gamut monitor will make the difference jump out immediately.

  • Hp Dvd-Ram Gh80n not recognizin​g blu-ray dvds

    I am running windows 7 home premium. My Hp Dvd-Ram Gh80n does not recognize any blu-ray dvds -these are store bought. I have tried several different dvds, & was able to play them on different devices (IE: ps3, laptop, dvd player). Device manager shows no issues or updates avail.  auto play is checked, tried a read  disc from command prompt-get a device not ready & status no media for list volume. If i put in a NON blu-ray I get the dvd info with healthy status.
    This question was solved.
    View Solution.

    I think the reason it will not read a blu-rays is because it is not a Blu-ray drive.  Here are the specs:
    Basic Specifications
    Product Description HP GH80N Super Multi - DVD±RW (±R DL) / DVD-RAM drive - Serial ATA
    Device Type DVD±RW (±R DL) / DVD-RAM drive
    Enclosure Type Internal
    Enclosure Color Black
    Interface Serial ATA
    Dimensions (WxDxH) 14.6 cm x 17 cm x 4.1 cm
    Weight 0.8 kg
    Optical Storage DVD±RW (±R DL) / DVD-RAM - 5.25" x 1/2H
    Read Speed 48x (CD) / 16x (DVD)
    Write Speed 48x (CD) / 22x (DVD±R) / 12x (DVD-R DL) / 16x (DVD+R DL)
    Rewrite Speed 32x (CD) / 6x (DVD-RW) / 8x (DVD+RW) / 12x (DVD-RAM)
    Buffer Underrun Protection Yes
    Microsoft Certification Compatible with Windows 7
    General
    Device Type DVD±RW (±R DL) / DVD-RAM drive
    Enclosure Type Internal
    Enclosure Color Black
    Interface Serial ATA
    Width 14.6 cm
    Depth 17 cm
    Height 4.1 cm
    Weight 0.8 kg
    {---------- Please click the "Thumbs Up" to say thanks for helping.
    Please click "Accept As Solution" if my help has solved your problem. ----------}
    This is a user supported forum. I am a volunteer and I do not work for HP.

  • Table Control Issue

    Hi all,
              I had a issue where in when I display some records in the table control, it is showing the records and the rest of the records are going into grey mode.
    For example, Iam getting 3 records into the table control.  From the fourth line of the table control, it is displaying the grey color.( I mean disable mode).
    I have a requirement where the end user must have the facility to enter the records manually also.    
    So, How to make the grids of the table control in such a way we can enter some data manually along with the imported data.
    Please let me get some ideas.
    thanks and regards
    Murali Krishna Tatoju

    Hi Murali,
    I have the following logic in the PBO and it works fine,
    DATA: tab_fill TYPE i,
            calc_fill TYPE i,
            add_fill type i,
            no_lines_add type i.
      CLEAR: tab_fill, calc_fill, add_fill, no_lines_add.
    *check the current line number and the data filled.
      DESCRIBE TABLE g_tc_rate_card_itab LINES tab_fill.{color:red} "g_tc_rate_card_itab----> internal table{color}
      IF tab_fill GE 7.
        calc_fill = tab_fill MOD 7.   {color:red}" Initial 7 rows are available in the table for input u can change this as per you requirement or the no. of rows initially available in your screen{color}
        IF calc_fill = 0.
         add_fill = tab_fill / 7.
         add_fill = add_fill + 1.
         no_lines_add = 7 * add_fill.
          tc_rate_card-lines  =  no_lines_add.  {color; red}" tc_rate_card ----> Table control name{color}
        ENDIF.
      ENDIF.
    By this way you can get rid of the ADD button since as soon as the 7th row is filled with data it adds up more 7 rows in the table control which are read for input.
    Regards,
    Abhijit G. Borakr

  • TEXT LINE IS CUTTING IN REPORT

    Hi Gurus
    In my report the Internal note and Header note is very length description and it is cutting in the text so how can i make it to another line
    I can see if i make the linesize 132. please comments.

    Hi
    No , I am not using ALV Grid here is the code
    *form header.
    FORMAT RESET.
    WRITE:/50(230) ' S A L E S - O R D E R - C H A N G E S' color 3,100 'Page', SY-PAGNO.
    WRITE:/100 SY-DATUM COLOR 3, SY-UZEIT COLOR 3.
    ULINE.
    "CENTERED.
    skip.
    "FORMAT COLOR COL_HEADING.
    ULINE.
    WRITE:/1 sy-vline,2(12) 'SALES DOC'(006)  color 7,
           12 sy-vline,13(10)'CREATED ON'(007) color 7,
           24 sy-vline,25(10) 'SERV.REND'(008) color 7,
           35 sy-vline,36(10) 'DATE'(009) color 7,
           46 sy-vline,48(10) 'NET VALUE' LEFT-JUSTIFIED color 7,
           58 sy-vline,59(7) 'SOFFICE'(012) color 7,
           67 sy-vline,68(5) 'PARTY'(013) color 7,
           75 sy-vline,76(5) 'NAME'(014),
           105 sy-vline,106(5) 'USER'(015) color 7,
           112 sy-vline,113(10) 'REFERENCE'(016) color 7 ,
    96 sy-vline,97(15)  PA_IT_MERGED-HDRNOTE, "'INT NOTE'(016),
    112 sy-vline,113(20) PA_IT_MERGED-HDRNOTE, "'HEADER NOTE'(017),
    125 sy-vline.
    Uline.
        LOOP AT PA_IT_MERGED.
       ON CHANGE OF PA_IT_MERGED-VBELN.
          AT new vbeln.
          FORMAT INTENSIFIED ON.
            WRITE:/1 sy-vline intensified ON.
          endat.
          write:1 sy-vline,
          PA_IT_MERGED-VBELN UNDER 'SALES DOC' COLOR 2, " SALES DOCUMENT
          PA_IT_MERGED-ERDAT UNDER 'CREATED ON', "CREATED ON
          PA_IT_MERGED-FBUDA UNDER 'SERV.REND',  "SERV.REND
          PA_IT_MERGED-UDATE UNDER 'DATE',
          PA_IT_MERGED-NETWR UNDER 'NET VALUE' LEFT-JUSTIFIED , "NET VALUE
          PA_IT_MERGED-VKBUR UNDER 'SOFFICE',  "SALES OFFICE
          PA_IT_MERGED-KUNNR UNDER 'PARTY',"SOLD TO PARTY
          PA_IT_MERGED-NAME1 UNDER 'NAME',
          PA_IT_MERGED-USERNAME UNDER 'USER'," USER
          PA_IT_MERGED-XBLNR UNDER 'REFERENCE'. "REFERENCE
      ULINE.
      WRITE:/1(20) ' INTERNAL NOTE ' COLOR 4 .
      WRITE:/1(20) ' -
      WRITE:/1    PA_IT_MERGED-INTNOTE. "under 'INTERNAL NOTE' color 4,
      WRITE:/1(20) ' HEADER NOTE' COLOR 6.
      WRITE:/1(20) ' -
      WRITE:/1    PA_IT_MERGED-HDRNOTE.  "under 'HEADER NOTE' color 4.
      skip.
      ULINE.
    ENDON.
        ENDLOOP.
      endloop.
    endloop.
    endform.                    " merge_data

  • JDev 11g on WebLogic+TopLink+Web Services (getSharedSession() Disconnects)

    I am facing an issue while using {color:#0000ff}TopLink{color} through a {color:#0000ff}web service{color} request.
    I apologize for a lengthy posting but thought I should give as much information as possible.
    <strong><u>Migration from TP4 to JDev 11g Production
    </u></strong>I am in a process of {color:#0000ff}migration{color} of an application from {color:#0000ff}JDeveloper 11g TP4 to JDeveloper 11g Production{color}.
    I am facing an issue using {color:#0000ff}TopLink{color} with {color:#0000ff}Web Services{color} on {color:#0000ff}Oracle WebLogic 10g Release 3.
    {color}
    <strong><u>Existing Application</u></strong>
    This application uses {color:#0000ff}TopLink{color} and also has{color:#0000ff} JAX-WS{color} based web services.
    The web services client calls the service endpoint that internally uses {color:#0000ff}TopLink{color} to make database calls.
    We currently use {color:#0000ff}Tomcat{color} for deployment and the application works fine.
    <strong><u>Issue while moving to Oracle WebLogic 10g R3
    </u></strong>While porting this application to WebLogic we faced an issue wherein a call to the {color:#0000ff}web service{color} results in {color:#0000ff}disconnection{color} of existing {color:#0000ff}TopLink{color} {color:#000080}server session{color} and creation of new ones.
    Some surfing on the net indicated that this could be due to the different class loaders that are used to access the TopLink server session.
    You must login to the ServerSession before acquiring ClientSessions
    <strong><u>LOG</u></strong>
    Here is a log from our application
    TopLink server sessions when accessed in several JSP pages.
    getDelegateSession: session = 6666709
    getDelegateSession: sessionName = my_session (this is the name of the server session)
    getDelegateSession: sessionClassLoader =weblogic.utils.classloaders.ChangeAwareClassLoader@feaad1 finder: weblogic.utils.classloaders.CodeGenClassFinder@15712d annotation: &lt;JDevApp&gt;@&lt;Appname&gt;
    getDelegateSession: threadClassLoader =weblogic.utils.classloaders.ChangeAwareClassLoader@feaad1 finder: weblogic.utils.classloaders.CodeGenClassFinder@15712d annotation: &lt;JDevApp&gt;@&lt;Appname&gt;
    <p>
    TopLink server session when accessed through a web service.
    getDelegateSession: session = 1013641
    getDelegateSession: sessionName = my_session
    getDelegateSession: sessionClassLoader =weblogic.wsee.util.JAXWSClassLoaderFactory$1@180a6b3 finder: weblogic.utils.classloaders.CodeGenClassFinder@1e2a021 annotation:
    getDelegateSession: threadClassLoader =weblogic.wsee.util.JAXWSClassLoaderFactory$1@180a6b3 finder: weblogic.utils.classloaders.CodeGenClassFinder@1e2a021 annotation:
    <strong><u>Note that the class loader is different.</u></strong>
    Also the following log is displayed just before it could log the above information.
    <strong><u>DETAILED LOG
    </u></strong>009-03-04 16:55:12,883 DEBUG ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' http://oracle.toplink.logging.DefaultSessionLog - &lt;TopLink Finest: 2009.03.04 16:55:12.883--ServerSession(6666709)--Thread(Thread[)--sequencing disconnected&gt;<br />
    2009-03-04 16:55:12,883 DEBUG ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' http://oracle.toplink.logging.DefaultSessionLog - &lt;TopLink Config: 2009.03.04 16:55:12.883--ServerSession(6666709)--Connection(23588442)--Thread(Thread[)--disconnect&gt;<br />
    2009-03-04 16:55:12,883 DEBUG ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' http://oracle.toplink.logging.DefaultSessionLog - &lt;TopLink Finer: 2009.03.04 16:55:12.883--ServerSession(6666709)--Thread(Thread[)--initialize identitymaps&gt;<br />
    2009-03-04 16:55:12,992 INFO ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' http://oracle.toplink.logging.DefaultSessionLog - &lt;TopLink Info: 2009.03.04 16:55:12.992--ServerSession(6666709)--Thread(Thread[)--my_session logout successful&gt;<br />
    Thanks for reading this lengthy posting.
    - Abhay
    </p>
    Edited by: user608979 on Mar 4, 2009 5:10 AM

    James,
    My issue is resolved. Thanks for your tip.
    I am using {color:#0000ff}SessionManager.getSession(...{color}
    Solution:*
    I changed the class loader while getting a session.
    I had to extend the {color:#0000ff}SessionFactory{color} and override {color:#0000ff}both{color} the {color:#0000ff}getSharedSession(){color} methods while replacing {color:#ff0000}getClass().getClassLoader(){color} with {color:#0000ff}&lt;MyLocatorSingletonBean&gt;.getInstance().getClass().getClassLoader().{color}
    Regrding Server Sessions*
    While posting the question I had started thinking in the same direction of having sever sessions as singleton/Spring bean but sine this will change a lot of things in my current framework so decided I just use the above solution for now.
    Really appreciated!
    - Abhay

  • WD4A Dynamic programming

    In my web dynpro application, I'm using 2 ALV components usage.
    1 to display a list of articles according to the selection-criteria.
    1 to display the quota scale of the selected article of the first ALV.
    I could seperate the logic in different WD components for better reusability, but let's say for now everything is in one WD component.
    The second ALV (quota scale) will be editable. The user can change the qty and I have to save this data to my context for eventual posting. The quota scale here represent how many articles should we received in a prepack by color and size.
    COLOR/SIZE   XXL XL L M SL
    BLACK               1  2   2  1  1
    RED                   1  1   1  1  1
    WHITE                1  3  3  4   4
    Now I must create my context, I will have a node ARTICLES(O:N) for the first ALV and a second node QUOTA_SCALE(O:N)
    Displaying the table as COLOR SIZE QTY will be much easier. But I want to represent it as a matrix.
    Here is my problem:
    Depending on which article you select, the size could change, so it means the columns for sizes will have to be created dynamically.
    Solutions:
    When an article is selected, I retrieved the quota scale in and internal table (color size qty).
    After I will have to create the context dynamically ??? and represent the data as a matrix......
    Do you have any idea about how can I handle that??
    Thanks
    Alex

    The ALV component context data node can only be map to a node that contains only attributes, no sub-node.
    So I can't create a dynamic sub-node (quota_scale) under my context node articles.
    I will create another context node (articles_quota) as a main node.
    After populating the first context node articles, I will populate the second context node (articles_quota), this context node will only contains the articles number and a sub-node that will be created dynamically for the quota scale.
    Now, If a user select an article from the first ALV, I will have to find this article in the other context node where I will build my sub-node quota-scale, then this sub-node will be bind to the second alv component usage dynamically,
    what do you think?
    I have to find a way of cross-referencing from my first context (articles) to another context (articles_quota)??
    Alex

  • Roundtrip LR to PS using Xrite camera profile

    If I use an Xrite Color Checker camera profile my LR images will not roundtrip to PS using the "edit in" menu option. If I turn the profile off they work fine. Advice appreciated. Anyone know a solution??
    Ray

    You've got this all wrong. A custom monitor profile is not to be used as document profile. That's not its purpose and not where it belongs.
    Color management always requires two profiles, a source and a destination. Photoshop and Lightroom, as color managed applications, convert on the fly from the source color space and into the monitor color space.
    Lightroom's internal working color space is linear ProPhoto (gamma 1.0). In Photoshop you use sRGB, Adobe RGB or ProPhoto (1.8). In both cases, this is converted into your monitor profile and this is what is sent to the monitor.
    Both applications find and use the monitor profile set at system level, without any user intervention.

Maybe you are looking for