[BUG] [12.1.2.0.0] menu-> new-> Swing/AWT-> JPanel does not work

This wizard seems to be broken. By clicking 'Finish' in this dialog does absolutely nothing, the dialog box remains open just do nothing. JFrame is not working.

Also, if I chose to create a new-> general-> Java-> class, manually javax.swing.JPanel subclass and said yes to the creation of a visually editable class, I just get "an exception occurred." Something is broken here severely... Exception below:

Uncaught exception

java.lang.NullPointerException

com.oracle.jdeveloper.nbloaders.JDevTemplateAttributesProvider.attributesFor(JDevTemplateAttributesProvider.java:42)

org.openide.loaders.DataObject$ CreateAction.findParameters (DataObject.java:1480)

org.openide.loaders.MultiDataObject.handleCreateFromTemplate(MultiDataObject.java:820)

org.openide.loaders.DataObject$ CreateAction.run (DataObject.java:1466)

org.openide.loaders.DataObjectPool$ 1WrapAtomicAction.run(DataObjectPool.java:261)

org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:127)

org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:609)

org.openide.loaders.DataObjectPool.runAtomicAction(DataObjectPool.java:273)

org.openide.loaders.DataObject.invokeAtomicAction(DataObject.java:939)

org.openide.loaders.DataObject.createFromTemplate(DataObject.java:871)

org.openide.loaders.DataObject.createFromTemplate(DataObject.java:851)

com.oracle.jdeveloper.nbform.wizards.FormCreationRedirector.createAndOpenGUIForm(FormCreationRedirector.java:90)

com.oracle.jdeveloper.nbform.wizards.FormCreationRedirector.createClass(FormCreationRedirector.java:53)

o.j.builder.cls.ClassBuilder.redirectClassCreation(ClassBuilder.java:259)

o.j.builder.cls.ClassBuilder.finish(ClassBuilder.java:154)

o.j.wizard.common.BaliWizard$ 1.vetoableChange(BaliWizard.java:151)

j.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:375)

j.beans.VetoableChangeSupport.fireVetoableChange(VetoableChangeSupport.java:271)

o.bali.ewt.dialog.JEWTDialog.fireVetoableChange(JEWTDialog.java:1542)

o.bali.ewt.dialog.JEWTDialog.dismissDialog(JEWTDialog.java:1572)

o.bali.ewt.dialog.JEWTDialog$ UIListener.actionPerformed (JEWTDialog.java:1965)

jx.s.AbstractButton.fireActionPerformed(AbstractButton.java:2018)

jx.s.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2341)

jx.s.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)

jx.s.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)

jx.s.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)

j.a.Component.processMouseEvent(Component.java:6505)

jx.s.JComponent.processMouseEvent(JComponent.java:3320)

j.a.Component.processEvent(Component.java:6270)

j.a.Container.processEvent(Container.java:2229)

j.a.Component.dispatchEventImpl(Component.java:4861)

j.a.Container.dispatchEventImpl(Container.java:2287)

j.a.Component.dispatchEvent(Component.java:4687)

j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4832)

j.a.LightweightDispatcher.processMouseEvent(Container.java:4492)

j.a.LightweightDispatcher.dispatchEvent(Container.java:4422)

j.a.Container.dispatchEventImpl(Container.java:2273)

j.a.Window.dispatchEventImpl(Window.java:2719)

j.a.Component.dispatchEvent(Component.java:4687)

j.a.EventQueue.dispatchEventImpl(EventQueue.java:735)

j.a.EventQueue.access$ 200 (EventQueue.java:103)

j.a.EventQueue$ 3.run(EventQueue.java:694)

j.a.EventQueue$ 3.run(EventQueue.java:692)

j.security.AccessController.doPrivileged (Native Method)

j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)

j.a.EventQueue$ 4.run(EventQueue.java:708)

j.a.EventQueue$ 4.run(EventQueue.java:706)

j.security.AccessController.doPrivileged (Native Method)

j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

j.a.EventQueue.dispatchEvent(EventQueue.java:705)

o.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)

o.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)

j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)

j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)

j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:154)

j.a.WaitDispatchSupport$ 2.run(WaitDispatchSupport.java:182)

j.a.WaitDispatchSupport$ 4.run(WaitDispatchSupport.java:221)

j.security.AccessController.doPrivileged (Native Method)

j.a.WaitDispatchSupport.enter(WaitDispatchSupport.java:219)

j.a.Dialog.show(Dialog.java:1082)

j.a.Component.show(Component.java:1651)

