G530 - problems with the "easy program access" key

I have a 3000 G530 (model 4151) laptop, and so far I haven't really had any problems with it. Although recently, something happened with a little touch-sensitive button above my keyboard, in the upper right, next to the volume controls. I guess what it does is you can set it so that whenever you press it, it will just open up the program or document that you set it to. I'm not sure how this happened, but recently it started acting like I was repeatedly pressing it over and over. The setup window for the key opened about twice a second. I restarted my computer, and tried pressing the key. I set it to open a document I had (just to test it), and now it just opens up that document whenever I press it. Occassionally it will randomly open the document over and over, even when my hands were nowhere near it. Anyone know how I can fix this?

Did a little workaround... and all things went like a candy :)
I simply had to enter in the web.xml
<servlet-mapping>
<servlet-name>Index</servlet-name>
<url-pattern><path>/Index</url-pattern>
</servlet-mapping>
IDE is trully beautiful, many new features (will definately try CVS)...
But with my 1Gb RAM its hard game, previous Jdeveloper version used much less memory :(

Similar Messages

  • Premiere Pro CS4 - Problem with the monitor program.

    Hi. I'm not able solving problems with the monitor using PremiereProCS4. When I drag a photo (also only one photo) in the timeline and play it in the monitor program, vision in the monitor program doesn't run:black monitor or a little part of the photo appear... sometimes distort colours. Asus P5QPRO, Intel 9550 and Sparkle Nvidia GeForce 9800 GTX+ 1024 DDR3; last gpu driver and directX are installed. Different configuration of stratch disks were tested. Where am I wrong?

    Dear Bill,
    thanks for your answer and your article. I tried with your NTSC 4:3 720x480 PAR 0.9 and, "magically", no more problem!!! I used the script pocedure in Photoshop CS4 to resize my images. Now, before starting my workflow and hoping not to overuse your patience, I would like to indicate you my equipment and my target: I use a Canon Eos 7D (generally for still images, 90% are vertical, and just some videos) and I use Premiere Pro CS4 to burn a dvd (normal, 4.7 Gb or double side, more than 8 Gb) with a 16.9 lcd tv (I'm Italian); my camera save as .jpg and .raw (but why use heavy .raw files if I've to redute to 720x480?!??).
    So, according to your "everyone wants the highest quality that they can obtain when doing theri videos..." and "your video project may vary, so you will need to plug in the dimensions for YOUR video project in that case", I've a question: which is the best for me?
    And then:
    1 - Premiere Pro CS4 havn't a batch or a script procedure for still image like PS (only for videos)!?!
    2 - Premiere does'nt allow you to import images like 4.181 Kb (a too large dimension file error appears)!
    3 - In the timeline of Premiere, after you dragged images, you can select them and right click to perform "resize to frame size": it seems to run good without problem, but what appen to the photo? Which is it's pixel?
    4 - In the general preferences of Premiere you can to optimize rendering for "memory" or not: which is the best for you?
    5 - I attached file with a screen of something strange in Premiere: dragging an image (the first of the project) in the timeline, the timeline appears distort (you can see the part in the yellow square): then, when I render the project and play in the monitor program, it becames normal.
    Thanks!

  • Problems with the HelloWorld program

    I cannot run the helloworld program can someone help me with that. I am completely new to java programming.

    That's a rather vague description of the problem.
    What happens when
    you type this:
    javac -version
    java -versionCarefull there Jos. You'll probably have to specify where to type in that
    stuff. Otherwise the OP might type it in his IDE/text-editor...His what?!?!1!!!*one*!!!111??? how perverted ...
    kind regards,
    Jos ;-)

  • Ergent problem with the jsp file access in tomcat. HELP...

    I use tomcat as my server, I have one JSP file located in :
    webapps\abc\war\WEB-INF\jsp\index.jsp
    You see my project name is abc, I want to access the index.jsp file, I define another jsp file in the path: webapps\abc callled outside.jsp. I want to use outside.jsp to invoke the index.jsp.
    Inside outside.jsp it is :
    <html>
    <head>
    <title>index</title>
    </head>
    <body>
    <%@ include file="war/WEB-INF/jsp/index.jsp" %/>
    </body>
    </html>
    When I open the browser, and access, http://localhost:8080/abc/outside.jsp , the content of index.jsp was shown as expect. But, all the link pages of the index.jsp can not shown (PS: the link pages is located in the same path as index.jsp, they are all jsp files). I guess the problem may be that the <%@ include file="war/WEB-INF/jsp/index.jsp" %/> inside outside.jsp include the index.jsp as a static file. Is there any method to make all the link pages of index.jsp can be shown when call from outside.jsp???HELP
    Message was edited by:
    Mellon
    Message was edited by:
    Mellon

    I don't know why your links can't be shown, but I can tell you that your suspect:
    I guess the problem may be that the <%@ include file="war/WEB-INF/jsp/index.jsp" %/> inside outside.jsp include the index.jsp as a static file.is wrong, because included jsp is dynamic, not static.

  • Problem With The iTunes Program

    Whenever we try and open iTunes, it says "The folder 'iTunes Setup' contains an invalid character. Fatal error during installation". It won't let us uninstall/delete the program. We've gone through Add/Remove Programs in the control Pannel. Nothing will work. Whenever we try and download the latest version of iTunes, it pops up with the same message. Anyone know what to do?

    Hello MaFiosoXIII
    For issues with iTunes crashing and only working in Safe Mode, then check out the article below to continue your troubleshooting to get it working again. 
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/TS1717
    Regards,
    -Norm G.

  • Problems with the latest MAC wireless key Board board

    I recently purchased the most recent wireless MAC keyboard and it worked great for a whle and now I am having problems.
    The ALT key will not give me the @ symbol have to get it from the special characters menu, instead I get ™, have tried new batteries, resetting nothing seems to help. I have not downloaded Mountain Lion.
    Any suggestions

    It sounds like your input language might have been changed. Open your Langage & Text control panel and make sure it is set appropriately under "input sources".

  • Problem with the servlet program

    I created a simple servlet program and tried to deploy the same through Sun Microsystem's J2EE Application Server 1.4. But after I included the servlet file to the deploytool and selected the servlet option, it gives an error msg. that says the file included is not a valid servlet file.
    However, all the other types like jsp, etc. is working fine.
    I am new to this servlet. I know it might be a small mistake that I may be making. Can anyone please help me to resolve the same.

    Have you looked up a servlet tutorial to see if your code maybe isn't missing something?
    There is little help anyone can give you at this point as you basically do not share anything that you can be helped with. Post the servlet code, judging by the error message the problem most likely lies there.

  • Problems with the downloaded programs from sites on Internet

    Hi,
    I just recently got interested in downloading a program from the site myspace.com, but I have been interested in other programs earlier in my time as a MacBook user. Unfortunately, I have not discovered how to open them properly. What is the best way to get an understanding of how to open these non-universal programs, such as Instant messenger from myspace.com?
    I would like to know if I need to find the rosetta application somehow on my applications window, because I already know now, that the rosetta application won't work yet on the instant messenger that I tried to install to my computer.
    If anyone has a clue about how to get my application "Install Messenger.exe to open with rosetta, like I have read about yet don't know how to get running yet, please would you be kind to send a thread to mine on apple discussions?!
    This is really confusing, and I need to be able to do the instant messenger on Myspace so that I can become good friends with my new friends on myspace!

    Any applications that ends in .exe is a Windows application and cannot run natively on a Mac. The only way to run those applications would be to install Windows, either via BootCamp or one of the third-party systems such as Parallels Desktop. For any of those, you'd need to purchase a copy of Windows.

  • I can't up date my iPad, due to problems with the mobilebackup program, what am I supposed to do now?.

    I've being trying to up date my iPad, but this has turn an impossible mission.
    At first I was happy with my new NO VIRUSES allowed toy; but I have just realized that this is a piece of ****, as any other Microsoft BS equipment.
    Now is the "mobile backup" problem...then what?
    If anyone can tell me what to do to fix this "mobile backup" problem, I will really appreciate it.
    I am sooooooooooo disappointed with this product. They told me, it was trouble free.
    Please help me solve this problem.

    I was going to suggest doing an explicit backup to see if that fails as well. You would do that by right clicking on the iPad icon in iTunes but...
    Another user was able to get the Mobile Backup to work by changing the time zone to an equivalent time zone. https://discussions.apple.com/message/11784549#11784549
    They do not state whether they changed the setting on the Windows side or on the iPad. It is possible the backup is trying to match so if you have not done so, try checking that first. What country/timezone are you in?
    I'll look through the discussions to see if I see any other solutions. You probably will need to contact Apple directly for support. I think for Windows iTunes there is a Connection Diagnostic tool. Using that may provide more details for why the backup is failing.

  • I am having problems with the Google Internet access on my iPhone 5 since the latest update

    I Am having problems connecting to the internet and this started after my latest installation of updates for my iPhone. It is an iPhone 5, version 8.1.2.
    I force a shutdown and reboot which corrects the problem for awhile. Is there something else I can do?

    Try the following steps and please check after each one to see if the problem has been corrected -
    1. "Forget" the network and then reset and add it again
    2. Reboot your router - unplug - wait for 60 seconds and plug it back in
    3. Temporarily remove security from your router - see if the device connects and then put the security back on again

  • Problem with the DVD program

    When i shutdown the computer and closed it. This begin to restart and open the program of the DVD, I have to shutdown five or six times all the time, somebody know what is happening??

    Jessie wrote:
    When i shutdown the computer and closed it. This begin to restart and open the program of the DVD, I have to shutdown five or six times all the time, somebody know what is happening??
    This may sound silly, but I've got to ask if there still is a DVD in the drive.

  • Problems with the conection of acess db with midlet

    hey there,well its good to knw that u ppl have expirience in j2me.well , im having problem with the connection of access db with j2me.could you brief me on what exactly i should do in order to do connect it to run a query and save some info into the db frm the midlet,
    thanx.

    As I said earlyer today, just a few topics back, you can't do that. Read here:
    http://forum.java.sun.com/thread.jspa?threadID=615921&tstart=0
    Could you people please use the search option! Answering the same questions over and over is realy boring (specially if they pop up several times a day)..

  • I created a spreadsheet on my mac with numbers, and now it tells me  I have to buy a newer version of numbers to access the spreadsheet I created with the old program.  if I wanted problems like that I would go back to using windows

    I created a spreadsheet on my mac with numbers, and now it tells me  I have to buy a newer version of numbers to access the spreadsheet I created with the old program.  if I wanted problems like that I would go back to using windows

    Hi sar23,
    You may have inadvertently created or edited the document in the new Numbers 3.0 (which is free; you don't have to buy it) and are now trying to open it with the old Numbers 2.3.
    Both versions can be on your Mac at the same time, and can run at the same time.  The icons are similar so it's easy to confuse them (old on top here, new on bottom).
    The new Numbers 3.0 is in your Applications folder. The old Numbers 2.3 should be in a subfolder in the Applications folder named iWork '09 or similar.
    If you accidently edited an old document in the new version and want to take to take it back to the old version, you can export it:
    SG

  • Lenovo G530 - problem with certain keys on keyboard

    hi everyone.
    I have a Lenovo G530 and I am having an odd problem with the keyboard.  If i press the spacebar when I type anything, i get the system date and time.  If I press the H button, I get a hn and i get nh when I press the N key.  Also get gb when I press G and bg when I press B.  The rest of the keys are fine.  Any ideas what could help???
    I has this problem about a month ago and I remember reading somewhere on the net that if I press Alt-Crt-Del and some other key, it shoudl work... and it must have cause the problem stopped.  But now it's back and I can't find that combination again.
    I have Windows Vista installed.
    Thanks!!! 

    Hello,
    I doubt it's a hardware problem at all. I believe it's a "fun" program running on your machine that does this. Someone put it there for you.
    A sure way to make sure what it is....... connect a USB keyboard to your laptop. If that USB keyboard is doing the same thing then it's software related, if not, then it's hardware related.
    If it is infact a funware there or a virus you'd have to go to a malware forum and ask around. If it turns out to be malware try Spybot Search & Destroy.
    -Alex

  • Problem with the volume keys on my keyboard.

    Hey everybody,
    I have a problem with the volume keys on my keyboard. This started a couple days ago and I can't seem to figure out how to fix it. When I press the volume up or down buttons, the graphic appears on the screen as it normally would, but has no effect on the volume of the sound coming out of my speakers.  Therefore, the only way to change the volume of music or whatever I am listening to is to use the volume control within the program/website itself (itunes, youtube, etc.) Even changing the volume on the volume icon at the menu bar on top of the screen does nothing.  If anyone has an idea of how to go about solving this issue, I would greatly appreciate it. Thanks!

    First look into the Preference > Sound > Outpur whether internal Speakers are choosen.
    The only Preference to delete I can discover is com.apple.systempreferences.plist in your home Library folder. You can try to move it out to the desktop for example, not to loose all your settings. Restart and see whether the problem still persists. If you don't know how to do this here some Terminal (Applications > Utilities) commands. Enter them by copy and paste followed by <enter>
    mv ~/Library/Preferences/com.apple.systempreferences.plist ~/Desktop/
    restart
    to get it back:
    mv ~/Desktop/com.apple.systempreferences.plist  ~/Library/Preferences/
    confirm with "y" if you are asked to replace this file.
    marek

Maybe you are looking for

  • Formatting Issues with SO10 text in Adobe forms

    Hi Everyone, I Have the below text maintained in SO10. "Thank you for choosing Enterprise.  We look forward to seeing you at 9:00 am on Monday, November 28, 2011.  This message is to confirm you have updated your reservation.  Following are the detai

  • Apple TV 2 - AirPlay not working using XP laptop

    I have an Apple TV on which I am able to stream videos, music etc from my iPhone without any issues using AirPlay. But when I try to stream video or music from my work XP laptop using iTunes, I get an error saying - *+"An error occurred while connect

  • JDeveloper and Team System Extension not working

    I am using JDeveloper 11g (11.1.1.1) and latest VSTS extension. The Team System extension does not work. Here are what I have done: 1) Install JDev, JDev team system extension, TFS team explorer. 2) Workspace created in Team Explorer. 3) JDev Version

  • WPA-Enterprise WIFI dropping after IOS 6 Upgrade

    We use WPA-Enterprise authentication for our WIFI and since upgrading to IOS 6 the connection needs to be reautenticated everytime the iPad is unlocked.  This is a major inconveience.  With IOS 5 you only autenticated one time and whenever you unlock

  • Profit centre missing while changing in item code

    Dear Guru, While changing any fields in MM i'm getting profit center is not defined error,if i give any profit center system is saying stock exists for same. Please guide me how to resplve. Thanks Netaji thorat