Display Problem with RowHeader of a Scroll Pane

Hi,
I am trying to display row headers for a table using another table
Here is the code
import javax.swing.*;
import javax.swing.table.*;
public class RowNumberHeader extends JTable {
  protected JTable mainTable;
  public RowNumberHeader(JTable table) {
    super();
    mainTable = table;
    setModel(new RowNumberTableModel());
    setRowSelectionAllowed(false);
    JComponent renderer = (JComponent)getDefaultRenderer(Object.class);
  public int getRowHeight(int row) {
    return mainTable.getRowHeight();
  class RowNumberTableModel extends AbstractTableModel {
    public int getRowCount() {
      return mainTable.getModel().getRowCount();
    public int getColumnCount() {
      return 1;
    public Object getValueAt(int row, int column) {
      return new Integer(row + 1);
}and then
        JTable displayTable = new JTable(...);
        scrollPane = new JScrollPane(displayTable);
        JViewport jvp = new JViewport();
        jvp.setView(new RowNumberHeader(displayTable));
        scrollPane.setRowHeader(jvp);the problem I have is that when a row is selected inside the row header, some rows go blank and you can see the selection is all screwed up. I tried setting the selection mode to ListSelectionModel.SINGLE_SELECTION but that didn't help.
A refresh of the entire screen (minimize/maximize) seems to resolve the problem. I am using jdk1.4.1 in Windows 2000.
Any ideas?
Sylvain

Again the problem is that when you click on the row headers, some row header rows go blank (completely white) so you can't see what they show.
ie say I have table
Row 1 - 1  2  3
Row 2 - 2  4  5
Row 3 - 5  7  7
Row 4 - 5  6  7where Row X is the row header. So for example, if you click on Row 2, you will get something like
Row 1 - 1  2  3
Row 2 - 2  4  5
      - 5  7  7
Row 4 - 5  6  7until the screen is refreshed or you click some other row header.
hmm ok, I added calling repaint on the table whenever a row is selected and at least the display problem goes away; however, the selected indexes from the event don't always match the index of the row selected. I think actually that may be the source of the display problem.
Here is the code I added in the constructor:
        getSelectionModel().addListSelectionListener(new ListSelectionListener()
            public void valueChanged(ListSelectionEvent e)
                System.out.println("Header table selection is: First = " + e.getFirstIndex() +
                                   " Last = " + e.getLastIndex());
                RowNumberHeader.this.repaint();
        });

Similar Messages

  • Display Problem with my Mac Pro and LG Flatron Wide Monitor in Mountain Lion

    After upgrading to Mountain Lion, my Mac Pro has display problems with my LG Flatron display.  The image is displayed with a black bar on the right and on the bottom.  And the left side of the content is not visible.  I tried every resolution available in the Display System Preferences, they are different in terms of how big the black bars are, and what part is not visible, but none of them are correct.  I held down the option key to try to detect displays or switch to resolutions that are not normally available.  When I restart the image is lined up with the display, but if the display ever goes to sleep or gets turned off, the image reverts to being off center, and the only way I can get it back is to restart...  The interesting thing is that this monitor works fine with the same machine if I reboot using BootCamp into Windows 7.  The Monitor also works fine, connecting the same connector to a Mac Mini, although that mac mini is running 10.6 and not Mountain Lion.  I've reset the SMC and restarted countless times, I don't see any other levers to pull or things to try...

    That card is for a PC it may not give you Startup and Option-Boot screens.
    The 7950 "Mac Edition" card has a very distinctive look:
    http://www.sapphiretech.com/presentation/product/product_index.aspx?cid=1&gid=3& sgid=1157&pid=1777&psn=&leg=0&lid=1

  • External Display Problem with x301

    Hi everybody,
    I have a external display Problem with my x301.
    Ether direct attachment or via Lenovo USB Display Port  Device, the external monitor (22" Benq LCD) starts to flickr after a couple of minutes and the external display shuts off.
    Any ideas on this?
    Thanks a lot
    Chris 

    i have the same problem with X200 and the X200 ultrabay Docking station.
    No idea yet ...

  • Display problems with Kwin on intel hardware

    Hi all,
    Since the latest update of xorg and intel drivers, I have a display problem with kwin's expose-like feature. Before I file a bug,
    - Is anyone experiencing the same problem? Do you have a workaround?
    - Does anyone know what could be at fault?

    lardon wrote:
    panosk wrote:Indeed... If you want to fill a bug report right now go ahead, otherwise I have to get to my laptop in a few hours to check logs and post a report then. BTW, could you also try Ctrl+F11 and rotate the cube for a while? You should notice some flashes and very bad performance, even with direct rendering.
    I will, and I hope you'll contribute your logs to the bug report! The question is where to submit it: I'm pretty sure the bug is upstream, but is it a kwin bug or an xorg/intel bug?
    Ctrl+F11 works "fine" on my system, even though it crashed kwin the first time I tried it :-)
    Well, that's a very tough question! I was thinking to fill a bug report in Arch's bugtracker, although I also think it is an upstream bug. Problem is, after reading this http://blog.martin-graesslin.com/blog/2 … paces-4-5/ and this http://www.itnewstoday.com/?p=1803, one can realize the absolute *Mes(s)a * that dominates the whole graphics stack....

  • Tty display problems with nvidia and uvesafb

    I'm trying to get my console to display correctly at 1080p; trying to do so through GRUB was always an absolute nightmare.
    The console displays fine with nouveau, but nouveau causes the infamous pink line bug, which is simply too irritating to ignore; nouveau is not an option.
    In the past, my console has run at low res and incorrect scale with nvidia, but I've ignored the problem since I prefer to use a virtual terminal in X.
    Now, if possible, I need to use the actual console for the purposes of module development.
    I installed v86d and uvesafb and configured the console for 1920x1080 and 32 bit depth.
    The console is displaying with the correct resolution now, but is surrounded by a black border, making the font distorted and extremely difficult to read.
    How can I get my console to scale correctly to fullscreen? Any ideas at all. I found nothing in the forums or wiki, and I'm out.
    I'm fairly certain there are no vga or video settings in GRUB that are interfering.

    Output of "pacman -Qi nvidia"
    Name : nvidia
    Version : 343.36-2
    Description : NVIDIA drivers for linux
    Architecture : x86_64
    URL : http://www.nvidia.com/
    Licenses : custom
    Groups : None
    Provides : None
    Depends On : linux>=3.17 linux<3.18 nvidia-libgl nvidia-utils=343.36
    Optional Deps : None
    Required By : None
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 5.30 MiB
    Packager : Felix Yan <[email protected]>
    Build Date : Thu 11 Dec 2014 08:32:19 AM CST
    Install Date : Fri 12 Dec 2014 12:10:32 AM CST
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    Output "cat /boot/grub/grub.cfg"
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    set menu_color_normal=green/black
    set menu_color_highlight=black/green
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    insmod png
    background_image -m stretch /boot/grub/archgrub.png
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-337acc84-0300-43b1-b426-79391d39e898' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-337acc84-0300-43b1-b426-79391d39e898' {
    load_video
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 337acc84-0300-43b1-b426-79391d39e898
    else
    search --no-floppy --fs-uuid --set=root 337acc84-0300-43b1-b426-79391d39e898
    fi
    echo 'Loading Linux linux ...'
    linux /boot/vmlinuz-linux root=UUID=337acc84-0300-43b1-b426-79391d39e898 rw quiet
    echo 'Loading initial ramdisk ...'
    initrd /boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    ### END /etc/grub.d/60_memtest86+ ###
    Output "cat /usr/lib/modprobe.d/uvesafb.conf"
    Video mode is set as "1920x1080-32".
    # This file sets the parameters for uvesafb module.
    # The following format should be used:
    # options uvesafb mode=<xres>x<yres>[-<bpp>][@<refresh>] scroll=<ywrap|ypan|redraw> ...
    # For more details see:
    # http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/fb/uvesafb.txt
    options uvesafb mode_option=1920x1080-32 scroll=ywrap
    This file is mirrored in /etc/modprobe.d/uvesafb.conf.
    Running "diff /usr/lib/modprobe.d/uvesafb.conf /etc/modprobe.d/uvesafb.conf" returns no output.
    Output of "cat /sys/class/graphics/fb0/virtual_size" is solely "1920,1080".
    ---edit---
    Output of "cat /etc/default/grub" in case it's helpful.
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    #GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="green/black"
    GRUB_COLOR_HIGHLIGHT="black/green"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    GRUB_BACKGROUND="/boot/grub/archgrub.png"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    Also, it might help to describe the behaviour more specifically / more in depth...
    The rendered part of the console occupies the same space as the GRUB boot menu.
    I installed and configured virtualbox a few weeks previously.
    I ran "sudo depmod -a" as the wiki / forums indicated it could remedy problems with virtual machines failing to start.
    It did fix the virtualbox problem; after reboot, suddenly lightdm *also* initally occupied the same window space as grub.
    That was new behaviour. When I logged in to xmonad, the desktop displayed similarly to GRUB.
    I hadn't tried fixing it; logging in with root followed by "ps -e | grep X" and "kill -9 <Xpid>" caused X as a whole to start behaving and scaling normally.
    I haven't rebooted until attempting to rectify the issue with my console.
    The oddity with scaling in lightdm and xmonad still shows up after reboot and is still reparable by killing X.
    Killing X doesn't - obviously - have any effect on console scale.
    ---/edit---
    d(-_-)
    Last edited by seppukuzushi (2014-12-31 14:01:23)

  • External display problems with snow leopard

    I just upgraded from Leopard to Snow Leopard on my Macbook and it's created lots of problems with my LCD external display:
    - The display won't work at its native resolution (1680x1050) - it will flash up an image for 1/10 of second and then go black. I can only get it to work at a lower resolution, which looks AWFUL.
    - If I try to start up my Macbook with the lid closed and the display connected, the display won't work at all (it jams on the start up screen). It only works if I keep both of them running
    I never had these problems when using Leopard. I've searched lots of forums and found that many people are having similar problems with external displays. Apple still haven't fixed the bug after repeated efforts from people to get if fixed.
    Here are some threads (now closed) on this if you're looking for solutions:
    http://discussions.apple.com/thread.jspa?threadID=2132912&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=2136455&tstart=1
    http://discussions.apple.com/thread.jspa?threadID=2132837&tstart=0
    http://discussions.apple.com/thread.jspa?messageID=10084332
    Common suggested fixes are:
    - Force OS X to use LCD font smoothing (does not work for me)
    - Clear the PRAM on start-up (does not work for me)
    - Delete /Library/Preferences/com.apple.windowserver.plist (does not work)
    - Change energy management setting to high performance (only works on graphics cards in Macbook 15" and 17").
    From reading these forums it appears that this is a well-know bug. Has anyone else got any suggestions to fix this? And why hasn't Apple fixed this yet after so many people bringing it to their attention? It's clearly a bug that wasn't in Leopard.

    I'M FED UP WITH APPLE! They've always been a little shady, but the last half of 2010 took the cake!
    First it was the iPhone 3g "upgrade" to IOS4 which was garbage and killed my ability to use the 3g until I figured out how to crack the software, wipe the thing clear then reinstall the original software. Next up was purchasing the iphone 4 as a Christmas gift for someone running tiger on their mac, only to find out that the iphone 4 doesn't work on tiger when they tried to sync their contacts - and then having to rush out and purchase snow leopard so that they could enjoy my gift. Then I install Snow Leopard (note - I purchased the family pack) onto my own leopard-running(10.5.+) powerbook only to have the external LCD display I've been using for years suddenly stop working.
    Oh, okay, to be fair, it works IF I RESIGN MYSELF TO SET it to "mirror image" (which defeats the purpose of having multiple displays) and drop the resolution down to a pathetic, unsharp, nearly distored setting that is almost painful to look at knowing that this monitor was just A COUPLE OF DAYS AGO showing me crystal clear images.
    Then I exhaust myself trying to find a fix only to discover that APPLE in their infinite brilliance (AKA - their torture of loyal customers) knows of the issue - worked it out - then created an update that created the issue all over again. I'm so done! No more macs. I'm going back to the evil land of PCs. At least there, you know you're getting crap, it doesn't sneak up on you after getting you to trust it time and time again.

  • Video Display Problems with Flex Builder 2

    I am currently trying out the Flex Builder 30-day trial and
    have been having problems running the software.
    System info:
    FB 2.0.1
    Dell Latittude D820 running WinXP
    NVIDIA Quadro NVS 120M Video Card
    When I first installed it, my display turned to garbage and I
    had to reboot my machine to get it to a usable state. Someone
    suggested changing my display properties and see if it helped. When
    I tried 768X1024 with 8-bit color it worked. Once I installed it, I
    changed them back to 1920X1200 32-bit. Everything seemed to work
    fine until I started getting into some more complicated tutorials.
    My display crashed and looked similar to what I saw before. I
    updated to the latest NVIDIA driver from Dell. No help. I then
    tried the Windows Troubleshooting. When I turned my hardware
    acceleration to None, it started working again. There are some
    weird display issues with menu buttons and I can't launch my Nvdia
    software.
    Is there a better solution to this? Has anyone had this
    problem? I'm not so sure I'll purchase the software with this many
    problems.
    Thanks,
    Wendi

    Boys n Girls
    I am Currently restoring my Power Book after a significant meltdown.
    Thanks for posting I too saw the shearing effect but shrugged it off thinking oh well I'll just reboot!
    If you are seeing this Buy a fire wire drive NOW and Back-up.
    I suspect the Video update changed a low level feature in the power management routines and this resulted in my Power book cooking itself.
    I've got a 12mth old Hitachi 7200 PATA drive in my Power Book after the Apple Drive cooked itself soem tim back and I have now got to back-up and restore my whole system. Luckiliy I have plenty of Big fast firewire drives around so I'm imaging the corrupt drive and going to run the Hitachi tool on it via a WINDOZE Thinkpad. Then a combination of clean install of 10.5.x and a migration assisted restore should do it.
    I'm really not very happy though! My Time machine image did not restore and the disk repair did not work. I have a corrupted asl.DB ( the log file for Apple System Logs) and the mac won't boot from its internal drive.
    I'll post the resolution here as it happens I'm at hour Disaster + 24 so I'm really cranky!
    I suggest If you have a G4 Power Book you resist the temptation to install the video update.
    Regards

  • Display problem with itunes 8

    Hi. I'm having a problem with iTunes. It seems to be a display problem.
    Here's the link:
    http://i40.tinypic.com/1zlqaoh.jpg
    Reinstalling iTunes does not help. The same problem occurs.
    Any help would be appreciated.

    Hello, Welcome to discussions. You will want to check out the technical troubleshooting below that will provide more assistance.
    http://support.apple.com/kb/TS2030

  • Displaying problem with accordion

    Hi. I'm facing this issues a long time. Sometimes it is
    working, sometimes not....
    If you click panelTab 'a little bit' quicker and not so nice
    (meaning double clicking, clicking immediately another accordion
    tab after you clicked previous), previously clicked tabs
    accordionPanelContent is still visible and it is displayed over
    opened panel below. everything is so strange. sometimes it works in
    FF and in IE, sometimes nowhere, sometimes just in FF etc etc... it
    occurs when enableAnimation is set to true, especially with high
    duration set. im really confused.
    i searched on net for some solutions but i found just
    "solution" for dojokit accordion (and there was said that this
    occurred just in IE, but it occurs in FF too - at least in my case)
    but nothing on adobes spry accordion.
    so i'm wondring if anyone in here faces similar strange
    problems with this...

    Hello Daniel,
    This is the Adobe Dreamweaver Developer's Toolbox forum, I think you are looking for the Spry forums.
    http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602
    Shane

  • Fonts display problem with Entourage

    Hello,
    I am a new Mac user, having just migrated from Vista to iMac. I love my mac but I am experiencing a problem with how Entourage is displaying some of my emails.
    They display as weird caracters and symbols, but not all of my email does this, just some. The individual characters display with "V' over some of them, and the sizes are all over the map and it is hard to read. However, if I copy and paste into another program, it displays normally. I'm stumped! I hope a more experience Mac user can help me with this.
    Cheers!
    ~Pauline

    They display as weird caracters and symbols, but not all of my email does this, just some.
    It's probably caused by a bad font. If you have Times Phonetic, get rid of it. Send me a screenshot if you want (tom at bluesky dot org).

  • Two display problems with my new MacPro! :/

    I recently bought a new MacPro to replace my PowerPC, and am having some odd video problems I did not have with the old computer (yes, using same display). Here's some quick stats I think are important.
    1. 30 inch Apple HD display (used on both computers.)
    2. Old video card = Radeon X1900 - NEW video card = Geforce 8800 GT (came factory installed)
    3. Old OS = 10.4.11 Tiger New OS = Leopard (with all current updates. Also factory installed)
    4. Quicktime Pro on both systems fully updated
    5. Both Machines had all updates installed at the time of this problem (which is since i got the new machine)
    Here's the two problems...(btw NEITHER of these happen when the display is hooked up to the old computer. only the new MacPro with a different video card and OS)
    1.) When I play back video (sometimes in FCP (all types of files), sometimes in QT (.mov), and sometimes even on youtube and vimeo (so those are .flv files!) only SOMETIMES do I get these odd vertical refresh-looking lines. It makes the video somewhat flicker and you can see them crawl upwards kind of. The odd thing tho, is if I play that art of the video over and over, at times it will happen, and at other times it will not. same file, same part. I also noticed it does NOT stay on the file when exported from FCP and burned to DVD, so I'm thinking it is purely playback.
    2.) Some files when played back in quicktime will get extremely choppy. (Locally played files). I will then click the desktop to make finder the front most selected program...and the files will then play smooth. if I select the QT window again, it will get choppy and flicker again.
    I feel like I have a refresh rate problem, or maybe even a driver problem. The thing is, of course the drivers are not updated outside of auto updates, and I have installed everything available there.
    When I open up my display settings, the refresh rate box is grayed out...so changing the rate isn't possible. Also, with my old computer/video card, I had an ATI control panel...the geforce does not have one...only the build in OSX display control panel.
    Has anyone heard of this? I have posted in a few different places, and have received absolutely no replies. It's really frustrating, and sitting on the phone for hours with apple support to have them say "never heard of that problem" or have me lug the **** thing into a apple store and be without my computer and unable to work doesn't sound fun either.
    it's not stopping me from doing anything..it's just annoying and frustrating cause I can't make it stop. I'm thinking it might be a problem with the leopard drivers that hasn't been addressed yet? I dunno.
    Any suggestions?
    thanks in advance,
    Damion

    UPDATE ::
    In reading an old solution on how to get rid of the dancing pixels I get every once in a long while on this display, I downloaded SwitchResX and am using the demo to test and see if switching the refresh rate to 58khz will help in the line problem...and lo and behold...it kinda does. it is now only noticeable on fast moving action when put into full screen mode.
    The QT flicker problem has NOT gone away...but I'm expecting that the horizontal lines running vertical are a refresh rate problem as I had thought.
    My question, anyone know if apple is aware/working on this?
    Also, why is the refresh rate not changeable with the 20 inch HD display settings in the display control panel??
    I'd much rather use OSX to control my display than a 3rd party application! :/

  • Display Problem with the Key Figures

    Hi,
    I working on the query where i need to display three Key Figures. I have no problem with the first two Key Figures , but the third Key figure values need to be display by day wise. (0Calday). i.e., the third key figure value should be displayed  based no of days 0Calday has.
    For Example if 0Calday is holding 4 days... then third keyfigure  Value should be display as 4 columns with their respective values by dividing into day wise, remaining first two key figures should not be changed.
    When i am trying to call the 0Calday into the Column, all the three Key Figures values are displaying as many as no of days 0calday has.
    For Example if 0Calday has 2 day....the three Key Figures are values are breaking into two days values and displaying, so totally we can see 6 Key figure values.  But i need first two values should not break but the last key figure should be divide into two days as values and display.
    Thanks & Regards
    Agama.

    Hi Venkat
    This can be achieved by supressing 0 values.
    1) In the Query Designer: Go toquery properties
    2) Select Suppress Zeros
    3) Select option Active
    4) Under Effect On : try with Column or row o (Not infront of system , so cannot exactly remember)
    This will allow you to get the  exact result as per your requirement. We had the same issue and we could resolve this by following this.
    Hope it helps.
    Cheers