j.a.Component.setVisible(Component.java:1603)

j.a.Window.setVisible(Window.java:1014)

j.a.Dialog.setVisible(Dialog.java:1005)

o.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:400)

o.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:361)

o.i.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)

o.j.wizard.common.BaliWizard.invoke(BaliWizard.java:161)

o.i.wizard.WizardManager.invokeWizard(WizardManager.java:446)

o.i.wizard.WizardManager$ 1.run(WizardManager.java:530)

j.a.event.InvocationEvent.dispatch(InvocationEvent.java:251)

j.a.EventQueue.dispatchEventImpl(EventQueue.java:733)

j.a.EventQueue.access$ 200 (EventQueue.java:103)

j.a.EventQueue$ 3.run(EventQueue.java:694)

j.a.EventQueue$ 3.run(EventQueue.java:692)

j.security.AccessController.doPrivileged (Native Method)

j.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)

j.a.EventQueue.dispatchEvent(EventQueue.java:703)

o.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)

o.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)

j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)

j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)

j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)

j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)

j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)

j.a.EventDispatchThread.run(EventDispatchThread.java:91)

Yes. Its a known issue already been filed as a bug as far as I know

Frank

Tags: Java

Similar Questions

  • New Modem - like get a new modem my printer does not work

    Since obtaining a new modem, my printer does not work. The printer is a HP 4500 wireless all-in-one. What should I do?

    Hi reillydebra,

    1. you have made no changes to the computer before the broadcast took place?
    2. do you get an error message?
    3. what operating system do you use?

    If you use Windows 7, try the steps from the following link:

    Printer in Windows problems
    http://Windows.Microsoft.com/en-us/Windows/help/printer-problems-in-Windows

    Why can I not print?
    http://Windows.Microsoft.com/en-us/Windows7/why-cant-I-print

    Additional information:
    Check if you need to open ports in the modem.
    http://h20563.www2.HP.com/p/_wireless/troubleshooting.html
    http://h10025.www1.HP.com/ewfrf/wc/documentSubCategory?tmp_rule=59455&tmp_task=solveCategory&cc=us&DLC=en&lang=en&LC=en&product=3919449

  • My original opening on a new Mac Mini installation does not work. I have the series or available

    Opening 1 and implemented to date are installed on a MAC Pro: 2 x Dual-Core Intel Xeon 2.66 GHz. memory 5 GB

    Software: MAC OS X Lion 10.7.5.

    Now, I would like to install Aperture on a new Mac Mini: 2.6 GHz Intel Core i5. OS X: El Capitan.

    All the series nor are available.

    But the Mac Mini can't find software to install, even if the disk is in the drive.

    Need your help to tackle this problem.

    Thanks in advance

    Opening 1 does not work on El Capitan. You need minimum Aperture 3 and which is no longer sold. Time for a new plan.

  • I have reset firefox have now no menu bar and pressingf alt does not work

    I have reset firefox reported he turned slowly and had other problems at the start. Now, I have no menu bar and the alt button does nothing. Restored to the comp hoping that it can be useful but it did not. Any help would be appreciated.
    TIA.

    Hi, first try restarting Firefox. If this does not work Try Firefox Safe Mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that temporarily disables hardware acceleration, restores some settings and disables add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • Click the menu button

      click Help

      then select restart with disabled modules.

    If Firefox does not work, you can start Firefox in Mode safe as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "Start mode safe" - does NOT REFRESH!

    If the problem is not present in Firefox Safe Mode, your problem is probably caused by an extension, theme or hardware acceleration. Please follow the steps described in the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. This might help others with the same problem.

  • New mini optical mouse does not work

    Hi all:

    I used a mini mouse optical for a few years now without a single problem. I just plugged into the USB port, and that's all. Yesterday it died on me, so I bought a new.

    The mouse does not work and the cursor stays frozen at least that I move it using the touchpad on the laptop.

    OS is Vista
    Satellite P100 series

    More information:

    -the little wheel on the mouse will allow me to scroll the page to the bottom, but it's just what works
    -the drivers are all up to date
    -restore the computer to an earlier date
    -run a full virus/malware scan, nothing came
    -USB are good; I tried all ports, including the ports where something else that works has been connected
    -After I restore and connect my mouse in I saw the computer install the latest drivers

    The only thing I can think is that the new mouse is defective but I doubt that. However, it is possible I suppose.

    Can anyone else think of any other possible explanation and how I can solve this problem. Could something changed in the BIOS? Is there a setting that has changed I have to look?

    Thanks for sharing this with us!

  • Context right click menu, in the MS apps does not work.

    When an application MS Office shortcut menu right click does not work; the material of Mouse & touchpad work. When this and other applications (especially when online) the menu pop-up Windows Live is automatically displayed when the cursor is over the menu options of the application (file, publishing, display, etc.).  ESC should be pressed to remove Windows Live menus so that the menu of the application are available.  I ran a Virus and SpyBot check, but nothing was detected.  Can you please help.

    Hello

    A defective Explorer shell extension in the right click menu seems to be the problem. It could also be linked to the third-party software.

    Follow the method 1 and method 2 to resolve this problem.

    Method 1:

    To check if the problem is caused by a third-party application, put your system at startup boot and see if right click works fine then.

    See this article for more details.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135

    Method 2:

    To see if the Explorer shell extension is corrupted or not, open the registry editor and save the selected branch, remove managers of context menus one by one.

    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following link.

    http://Windows.Microsoft.com/en-us/Windows7/back-up-the-registry

    Open the registry editor and save the branch selected, delete management context menus one by one.

    To access the Registry Editor:

    (a) go to start and type regedit.exe.

    (b) managers of context menus are located in

    ·        [HKEY_CLASSES_ROOT\AllFileSystemObjects\shellex\ contextmenuhandlers]

    ·        [HKEY_CLASSES_ROOT\Folder\shellex\contextmenuhandlers]

    ·        [HKEY_CLASSES_ROOT\Directory\shellex\contextmenuhandlers]

    (c) select 'Register' - 'Export register', so you can restore your changes later. Choose to export only the selected branch.

    (d) now remove a context menu Manager after another, and then every time try (Windows Explorer) if right click works again. In this way, you should find the faulty extension.

    (e) when you've found, you must double-click on the .reg created above to restore all shell extensions and then only delete the faulty extension.

    Also check the properties of sensitivity of touchpad and mouse under the controls of the mouse.

    http://Windows.Microsoft.com/en-us/Windows7/change-mouse-settings

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Brand new Dell 2808 router does not work.

    1. the 2808 is not connected to the internet.

    2. when it is received, the 2808 under tension with the disabled DHCP server and port active routing. It is the default setting. Not good to use normal, but worked as advertised. The DHCP server is usually needed in a small switch. I needed an active DHCP service.

    3. I've changed managed and connected fashion. A "saved to restore configuration screen" appeared. Horrible thing. Trashed the router. There is no saved configuration, the 2808 restarts. 2808 completely stopped working after that.

    4. after resetting 2808, the 2808 seemed no longer routing packets, so nothing works now with the exception of the web client, which does not seem to do anything for the networking.

    5 I did activate the DHCP client and configure the IP pool. However, no routed packets, nothing works. Port au port data routing does not work. The DHCP server is not required to allocate IP addresses.

    6. I paid 80 dollars to a so-called "Dell Customer Service" held to solve the problem. They have failed. It turns out that they did not know how to work the 2808.

    7 I have not understood how to contact customer service the Dell directly for the 2808. Not good. I bought a T7810 workstation in 2015 with 5 years of service from Dell, and I don't know how to contact Dell support technical support. I use the 2808 with the T7810. Both should be covered if the customer service could be found.

    8. bottom line, I bought the 2808 on July 27, 2016, and many hours later my effort and more hours of a consultant, I am frustrated trying to run home mode: a router 8-port 1000-baseTpacket with a DHCP Server enabled. I'm about to box 2808 router back to Amazon because it does not work and cannot be implemented.

    Any ideas?

    Thanks in advance to 1 million.

    Keith

    The simplest method to contact support is to enter the serial number on our support site.
    http://Dell.to/20VqlwQ The site will then list the various methods to contact support for this range of products.

    The 2808 PowerConnect doesn't have a console port, so recovery is somewhat limited. If the switch is on firmware version 1.0.0.38 or earlier, then a factory reset can be done by simply changing the transition from managed to not managed and then again. If the switch is on more recent firmware, however, this process does not reset the switch to factory default.

    Being a new switch, it should be under warranty. If the switch is not recoverable, support should be able to get a replacement sent to you.

  • The new facebook blackBerry smartphones does not work on my blackberry 8520

    I downloaded the new version of fb 1.9 and now my phone is freeze someone at - it a link to version 1.8 I tried the link in the forums, but it does not work

    The instructions I provided in another topic are you referring? The link seems functional for me.

    http://supportforums.BlackBerry.com/T5/BlackBerry-Curve-BlackBerry-8500/curve-freezes-when-used-face...

  • Open in a new tab or window does not work. How can I fix?

    I just upgraded to 36.01. When I right click on a link in the menu of options is long and confusing. When I select open in a new tab or a new window, it does nothing. What can I do to reduce the list of options and how to fix him open a new tab or window option?

    Create a new profile as a test to see if your profile is the source of the problem.

    See "create a profile":

    If the new profile works then you can transfer files from a profile already used in the new profile, but be careful not to copy files corrupted to avoid transporting more problems.

    Try a clean reinstall and delete the program folder before Firefox to (re) install a new copy of the current version of Firefox.

    If possible to uninstall your current version of Firefox to clean the Windows registry and settings in the security software.

    • Do NOT remove the "personal data" when you uninstall your current version of Firefox, because this will remove all profile folders and you lose personal data such as bookmarks and passwords including data profiles created by other versions of Firefox.

    Delete the program folder Firefox before installing newly downloaded copy of the Firefox installer.

    • (32-bit Windows) "C:\Program Files\Mozilla Firefox\"
    • (Windows 64 bit) "C:\Program Files (x 86) \Mozilla.

    Your bookmarks and other personal data are stored in the Firefox profile folder and will not be affected by a uninstall and (re) install, but do NOT delete personal data when you uninstall Firefox which removes all Firefox profile folders and you lose your data.

    If you keep problems also create a new profile.

    Make a check of malware with several malware scanning of programs on the Windows computer.
    Please scan with all programs, because each program detects a different malicious program.
    All of these programs have free versions.

    Make sure that you update each program to get the latest version of their databases before scanning.


    http://Windows.Microsoft.com/en-us/Windows/using-Defender
  • Spybot Search & Destroy:
    http://www.safer-networking.org/en/index.html
  • Kasperky free Security Scan:
    http://www.Kaspersky.com/security-scan
  • Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

  • Menu contextual tab control Runtime does not work?

    Hi all

    I create a façade user interface that incorporates a control tab (standard control LV 8.6).

    I noticed that the Run-Time context menu (the one you get when you right-click with the mouse) is displayed only if you select one of the tabs or the thin border around the outside, but not anywhere in the tab pane itself? I guess that these context menus are associated with controls only, so when you choose the pane inside the tab control, it does not record the click of the mouse as belonging to the tab control, but the shutter it instead?

    I want to customize this menu and really need to be displayed when the user clicks an area empty screen, which will be the my tab control pane

    Any ideas anyone?

    Hi Audrey,.

    Thanks for the vi - It's great to see how to work the other coders workarounds!

    I had been playing with a similar idea since posting my question. I had discovered that paste a single image in the tab pane that filled the tab pane area shows the new behavior similar to what I need. The pasted image provides a context menu that matches that of the tab control. As long as the color of the picture is the same as the tab control, it is effectively invisible to the user.

    P.S. Just to be clear, I don't mean an image control. Just a picture pasted from the Clipboard.

    I have attached the vi for reference, maybe (anyone of NOR?) would like to make comments on this weird behavior of LabVIEW?

  • Impossible to create buttons of Menu Item list in forms - does not work!

    Hi guys,.

    I need desperate help since I was stuck on these 2 days and I can't move forward!

    I am trying to create a pdf using Acrobat 9 pro and Adobe LiveCycle Designer ES form. Since I am new to this, I spent review through many sites, forums and tutorials to learn about it. So far, I was able to create the forum with text fields, etc... I try to have a column in my pdf form where users can simply copy/paste icons image here... I had trouble with this already and you have done a lot of research in google. At the end of the day, I thought I better try to use the tool "stamp" for this instead of the image field. So that's what I did:

    (1) I've already placed the image icons (i.e. users will be copy - paste) on my pdfs so users can simply click on it to select the image.

    (2) I added a new background to this form, which is the abbreviation for the function "copy" menu item. I mention this button 'copy' and to that button, I added the following to "Mouseup" javascript code

    app.execMenuItem ("CopyFileToClipboard");

    (3) then, I created another button that I called 'paste' and that the latter running the menu "Paste clipboard Image as Stamp Tool. This button has the following javascript code:

    app.execMenuItem("Annots:Tool:StampFromClipboardMenuItem");

    I thought that after doing the above, the user should be able to click on one of the images in the pdf file, and then click the "copy" button and in the end, click on the 'Paste' button which will work then action if the user can eliminate this copied image to where ever they want in this file. But this isn't the case! I have no why? Nothing happens when you click on these buttons. I made sure that the 'features extended in Adobe Reader... "is enabled and also tried running the javascripts on my console window above to test it and I know that the actual javascript code is not at fault since these works functions when I try the code through the debugger window. But I just can't understand why these menu item functions do not work when you click on the buttons I created! I do not know if what I have done is correct or if there is an easier way to achieve what I'm trying to do! Its a shame there is no easier way for users to copy and paste pictures to columns in pdf forms.

    Please help me understand why the button above doesn't work... any help will be great!

    Hello

    the two actions will work from the console (ctrl + j in Acrobat) javascript but not inside a form. It is a security restriction.

    Most of the menu items can not be called via Javascript, because Acrobat/Reader does not support the Javascript code in a form.

    More information see http://learn.adobe.com/wiki/download/attachments/64389123/AcrobatApplicationSecurity.pdf less 6.3.5 JS to perform in an event of menu.

    Also, a dynamic form of LiveCycle (XFA form) cannot be stamped, that this feature only works in static layouts like Acrobat forms (Acro).

  • Check for new messages at startup does not work in the first period of 10 minutes after v38 updated. Work at the end of 10 minutes. CAUSE unknown - went away after reinstall

    After the 38.0.1 of 31 thunderbird update does not check for messages at startup, tried on two workstations, mail for a single account on each account, one was pop and other imap. The check box in the accounts-> server settings has no effect. Or not safe mode or the option advanced messages "include this server when getting new messages". "." Activity Manager shows not even he is trying to connect. The question mark function still works well so if I wait 10 minutes he gets messages automatically...

    said rafikiphoto

    I reinstalled the program once more and it works OK but it's already happened and it fails once more.

    The last installation permanently solve this (so far)?

  • Re: My new C50 of Satellite does not work / blue screen

    Hello

    My mother just bought a new computer. We began to set it up (hopefully, this is the correct English word) for the first time. The operating system has stopped working after a few minutes.
    I explain (I'm not very good at this ^^).

    I turned it on, the computer asked a few things like what color, we would like to be, give a name to the computer. And then he Laura to be connected to the internet. I tried to do, but it did not work.
    So now, I'm just a big blue screen and nothing I can do. I can't go back to the first step, and I can't move forward because there is nothing else than this big blus screen.

    Can someone help or not the slightest idea what should I do?

    Thank you for your help

    PS: English is not my mother tongue, sorry for the errors of language.

    Hello

    Is there a button NEXT to proceed to the next step in the implementation?

    Press the power button and hold the button until the phone switch. It again, and I hope that you will be able to continue the installation of Windows.
    What I always do is to finish the configuration without WLAN settings. Later, when Windows is configured and fully charged, I put WIFI password and everything is OK.

  • Tecra S1: After the installation of new Toshiba BT stack does not work correctly

    Hello
    I need help on my problem with the bluetooth configuration on my laptop tecra S1 with built-in bluetooth hardware.
    I have a Blackberry 8700 g with bluetooth function and Bluetooth Logitech headphones.
    At this moment, I have download the latest drivers from toshiba:
    Bluetooth stack
    Easy Bluetooth connection
    Bluetooth monitor

    The first time I installed the battery Bluetooth on my Windows XP / SP2 Machine.
    everything is ok...

    On the new start helping him material apears and installed Bluetooth RFBUS from Toshiba and a few more.
    After stopping and restarting, I have a magnitude of the 100% CPU usage.
    I start the monitor Bluetooth an i found new devices, but I can't connect to my Blackberry or my headphones...

    I think that the battery Bluetooth toshiba does ' t works well because there is the battery Bluetooth in XP/SP2 in the depths of the system.
    Can I use only Microsoft Bluetooth or only the Toshiba stack?

    Thanks for your replies
    Mike

    Hello

    In my opinion, you must use the MS Bluetooth stack or the Toshiba Bluetooth stack.
    If you want to know how to remove the battery Microsoft Bluetooth the OS with SP2, see Microsoft Knowledge base article:

    http://support.Microsoft.com/default.aspx?scid=kb;en-us;889814

    Good luck

  • brand new toshiba netbook keyboard does not work. just Commission online.

    keyboard of net-book brand new Toshiba does not. just online diagnosis explain ok.

    Hello

    1. what happens when you try to use the keyboard? You receive messages or error codes?

    2. What is the model number of your netbook?

    You can try to update the drivers for the keyboard and check.

    Updated a hardware driver that is not working properly

    Since you're using a netbook new, you can also get in Toshiba touxh for assistance.

    Toshiba forums

Maybe you are looking for