Deploy; JDev grabs focus back when done.

Is there any way to make JDEV not grab focus back when a deployment is complete?
ISSUE: A deployment takes minutes. I use my PC to do other things while deployment ( and compiling ) is going on... like email, write on this board, etc.
I can do this without performance pain cuz I'm running a dual processor.
While I'm busy typing away JDEV suddenly completes the deployment, grabs focus.. and stuff I'm typing furiously into email gets dropped into wherever the cursor was last sitting in the JDEV source editor!
For that matter, I've had deployments fail when I'm doing other things... If I deploy and do NOTHING on that PC while deployment is occurring.. it happily completes.
My only course at the moment is to sit and stare at the screen during deployments.. twiddling my fingers ( no JDEV manuals to read through off my shelf grin ). I'm almost to the point where I need a second computer to avoid losing an hour a day of "work" outside of JDEV.
JDEV isn't the only critter who does this sorta thing, but it'd be nice if it shared the sandbox more politely.

Yes, there is a way to do this:
1) Select your deployment profile.
2) Right click and select "Properties..."
3) Go to the "Project" tab.
4) Click the "Advanced..." button.
5) Under the "General" tab, UNCHECK "Redirect messages to the message view".
This will cause messages to be accumulated in a text area that is within the modal dialog. Once you dismiss the dialog you will no longer have access to the deployment messages that were produced. But, JDeveloper will not steal the focus back when deployment finishes in this case, because that dialog stays up until you explicitly close it.
Concerning your second issue with deployment failing while you're doing something else, can you provide additional details on what kind of deployment profile you are deploying, how you invoke deployment, and what the failure messages are?
Hope this helps.
--joj (JDeveloper Deployment)
null

