System.exit(0) access denied

I am trying to exit a card game program when the user selects Exit from a menu, so in the actionlistener I simply put
System.exit(0);It compiles fine, but I get a runtime error when the Exit menu option is clicked saying
java.security.AccessControlException: access denied (java.lang.RuntimePermission exitVM.0)
Anyone know why?

Hello friends,
Well, I have the same problem.
" java.security.AccessControlException: access denied (java.lang.RuntimePermission exitVM.0) "
The program is an applet ... all the buttons are in a frame(so to speak) that is called by the applet.
I have added that applet in a html file. Now if I try to run that html page... it do not work at all.
I am new in this field. Please give me straight directions.
( If you do not understand the questions right, better do not answer. )
Thanks in advance.
/N

Similar Messages

  • Subsites Access denied error

    Hi
    I am trying to access subsites in a sitecolllection.
    Although I am able to access the maintenance page with ?contents=1
    I am not able to access other existing pages nor when I create new page from pages library and click on save I get access denied error.
    Here is the error I see in Logs
    The SPPersistedObject, FarmSettingStore Name=_pnpFarmConfig_, could not be updated because the current user is not a Farm Administrator.
    And error on the page
    Security Exception             
    Description: The application attempted to perform an operation not allowed by the security policy.  To grant this application the required permission please contact your system administrator or change the application's trust
    level in the configuration file.            
    Exception Details: System.Security.SecurityException: Access denied.
    Source Error:
    [No relevant source lines]
    Source File: c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\5abc8088\6a71a990\App_Web_homepage.aspx_-1099170352.ltihcxjv.0.cs    Line:
    0            
    Stack Trace:
    [SecurityException: Access denied.]
    Microsoft.SharePoint.Administration.SPPersistedObject.BaseUpdate() +27672523
    Microsoft.Practices.SharePoint.Common.Configuration.FarmSettingStore.Load(SPFarm farm) +341
    Microsoft.Practices.SharePoint.Common.Configuration.SPFarmPropertyBag.get_SettingStore() +258
    Microsoft.Practices.SharePoint.Common.Configuration.SPFarmPropertyBag.Contains(String key) +51
    Microsoft.Practices.SharePoint.Common.Configuration.SPFarmPropertyBag.get_Item(String key) +65
    Microsoft.Practices.SharePoint.Common.Configuration.ConfigManager.GetProperty(Type settingType, String key, IPropertyBag propertyBag) +148
    Microsoft.Practices.SharePoint.Common.Configuration.ConfigManager.GetFromPropertyBag(String key, IPropertyBag propertyBag) +220
    Microsoft.Practices.SharePoint.Common.ServiceLocation.ServiceLocatorConfig.GetConfigData() +311
    Microsoft.Practices.SharePoint.Common.ServiceLocation.ServiceLocatorConfig.GetTypeMappings() +50
    Microsoft.Practices.SharePoint.Common.ServiceLocation.SharePointServiceLocator.CreateServiceLocatorInstance(SPSite site) +160
    Microsoft.Practices.SharePoint.Common.ServiceLocation.SharePointServiceLocator.DoGetCurrent(SPSite site) +957
    Microsoft.Practices.SharePoint.Common.ServiceLocation.SharePointServiceLocator.DoGetCurrent() +150
    Microsoft.Practices.SharePoint.Common.ServiceLocation.SharePointServiceLocator.GetCurrent() +63
    ABC..PropertyBag.Config.ConfigManager.ReadProperty(String propertyName, SPWeb web) +49
    ABC.Common.ControlTemplates.ABC.Framework.Common.GlobalSearchBox.SetSearchResultPageUrl() +228
    ABC.Common.ControlTemplates.ABC.Framework.Common.GlobalSearchBox.Page_Load(Object sender, EventArgs e) +644
    System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
    System.Web.UI.Control.OnLoad(EventArgs e) +132
    System.Web.UI.Control.LoadRecursive() +66
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Control.LoadRecursive() +191
    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11154599
    System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11154138
    System.Web.UI.Page.ProcessRequest() +91
    System.Web.UI.Page.ProcessRequest(HttpContext context) +240
    ASP.HOMEPAGE_ASPX__1099170352.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\5abc8088\6a71a990\App_Web_homepage.aspx_-1099170352.ltihcxjv.0.cs:0
    Microsoft.SharePoint.Publishing.TemplateRedirectionPage.ProcessRequest(HttpContext context) +175
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171
     This error is in staging environment.
    Please help.
    Thank you,
    Vinay

    Hmm. This is not the normal access denied message that you would receive when you don't have permission to a site. Have you customized the page layouts to include something in it?
    Andy Wessendorf SharePoint Developer II | Rackspace [email protected]

  • Access denied error while writing a file to the file system - myfileupload.saveas() throws system.unauthorizedexception

    hi,
    as part of my requirement , i have to perform read and  write  operations of  few files [ using the file upload control in my custom visual web part] and on submit button click.
    but while writing these files - with the help of  fileupload control - and when i use  myfileupload.saveas(mylocation);
    - i am saving these files into my D:\ drive of my server , where i am executing my code -, am getting access denied error.
    it throws system.unauthorizedexception.
    i have given full control on that folder where i was trying to store my attached files. and also  after following asp.net forums,
    i have added  iusr group added and performed all those steps such that, the file is saved in my D:\ drive.
    but unfortunately  that didnt happen.
    also
    a) i am trying the code with runwithelevatedprivileges(delegate() )  code
    b) shared the drive within the  d :drive where i want o save the files.
    c) given the full privieleges for the app pool identity- in my case , its
    network service.
    the  other strange thing is that, the same code works perfectly in  other machine, where the same sp, vs 2012  etc were installed .
    would like to know, any other changes/ steps i need to make it on this  server, where i am getting the  error.
    help is  appreciated!

    vishnuS1984 wrote:
    Hi Friends,
    I have gone through scores of examples and i am failing to understand the right thing to be done to copy a file from one directory to another. Here is my class...So let's see... C:\GetMe1 is a directory on your machine, right? And this is what you are doing with that directory:
    public static void copyFiles(File src, File dest) throws IOException
    // dest is a 'File' object but represents the C:\GetMe1 directory, right?
    fout = new FileOutputStream (dest);If it's a directory, where in your code are you appending the source file name to the path, before trying to open an output stream on it? You're not.
    BTW, this is awful:
    catch (IOException e)
    IOException wrapper = new IOException("copyFiles: Unable to copy file: " +
    src.getAbsolutePath() + "to" + dest.getAbsolutePath()+".");
    wrapper.initCause(e);
    wrapper.setStackTrace(e.getStackTrace());
    throw wrapper;
    }1) You're hiding the original IOException and replacing it with your own? For what good purpose?
    2) Even if you had a good reason to do that, this would be simpler and better:
    throw new IOException("your custom message goes here", e);
    rather than explicitly invokign initCause and setStackTrace. Yuck!

  • The system failed to merge, error code : General Access denied

    The system failed to merge, error code : General Access denied. Could anyone help me on this

    Hi,
    It could be several things, I think it could be a good start with the following page:
    https://blogs.technet.com/b/chrad/archive/2009/10/02/differencing-disks-merging-80070005-error-just-one-persons-lesson-learned.aspx
    If that doesn't help you could check out the following technet page to see if it is a permission problem. (it is not exactly  the same problem but one of our customers once had the same problem and we solved it with the follwing KB:http://support.microsoft.com/kb/2249906/en-us
    Hope this helps you out.

  • Access Denied when access to File System Repository

    Hi,
      Our SAP Portal install in Windows 2003, and access to a unix's file system that created from File System Repository of Portal. When I access it in KM content, SAP Portal return the following message:
    System Error
    An exception occurred during the program execution. Below you will find technical information pertaining to this exception that you might want to forward to your system administrator.
    Exception Class: class com.sapportals.wcm.repository...
    Exception Message: Access denied
    If I double-click any file,
    IE return 403: The requested operation is forbidden for this resource.
    Please help me to fix this problem?
    PS: The unix's file system mode is 777.
        The permission of folder in Portal File System Repository is everyone full control.
    Message was edited by: Jeff Lien
    Message was edited by: Jeff Lien

    Hi,
    to my knowledege, this combination is not supported. You can integrated Windows-File-Shares in a Unix-Portal: http://help.sap.com/saphelp_nw04/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/frameset.htm but not the other way round
    Kind reagrds
    karin

  • Access denied when jsp writes to a`network  file system

    Hi
    Can anyone help. Im having big problems with my web application which was working fine when it was hosted on a tomcat windows NT machine. The application was recently upgraded to a Windows 2000 machine. My jsp page which has to write to a network drive can no longer do so. I keep getting ACCESS DENIED.
    My jsp page is as follows:
    <html>
    <head><title>test</title></head>
    <body>This is a test page
    <jsp:useBean
    id="sendSMS"
    scope="page"
    class="podsystembeans.phonetrackbeans.FileWrite"
    />
    <%
    String sms = sendSMS.testIO();
    out.println(sms);
    %>
    </body></html>My javabean is as follows:
    package podsystembeans.phonetrackbeans;
    import java.io.*;
    public class FileWrite
         public String testIO(){
              try{
                       // Create file
                  FileWriter fstream = new FileWriter("R:/outt.txt");
                 BufferedWriter out = new BufferedWriter(fstream);
                  out.write("Hello Java");
                  //Close the output stream
                  out.close();
              }catch (Exception e){//Catch exception if any
                System.out.println("Error testing : " + e.getMessage());
         return "success";
    }OBSERVATION
    If i try and write the file to the local machine for example C and D drives then it works. If i try and write the file to R drive which is another windows 2000 machine then i get access denied. Also if i try and write to a L drive which is a windows NT machine then i get the same message too.
    If i run the above bean as a stand alone application with
    public static void main
    and I run it then it will work and write to any drive on the network.
    Everytime my application fails to write to the network drive my windows machine shows the mapped drives with a red cross on it. I have applied the latest service packs and i have followed microsofts suggestions editing the registry autodisconnect keys. But i am still having problems and it is my java app which is causing it.
    SETTINGS
    Windows 2000 service pack 4
    Tomcat 5 installed on d drive
    java 5 installed on c drive
    mapped network drives to other machines , the network is a 192.168.1.x network
    regards
    antek

    Hi
    Thanks for the pointer, I am trying to follow the suggestion and I want to know is the server.policy same as catalina.policy in tomcat under the conf folder. Also in this policy do i write the ip addresses of the machines i want to access?
    Thanks
    Antek

  • Denying system.exit in java code

    My objective is to nullifying the system.exit programmed. By goggling i learn t that this can be done by adding permission in policy file. But as far my google search i dont understand how to deny a permission. Most of them says about granting a permission. Can anyone clarify how to deny a permission.
    Steps i tried.
    Sample program: which does nothing other than calling system.exit(0) as the first line in main method.
    added the following line to java.policy file in my JAVA_HOME/jre/lib/security
    grant {
              permission java.lang.RuntimePermission "exitVM";
    Also tried adding only
    permission java.lang.RuntimePermission "exitVM";
    to the already available grant block.
    Also commented out
    //grant codeBase "file:${java.home}/lib/ext/*" {
    //     permission java.security.AllPermission;
    After that i understood that the default java policy file is java.home\lib\security\java.policy. So made all the change above mentioned there too.
    But i could not achieve it. Can any one help me on this.
    Win 2000/ Java1.4.2_12/no command line arguments while running the program.

    Welcome to the Forums.
    Please go through the FAQ of the Forum.
    You has posted your query in the wrong Forum, this one is dedicated to Oracle Forms.
    Please try {forum:id=1050}.
    Regards,

  • Access Denied error (0x80070005) when trying to access System Protection or Restore

    When I attempt to access System Protection or System Restore, I get an error message "Access Denied- (0x80070005)". I hope someone knows a fix for this problem.

    Satellite P205-S7476 
    When I attempt to access ... System Restore, I get an error message "Access Denied- (0x80070005)".
    That probably indicates corruption in the restore points. The only way to fix it is to turn System Restore off and then on again. Unfortunately, that remove all the existing restore points.
       Turn System Restore on or off
    -Jerry

  • It will not open Mozilla at all, it comes up with a problem box, which states on the first line: Access denied to system because of URL Filter Configuration.

    Problem Report -
    Access denied to system because of URL Filter Configuration.
    Message ID -
    FILTER_DENIED
    Problem Description -
    Your system was configured to deny access to the requested URL.
    Possible Problem Cause -
    Request denied, as specified in the local filter list configuration.
    Possible Solution -
    Contact your network support team if this problem persists.
    It comes up with thie above in a box with two colums. i can only usse internet explorer now.

    Does any body know how to fix it?
    I just got off the phone to my new isp and they said they could not help me at all.

  • SQL Server not Starting Up - Could not open error log file system error = 5(Access is denied.)

    Hi guys,
     I am working on issue with SQL Server 2008 R2 .. we rebooted the server and after that all SQL services is not coming up. below is the error from eventlog...
    SQL Server running under NetworkService account and has full control on this files..
    from Config Manager ....
    The request failed or the service did not respond in a timely fashion....
    From Event log..
    initerrlog: Could not open error log file 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG'. Operating system error = 5(Access is denied.).
    Any idea or workaround..?
    Thanks..
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

    Finally I found solution and was able to bring back online the SQL Services...
    I had a very similar issue with the following error (event log):
    Description:
    The SQL Server (MSSQLSERVER) service terminated with service-specific error 17058 (0x42A2).
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Event Type:      Error
    Event Source:      MSSQLSERVER
    Event Category:      (2)
    Event ID:      17058
    Date:            19/05/2012
    Time:            10:20:14
    User:            N/A
    Computer:      NSQLXX
    Description:
    initerrlog: Could not open error log file 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG'.
    Operating system error = 5(error not found).
    In this case the ERRORLOG file had been marked as read only. This was following a scheduled automated boot.  -This
    was culprit
    MSSQL wouldn't not start until this file had been changed.
    http://www.experts-exchange.com/Database/MS-SQL-Server/Q_23951723.html
    Thanks everyone for your kind replies and time...
    Please Mark As Answer if it is helpful. \\Aim To Inspire Rather to Teach

  • Access denied (Object: com.sap.portal.system/security/no_safety)

    We are implementing EP 6.0, currently with SP11. We have developed some iViews, which are using RFC functions to get information from backend system, in this case SRM.
    Everything worked fine, till the day we’ve transported those developments into other systems (production and testing systems). We are getting the following error Access denied (Object: com.sap.portal.system/security/no_safety). This error only comes out if the iView is called from inside another one, if called isolated it works fine.
    Does any one have any idea about how to solve this?

    Hi AA, you can find in the log file in order to identify what is the object that you need to add in the security zone.
    You can find information for the security zones on:
    http://help.sap.com/saphelp_nw04/helpdata/en/25/85de55a94c4b5fa7a2d74e8ed201b0/content.htm
    Regards.

  • "Access Denied" System Error When Installing Software

    I reintalled the Mac OS 10.4.6 and preserved my users data. Now every time I try to install program, I get the following message: Sorry, the operation could not be completed due to a system error: (Access Denied).
    I tryed repairing the permissions. Any suggestions?
    Thanks in advance,
    Andrew
    iMac 1.8 GHz Power PC   Mac OS X (10.4.6)  
      Mac OS X (10.4.5)  

    Hi Andrew, "Get Info" (command-i) on your Applications folder and turn the disclosure triangle on "Ownership & Permissions" be sure you can "read & write" and that the owner (click the lock to open) is "system" with "read & write" access. Group is "admin" with "read & write" access.
    EDIT: Also, check Permissions inside your Home Folder
    • Navigate to YourHome/Library.
    • Get Info (Command - i) on folders for apps you are having problems with.
    • Open the "Ownership & permissions" disclosure triangle.
    • Make sure you are the owner, with "read and write" access.
    • Click on "apply to all"
    • If this is correct, open the "Applications Support" folder and do the same procedure (Command+I) for the folders with the names of the applications you are having trouble with.
    -mj
    [email protected]

  • Cannot open backup device 'F:\foldername'. Operating system error 5(Access is denied.).

    SQL 2005 Enterprise
    Even if I logon as Administrator and try to backup any of my databases to local partitions, I get this error below. I have been operating fine up until this point and doing backups all the time.  As far as I know, and after checking, no permissions have changed and of course Administrator has ntfs permissions to my local C and other partitions on this server:
    TITLE: Microsoft SQL Server Management Studio
    Backup failed for Server 'servername'.  (Microsoft.SqlServer.Smo)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&EvtSrc=Microsoft.SqlServer.Management.Smo.ExceptionTemplates.FailedOperationExceptionText&EvtID=Backup+Server&LinkId=20476
    ADDITIONAL INFORMATION:
    System.Data.SqlClient.SqlError: Cannot open backup device 'F:\foldername'. Operating system error 5(Access is denied.). (Microsoft.SqlServer.Smo)
    For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&ProdVer=9.00.1399.00&LinkId=20476
    BUTTONS:
    OK
    In the Event log for Windows Server 2003 I see this:
    Event Type: Error
    Event Source: DCOM
    Event Category: None
    Event ID: 10016
    Date:  3/6/2006
    Time:  3:35:06 PM
    User:  NT AUTHORITY\NETWORK SERVICE
    Computer: servername
    Description:
    The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
    {BA126AD1-2166-11D1-B1D0-00805FC1270E}
     to the user NT AUTHORITY\NETWORK SERVICE SID (S-1-5-20).  This security permission can be modified using the Component Services administrative tool.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

    SQL Service account is DOMAIN\SQLAdmin
    Have given the SQLAdmin AD account access to the Backup shares on the file servers (2 file servers, FILE1, FILE2)
    and I still get the error
    Operating system error 5(Access is denied.).
    RESTORE FILELISTONLY
    FROM DISK = N'\\SERVER\APPS\backups\UA\DB\DB.BAK'
    I trid to attach it as device, which runs
    sp_addumpdevice 'disk', 'Network_Share', '\\SERVER\backup\APPS\UA\DB\DB.BAK'
    BUT when restoring, same error occurred (Access denied)
    Only case I can backup/restore to/from network shares, is from the machines where SQL Server runs (SQL1, SQL2)
    e.g. I copy the BAK file from FILE1 to SQL2, share the folder (add SQLAdmin account with access), then restore on SQL1 with file from SQL2 Share
    RESTORE FILELISTONLY
    FROM DISK = N'\\SQL2\backups\UA\DB\DB.BAK'

  • UpdateUptimeRegKey: Operating system error 5(Access is denied.) encountered. Master

    I am getting the following event every minute in the event log:
    UpdateUptimeRegKey: Operating system error 5(Access is denied.) encountered. Master
    +
    System
    Provider
    [ Name]
    MSSQLSERVER
    EventID
    17053
    [ Qualifiers]
    49152
    Level
    2
    Task
    2
    Keywords
    0x80000000000000
    TimeCreated
    [ SystemTime]
    2012-07-07T10:55:22.000000000Z
    EventRecordID
    4171276
    Channel
    Application
    Computer
    ClinSQL.clinlogix.com
    Security
    EventData
    UpdateUptimeRegKey
    5(Access is denied.)
    9D420000100000000800000043004C0049004E00530051004C000000070000006D00610073007400650072000000
    Binary data:
    In Words
    0000: 0000429D 00000010 00000008 004C0043
    0008: 004E0049 00510053 0000004C 00000007
    0010: 0061006D 00740073 00720065 0000
    In Bytes
    0000: 9D 42 00 00 10 00 00 00 B......
    0008: 08 00 00 00 43 00 4C 00 ....C.L.
    0010: 49 00 4E 00 53 00 51 00 I.N.S.Q.
    0018: 4C 00 00 00 07 00 00 00 L.......
    0020: 6D 00 61 00 73 00 74 00 m.a.s.t.
    0028: 65 00 72 00 00 00 e.r...
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider
    Name="MSSQLSERVER" />
    <EventID Qualifiers="49152">17053</EventID>
    <Level>2</Level>
    <Task>2</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated
    SystemTime="2012-07-07T10:55:22.000000000Z" />
    <EventRecordID>4171276</EventRecordID>
    <Channel>Application</Channel>
    <Computer>ClinSQL.domain.com</Computer>
    <Security
    />
    </System>
    - <EventData>
    <Data>UpdateUptimeRegKey</Data>
    <Data>5(Access is denied.)</Data>
    <Binary>9D420000100000000800000043004C0049004E00530051004C000000070000006D00610073007400650072000000</Binary>
    </EventData>
    </Event>
    Appears to be with the Master database. I tried changing the SA password but did not correct the problem.
    Any ideas?

    UpdateUptimeRegKey: Operating system error 5(Access is denied.) encountered. Master
    It looks like the SQL Server service account doesn't have the needed registry permissions.  This may be because the account was changed directly using service control manager instead of using the SQL Server Configuration tool.
    Try changing the SQL Server service account using the SQL Server Configuration tool to another account temporarily and then back to the desired one and restart SQL Server.  This should assign the permissions the service account requires.
    Dan Guzman, SQL Server MVP, http://weblogs.sqlteam.com/dang/

  • Server2012: system error 5 access is denied

    I can successfully log in as administrator to this virtual server after connecting through HyperV. The server time is OK. When I run net user from Power Shell, it displays the two existing accounts (admin and guest). When I try and add a new user, I get
    the system error 5 access is denied message.

    Simply do it using an elevated prompt. Do a right click then choose run as administrator
    option before running Powershell. If you still have the access denied issue then double check your local permissions.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

Maybe you are looking for

  • How do I fix a black display on my external monitor? (HDMI)

    My HDMI port is fine and so is my cord. Tested the cord with other electronics and they displayed perfectly. When I boot to Windows 7, my Macbook will display from the HDMI to the TV. When I boot over to my Yosemite it recognizes that the TV is plugg

  • CcBPM Collect Pattern Error

    All, Im trying to do a collect pattern based on time example. This is what the BPM does, 1. Receives the IDoc from another R3 system. 2. Collects the IDocs based on a correlation and there is a timer for 3 mins. 3. Merges all these IDocs using a tran

  • Strange alert every time I get a message

    Every time I get a message, I hear a strange noise. It doesn't matter if my skype window is active or not, it will make the sound (usually I get a different sound only when skype ISN'T active)This tells me that it's obviously linked to skype somehow,

  • Important:Text control

    Hi all, I have a mx:Text with width as 200 and this control is within the itemRenderer of HorizontalList and so the Text contents may vary based on the data. So is there any way to find the exact width of the text content in the mx:Text. When i do Te

  • Highlight with a Picture behind a button.

    Im trying to make the buttons on a dvdsp4 project highlight with a .psd file of a piece of masking tape. I want the tape pic to appear behing the button's text when thier mouse passes over it or when they have moved to it with thier dvd remote. Im st