Some letter are not typed well

It's been less than 10 days to use an ipod touch. I charged it with a computer and tried to type, but some English letters are not typed well. What should I do?

adam wrote:
Hello all,
I am using oracle 9i version for oracle application server .Before I was using jre 1.3.1.17 version but all the forms and reports has been working well on the application server.In the last week i was installed java 6 instead of jre 1.3.1.17 ,most of the forms and reports are working well in java but some forms are not working in java.It is going to blank screen while we select form from the menu item.Java / JRE 6_XX isn't supported with forms 9i.
No JRE version newer than 1.4 was supported for use with Forms 9uninstall it and back to supported version.
Check the compatibility list. Jinitiator and JRE compatible check
may check this link...10g Releae 1 move from J-Initiator to JRE {answer of Michael ..}
Hope this helps
Hamid
If someone's response is helpful or correct, please mark it accordingly.*

Similar Messages

  • Some controls are not mappable in Jubula for javafx

    Hi all,
    I have two controls that I'm attempting to map in Jubula testing:
    DatePicker
    I currently cannot map a datepicker text field. I've seen the bug logged here and am aware there is a fix coming up, but am unsure which version of Jubula this will be available in.
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=429006
    Do you know which version I need to be able to get access to the hot fix?
    ButtonType
    With JavaFX 9 there comes a new button called ButtonType:
    http://download.java.net/jdk9/jfxdocs/javafx/scene/control/ButtonType.html
    It deals with the creation of dialogs and allows a programmer to create a confirm and cancel button. This does not appear to be mappable in Jubula at the moment. Other controls on a dialog (Like textfield) work fine.
    The code for creating such a dialog:
    public void showSetDateAndTimeDialog(){
    DtDateAndTime currentDateAndTime;
    try {
    checkConnectionOK();
    currentDateAndTime = systemstateController.getServerDateTime();
    * Creating controls to be used in the popup dialog
    Dialog<DtDateAndTime> dialog = new Dialog<DtDateAndTime>();
    dialog.setTitle("Set system time and date");
    dialog.setResizable(false);
    DatePicker dtpckr = new DatePicker();
    dtpckr.setMaxWidth(100);
    dtpckr.setValue(LocalDate.parse(currentDateAndTime.date.toString(), DateTimeFormatter.ofPattern("yyyy/MM/dd")));
    Label lblDate = new Label("Select a date:");
    Label lblTimeHour = new Label("Select an hour:");
    Label lblTimeMinute = new Label("Select a minute:");
    Label lblTimeSecond = new Label("Select a second:");
    TextField txtfldCurrentSetSecond = new TextField();
    TextField txtfldCurrentSetMinute = new TextField();
    TextField txtfldCurrentSetHour = new TextField();
    //ComboBox<String> cmbxHourPicker = getComboBox(100, ComboBoxType.Hour);
    //ComboBox<String> cmbxMinutePicker = getComboBox(100, ComboBoxType.Minute);
    Slider sldrHourPicker = getSlider(100, SliderType.Hour, txtfldCurrentSetHour, currentDateAndTime.time);
    Slider sldrMinutePicker = getSlider(100, SliderType.Minute, txtfldCurrentSetMinute, currentDateAndTime.time);
    Slider sldrSecondPicker = getSlider(100, SliderType.Second, txtfldCurrentSetSecond, currentDateAndTime.time);
    * Adding a grid pane to keep controls in correct place and aligned correctly
    GridPane grdpn = new GridPane();
    grdpn.add(lblDate, 1, 1);
    grdpn.add(dtpckr, 2, 1);
    grdpn.add(lblTimeHour, 1, 2);
    grdpn.add(sldrHourPicker, 2, 2);
    grdpn.add(txtfldCurrentSetHour, 3, 2);
    grdpn.add(lblTimeMinute, 1, 3);
    grdpn.add(sldrMinutePicker, 2, 3);
    grdpn.add(txtfldCurrentSetMinute, 3, 3);
    grdpn.add(lblTimeSecond, 1, 4);
    grdpn.add(sldrSecondPicker, 2, 4);
    grdpn.add(txtfldCurrentSetSecond, 3, 4);
    dialog.getDialogPane().setContent(grdpn);
    * Creating buttons for user to press
    ButtonType bttntypOK = new ButtonType("OK", ButtonData.OK_DONE);
    ButtonType bttntypeCancel = new ButtonType("Cancel", ButtonData.CANCEL_CLOSE);
    dialog.getDialogPane().getButtonTypes().add(bttntypeCancel);
    dialog.getDialogPane().getButtonTypes().add(bttntypOK);
    * End of creating controls to be used in the popup dialog
    * Creating a method to convert the result from the popup box to the object DtDateAndTime
    * This will be called upon the user pressing the cancel, ok or closing the popup window
    dialog.setResultConverter(new Callback<ButtonType, DtDateAndTime>(){
    @Override
    public DtDateAndTime call(ButtonType param) {
    * Make sure the user entered all information and pressed the OK button
    if(param == bttntypOK && checkIfAllDialogHasBeenFilledIn(grdpn)){
    int hour = (int)Math.floor(sldrHourPicker.getValue());
    int minute = (int)Math.floor(sldrMinutePicker.getValue());
    int second = (int)Math.floor(sldrSecondPicker.getValue());
    return ICrashUtils.setDateAndTime(dtpckr.getValue().getYear(),
    dtpckr.getValue().getMonthValue(), dtpckr.getValue().getDayOfMonth(), hour,
    minute, second);
    return null;
    Optional<DtDateAndTime> result = dialog.showAndWait();
    * If result is present, we have data to work with, otherwise the user cancelled the action in some way
    if(result.isPresent()){
    try {
    checkConnectionOK();
    if (!systemstateController.oeSetClock(result.get()).getValue())
    showWarningMessage("Unable to set clock", "Unable to set the system clock, please try again");
    refreshData();
    } catch (ServerOfflineException | ServerNotBoundException e) {
    showExceptionErrorMessage(e);
    serverHasGoneDown();
    else
    showUserCancelledActionPopup();
    } catch (ServerOfflineException | ServerNotBoundException e1) {
    showExceptionErrorMessage(e1);
    serverHasGoneDown();
    Other useful information:
    The project is a JavaFx project
    The project is being made with the java 1.8.0_51 library
    Jubula version is 8.1.4.013
    Eclipse is 4.5.0
    I'm working on Windows 8.1
    I've attached screenshots of the dialog where it has some mappable controls and some that are not. I've also attached the testing xml export file as well. Please let me know if you need more information.
    Regards,
    Tom

    Hi Thomas,
    I think that ButtonType is not supported yet.
    Please feel free to enter a ticket at our Eclipse Jubula Bugzilla.
    Regards
    Oliver

  • Some Keys are not working on Lenovo G570

    Hello all
    I am new here, looking for some help regarding my Lenovo G570.
    Yesterday, it was working perfectly, I properly shut is down. I have set a BIOS pasword.
    Today, when I switch it on, I was unable to type the pasword becasu some keys were not working. However, I managed to loged in with the help of On Screen Keyboard. After analysing it, I came to know that some keys on numpad includeing 0,2 and on the 2nd line(vertical numerical keys) 1,2,3,4,7,8,9,0 are not working. I tried to re-install the OS but I set a BIOS paswoed containing one of the missing keys.
    Please let me know whether it is a software problem or should i take my laptop to some repairing shop?
    Thanks  
    Solved!
    Go to Solution.

    Hi Asadkhan92,
    Welcome to Lenovo Community!
    As per the query we understood that you are facing an issue with the keyboard in your Lenovo G570 laptop.
    As you have mentioned that the some keys are not working in your laptop, as you have also mentioned that the onscreen keyboard is working, please connect the external keyboard and check  for the issue, this is to confirm if the issue with the hardware or software.
    If the external keyboard works fine and if the keypad is not working then it’s a issue with the keypad of the laptop.  
    Please visit the nearest service centre for further details.
    Click here to open a link where you can select the country and get the exact contact support number. I’m sure they will be a great help.
    Hope this helps! 
    Best regards,
    Ashwin.S
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Some keys are not working

    I have HP pavilion notebook PC with product number F6C53PA#ACJ serial number [Personal Information Removed] BIOS F.34-10/31/2013 keyboard revision 29.34.
    Some keys in my keyboard are not working properly. I couldn't type < and > in microsoft office, on the websites etc.
     

    Hi there
    Welcome to the HP Support Forums! It is a great place to find the help you need, both from other users, HP experts and other support personnel. I understand that some keys are not working on your keyboard. I am happy to help with this. Are those keys working consistently in some applications? For now I would suggest you look at it as a cleaning issue. Perhaps some dust or debris is affecting the key presses.
    Notebook Keyboard Troubleshooting (Windows 8)
    Cleaning your Notebook PC
    Tips for Using, Carrying and Protecting your HP Notebook PC Let me know if that makes any difference.

  • In the keybourd of my mac 10.8.3 OSX, some battons are not working

    n the keybourd of my mac 10.8.3 OSX, some battons are not working

    Thank you sig , you helped me two weeks ago , now let help JCT FELIX, i went to Ebay and got a new key pad
    for $29.99 , then took it to Best Buy , they will change the key pad for $49.99 , and you will be home free , don't
    try to change it your self ,you have to gut the whole laptop of everything to get to the key board , it is very very
    hard if you don't know what to do , hope this can help you , i got my laptop working like new .
    Good luck
    Ctf45

  • Error - Some objects are not available to your user profile...

    Hello,
    It is for BI 4.1 on Windows. We have a connection called CON1 pointing to DB1. It uses UNIV1 All reports were working fine and we were able to refresh it as well.
    Now the CON1 is changed to point to DB2 and we are now getting following error - "Some objects are not available to your user profile. You cannot refresh this Query. See your Business Objects administrator to request rights".
    If I create a new report using CON1 and the it works fine. Only the old reports are still causing issue on refresh. I tried with Admin account as well and same issue.
    The CON1 is still CON1 and universe UNIV1 is still using CON1. Just the content was edited from DB1 to DB2 in CON1. If we create a new report then no issue.
    Can anybody advice if something needs to compiled. Your help will be greatly appreciated.
    Regards,
    SS

    Your old reports are still pointing to same connection. Remember the DSN has been pointed to use another Database. The records and entries will be different. In addition as the records or object mapping have changed for these reports. Hence this would be a very normal behaviour.
    Create a new connection named CON2 or something like that to point DB1 as per your requirement. This way your original reports would work.

  • Some forms are not supporting java 6

    Hello all,
    I am using oracle 9i version for oracle application server .Before I was using jre 1.3.1.17 version but all the forms and reports has been working well on the application server.In the last week i was installed java 6 instead of jre 1.3.1.17 ,most of the forms and reports are working well in java but some forms are not working in java.It is going to blank screen while we select form from the menu item.
    I had been compile the form and again applied on the application server but the result was same it showing the blank screen.
    kindly help me .....how to solve this issue.....because remaining forms are working well on the application only few forms are not working

    adam wrote:
    Hello all,
    I am using oracle 9i version for oracle application server .Before I was using jre 1.3.1.17 version but all the forms and reports has been working well on the application server.In the last week i was installed java 6 instead of jre 1.3.1.17 ,most of the forms and reports are working well in java but some forms are not working in java.It is going to blank screen while we select form from the menu item.Java / JRE 6_XX isn't supported with forms 9i.
    No JRE version newer than 1.4 was supported for use with Forms 9uninstall it and back to supported version.
    Check the compatibility list. Jinitiator and JRE compatible check
    may check this link...10g Releae 1 move from J-Initiator to JRE {answer of Michael ..}
    Hope this helps
    Hamid
    If someone's response is helpful or correct, please mark it accordingly.*

  • Some devices are not installed

    Hello:
          I think that I already installed all the drivers in my W520 but it still showing that some devices are not installed
    In "Other devices" I have the folowing four entries:
    -  Base system device
    - Biometric Coprocessor
    - F5521gw
    - PCI Serial Port
    Could someone help me to identify which drivers I still need ??
    Thanks for the help.
    Regards.
    Solved!
    Go to Solution.

    Hi Turco:
    Download the "System Update" application from this link, install it, and run it.
    This Lenovo application will then fetch the four missing items you list and install them automatically.  It will also check to make sure all the other drivers are up to date.
    The 'biometric coprocessor' is probably the fingerprint reader.  The 'F5521w' is the cell phone modem.  I don't know what the other two items are.
    If you need a list of all the drivers available for your machine, you can get it (and the drivers themselves) from this link, which is the Device Driver File Matrix (DDFM) for the W520.
    But, honestly, it is a heck of a lot simpler, easier, and faster to just download "System Update" and let it do all the work for you.  In fact, you might even have that application on your computer already - just click on the Windows 7 orb (the coloured ball with the flag on it) and type "System Update" into the search box, if it is installed, you will see it appear in the results list.  If it appears, click on it and run it.
    Michael
    W520 (4270 CTO), which replaced a W500 (4062-27U), which replaced a T42P, which replaced an A21P...

  • Some words are not highlighting on my read-aloud epubs after updating IOS 6.0.1 and iBooks 3.0.1

    Some words are not highlighting on my read-aloud epubs after updating IOS 6.0.1 and iBooks 3.0.1 on both my iPad 2 and iPad 3. They are working absolutely fine earlier. I even updated the latest version of iBooks 3.0.2 but nothing is working. Can anybody help?

    Hi spati,
    I ran into this problem as well.  Seems like something funky going on with iBooks 3.  Anyways, I had to tweak my read-aloud clip starts in the smil.  Where the word was not highlighting, I added a few milliseconds to the timing until the word started highlighting again.  Not the most ideal solution, and not sure what exactly causes it because 90% of the words were just fine, but it seemed to fix the problem.  Note prior to the problem happening, I had all my clip start timings = clip end timings for the previous word, so there were no gaps.
    Regards,
    Tim

  • Nokia Asha 501 - Some apps are not supported

    i have see some applications are not supported why?
    Moderator's Note: The title of this post has been edited as it is created as a new topic. 

    Nokia Store wrote:
    English: You need to update your phone software before you can download this app
    German: Sie müssen die Software Ihres Telefons aktualisieren, bevor Sie dieses Programm herunterladen können
    Same here, when I go for that 4shared app in the Nokia Store. When I download that JAD directly via the Internet (Nokia Xpress browser) and http://store.ovi.com/content/536062/Download I get:
    Nokia Asha 503 (Product Code: 059V3Z1) wrote:
    English: 4shared can't be installed. The trusted certificate that was used to authorise the app is corrupt. Please contact the app provider to get this fixed.
    German: 4shared kann nicht installiert werden. Das vertrauensw. Zertifikat zur Autorisierung d. Progr. ist beschädigt. An Programmanbieter wenden.
    That is nice, because this app was not signed by its author but by the Nokia Store team with the ‘Nokia Online CA I’. Then on my computer, I downloaded that JAD, placed it on a microSD, inserted that microSD into my Nokia Asha 503, and installed via Files » Memory card » 4shared_Mobile_0_5_3: It installed successfully and works! However, it was not placed into the manufacturer domain but in the third-party domain.
    I have no idea what is wrong with this app, yet. Please, let the examples come in! Perhaps more examples, we find a pattern together.

  • In my iPad mini some apps are not seen (voice recorder, calculator, compass etc)

    in my iPad mini some apps are not seen (voice recorder, calculator, compass etc)er

    Those apps aren't included in iOS on iPads
    iPad Mini built-in apps : http://www.apple.com/ipad-mini/built-in-apps/
    iPad manual (which has a chapter on each of the built-in apps) : http://support.apple.com/manuals/ipad/

  • How can I list the songs in an album in iTunes without having to do it one by one? Some albums are not numbered.

    How can I list the songs in an album in iTunes without having to do it one by one? Some albums are not numbered or they show 1. 1. 1. 1. 1. 1. 1.

    Poor metadata needs to be corrected if the album is to display properly in iTunes. iTunes sees an "album" as any collection of tracks with the same Album title and the same Album Artist (or Artist if Album Artist isn't set). Each track of the album should have distinct Track V of W and Disc X of Y vaules. W,X,Y are optional, but X may be needed for multi disc albums.
    See Gropuing tracks into albums for details.
    tt2

  • Some parameters are not shown in parameter dialog

    Hello,
    I created a VB.NET program using VS2005 sample.
    When the program refers to CR10's DLLs (VS2005 bundle),
    it prompts all parameters correctly.
    But when the program refers to CR12's DLLs, some parameters are not prompted.
    I installed merge module 12.2.
    I also checked CR11 (merge module 11.5) and  found the result is equal to CS12.
    Thank you

    Sorry. I don't understand. Perhaps creating a phone case will be the better way to go(?). Phone cases can be obtained here;
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    Ludek

  • Reporting Services 2012 - "Database is up to date, but some sites are not completely upgraded"

    Running SharePoint 2010 SP1 (Feb-Mar 2012 CU)
    Is there any official word from Microsoft regarding the issue with SQL Server Reporting Services 2012 for SharePoint where 2 of the reporting service application databases show "Database is up to date, but some sites are not completely upgraded".
    ReportingServiceDB  -  Database is up to date, but some sites are not completely upgraded
    ReportingServiceDB_Alerting  -  Database is up to date, but some sites are not completely upgraded
    I'm building the new Reporting Services into a new DEV environment and I'd like to know what the official word is from Microsoft.  Is Reporting Services 2012 ready for production?
    Thanks!

    Hi mikea730,
    Thanks for your psot.
    Based on my research, I found a similar thread about this issue at Microsoft Contect site. For more information, please see:
    http://connect.microsoft.com/SQLServer/feedback/details/721067/database-is-up-to-date-but-some-sites-are-not-completely-upgraded
    It might be a known issue of SQL Server 2012. I would suggest opening a case with Microsoft Customer Support Services (CSS) (http://support.microsoft.com), so that a dedicated Support Professional can assist you
    in a more efficient manner.
    Regards,
    Bin Long
    Bin Long
    TechNet Community Support

  • Reg Batch in delivery  some items are not showing gross weight please help

    please give me your help
    in Deliveries some items are not showing gross weight
    please give me some help

    Dear Ramsuresh,
              Check are maintaining gross weight in the Master data of those items or not.
    If not maintain in the Material master then create delivery
    I hope it will help you
    Regards,
    Murali.

Maybe you are looking for

  • "Cloud on" and 10 other apps cannot be purchased at this time message

    How do I prevent this message from popping up each time I try to download a new app? I have deleted the app cloud on from both my iPad and through I tunes however the message still appears how do I resolve this problem as it is annoying and not what

  • Where can I find the iWeb files?

    I just bought a new iMac and gave my wife my "old" G5. A week after the migration of files from the G5 to the iMac 09, we did some work on an iWeb document on the G5 that I want to transfer to the new machine. Where can I find the iWeb documents/file

  • Itunes library will not open

    when i try to open my itunes library it gives me an error message saying, "the file 'iTunes Library' cannot be open because it was created by a newer version of itunes." What do?

  • Implement Database Audit on Oracle applications DataBase

    Hi , I have faced an issue . there are someone log in to the database and with sql statement through sqlplus he delete a record I need a plan to implement an audit for this issue and a security method to apply to prevent this issues and if it applica

  • Problem using choice group

    I am developing a project on quiz. I have to show question and 4 options in one screen.also I want that the radio buttons(choice group)for the options should be selected by up down keys only.For using up down keys I have to extend canvas.if I extend