Similar Messages

  • HT2493 I downloaded Maverick and when done noticed that the "BURN" icon for my cd/dvd burner is missing. Where did it go and how do I get it back?

    I downloaded Maverick and when done noticed that the "BURN" icon for my cd/dvd burner is missing. Where did it go and how do I get it back?

    In a Finder window, right click on the window's tool bar, select Customize, and drag the Burn button to the tool bar.

  • How do i get my money back when i bought an app i don't want

    how do i get my money back when i bought an app i don't want?

    Call Apple Customer Service:
    1-800-676-2775

  • Beep when done not working

    I'm setting preferences in Photoshop CS6 and I'm trying to figure out how "Beep when done" works. Whether this option is on or off doesn't seem to make any difference.  I never hear any beep.  (I'm working on a Mac and I have my volume turned up).

    Noel,
    Much time has passes, and the brain is not what it was, but I thought that Beep When Done was part of things, at least back to PS version 3.0 (not CS 3), but I could be wrong.
    Way back, I was on a hotrod computer, but let's admit, it was 1/1,000th of what most folk purchase at Best Buy today for an "entry-level" computer. I was doing triple-truck ads on it, and it was as stout as was possible, in that day. I had to do a Save_As, and then write that file to tape, before I felt comfortable to continue. We are talking maybe 30 - 45 mins. for that. Beep When Done would wake me up, and I knew that I could then edit some more. Many nights of nodding off at the console, and then grabbing another coffee, for the next operation. If I am wrong, I will bet that it is not off by more than one version.
    Now, with workstations being what they are, I cannot remember the last time that I invoked that feature.
    Hunt

  • Unable to get keyboard or mouse focus back after waking from sleep

    Here's a problem with very specific symptoms, which I've seen on a number of Macs that I support:
    - After waking from sleep, the Macs are unable to fully achieve focus on any window. All windows, in all apps, appear to be in the background -- their frames have the lighter gray look of backgrounded windows.
    - I can grab any window and move it around, and even interact with elements of the window by clicking on them. I cannot, however, ever really bring the window to the front.
    - I can't type anywhere.
    - Regardless of what window I click on, the OS menu bar remains "stuck" on whatever app was in the foreground when the Mac went to sleep. Sadly, though, none of the menus can be selected or pulled down.
    The only way out of this state is to force a restart.
    I am wondering if anyone else has seen this behavior, or, better yet, has actually solved it.
    Thanks in advance!

    Check the Display & Enhance Contrast settings - System Preferences/Universal Access
    Or repair permissions and restart your computer.
    Or *Disconnect all peripherals from your computer.* Boot from your install disc & run _*Repair Disk*_ from the utility menu. To use the Install Mac OS X disc, insert the disc, and restart your computer while holding down the C key as it starts up.
    Select your language.
    Once on the desktop, select Utility in the menu bar.
    Select *Disk Utility.*
    Select the disk or volume in the list of disks and volumes, and then click *First Aid.*
    Click _*Repair Disk.*_
    Restart your computer when done.
    Repair permissions after you reach the desktop-http://docs.info.apple.com/article.html?artnum=25751 and restart your computer.

  • Prevent notify-send from grabbing focus in xmonad

    I just started using xmonad, and I've got most of the wrinkles ironed out, but this one still bugs me. I use pidgin + libnotify, and whenever a notification pops up, it grabs focus, meaning I can't type anything for a minute (unless I move my mouse and close it). This is particularly annoying when I'm having a chat back-and-forth, and I get notifications from that window/another chat window.
    (I know I can turn off the notifications when the window is currently open, but it doesn't solve the larger problem of notifications grabbing focus when I'm typing in a separate screen).

    That was not a conscious choice; I just switched from xfce, so that makes sense.
    I uninstalled xfce4-notifyd, installed notification-daemon, and reinstalled pidgin-libnotify (for good measure). The notifications still work, so I'm assuming notification-daemon is working properly, but the focus still gets grabbed.
    Do you use pidgin as well, or just notification-daemon? I still get the same issue when I do notify-send, which makes me believe it's not pidgin's problem, but maybe not.
    This website seems to imply that it's an xmonad configuration issue, but I'm not that familiar with Haskell/xmonad's configurations. Is it possible to alter this behavior *only* for notify-send events, but not anything else that might display an urgent window?

  • Focus handling when TableCellEditor is removed

    Hi,
    I have a problem finding out what the exact focus behavior is when in JTable the editor is closed. There seems to be a difference when using editor components that are panel based and editor components that are not panel based. When I use a Component (returned by TableCellEditor.getTableCellEditorComponent) like a JTextField the focus goes back to the JTable so that it indicates the focused cell (the one that was edited). When I use a component based on JPanel the focus traverses when closing the editor to the next component in the focus cycle (after the JTable).
    Did anyone every see this behavior before, what is the cause of this and obviously how can it be specified that the behavior for the JPanel should be the same as for the JTextField.
    The environment that I am working on is IBM JDK 1.4.2 for Windows.
    If anybody has a good reference for documentation on focus handling and especially how to debug it, this is also very welcome!
    Many thanks,
    Marcel

    Does anyone have a good understanding of this method in Component:
        public void removeNotify() {This seems like the method that orchestrates the focus change when a component is removed from another component. I don't see why JPanel instances are handled differently from JComponent instances.
    By the way this solves my problem a bit: adding these lines of code in an overridden implementation of removeEditor in subclass of JTable (just before setting editorComp to null):
        if (editorComp instanceof JPanel){
           requestFocusInWindow();
        }But the problem is that in this case first the focus goes to the next component and then it goes back to the table. (which could have side effects if the next component changes state because of receiving the focus).
    Any comments would be welcome.
    Thanks,
    Marcel

  • How can I restore Thunderbird behavior so I can delete emails by pressing delete key multiple times (without using mouse to change focus back to message list)?

    Thunderbird 24.3.0 (latest under OpenBSD)
    I (like most people) get spam in my inbox. When there are multiple spam messages in a row in my inbox I used to click on the first message and then press the delete key repeatedly for each sequential spam message.
    After upgrading, this doesn't work. Instead, when I click a message it opens in the message preview pane and moves the focus to the message. Thus I need to click twice to even be able to press the delete key to delete one message. When I press the delete key, the message is deleted and the highlighted message becomes the next one in the list. This opens the message in the preview pane and again shifts the focus to the message. Thus I can't press the delete key again but must move the mouse to click on the message before I can delete it.
    As a result, what used to be a very fast process of weeding through spam has become a real annoyance.
    I realize I can hide the message preview pane to prevent the focus from moving, but this means I must delete solely based on the email subject/sender -- or open each message (which is even slower).
    I also realize that I can press tab multiple times (sometime 4, sometimes many more) to shift the focus back but that's not much faster than using the mouse.
    How can I prevent Thunderbird from shifting the focus away from the email list panel unless I actually click somewhere else?

    Well said! And you said it about six weeks ago. And 4 other people said "Me Too." - I guess we're screwed.
    I guess it's time to switch to GMail.
    Such a trivial thing, but it irritates me every single time.
    MOZILLA - YOU'RE GOING DOWNHILL...

  • I want to delete a few contacts, apps, pics etc from my iphone, but when I delete and connect to my laptop they sync and come back again. How can I delete those items and not get them back when I connect my iphone to my laptop?

    I want to delete a few contacts, apps, pics etc from my iphone, but when I delete and connect to my laptop they sync and come back again. How can I delete those items and not get them back when I connect my iphone to my laptop?
    Also where exactly on the laptop is teh data stored.
    Thank you!!

    go to 'Edit' in the menu bar. Then choose 'Preferences'.
    you'll see a pop-up and there's a tab called 'Devices' there. If you click that, you will be able to check a box that says 'prevent automatic syncing for iPods, iPads and iPhones' or something like that.
    Hope this helps
    NB: if you don't even see the menu bar that has options like 'File, Edit, View, etc', first click the black/white square button on the top left of your screen, and then click 'show menu bar'. It should pop right up.
    Good luck

  • Webutil_host.nonblocking get focus back to applet

    When you launch a program using webutil_host.nonblocking(), is there a way to get the focus back to the Forms applet automatically without closing that program?
    In older Client/Server versions I believe this was possible using the constant SW_SHOWNOACTIVATE but in webutil I can not find an alternative.
    Thanks,
    Jeroen

    Controlling and external app's window focus and z-order from a java applet is not likely going to be a simple task. As I mentioned, the easiest approach would likely be to start the external app minimized or attempt to control the state of the Forms window. In other words, after calling the external app force the Forms window to the foreground. This is likely going to be the simplest place to start. You still may need to manage cursor focus, but this approach might at least get the Forms application back to the foreground where you can then figure out how to handle the cursor.
    So in other words,
    1. Add a java bean to your form which will control the state of the Forms applet window/frame. See the following:
    http://forms.pjc.bean.over-blog.com/article-2203967.html
    Understand that this will only work if Forms separateFrame=true.
    2. From the form, call your external app. Immediately after making the call to WebUtil to start the external app, execute a SYNCHRONIZE then call the above bean to bring the Forms separateFrame to the foreground using an "always on top" feature.
    3. Once the form is on the top of the z-order (in the foreground), disable the "always on top" option.
    In theory, the above should accomplish most of what you want. However, just because you brought the form to the foreground does not necessarily mean that the cursor focus will be in any particular item of the form. In fact, it is most likely that focus will be on the title bar of the form. The user would have to click on the desired field or button to perform their next task. Controlling the cursor focus at this point may be possible by executing a GO_xxxx to an item or block. If not, another bean or modifications to this one may be necessary in order to place the cursor back on the displayed canvas.
    if any of this stuff is something you are not familiar with, I suggest a google or similar search as what you are attempting to do is leaning into what many would call advanced tweaking ;)

  • Do I get a 1st gen ipod nano back when I send for a replacement?

    Do I get a 1st gen ipod nano back when I send for a replacement? I have a black 2GB that I got from my grandfather for Christmas years ago. I want the same one(1st gen black 2GB) sent back. I didn't realize I had to send my original back until I was finished. I don't want a 6th gen, I have one already.

    That's not good. I just sent mine back a few days ago. Great I want my 1st gen Nano back. I don't want a 6th gen, already have one. And that 1st gen was special. I thought I was getting a replacement. They better be willing to send back my 1st gen if I can't get a replacement 1st gen nano back.

  • HT204315 How can I have my phone back when I havent turn on find my iphone

    I Lost my iphone
    how can i get it back when i havent turn on find my iphone
    i have already log in icloud and still have account and password

    yusette wrote:
    Kilted Tim,
    Now I'm confused...
    I do not know much about iPhones as you can see. I bought it from somebody in Miami..so I don't have any
    proof of purchase of course  nor Im a current or former AT&T customer. does that means that I will never get my Iphone back?
    Yes. That means you will never be able to get your phone legitimately unlocked.
    You purchased a gray market phone. You do not meet AT&T's requirements to have it legitimately unlocked.
    It had to be hacked or jailbroken when you bought it since you were able to use it on another network.
    Updating it has re-locked it to AT&T or bricked it. Either way, you can not use it.

  • InDesign (CS4) takes focus back after switching to other program: very annoying

    I am getting more and more annoyed by the fact that InDesign keeps taking back the focus after closing a document. I am working in InDesign (Mac OS X 10.6.4), I close the document and switch to (for instance) the Finder and suddenly I am back in InDesign again. It happens DAILY that I am doing something thinking I am NOT in InDesign anymore while I am there (again). For instance, it happens quite frequently that I want to open a Photoshop file and that I suddenly notice I am not in Photoshop but back in InDesign again. Even worse: it also happens that I get a dialoge and press No and find out I just closed another InDesign document which I didn't save yet because I thought I was in another program already...
    In short: very annoying. What is causing this...? Why does InDesign keep focus? When I go to the Finder, I want to stay there and I do NOT want InDesign to become active automatically!
    Anyone knows what is causing this and, more important, if there is a way to get rid of this annyoing behaviour?

    I guess you mean when you have InDesign document open and you cmd-tab to let say Photoshop the Indesign document window is still accessible by one click even if Photoshop menu is active on the top.
    This is solved in CS5 by "Application Frame" option.
    What concerns the CS4 I do believe that this behaviour is simply how Apple OSX handles the document's windows, Not much you can do unless you will minimize all documents before switching to another app.

  • Firefox won't stay minimized. Keeps restoring and grabbing focus.

    I have firefox minimized while I work. Every so often, the firefox window is restored and grabs focus.
    Very annoying!
    Windows 7 x64

    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

  • Subsequent to Yosemite or updates, my repeating calendar events can not be updated as before. When I update an event (of the repeating event) on my MacBook Pro; its reverts back when I shut it down and come back, and doesn't update other devices?

    Subsequent to Yosemite or updates, my repeating calendar events can not be updated as before. When I update an event (of a repeating event) on my MacBook Pro; its reverts back when I shut it down and come back, and doesn't update other devices?
    Has anyone experienced this and does anyone know a fix?

    This is incredibly frustrating for me too!
    I have a repeated monthly event for a discount at a store that is offered on the first Tuesday of every month. So I have a repeated event taking place on the 1st of every month. In the previous month I reset next month's date from the 1st to whatever date falls on the first Tuesday.
    But ever since upgrading to Yosemite, I am experiencing the same problem as the original person who posted. The date saves on my calendar but does not sync to my iCloud. When I reboot the computer, the date reverts back to the 1st.
    I'm thankful I don't have any events that needed to be tracked because ALL of my previous changes in the past have reverted back to the 1st of the month. I would have been in the same terrible situation as yaz999 in having to manually change every event in previous months.
    Why hasn't this bug been fixed yet???!!!

Maybe you are looking for

  • Applescript to change permissions of added files

    This is probably really simple but I need a folder action that will alter all added files permissions to R-R-R or alternatively to change the name of the group to "admin" The reason for this is because I have been experimenting with setting the globa

  • Error  Parameter WI_ID contains an invalid value  in webdynpro abap

    Hi Experts, i am working with webdynpro abap and using work flow in my component , here i am getting error and the error is Parameter WI_ID contains an invalid value . its showing the error in windows parameter : wi_id  and the wi_id is type sww_wiid

  • Problems w/ race conditions when using attachmovie

    Hello,    I'm having a strange problem w/ race conditions when using attachmovie. I have a class linked to a movie clip that I'm attaching to the stage.   The class is fired off when the movie clip is attached but also other classes are getting loade

  • Pull out part of string

    I have program that gives me the following data:User[type=Call Manager User,id=usersname,authenticated=true]I need to pull out just the part that is "usersname" The length of this part is variable, the rest is not. I don't normally program and am not

  • Adobe photoshop 3d not working not even showing

    I cant see 3d icon in adobe idk why i cant