EA1 - Double click on package/package body member stopped working?

SQL Developer version 4.0.0.12, Windows XP
Connections -> Packages -> expanding members of package / package body -> double click on package member does nothing (in previous version of SQL Dev it opened package / package body in editor and repositioned to double-clicked function / procedure)

Bugged as 17157410.
Workaround:
1. open pl/sql module in the editor.
2. Ctx menu -> Quick Outline...
3. Dockable panel with the same member structure (+filter) opens.
4. There drill down action (single mouse click) works.

Similar Messages

  • My photoshop crashes when i double click, it says that it has stopped working and that i should check online for a resolution, anyone got anything to help me

    my photoshop crashes when i double click, it says that it has stopped working and that i should check online for a resolution, anyone got anything to help me

    i found out my prob!
    here is what you do.
    go to the "system preferences" on your dock.
    click "software updates".
    click "installed software"
    if it shows something about a recent update about "EFI UPDATE, FIRMWARE, THUNDERBOLT" or anything like that, exit out of it.
    go to mail.
    click "mail" at the top.
    click "preferences...".
    find the account you are having trouble with, once you do, make sure its highlighted, then click the "-" at the bottom of the window (this will only effect that mail account, it will not effect your ical weather or not its synced thought that email account)
    hit the "+" (right next to the "-") and add your accout back!
    its something with that update that effected mail, i hope this works out for you, if not reply back

  • Double-click running of video files has stopped working in Snow Leopard

    Just updated to Snow Leopard and now I can't run QuickTime via a double click on a video file in an iPhoto 08 event. If I use Show File to bring up the Finder, then I can run with QuickTime X. Who wants to do that every time??
    Anyone know the answer?
    Regards
    Simon

    It's a bug introduced with SL. Send a report of the problem to http://www.apple.com/feedback/iphoto.html.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: The new rebuild option in iPhoto 09 (v. 8.0.2), Rebuild the iPhoto Library Database from automatic backup" makes this tip obsolete.

  • HT201406 i'm having to double click everything & the slide feature is not working.  What's the problem?

    i'm having to double click everything & the slide feature is not working.  What's the problem?  Resetting fixes it for a couple seconds then it goes right back. 
    i.e. If I go to open my mailbox, i have to 1st select the icon. then double tap it to open.  same thing once I get to an email.

    At a guess, turn off VoiceOver:   Settings > General > Accessibility > VoiceOver.  Use three fingers to scroll.

  • Help, when i click device (iphone 4) on itunes stops working

    Since i updated to last itunes version when i click on device (iphone 4) itunes stops working and it get closed
    it only happens when i click on device
    i use windows 7, itunes 11.1.3.8 and iphone 4 ios 7.0.6

    Hello edurcluet,
    I found an article with steps you can take if iTunes stops working when you connect your iPhone:
    iTunes: May become unresponsive when connecting iPhone, iPad, or iPod touch
    http://support.apple.com/kb/TS3219
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • Lightroom 5.5 64-bit Will Not Import Photos Into Catalog; When I Click on "Import", Lightroom 5.5 stops working and requires reboot; Help.

    When I Click on "Import", Lightroom 5.5 stops working and requires reboot; Help. Import feature was working yesterday when I first installed Lightroom v5.5.

    Go to the bibliothec module, select the folder, right click on the folder and hit synchronize
    Sorry I have only a german version , so don't know what your menu will show.

  • The little "clickie" thing on my earphones suddenly stopped working...

    The little "clickie" thing on my earphones suddenly stopped working...
    It works with other iphones, but not mine. I've tried to use another piece of earphones and they just simply won't work on my iphone..
    What's wrong with my iPhone ? :S
    Thanks..

    Hey Jakob,
    Try restoring the iPhone, if the issue persists it may need hardware repair.
    http://docs.info.apple.com/article.html?artnum=305744
    You can request repair for iPhone accessories online here:
    https://selfsolve.apple.com/GetWarranty.do
    You can also make a reservation to have a Genius at a local Apple retail store take a look at the iPhone or call AppleCare.
    http://www.apple.com/retail/geniusbar/
    U.S. iPhone technical support: 1-800-MY-IPHONE (1-800-694-7466)
    Jason
    Message was edited by: Jason L

  • Double Click on Graphic in Map is not Working

    Hi,
    I had created an application where the user can click on map and a marker will be created and it stores x y values and stored in database and user can also drag the marker and place it to appropriate position and after the user drag and drop the marker we have a confirm button to send the x y values to database. I need to remove that confirm button and replace that with the double click where user double clicks the marker parameters should pass.
    For dragging marker i use mousedown event, but when i add doubleclick event its not working
    gr.doubleClickEnabled = true;
    gr.addEventListener(MouseEvent.DOUBLE_CLICK,registerComplaint);
    gr.addEventListener(MouseEvent.MOUSE_DOWN,mousedownGraphic);
    even when i comment the mouse down event double click on graphic marker is not working.
    Help me out in this task as i need to do urgently.
    Regards
    Arun Mohan

    While I can't possibly guess the cause your problem, there is an easy workaround for this.
    // record the time for the last mouse down
    private var _lastMouseDownTime:uint = new Date().time;
    // how fast the second mouse down needs to be to qualify for double click
    private var _doubleClickThreshold:uint = 500;
    // traces mouse down and double click
    private function mouseDown(e:MouseEvent):void {
                trace("mousedown");
                var mouseDownTime:uint = new Date().time;
                if(mouseDownTime - _lastMouseDownTime <= _doubleClickThreshold){
                    trace("doubleclick");
                _lastMouseDownTime = mouseDownTime;

  • Open topics by double-clicking them in the DITA map - not working any more?

    Hi all,
    I just noticed when I double-click a topicref in a DITA map in FM12 then the referenced topic does not open any more. I checked the problem with several maps. Is this a bug/feature or do I need to activate this function somewhere in the options?
    Robert

    Hi Robert...
    When you say that you need "variations" from the normal topic type .. are those structural variations or just formatting? FM associates structure apps with XML files based on the doctype (root element). If your files all have the same root element, then they will all open with the same structure application (unless you specify a different one when opening the file or by importing a new EDD). It sounds like you really should be creating a specialization for each alternate topic type. If you don't, you'll end up getting the wrong "model" assigned to the wrong file.
    Multiple EDDs (structure apps) can share the same DTD, and one EDD (structure app) can support multiple models. This is how the "ditabase" app works. There are lots of ways to set this up, but I think what you've done is probably not quite right.
    The default structure app setup in FM11 and FM12 is very complicated to work with. I recommend creating a single app that supports many models. This isn't always possible, but it sounds like in your case it should be. I've set up one app that supports 13 different specialized topic models and it works fine.
    Note that even though you've added structure apps for each model, if you end up opening the files using the default template, you are no longer using those modified models.
    Sorry, but this is a bit more than can be dealt with appropriately in a forum post. If you'd like more help with this, feel free to contact me off list.
    Cheers,
    …scott
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • When I double click home for audio playback doesn't work for movies since I synced it yesterday Why?

    When I double click the home button the audioplayback doesn't work for movies,  it did before I added and synced some items yesterday anybody know why?

    Jeanlewane wrote:
    Why, When I double click the home button and hold down the icon waiting for the red x to appear, it doesn't.?
    How to Close Apps
    Double Tap the Home Button... Then swipe the App (not the icon) Upwards... Tap the Home Button when finished.
    From Here  >  http://support.apple.com/kb/HT4211
    NOTE:  You cannot delete any pre-installed iOS app.

  • Double-click in Excel XP Win XP not working

    I have installed the 6.5 Spreadsheet add-in on over 10 systems on my network. Typically the systems are Win98 running Office 2000. This last week we installed 5 WinXP systems running OfficeXP.I installed the Essbase Add-in on three of the XP systems and thought all was well. Last week one user complained that the double-click function was not working.I tested the other two installs and they work fine.I check the ESSBASE-Options tabs and the double-click option is checked.If I un-check this option, and double-click, the system 'edits' the cell, which is what we'd espect. When I check this option the system appears to do nothing. Right-click also appears to do nothing.I have uninstalled the ESSBASE add-in , and re-installed it, and found no difference. I have also 'repaired' my office installation.There only seems to be one instance of Excel running. Multiple instances seemed to be an issue in the discussion boards.This particular user 'customizes' the desktop, fonts, icons etc. all the time. I keep thinking there must be something in that area that is compromised.Any pointers? Any experience? Any help?Regards

    Maybe that user change something in the zoom in section of the essbase options... maybe set it to formulas...

  • Cannot open files with a double click !! Trackpad solution does not work, just makes my cursor move slowly. Have not found a solution in forums. Help needed please!!

    I cannot open files by double clicking ... have looked at forums and no solution yet !!! Control click is the only way i can open files
    "If you go to System Preferences > Accessibility > Mouse and Trackpad -  You can set the speed of the double click to be much slower.   Hope this helps someone else with a similar problem. "  this solution did not work it just made my cursor move at a snails pace.
    Thanks for any help forthcoming !!!

    found this on another websites forum .... it worked
    I figured it out. Thanks everyone!
    I had to turn on my wireless mouse... And even though I wasn't using my wireless mouse and just the trackpad...I had to turn on my wireless mouse then adjust those settings...Had to turn down the speed. Then Once I shut the mouse off and started to use the trackpad again it works perfectly.
    I'm not sure why the mouse settings would change the trackpad settings but it did.

  • When i went to unlock, screen was acting up. had to click, then double click just to get one letter to work to do my password. now it lights up but doesn't show anything on the screen.what happened?

    So i stayed the night at my friends house. when i wokeup i went to go on my ipad.. clicked the lock button and went to scroll my arrow so i could unlock it..but i had to click the box with the arrow in it, then double click the arrow before i could move it. same thing when i was typing up my password. i had to click a letter, double tap it to register, then tap then double tap, and repeat until my password was done. now, about 48 hours later when i click the lock button, i see the display light up, like it shows the backlights on. but nothing appears on the screen. whats wrong with my ipad? my parents are so mad. **recently upgraded to ios 6**

    You have accidentally enabled VoiceOver; follow instructions below to disable.
    http://support.apple.com/kb/ht4064

  • Why did my right click and drop down lists suddenly stopped working in firefox? How do get it fixed?

    I have the latest firefox there is and one day when i opened it, the right click button stopped working. Then even the drop down litsts stopped working. For example if i click on the firefox icon in the top left corner, nothing happens. I have tried to reinstall firefox. No help. I don't know what to do. So if don't get rid of the problem I guess I'll just have to swich to another broswer, because this is a really really anoying bug...

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Coverflow 'click ahead to browse' feature has stopped working

    Hi Everyone.
    I am a user of the coverflow view in itunes 7.01 and i often browse by clicking on the cover a few ahead of the one selected and having it quickly jump ahead to that. Well it has stopped working. Coverflow will still function correctly using the scroll bar etc, but this particularly useful bit just doesn't move any longer. I updated from 7 to 7.01 when I first noticed the problem but it stayed the same. The only thing I had done in itunes before noticing this problem was to use a small programme called MoveTunes to move some songs from one hard disk to another - but I have done this before with no problem.
    I would be grateful for any suggestions.
    Thanks
    PM 1g, ibook 1.33   Mac OS X (10.4.8)  

    Hi Federico
    Good and bad news - coverflow is working properly again but I do not know how I fixed it. I tried everything I could think of, fixed permissions, rebooted, freed up some more HD space, made sure I had correctly uninstalled the non-working volume logic and 3D OSS plugins, checked that I didn't have duplicate copies of album art anywhere, etc, but nothing worked. Then a couple of days later it just started working again on its own. I hope you get the same good luck.
    Regards

Maybe you are looking for