Problem with scrolling a panel containing an image

I am having a problem adding scrolling capabilities to a tabbed panel containing pages containing an image. In my program, I have a class called ImagePanel that extends JPanel and contains an image read from a file. In another class, I create a tabbed panel and add to it ImagePanels.
The problem I'm facing is that the pages added to my tabbed panel contain scroll bars, but these scroll bars are not scrollable (i.e. I cannot use the bars the scroll and see the missing parts of the image).
Any help on this manner is highly appreciated.
The code is shown below:
JTabbedPane m_pathwayTabbedPane = new JTabbedPane();
ImageIcon overviewImageIcon = IconLoader.readImageIcon(pathway.gif);
ImagePanel overviewPanel = new ImagePanel(overviewImageIcon.getImage());
JScrollPane graphcrollPane = new JScrollPane(overviewPanel,
ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS,
ScrollPaneConstants.HORIZONTAL_SCROLLBAR_ALWAYS);
m_pathwayTabbedPane.addTab(StringManager.OVERVIEW, graphcrollPane);

import java.awt.*;
import java.io.*;
import java.net.*;
import javax.imageio.ImageIO;
import javax.swing.*;
public class ScrollingImages
    public static void main(String[] args)
        String[] fileNames = {
            "images/bclynx.jpg", "images/mtngoat.jpg", "images/redfox.jpg"
        JPanel panel = new JPanel(new GridBagLayout());
        panel.setBackground(Color.black);
        GridBagConstraints gbc = new GridBagConstraints();
        gbc.insets = new Insets(5,5,5,5);
        gbc.gridwidth = gbc.REMAINDER;
        for(int j = 0; j < fileNames.length; j++)
            panel.add(new ImageComponent(fileNames[j]), gbc);
        JFrame f = new JFrame();
        f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        f.getContentPane().add(new JScrollPane(panel));
        f.setSize(400,400);
        f.setLocation(200,200);
        f.setVisible(true);
class ImageComponent extends JPanel
    Image image;
    public ImageComponent(String fileName)
        loadImage(fileName);
        setBackground(Color.black);
    protected void paintComponent(Graphics g)
        super.paintComponent(g);
        int w = getWidth();
        int h = getHeight();
        int imageWidth = image.getWidth(this);
        int imageHeight = image.getHeight(this);
        int x = (w - imageWidth)/2;
        int y = (h - imageHeight)/2;
        g.drawImage(image, x, y, this);
     * For the JScrollPane which will inquire about our size
     * which it needs to properly set its scrollbars.
    public Dimension getPreferredSize()
        return new Dimension(image.getWidth(this), image.getHeight(this));
    private void loadImage(String fileName)
        try
            URL url = getClass().getResource(fileName);
            image = ImageIO.read(url);
        catch(MalformedURLException mue)
            System.out.println(mue.getMessage());
        catch(IOException ioe)
            System.out.println(ioe.getMessage());
}

