Annoying glitch in jdev navigator window (jdev903)

Hi,
an easily reproducable, but annoying problem:
A. Workspace selection
1) Open 2 workspaces.
2) Left click on one of them (so it is selected) (workspaceA).
3) Now rightclick the other workspace (workspaceB). The context menu now shows the wrong Rebuild options (for workspaceA), which could easily fool you in to
compiling the wrong workspace.
4) Now rightclicking workspaceA again now displays Rebuild workspaceB, so the workspace was selected by the previous rightclick, but apparently the
contextmenu's are triggered to soon.
B. Project selection
With project righ-clicking, the context menu is almost right (if you look closely, you can see the contextmenu switch project after it is displayed though) if you perform the above instructions on 2 projects in stead of workspaces.
The problem is not fully ok here though either. Although the context menu shows options of the correct project, it lacks several menuitems, like 'Edit business components project'. This one only shows up if you performed a left-click first, or rightclick twice.
Greetings,
Ivo

Thanks for reporting the problem. Indeed annoying. It is already fixed
in 9.0.4.
Regards,
Michel

Similar Messages

  • Navigator windows not opening in JDeveloper

    Hello All,
    I have JDeveloper 10.1.3.4 on my machine which was working until last week, but when i open it now i am unable to see/open the navigator windows (System navigator, Application Navigator). I tried opening it from the menu, didnt work.
    I went through few blogs which told me to delete the layout file from the ide<version> folder, this didnt work. I reextracted JDev but this didnt work too.
    If anyone faced the same issue can you please suggest with some ideas/work arounds.
    Thanks
    Kris

    1. Close the jdeveloper
    2. Goto jdeveloper home (Folder where jdeveloper is installed) --> jdev
    3. You can find the folder called "system"
    4. Remove this folder
    5. Start the jdeveloper again.
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Turn off double-click scroll wheel/middle button mini navigation window?

    So I've found a couple posts without working solutions....
    I use AutoCAD all day, so using the scroll wheel button to pan documents is pretty common for me.
    If I accidentally double-click the scroll wheel, the mini-page navigation window appears, and the only way to disable it (that i know of) is to click the tiny "x" each time.....
    QUITE ANNOYING as I am in Reader all day, constantly scrolling through documents to reference things.
    Anyway to permanently disable the mini page navigation window?

    oh, sorry. i realized i had posted the other one in the 5th generation iPod forum.

  • Cs3 only showing files in the Navigator Window - can't edit?

    Hi there!
    I have CS3, using Windows 7.
    A little over a week ago, I had to re-install cs3 when i could no longer open any files.
    Images only show up  in the Navigator window and I can see the image's histogram.
    However, no image shows in the main window, even after changing display modes, etc.
    When I did the re-install, we were back to normal operations, but after about a week and a half
    of use, I'm back to the same problem???
    I could re-install again, of course, but I'd love to know if there's another solution to this problem.
    I'm using a licensed version...purchased by me, from adobe in '07.
    Thanks so much for any information!  I appreciate any help!
    Michelle

    hey bart!  thanks for your reply!
    i tried that and nothing changed,
    but i did check my display settings and somehow was
    over on a dual monitor?
    i only have one monitor and
    i never messed with that setting.
    plus, i was able to see images one minute and not the
    next, so i'm not sure what's going on with it...
    but, i changed to single monitor and it's working again!
    if anyone knows why that happened, please lmk.
    thanks again!

  • Opening new navigator window after clicking to "commandLink"

    Hi, what I can do for opening new navigation window after I will click on element inside "commandLink"

    You can use onmouseup an onkeyup events to open the new window in javascript.

  • Why my form doesn't fit in the navigator window?

    Why my form doesn't fit in the navigator window?.
    When I execute the form from navigator the form appears in but the size is less than the size of the explorer and shows shows vertical and horizontal scrollbars. What can I do to avoid this?, Is there any solution different than modify all my forms?, Is there any way to configure my navigator?
    Sorry if I'm slighty off topic

    We also faced this problem but now we have made changes in formsweb.cfg file by setting SeprateScreen=true value and restarting form server.
    This will open forms in new window instead of same.
    I hope this will work for you also.

  • Navigator Window Doesn't display properly

    Hello,
    Suddenly the Navigator Window on the Left of JDeveloper doesn't show properly.Usually the window has 2 subwindows : the top which displays WorkSPace-Projects-classes and bottom which shows the members and methods for each class. Now my top window doesn't show at all. It is like it has been minimized and i cannot restore it. The bottom window occupies all the space.
    When i place the cursor on top of the upper border of the bottom window (just under the green X icon) the cursor changes to a shape that shows that there is another window there but i cannot drag the border down and display again the top navigator window.
    What can i do about that ? ?

    I have seen this problem before but I have not been able to reproduce it.
    The workaround is to:
    - Open the 'Welcome' workspace (Help|Welcome Workspace)
    - Close JDeveloper
    - Launch JDeveloper
    - Open your workspace
    Hope this helps.
    Please let us know if you are still running into problems.
    Regards,
    Arun

  • Oracle Apps Lot Genealogy Navigator Window Problem

    Hi,
    I don't know much about the Oracle Apps Inventory module so please bear with me on this one. We are currently on R11.5.10.2 and I am trying to get lot drilldown in the lot genealogy navigator window. However, when I enter the lot no./item no. and click on Find, it opens the lot genealogy navigator window but does not show anything under the lot genealogy node. Also,when I click on the plus sign it opens the lot details window without any info.
    I know that the lot no. is valid because when all the other users open the lot genealogy using the same lot no. they are able to see the lot and its details in the lot details window. So, please let me know whether there is some setting that might be missing in my profile or is it due to some other reason.
    -Thanks in advance.

    Hi,
    Yes runWizard.sh points to the correct path - it calls the jre, but it is the jre that hangs
    Now I have found out why.... Having tried to run the same rapidwiz on a different version of Linux, I got a glibc2 error, so what I did was run thew following on my Red Hat 7.1:
    $ export LD_ASSUME_KERNEL=2.2.5
    $ cd /usr/i386-glibc21-linux/bin
    $ ./i386-glibc21-linux-env.sh
    And now rapidwiz works!
    Thanks for looking at the problem
    Michel

  • JDeveloper 11g: Can System.console be used with the JDev debug window

    The version of JDev should not matter for this problem.
    I am working on a console application that I would like to debug from within JDev. Unfortunately, System.console does not detect the JDev debug window as a valid Console object.
    Running the following will return null;
    Console console = System.console();My code works fine if run from an actual command window.
    The main reason that I was using Console was for readPassword.
    Does anyone know of a way to get this to work?
    Should I ditch this and go with BufferedReader or Scanner?

    Thanks for replying so quickly Shay!
    Yes, I did enable "Allow Program Input". Unfortunately that never worked with Console.
    BufferedReader works just fine though.
    I really only wanted to use Console because it bundled up readPassword. I most likley will have to go with BufferedReader or Scanner if I wish to debug within JDev.

  • How to make Detailed Navigation Window by default open?

    Hi, 
    Is there any way to set the Detailed Navigation Window by default to open?
    I have gone through different posts but I could not get a clear way to do this.If some body can hint me I would be very much thankful.
    Thanks & Regards
    Mrutyunjay

    Hi,
    do you mean the navigation panel on the left side? If so find the frameworkpage you are using. Open, goto InnerDesktop. Select properties for this page. Here find a property <i>"Initial state of navigation panel"</i> - set to <b>open</b>.
    Hope this helps,
    Romano

  • LR4 upgrade on PC ,shows exposure ajustments in navigator window only not in main window. is there a

    navigator window shows ADJUSTMENTS BUT NOT MAIN PANEL. iS THERE A SETTING TO CHANGE THIS IN lr4

    Hi,
    If you are familiar with VBA, I suggest you try Application.ActiveInspector.currentitem
    to obtain the currently active Inspector object, you can find some examples from the link below:
    http://msdn.microsoft.com/en-us/library/office/ff863939(v=office.15).aspx
    Also learn from Inspector.CurrentItem Property:
    http://msdn.microsoft.com/en-us/library/office/ff869722(v=office.15).aspx
    Since I'm not an expert about VBA, if you need further assistance, kindly post the question in the Developers' forum:
    http://social.msdn.microsoft.com/Forums/office/en-US/home?category=officedev
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Melon Chen
    TechNet Community Support

  • Develop Module - Navigator Window has a horizonal bar through it (Lr 4.2)

    sorry if this has been posted by other - but I've been getting a horizonal bar running through the center of my Navigator Window in the Develop Module in 4.2
    Exiting Lr and re-opening will fix it, until it happens again. Its not a consistent, persistent issue, but occurs a fair bit

    http://forums.adobe.com/community/search.jspa?peopleEnabled=true&userID=&spotlight=false&c ontainerType=14&container=3316&rankBy=date&q=0xc0000005

  • My colors and value are a lot darker and saturated in my navigator window.

    My colors and value are a lot darker and saturated in my navigator window.  Is there a way to fix this problem? 

    Same issue as this:
    My colors look different outside Photoshop.
    Mylenium

  • "Always on top" behavior for Navigator Window?

    Greetings,
    Several of our users have asked for an "Always on Top" feature for the OHJ help navigator window. We are using OHJ 4.2.3, on Windows platforms. Our application displays help topics from certain dialog buttons and menu items (using CshManager.showTopic()). If the help windows are currently displayed from a previous help request and the user maximizes the application window, any new help requests are not seen as the help windows do not top themselves.
    Is there any way to force the OHJ window to top itself when a new help topic is displayed? Our users are also asking for the help window to always be on top (a la Task Manager on windows) so they know where it is especially if they're performing a complex task and relying on a set of instructions in the help topic...
    thanks,
    Elizabeth Dyer.

    Elizabeth,
    As part of the showTopic() implementation OHJ calls toFront()
    to bring the help window to the front. If this isn't working
    in a particular case, please let us know. I don't think any
    permanent "on top" feature is feasible, since OHJ windows are
    normal Java dialogs and frames and selecting another Java
    window will activate it instead of OHJ.
    - Ryan (again with quoting from Jeff Stephenson)

  • How do I eliminate the navigation window in iPhoto?

    I want to stop the navigation window from always popping up whenever I'm editing photos
    How can I do this?
    Thanks!

    Press zero (0) key
    LN

Maybe you are looking for