  • Experiencing display problems with InDesign CC under Windows 8.1

    I have recently installed Adobe InDesign CC, and have experienced problems with the screen display when running it including pixelated icons and tool bars, in addition to text and image boxes that float whilst hovering over them with the cursor.
    I have not experienced similar problems with any of the other Adobe programs installed.
    Thank you.

    No, but I just managed to sort the problem out. I ran the compatibility troubleshooter, and the program is now running in the compatibility mode for Windows 8, and everything appears to be OK now.
    Thank you for your time and feedback.

  • Problem with Spin control in query pane

    I have a problem with the Spin controller (increment /decrement) in the query pane.
    It is not working for fields with decimals, but working properly for fields which do not have decimals.
    How to overcome this problem?

    Can you help me to reproduce the issue(Do you have any simple application illustrating the issue)? It works in the sample I tried

  • CNN website problems with Comments section. Scroll and post problems

    CNN website, myself and other firefox users can no longer scroll up and down inside a comment when making a post.
    Often you can not post the comment with the 'post' button unless page is reloaded.
    Problem has been occurring for last week or so.
    I have confirmed that other uses on CNN have same problems with firefox.
    Problem doesn't occur when using I.E.8
    Brgds,
    John

    I have this problem with IE 8. I cannot post comments on CNN.com. I thought CNN.com might have disabled my ability to post comments but am not sure if they have that ability. Thanks for your help!

Maybe you are looking for

  • IWork (Pages) does not work after last system update!

    since some days (after last system update) iWork programms are not starting any more! macosx 10.7.5 new update solution atemd: cancel p-ram and p-list, re-installing iwork from DVD and update it from http://support.apple.com/kb/DL1563 macbookpro 2.53

  • Firefox keeps crashing at random times every minute or so, need help.

    Firefox crashes pretty much every minute I browse the internet. Sometimes even if I just leave it there doing nothing. I've tried safe mode. I've tried disabling hardware accaleration. I've tried creating a new firefox profile. I've tried disabling f

  • While updating my 3GS to 5.0.1 iTunes stops with an error of -5000, any suggestions?

    While updating my iPhone 3GS to 5.0.1 using iTunes on PC with Windows 7, the application stops with an error of (-5000), any suggestions?

  • Hyperlinks don't work outside dreamweaver

    Hello, I am relatively new to web design. After designing a few simple websites for myself, that I could put on my portfolio I decided to design another website. It all went well, until I stumbled upon a weird problem: hyperlinks in the banner do not

  • Getting error for using alias

    Hi, am using database version Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production and when I run below command, select e.empname from emp as e; am getting error ORA-00933 SQL Command not properly ended, but this is allowed ri