Query on Focus feature of jdk1.4

My awt code(jdk1.1.8) in the applet does not display the content on the panel unless the mouse is focussed/moved on it. This problem I observed only when I use JPI1.4. It works with JPI1.3
I found from
http://java.sun.com/j2se/1.4/compatibility.html
from pt 19 that jdk1.4 has new Focus feature where one has to set
component.setFocusTraversalKeysEnabled(false);
I did try this . But that did not work. To which component mean this
setFocusTraversalKeysEnabled(false) has to be put.
Is it to the parent that is top level frame to which panels are attached.
Correct me if I am wrong

I would suggest upgrading OWB to 10.1 at the least or the current 10.2 version. These are certified with 10g databases. Even though your maps seem to work you are probably running in an unsupported environment.
The upgrade of OWB should be relatively painless although I have not done that particular upgrade personally. Maybe others can comment on that process.
Good luck.
-gary

Similar Messages

  • Focus Features

    Apple has Focus feature previews but none of their movies does any one know when or if they will ever be availiable.

    Hi,
    Welcome to Apple Discussions
    This question would be best addressed by contacting the iTunes music store. If you live in the US, go here. E-mail form is at the end of the linked page.

  • Unable to use the focus feature on a field

    hi,
    I have the need to manipulate the focus event of a field. This is my pdf body structure :
    form1 ----> form
    |_ a ----> page
    |_b ----> textfield
    |_c ----> textfield
    The idea is to test if the user pressed the key "ESC", "TAB" or "ENTER" when exiting from field "b". If so, and after testing the content of the field, i wanted to set the focus on that same field "b" to let the user proceed with the correction.
    I tried with the "xfa.event.commitKey" to see if the "ESC", "TAB" or "ENTER" keys where pressed while exiting the field. I then redirected the focus to different fields named "ESC", "TAB" and "ENTER" just to be sure that i was getting the correct keys.
    This feature works if i set the focus in a different field than the one i'm exiting.
    Then, i tried a different approach. On the exit event of the field, i placed the following code :
    app.setTimeOut("this.getField('form1[0].a[0].b[0]').setFocus()", 1000);
    This would do the same as the setFocus after a while.
    For what i could see, catching the events with the "xfa.event.commitKey" for the "ESC", "TAB" or "ENTER" key works alright. The problem is to set the focus to the current field ( the one where the exit event is being analyzed ). However, if i change the destination field to any other field on the form, all the scripts work.
    Following the structure that i have on top, it the exit event is being analyzed on field "b" and the "setFocus" or the "app.setTimeOut" scripts indicate field "b" as destination, it doesn't work.
    If i change the destination field to be "c", all the scripts work as expected. It seems like there is a problem with setting the focus on the field that i'm exiting from.
    Any ideas on this ???
    Thanks.

    Does anyone have a solution to this problem?
    I'm urgently trying to find a workaround, but nothing seems to work.
    The focus on the current field works in acrobat reader versions above 8.0, but in 8.0 it just doesn''t work...
    To reiterate:
    On the exit event of a textbox I need to display a validation message if a certain condition is met. I then need to refocus on the same textbox after the "ok" button is clicked in the validation warning.
    My setFocus code is correct, but it just doesn't work in 8.0.
    Thoughts?

  • Select Focus feature AWOL

    Mac Mavericks. New Select Focus Area feature missing from the Select menu. I know where it should be, but it just aint there...

    I have the same problem and I am using the latest version 14.2.1  x64
    When I check for updates ..there are none.
    I do note that my start menu shows
    Adobe Photoshop CC,
    Adobe Photoshop CC (64 bit)
    Adobe Photoshop 2014
    I can start whichever one I want and none has that selection tool.
    I got on a chat with Adobe Help and found that after regular hours they can't help you because all they know is enough to be dangerous on installation questions and nothing at all about 'tech' support, so I have to pursue it during business hours. I can only imagine the wait times.

  • How to create a custom focus manager in jdk1.4

    Dear All,
    I'm now trying to create a form for user to submit data. The key tab are easily to tab between textfields in html, you can set whatever order you want. But when I tried to create a form using java, I found very hard to do so. Any reference link and examples are appreciate.
    Thanks in advance
    Kitty

    cat8888,
    In general, tab-order is usaually the order you've added to the Panel / JPanel. When Panel is added to Panel and that to Panel and so on, sometimes the order can become less clear. When "trapped" inside a TextArea / JTextArea, the tab key takes on it's own meaning and now it wants to tab inside the TextArea. For this, you'll need special coding. For example, you might try adding code like this:
    myTextAreaObject.addKeyListener( new KeyAdapter() {
    public void keyPressed(KeyEvent ke) {
    if ( ke.getKeyCode() == ke.VK_TAB ) {
    myNextButtonObject.requestFocus();
    ... which effectively forces focus on - in this case - the JButton following the JTextArea.
    Not sure if this is what you mean, but HTH. And by the way, if someone has a neater way t odo this, I'd also like to know.
    ~Bill

  • Focus in JTextArea (JDK1.4)

    hi,
    I try to tab in a JTextArea when I use JDK 1.4. But new focus traversal policy in JDK 1.4 does not include JTextArea. Anybody has any idea how to do this: the focus should be on the selected line or the first line by default whenever pressing Tab key into a JTextArea? Thanks anyway.

    hi,
    maybe when you reactivate the browser, you reactivate the site(!) and not the applet.
    The applet is only a part of the site and has to be activated, too.
    I guess this is the problem.
    but i got no idea how to fix this.
    sorry.
    cu Errraddicator

  • Limiting the Auto Query or turning feature this Off

    Post Author: jhartney
    CA Forum: Data Connectivity and SQL
    Is there a way to stop or limit the automatic database querying?  Such as when creating a new select criteria using the "Select Expert" and clicking on the dropdown of available values that are pulled from the database field.  The database being used in some situations here is extreemly large and clicking on that dropdown (or using any other data browsing functions in CR) renders the CR application useless.  I am sure the results would eventually be displayed however I have waited over an hour and have had to finally kill the CR application.  This is not my call on the database being used, they have a test database that the users should use for report develpment however the company is not going to give them access to that database, only the production one for report development/generation.  Again, not my call, I am a consultant developing a set of predefined reports to get them started in the CR world and providing some minor training.

    Post Author: jhartney
    CA Forum: Data Connectivity and SQL
    This helps, but is not exactly what I wanted, but should suffice.  Taken from the Help Page, however the Global (File -> Options) setting does not appear to work, only the report setting (File -> Report Options) seems to work..
    Select Distinct Data for Browsing
    When Select Distinct Data for Browsing is selected, you can see the first 500 distinct (unique) records when you browse the contents of a database field.
    When Select Distinct Data for Browsing is not selected, browsing returns the unique values in the first 500 records.
    Note:    Note that since most SQL servers do not support selecting distinct records for long data types such as memo and blob fields, selecting and browsing distinct records are not supported for such fields.
    See also the Report Options dialog box.

  • I thought we were going to see a new sharpening/focus feature this time.

    I remember seeing a video demonstrating a new process of creating a sharp image.  Maybe this was for some other program but I thought it was Photoshop.

    I had hopes Adobe would deliver that feature in this version.
    That they didn't that might mean it only produces good results on images specially prepared for demonstration.
    -Noel

  • "select new" in jpa query: does this feature support setters ?

    I use JPA queries and a want to use this syntax:
    view plaincopy to clipboardprint?
    select new pack.UserDto(u.id, u.name) from User  select new pack.UserDto(u.id, u.name) from User
    But I'd like to use setters instead of constructor here.
    Is it possible ?

    I use JPA queries and a want to use this syntax:
    view plaincopy to clipboardprint?
    select new pack.UserDto(u.id, u.name) from User  select new pack.UserDto(u.id, u.name) from User
    But I'd like to use setters instead of constructor here.
    Is it possible ?

  • Query by example - how can I display VCRow in JTable?

    I would like to provide the user with a searchable table.
    Actually I would like to use two tables: one, displaying one row where the user can specify the search criteria. And the second table should display the data found.
    I could store the entered criteria locally in a hashmap in TableModel, for example, then create a WHERE clause. This solution is quite messy, since the user can add, remove and rearrange the columns of both tables.
    Or I could use -I hope- the query-by-example feature, like this:
    am = app.getApplicationModule();
    ViewObject vo = am.createViewObject( "MyVO", "mypackage1.PatView" );
    ViewCriteria vc = vo.createViewCriteria();
    ViewCriteriaRow vcr = vc.createViewCriteriaRow();
    Now I can set attributes and use vo.applyViewCriteria() to find my data.
    But how can I bring the first JTable to display this single ViewCriteriaRow, so that the user can do the editing?
    The JUNavigationBar does it, if I am not mistaken. It switches the PanelBinding to find mode, and then a JTable displays a ViewCriteriaRow (?) instead of the ViewObject's data. But I don't want to use the bar. How do I create this behaviour manually?
    The javadoc of JUPanelBinding says:
    "Sets this panel and all its associated iterators into find mode."
    So I guess that setting iterators into find mode is what I need. But I cannot figure out how to do that. Who can?

    You cannot set the iterators in a panelBinding to separate find/data modes individually.
    However you can create two JUPanelBinding objects one for the findMode form and one that displays Data.
    here's what I did to modify a generated SingleForm, to display two panels of the same type one in find mode and other in data mode.
    I changed the jbInit method of the "LayoutPanel" class to be like:
    //declare this as a member of the class.
    JButton findBtn;
    public void jbInit() throws Exception
    // Panel layout
    masterViewPanel = new PanelDeptView(panelBinding);
    //create another instance of PanelBinding for a second (findform) DeptView panel.
    JUPanelBinding binding = new JUPanelBinding("Project3.Mypackage1Module", this);
    binding.setApplication(panelBinding.getApplication());
    masterViewPanel1 = new PanelDeptView(binding); //create second instance
    findBtn = masterViewPanel1.navBar.getButton(JUNavigationBar.BUTTON_FIND);
    findBtn.doClick(); //set the second instance in find mode.
    //add a listener on the second instance's execute button so that it resets the form into find mode
    //this forces the second instance to be in find mode when execute button is pressed.
    masterViewPanel1.navBar.getButton(JUNavigationBar.BUTTON_EXECUTE).addActionListener(new ActionListener()
    public void actionPerformed(ActionEvent ev)
    SwingUtilities.invokeLater(new Runnable() {
    public void run()
    findBtn.doClick();
    this.setLayout(panelLayout);
    add(masterViewPanel, BorderLayout.WEST);
    //add the second instance.
    add(masterViewPanel1, BorderLayout.EAST);
    I also had to call findBtn.doClick() again in the "constructor" that takes (JUApplication, boolean) after the panelBinding is executed,
    to force the initial startup of this panel in findmode

  • My iPad New camera won't focus when taking a picture or video!!

    Today I bought the iPad New. Camera started acting up at once!! Everytime I try to take a picture the camera will not focus making all of my pictures blurry. What can I do to fix this? Anyone else experience this issue? Camera on the front of the iphone works and focuses just fine, however the back camera will only take a clear picture if you're like 6 inches or less away from the target. The tap to focus feature doesn't do anything for it.
    Is that hardware problem or not?
    HELP APPLE!
    Part № MD368X/A
    Serial № DLX******VGJ
    <Serial Number Edited by Host>

    Satler-
    I had not seen that.  It appears several people reported trouble, but no solutions.
    Yes, I am sure that being out of focus beyond six inches is a defect.
    There is another problem that you may encounter which is due to noise appearing as grain when there is not enough light for a useable picture.  The "cure" would be to turn on more lights.  The same thing might be true for focusing, which also requires enough light to function.  See if it works better outdoors with daylight illumination.
    Other unusual problems that have been reported for the iPad 3, have responded to a reset (reboot) of the iPad.  Hold both the Home and Sleep buttons for several seconds until the Apple logo appears.  Ignore the "Slide to power off" arrow.  The iPad will restart after a couple of minutes.  Resetting this way will not hurt anything, and sometimes clears up mysterious problems.
    Fred

  • Parent-Child querying in Web Service 2.0

    Hello,
    Our team has just started to work on the integration from ws 1.0 to ws 2.0. One tuff issue that we meet and we are searching for help is:
    Since from ws 2.0 all objects are exposed at the same level and the attachements child objects are not exposed (compared to the ws 1.0 which attach childs along ListOfXXX with parents), we are wondering how then to querying these child objects now ? More explicitly, with knowing the parent object, how to retrieve its child objects ? Or it becomes impossible since ws 2.0 ?
    This issue is really confusing us now, and we did not find the answer from the new "Oracle Web Service On Demand Guilde v4.0".
    Any help/answer/comment/suggestion on this issue would be greatly appreciate !
    Fang

    Hi all,
    Thanks for your replies. Well at this point, i must say it's really a dispointment for the 2.0 release which is supposed to (at least seems suppose to) replace the previous one.
    Could you please give us an idea that is the query by chilid feature will be implement in future release and if it is when ?
    Thanks again for your clarifications.
    Fang

  • New iSight camera out of focus

    I just received my new iSight external video camera which I am using on a Mac Pro. I have access to an internal iSight camera on an iMac. The internal camera works great. However, the external iSight is out of focus.
    I have gone through all the Apple trouble shooting and contacted Apple support by phone. I have spent many hours on this problem. After completing this process the camera remains out of focus in iChat, iMovie and Skype. After reading several discussion groups I tried iGuess as it has a focus feature which is not available in iChat, iMovie or Skype. To my pleasant surprise the camera focused.
    My conclusion (which differs from that of Apple Support) is that this is not a mechanical problem but a software problem. Am I correct? Will there be a software update to fix this problem?

    Know anybody else with a Mac that you could check this iSight on? Know anybody else with an external iSight that you could try on your computer? Just to make sure it is, in fact, the software and not the camera?
    Plus, since the camera's new, go through Apple Support again and if they still think that the camera's hosed, why not exchange it? (See about them sending you a new one with a prepaid shipping label to return the old one, so you're never iSightless).
    A software update for what? iChat? iMovie? Skype? All of the above? These softwares all work for your internal camera. Not familiar with iGuess, but you might be manually (un)focusing to compensate for a possible mechanical problem.

  • Foms timer and item focus handling?

    Hi,
    I have a Forms that runs a repeating timer. The timer is fired every 2 minutes.
    My problem with the timer is that when the timer trigger fires it takes the focus from the current item on the forms, executes and then returns the focus. The returning of the focus means that the text in the item is highlighted (selected). If the user is currently entering data in the field, then after this highlight, pressing a key on the keyboard deletes all the previously entered data.
    I thoguht of using PJC and using a Java timer, but I am not shoure if this would eliminate this 'focus-feature' of forms and do not have much time.
    Is there a solution for this?
    Thank you in advance.

    We had a similar problem but it turned out to be caused by a sychronize command within the trigger code rather the trigger itself.
    In toher words it could be what you are doing and not the trigger itself.
    Regards,
    Mike

  • Lightroom and Windows mouse focus issues.

    In one aspect Lightroom have been always behaving different from other Windows application: Its speed of grabbing mouse focus and moving window to the foreground is exaggerated. This problem will be observed only by people using their WinXP computers in "X11 mode", like with Unix, what allows to perform interaction with processes associated with windows without ever clicking on, or raising such window. Should you be working on large computer clusters as I do, this focusing feature its a blessing.
    This how you can reproduce: Use Tweak UI to adjust the mouse behavior. Select "Mouse," step down to "X=Mouse" and check "Activation follows mouse." Do not select "autoraise."
    Now your WinXP will behave similar to the real X11 xterm with mouse having the "no raise selection" policy. Its not quite identical to xterm, but it really works perfectly in most cases.
    Except... well, except with Lightroom. Lightroom grabs the pointer and pushes the window to the foreground in splits of a second. For example, go to
    "Help|About Adobe Lightroom" to see the credit window. It appears than as usual, but since the help menu will be dismisses, the pointer stands on the main Lightroom window, what makes the credits window vanish in split of a second. No chance to see it!
    Another case: Assume that Lightroom uses almost the entire desktop down to the task bar, and your browser window is smaller. Select the browser on the taskbar and try to move mouse to it. No chance! Lightroom will take over and pop itself to the foreground again. The only solution is to minimize Lightroom. And than sometimes something happens that Lightroom will not restore itself anymore! The "Restore" operation is grayed out, one can only Maximize it. We have reported this numerous times before.
    I am aware that this problem relates only to WinXP users with X11 mouse mode, but with Lightroom reaching now a high degree of maturity, maybe we could take a look at this problem as well?

    In order to overcome most of the known navigation and/or focus issues you need to be using the following:
    <li>Forms 10.1.2.3 or newer (latest is 11.1.2). If/when you are using 10.1.2.3 you would also need to install patch ID 9593176 as this contains additional fixes for focus issues.
    <li>JRE 1.6.0_26 or newer (latest is 1.6.0_30). The latest is always recommended as it contains the most up to date fixes for both technical issues and security issues.
    Patches are only available on MyOracleSupport: http://support.oracle.com

Maybe you are looking for