Similar Messages

  • In the last few days, I've encountered a problem with scrolling with my up & down keys. The up & down keys seem to, now function as Home & End keys. MyPage Up & Page Down keys seem to do nothing. What is wrong?

    In the last few days, I've encountered a problem with scrolling with my up & down keys. The up & down keys seem to, now function as Home & End keys. MyPage Up & Page Down keys seem to do nothing. What is wrong?

    Hit the '''F7''' key, you probably have Caret browsing turned on.
    http://kb.mozillazine.org/Accessibility.browsewithcaret

  • Parallax Scrolling: Problems with scroll wheel

    Hi,I'm syue
    I learn parallax effect from this video.
    It helps me a lot ,but I have a problem with scroll wheel
    Everything looks nice on my computer.
    But when I make a test on different computers.It will show something like this...
    https://docs.google.com/file/d/0B-eo1Bu6k3N-cEw2c3dyWEpfNDA/preview
    I don't know how to explain the situation so I make this video.
    I also chick my code and it shows me everything is fine.
    I don't know how to solve this problem
    Can you give me some advice?
    Best regards. :-D

    I know many people who have 30 gig and no wheel problem. I have an 80 gig and no problem. Finding your warranty (or buying the extended warranty) would be useful.
    Good luck.
    Kid

  • I'm having problems with FlashPlayerPlugin and plugin-container. They keep starting up and bogging down the system. This has been a recent occurrance. I've made sure that I have the latest version. I notice the problem when I am opening some applicatio, a

    I'm having problems with FlashPlayerPlugin and plugin-container. They keep starting up and bogging down the system. This has been a recent occurrance. I've made sure that I have the latest version. I notice the problem when I am opening some applicatio, and it freezes. If I go to Task Manager, I can see the two Adobe apps sucking up CPU cycles. If I end the processes, then the other apps continue. Today, I uninstalled FlashPlayerPluginqand plugin-container. All day since I have had no freezing of an app. What should I do to correct the problem?

    Here's an explanation of what those processes are. 
    Inside Flash Player Protected Mode for Firefox
    I'm curious about what you did to uninstall just those.

  • I keep getting a message about a problem with the plug in container for firefox. what does it mean?

    I am getting a pop up box saying that there is a problem with the plug in container for firefox. It keeps saying do I want windows to find a fix for it and close it or do I just want to close the program. What is this plug in container for firefox and why am I constantly getting this message? It has been happening for the past month or two.

    It means either you have a faulty/out of date plugin, or your firewall/antivirus is causing problems with Firefox.
    Make sure you update all your plugins and disable unwanted ones.
    https://www.mozilla.org/en-US/plugincheck/
    https://support.mozilla.org/en-US/kb/disable-or-remove-add-ons
    Also, make sure your firewall/antivirus is not blocking plugincontainer.exe from the Firefox folder in your computer. How you make sure that's not the case will depend on your firewall/antivirus.

  • I'm having problems with videos, they shake and the images break up back and forth into striped colors, how do I fix this?

    I'm having problems with videos, they shake and the images break up back and forth into striped colors, how do I fix this?

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • Problem with scrolling after rotating image

    Hi,
    I am trying to write a simple image viewer in flex. I came
    across a problem which I've been trying to solve through the past 4
    days. In my example I want to rotate the image and then scroll
    around once its been rotated (Say after the user would zoom in). If
    I rotate the image by 90,180 or 270 deg and then move the scroll
    bars the image disappears. Has anyone else had this problem? Any
    suggestions welcome, thanks!
    ===================================================================
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Panel x="10" y="10" width="816" height="715"
    layout="absolute" title="Viewer">
    <mx:Button x="365.5" y="643" label="Rotate"
    click="rotateImage()"/>
    <mx:VBox id="vb" x="10" y="10" height="604"
    width="776">
    <mx:Image id="img" width="777" height="618">
    <mx:source>file:///C:/example.jpg</mx:source>
    </mx:Image>
    </mx:VBox>
    </mx:Panel>
    <mx:Rotate id="rotate" angleFrom="{angle-90}"
    angleTo="{angle}" target="{img}" />
    <mx:Script>
    <![CDATA[
    [Bindable]
    public var angle:int=0;
    private function rotateImage():void {
    rotate.end();
    angle += 90;
    rotate.play();
    ]]>
    </mx:Script>
    </mx:Application>

    Thanks for a quick response. I did something simillar before
    (using the Canvas instead of the VBox) your suggestions fix the
    scrolling issue but it still does not work the way it should. If
    the rotation is 0 then the scroll bars "fit" the image (So you
    don't go out and see any white space). If the rotation is say 90
    than it doesn't allow the image at full height, little bit of the
    page and no scroll bar to move down, also it gives you a lot of
    room to move to the side event though you can already see the image
    at full width. It's event worse when you do 180 deg rotation. Do
    you think this is something that is achievable (to have scroll bars
    that fit the image regardles of the rotation) ? Thanks
    ================================================================================
    <!-- <mx:VBox id="vb" x="10" y="10" height="604"
    width="776" autoLayout="false"> -->
    <mx:Canvas x="10" y="10" width="776" height="604"
    autoLayout="false">
    <mx:Image id="img">
    <mx:source>file:///C|/Documents and Settings/All
    Users/Documents/My Pictures/Sample
    Pictures/Winter.jpg</mx:source>
    </mx:Image>
    </mx:Canvas>
    <!-- </mx:VBox> -->

  • Asset problem: Folder is missing or contains no images.

    Hello,
    I have created a DPS project using InDesign CS5.5 -- the project is almost completed and everything has been working fine. I needed to update a bit of text and when I attempted to update the folio the update failed giving me a missing asset message. I looked in the links panel and it showed no missing assets. In this particlular file there is an audio .mp3 with a simple play and pause control that I had specified in the Audio/Video pane of the Overlay Creator. This has been working flawlessly. Now it is giving me an error message. None of my assets have been moved. But just to be sure I browsed to the folder where these assets have been stored (Audio_Controller/play.png  Audio_Controller/pause.png) and indeed they are still there. Yet I continue to get the Yellow triangle with an ! in it and the following message: "The folder is either missing or contains no images. Resolve by selecting a folder containing supported assets."
    I moved them into the images folder and relinked thinking that might solve the problem but had the same results. Does anyone have any ideas?
    I've done a lot of looking and haven't seen this problem mentioned before.
    Thank you,
    LKovalic
    I want to add that the "play" and "pause" controllers have been saved as .png as per DPS audio instructions. This is an DPS project that has been working consistently with the EXACT same assets in the EXACT same places. I made a small text page to one folio page. I did not move anything.

    If you can't access BIOS with the hard disk connected, you certainly won't be able to boot to the usb recovery flashdrive. That is indicative of a failed hard disk.
    Install a new hard disk and then boot to the recovery flashdrive.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Problem with menu and panel

    hi,
    i m new to java still learning new concepts. When i was working with menu and panel i got this problem and i tried a lot but still i havn't got any success. the problem is i m creating a menu with two menuitem - one for "add item" and another for "modify item". What i want to do that on the same frame i want to create two panel of these two item. when i click "add item" option it should show add window and so with modify option. but the problem is if i click add item it shows the addpanel but when i click modify option (add item panel goes- ok ..) but it doesn't show the modify panel, it shows only the main frame on which menu is there.
    i cannot understant what is happing here plz guide me.
    thanx

    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    import javax.swing.*;
    public class ajitAutomobile extends JFrame implements ActionListener
         JMenuBar mb;
         JMenu jobmenu;
         JMenuItem newJobCard,modifyJobCard;
         Font ft;
         JPanel pnlnewJobCard,pnlmodifyJobCard;
         Container con;
         ajitAutomobile()
         ft=new Font("Arial",0,12);
         mb=new JMenuBar();
         setJMenuBar(mb);
         jobmenu=new JMenu(" Job Card Form");
         mb.add(jobmenu).setFont(ft);
         newJobCard=new JMenuItem("New Job Card Detail");
         modifyJobCard=new JMenuItem("Modify Job Card Detail");
         jobmenu.add(newJobCard).setFont(ft);     
         jobmenu.add(modifyJobCard).setFont(ft);     
         mb.add(requisition).setFont(ft);
         con=getContentPane();
         // setting panel for new JOb Card Entry
         pnlnewJobCard=new JPanel();
         pnlmodifyJobCard=new JPanel();
         con.add(pnlmodifyJobCard);
         con.add(pnlnewJobCard);
         pnlnewJobCard.setBackground(Color.RED);     
         pnlnewJobCard.setVisible(false);
         pnlmodifyJobCard.setBackground(Color.YELLOW);
         pnlmodifyJobCard.setVisible(false);
         //setting JFrame resources
         setVisible(true);
         setTitle("Ajit Automobile Service Center");
         setSize(750,300);
         setResizable(false);
         newJobCard.addActionListener(this);
         modifyJobCard.addActionListener(this);
         public void actionPerformed(ActionEvent ae)
              if (ae.getSource()==newJobCard)
                   pnlnewJobCard.setVisible(true);
                                                                    pnlmodifyJobCard.setVisible(false);
              if(ae.getSource()==modifyJobCard)
                                                                             pnlnewJobCard.setVisible(false);
                                                                    pnlmodifyJobCard.setVisible(true);
         public static void main(String args[])
         ajitAutomobile objajit=new ajitAutomobile();
         objajit.show();
    }so, this is the code and as i m expecting that when i click on "New Job Card Detail" then it should display pnlnewJobCard and when i will click "Modify Job Card Detail" it should display pnlmodifyJobCard panel but it is not working.It shows only that panel which is clicked first.
    plz help
    thnx, any answer will be appriciated.

  • Problem with dices and panel

    hello,
    I have the following problem with my Yahtzee game:
    I use a class DicePanel with there on five instances of class 'Dice'. When you push the 'throw' button on the panel, I want the panel to check if there is actually something selected. Because if there's nothing selected there can't be thrown. (This would give problems with the 'throw counter', that's counting 1, 2, 3, 1, 2 ,3).
    I have tried a lot of things, but I always get this error:
    java.lang.OutOfStackError
    When you push on the throw button, first the dices are checked to be selected. I prefer to use a method for this, so i can write something like the following in the throw method:
    if( somethingIsSelected() ){
    blablabla
    or:
    if( !somethingIsSelected )
    return;
    My dices are in an array so i can check each dice witch a for-loop. After this for-loop some boolean should be false or true
    So my question is: how can i prevent the StackOverflowError??
    What seems to be the most logical way to work with 5 dices and one panel?
    excuse me for my bad English ;-)
    mzzl

    If you're getting a stack overflow, then you're probably recursing but not checking the end conditions properly.

  • Problems with scroll bars in list view

    Hello,
    I am using Xcelsius 2008 (Build Number 12,2,166).  I am still having trouble with scroll bars on my list view control. Other list views in my dashboard seem to be ok. It seems that this list view is not ignoring the blank cells in my excel file. I have gone through many things to correct this problem. I have added a new list view, I have copied other list views that work correctly but still no success. It seems that the "Ignore Blank Cells" property is not working correctly. Does anyone have a solution for this?
    Much Thx!

    Hi Yusufel,
    Please check the data whether the cells are really blank or having any space which could not be seen, etc.
    With best wishes
    BaaRaa.

  • Problems with scrolling and Mission Control

    I have this problem:
    When scrolling down any page, the letters will blur at the top of the screen and not the bottom.
    When swiping acrross pages in the launchpad, it occasionaly freezes half way between the two.
    When I swipe up with four fingers to access mission control, the screen becomes very sluggish. Swiping back down (or clicking a tab) is even worse, causing slow "laggy" animations.
    And this the report from EtreCheck:
    Hardware Information:
              MacBook Pro (13-inch, Mid 2012)
              MacBook Pro - model: MacBookPro9,2
              1 2.5 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 0:3:16
    Disk Information:
              APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (309.44 GB free)
              HL-DT-ST DVDRW  GS41N 
    USB Information:
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. FaceTime HD Camera (Built-in)
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Configuration files:
              /etc/hosts - Count: 1
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
    Launch Agents:
              [not loaded] com.bose.soundtouch.plist Support
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist Support
              [loaded] com.google.keystone.agent.plist Support
              [running] com.spotify.webhelper.plist Support
    User Login Items:
              iTunesHelper
              Spotify
              BitTorrent
              Autodesk 360
    Internet Plug-ins:
              SharePointBrowserPlugin: Version: 14.0.0 Support
              FlashPlayer-10.6: Version: 13.0.0.201 - SDK 10.6 Support
              AdobePDFViewer: Version: 10.0.0 Support
              Flash Player: Version: 13.0.0.201 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.3
              Default Browser: Version: 537 - SDK 10.9
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  Support
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   2%          WindowServer
                   2%          SoundTouch music server
                   0%          fontd
                   0%          BitTorrent
                   0%          mds
    Top Processes by Memory:
              90 MB          mds_stores
              86 MB          Safari
              78 MB          Spotify
              57 MB          Spotify Helper
              49 MB          ocspd
    Virtual Memory Information:
              1.83 GB          Free RAM
              1.44 GB          Active RAM
              190 MB          Inactive RAM
              558 MB          Wired RAM
              303 MB          Page-ins
              0 B          Page-outs

    I have this problem:
    When scrolling down any page, the letters will blur at the top of the screen and not the bottom.
    When swiping acrross pages in the launchpad, it occasionaly freezes half way between the two.
    When I swipe up with four fingers to access mission control, the screen becomes very sluggish. Swiping back down (or clicking a tab) is even worse, causing slow "laggy" animations.
    And this the report from EtreCheck:
    Hardware Information:
              MacBook Pro (13-inch, Mid 2012)
              MacBook Pro - model: MacBookPro9,2
              1 2.5 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 4000 - VRAM: 1024 MB
    System Software:
              OS X 10.9.2 (13C1021) - Uptime: 0 days 0:3:16
    Disk Information:
              APPLE HDD HTS545050A7E362 disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) / [Startup]: 499.25 GB (309.44 GB free)
              HL-DT-ST DVDRW  GS41N 
    USB Information:
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM20702 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. FaceTime HD Camera (Built-in)
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Configuration files:
              /etc/hosts - Count: 1
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist Support
              [loaded] com.microsoft.office.licensing.helper.plist Support
    Launch Agents:
              [not loaded] com.bose.soundtouch.plist Support
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist Support
              [loaded] com.google.keystone.agent.plist Support
              [running] com.spotify.webhelper.plist Support
    User Login Items:
              iTunesHelper
              Spotify
              BitTorrent
              Autodesk 360
    Internet Plug-ins:
              SharePointBrowserPlugin: Version: 14.0.0 Support
              FlashPlayer-10.6: Version: 13.0.0.201 - SDK 10.6 Support
              AdobePDFViewer: Version: 10.0.0 Support
              Flash Player: Version: 13.0.0.201 - SDK 10.6 Support
              QuickTime Plugin: Version: 7.7.3
              Default Browser: Version: 537 - SDK 10.9
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 2.0 - SDK 10.9
              AppleAVBAudio: Version: 203.2 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
              Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
              Flash Player  Support
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   2%          WindowServer
                   2%          SoundTouch music server
                   0%          fontd
                   0%          BitTorrent
                   0%          mds
    Top Processes by Memory:
              90 MB          mds_stores
              86 MB          Safari
              78 MB          Spotify
              57 MB          Spotify Helper
              49 MB          ocspd
    Virtual Memory Information:
              1.83 GB          Free RAM
              1.44 GB          Active RAM
              190 MB          Inactive RAM
              558 MB          Wired RAM
              303 MB          Page-ins
              0 B          Page-outs

  • Problem with Alt Text output from thumbnail image of Lightbox widget

    I’m having a problem with the Lightbox widget not producing alternative text based on the image properties.  I’ve set ALT text for the image properties on both the larger Ligtbox image as well as the thumbnail.  But the HTML output from Muse does not include the ALT text on the thumbnail version of the image.  Here’s an example:
        <div class="popup_anchor">
           <div class="Thumb popup_element clearfix" id="u4409"><!-- group -->
            <a class="anchor_item grpelem" id="untitled"></a>
            <div class="grpelem" id="u4433"><!-- image -->
             <img id="u4433_img" src="/images/n0060292x292.jpg" alt="" width="292" height="292" />
    This may be a problem that came in a previous release of Muse.  I have a few older examples where ALT text is produced, but it’s no longer updated if I update the Image Properties.

    I'm seeing the same problem. Looks like a bug to me. Any ideas as to how we can get this on Adobe's bug fix list?

  • Problem with restoring my HDD from .dmg image

    Hello,
    I encountered a problem with boot camp which couln't make a new partition for windows, because it couldn't move some files. It was a problem of defragmentation which i found surprisingly hard to solve. I'm a new mac user, and i was unable to find any defragmentation utility. Even the boot camp ask me to make and image of HDD, reformat it, and then restore from image. It was quite easy when i was reading it but after all i end up with new instalation of MacOS X without access to my files stored on HDD image.
    Here's what i did:
    1. I made images of HDD and and partition. To make images smaller i previously copied all of my multimedia files to PC. Images were created as read only, not compressed. They were stored on PC
    2. I have used disc utility after booting up from MacOS X CD, and made a new partition. It's name is the same as the one i made image from.
    3. Now it's the point when i should restore my partition from image but i encountered some problems. I copied images to mac again and was trying to restore partition from it but disc utility said it doesn't have any checksums or something like that. I read that it was a problem of verifying image with disc utility (the first button on the upper left side called verify.) It have checked image and made checksums but i still was unable to restore partition from it.
    Now, i know it might be silly to try restore HD from image on the same HD but shouldn't it shows some oder errors? After booting up from CD i can't connect to PC to browse it's resources and writing address (http://pcname/folder/partition.dmg) in source line in restore tab does not do anything.
    Is the only solution to connect a firewire hard drive to my mac with images on it? Or it is a problem with my images (making image process didn't showed any errors with HDD image and partition image).
    Moreover i cant access those images on my MBP cos it's says that there are no mountable file system. Does it means that this image is bad?
    Please help, I'm running out of options as i don't have firewire HDD and i'm really annoyed cos things like defragmentation are so easy on Windows and i don't get it why it's must be so complicated on Mac
    Sincerely
    PS sorry for my english
    Message was edited by: pazera

    *It said that my image don't have scan information and it needs to be imagescanned.

  • Problem with slash character in CONTAINS queries

    Hi there,
    i've got a problem with a CONTAINS query using Oracle Text.
    The following query works fine:
    select col1 from my_table_text where contains(text,'%02%')>0;
    When i'm trying the query
    select col1 from my_table_text where contains(text,'%02/%')>0;
    the following error occurs:
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-20000: Oracle Text error:
    DRG-50937: query too complex
    I didn't find anywhere that the slash has a special meaning (escape character or something else). This occurs only when the slash character is positioned immediately after or before the % operator. The search string '%0/2%' works.
    Oracle version: 9.2.0.1.0
    OS: Solaris 8 SPARC
    Maybe someone can help me.
    Thanks in advance,
    Chris

    Hi Chris,
    I think you want to search for all words having '02/'.
    Am I right? In that case try using '02//'
    Yes. '/' means escape character. So when it finds '/%' it tries to escape '%'.
    Hope this helps.
    Regards,
    Anupama

Maybe you are looking for

  • Hp officejet 6100 eprinter will not install on windows 7 64bit

    I've tried everything. Cannot install software for brand new hp officejet 6100 eprinter. No using disc, not wireless, not usb, not downloading software not troubleshooting in windows nothing what so ever. It's been weeks and weeks, just can not use t

  • After upgrading to latest version of iTunes audio CD burning issues

    Hi, I upgraded to the latest version of iTunes and now when I try to burn a playlist as an audio CD it keeps telling me it won't fit on one CD and I have now gotten the playlist down to 1 hour and it is an 80 Min CD and it still won't let me do it. A

  • Financial Information Management - Extraction with enhanced extractor

    Hi, I've realized an enhancement to the 0FI_AR_4 extractor, the enhancement is inside the ZXRSAU01 exit. I run the extractor from RSA3 and it shows the data correctly. When I create a job, within FIM, and execute it, the extractor runs, but it return

  • HT1661 Imac 2009 imac 2013 target mode did only work one time

    My 2009 imac has a broken graphics card. The imac stats up as usual and is ok. To copy some files to my hew 2013 imac id use an thunderbolt to firewire adaptor. At the first attemp to start up in target mode, is did work very well. The target disk sh

  • MacBook Air 13 vs Pro 13 vs Pro 15

    Hi there, I am thinking of getting a Mac for college & uni. I was convinced i would need a 15" screen but after a look in the apple store a 13" appears to be big enough for me. For the majority I would be browsing, IM, listening to music, and doing w