Working with Application Installs

I'm having some fun learning how to create my own AIR applications - from the Dreamweaver CS6 environment.
After installing the Adobe AIR runtime (http://get.adobe.com/air/) 
I double-clicked my AirFile.air, and below is the prompt that showed up:
Is this installation prompt customizable? 
What can be done about:
the Big Red Question mark,
Publisher (UNKNOWN)
Publisher Identity,
System Access
I'm hoping to take out the Red and replace with my company's logo, as well as sprucing up the red x's.
any thoughts from someone who's changed this part of the installation? 
On a business note, I definitely don't want to give my clients any reason to doubt my services.

That's all related to not having a signed certificate. It's going to cost you some bucks to lose the warning. What's worse is that on Windows 8, it comes up with a scary security screen indicating that the app should not be trusted and only the adventurous will click on 'more info' to find out that they can install it anyway. Bottom line, probably the best deal is through Tucows for getting a signed certificate. Here's a pretty good overview of the issue:
http://bit.ly/evsrez

Similar Messages

  • Working with Application Service

    hi 
                     i have been working  CAF some time ,  and iam facing problem
             when  iam working with Application Service in CAF  , 
                               while using the entity service
           CURD operations in the  Application service .
                 can any one please  send me a simple scenario   for working with     
             Application Service using Entity Service Curd operations .
            and  a  simple  Query  ,  is the create  operation  entity service  is used for
                      inserting  .

    Hello Murali,
      Yes you would use the create operation to insert a new object of your entity. there are tutorials that will show this in detail
    SAP Composite Application Framework - CAF Tutorial Center [original link is broken]
    The steps you need to do are the following
    1. Define your entity as a dependency in your application service.
    2. create an operation on the application service
    3. you will get a handle to the entities operation by simple calling the this.getxxxService() where xxx is the name of your entity.
    Hope that helps
    Abdul
    Message was edited by:
            Abdul Razack

  • No Sound hearing working with application @ 6233

    Could please help me, how can I get sount while I use applications. I had software which used to work with 3230 & 6600 its work well and good with sound the same software installed with 6233 but could not hear sound !?
    ஒவ்வொரு புன்னகையும் தர்மமே...

    No Prob
    GooD Luck with you then.
    CHeeriOS!

  • Error pop-up window coming up while working with application.

    Hello,
    We are using wls 10.3.2.0. We have one application deployed in one of the managed server. User is getting the error pop-up window with a message "Becauue of
    inactivity, your session has timed out and is no longer active. Click OK to reload the page". Even at the time of working continuously the user gets the message.
    Kindly provide any suggestions on this.
    Following are the settings in weblogic.xml file :
    <session-descriptor>
    <timeout-secs>3600</timeout-secs>
    <invalidation-interval-secs>60</invalidation-interval-secs>
    <cookie-name>ADMINCONSOLESESSION</cookie-name>
    <cookie-max-age-secs>-1</cookie-max-age-secs>
    <cookie-http-only>false</cookie-http-only>
    <url-rewriting-enabled>false</url-rewriting-enabled>
    </session-descriptor>

    "Even at the time of working continuously the user gets the message." This is very odd... and does not make any sense.
    Especially the continuous part...
    What I can think of is that a session-timeout is configured in the web.xml as well (which to my knowledge is leading), for example
    <session-config>
    <session-timeout>1</session-timeout>
    </session-config>
    Could be that this value is set low, which could explain something why the user's session times out quicker than expected.
    If this is not the case I think you have to talk to your users and ask them what exactly they describe as "working continuously".
    We are getting following error in test environment

  • Jakarta Commons -- File Upload does not work with Application Server

    Hi ALl,
    I tried Jakarta Commons file upload. In the netbeans, I copied the common jar files "commons-io-1.2.jar" and "commons-fileupload-1.1.1.jar" in the
    netbeans-5.5\enterprise3\apache-tomcat-5.5.17\common\lib and set the class paths. It is working correctly when I compile and run from the netbeans. However, when I deployed in Sun Application Server PE 9.0, I am receiving the following errors. In Sun application I copied the above jars files to "C:\Sun\AppServer\jdk\jre\lib\ext"..
    I have read in several postings that it does not work this way but could find any solution. Any idea will be greatly appreciated.
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: java.lang.NoClassDefFoundError: javax/servlet/ServletInputStream
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:930)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:863)
         org.apache.jsp.fileUpload_jsp._jspService(fileUpload_jsp.java:109)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:353)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:409)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:317)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    root cause
    java.lang.NoClassDefFoundError: javax/servlet/ServletInputStream
         org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:116)
         org.apache.jsp.fileUpload_jsp._jspService(fileUpload_jsp.java:76)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:353)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:409)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:317)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    note The full stack trace of the root cause is available in the Sun Java System Application Server Platform Edition 9.0 logs.
    Sun Java System Application Server Platform Edition 9.0
    Thank you,
    --Sam                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi All,
    I solved this few minutes after I posted this question. Thought I should share with everybody, just in case some one else need it.
    I copied these three files in the folder C:\Sun\AppServer\jdk\jre\lib\ext
    1. servelet-api.jar
    2. commons-io-1.2.jar
    3. commons-fileupload-1.1.1.jar
    No need to set any class path.
    Thanks

  • Does RemoteUpdateManager work with Suite installations?

    Hi all,
    I recently discovered Remote Update Manager, and I've found it works quite well for updating individual CS programs that were installed individually. However, on Windows machines it does not seem to update installations that are installed as the entire suite.  For instance, when Programs and Features inclues "Adobe Creative Suite 5.5 Design Standard" instead of "Adobe Photoshop CS5.5".  I've tried it with and without individual --channelIds.
    Is this by design?  Are there unpublished --channelIDs for the entire suite?
    http://forums.adobe.com/servlet/JiveServlet/downloadBody/2434-102-2-4406/AdobeRemoteUpdate Manager_ChannelIds.pdf
    These were not AMEE-managed installations, so I'm catching up on past history.  We use Tivoli Endpoint Manager (nee BigFix).  I've deployed RUM to the machines that need it, and then am executing RUM via TEM fixlets.
    Thanks,
    Andrew

    Hi,
    I am not sure what the exact reason for your failure was, but you can configure Berkeley DB to work without mmap. See documentation here:
    http://www.oracle.com/technology/documentation/berkeley-db/db/ref/env/region.html
    There is a general discussion about the issues of using NFS/SAN based files systems with Berkeley DB environments here:
    http://www.oracle.com/technology/products/berkeley-db/faq/db_faq.html#2
    - Alex

  • Devieces used with USB not working with applications

    I got an ipod shuffle today and when i put it in it didn't do anything in itunes like it does with my nano.
    I got a new camera, and i pluged that in using a USB cable and it connected but didn't do anything in iPhoto like my old camera did.
    I wouldn't think this would happen with two devices, but it does.
    What can i do?

    with the ipod no it should mount on the desktop at least. i had a problem with a friends iPod mini. it would mount on the desktop but not in itunes. try the iPod forums

  • Work with Application Services in CAF

    Hi.
    I have a composite application en NWD 7.3, my project has a little custom Framework which implements basic operations (CRUD) , the methods of these operations are exposed as web services. Also the project has some external services.
    My question is: Can I make an Application Service in which I could call an external service and the data obtained from this external service save them calling any web service from my custom Framework?
    The Custom Framework isn't in the same CAF Development Component.
    Thanks in Advance.
    Regards

    Hi,
    Please check note 1004108.
    Methods of Application and/or Entity Services (Business Objects) of CAF of SAP NetWeaver CE 7.1 cannot be exposed in document style, only RPC/literal is possible. Sorry.
    It's a restriction that is planned to be solved in one of the next releases.
    Regards,
       Jan

  • Working with application domains

    This question was posted in response to the following article: http://help.adobe.com/en_US/as3/dev/WSd75bf4610ec9e22f43855da312214da1d8f-8000.html

    Hi,
    Can you please tell me, how i can clear the app-dimain contents which are not to be required.
    because after some times, the memory usage is getting bigger and cause crashing the application.
    Please let me know is there any better way to clear the unwanted objects from memory

  • The "Adobe Reader 11.0.08 security update - All languages" is not working with "Adobe Reader 11.0 - Multilingual (MUI) installer" using msiexec when creating an msi package. is there going to be a release of Adobe Reader 11.0.08 update - Multilingual (MUI

    Is it possible to create an msi package if the product you are upgrading is Multilingual (MUI) and the update(msp) you are applying is not Multilingual (MUI) but "All languages"?

    Please download the latest Adobe Reader patch from the below mentioned location, it will work with MUI installer.
    ftp://ftp.adobe.com/pub/adobe/reader/
    ~Deepak

  • Why the iPad internal speakers not working with some applications and key sound?

    My iPad1 ' internal speakers not fully functioning. It is working with music and video, YouTube , but not working with applications such as games.
    Also with key pad sound .
    Please help me in this regard.

    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • My camera will not work with Photo booth or any other camera application.

    I have an iMac Intel 21.5".
    Camera has always worked just fine.
    Suddenly it has stopped.
    The green light right next to the camera is on, but nothing is displayed on the screen (photo booth).
    No error message is displayed either.
    I have already tried the reset function (turn off, remove all cables and power cable for 10 sec, and turn it back on) but it hasn't worked.
    Any thoughts?
    Thanks

    Hi Rogerya,
    Thanks for using the Apple Support Communities. It sounds like you may be experiencing issues with the built-in FaceTime camera (also known as iSight) on your MacBook Air. The following resource provides relevant troubleshooting information that you can try:
    How to Troubleshoot iSight - Apple Support
    https://support.apple.com/en-us/HT2090
    Important: Follow these instructions in order. Test the camera between steps to see if the issue is resolved.
    Built-in iSight cameras
    These steps are for iSight cameras that are built into a computer, such as the iMac G5 (iSight) or later, the MacBook, or MacBook Pro.
    1. See if the issue is application-specific.
    Try another application (iSight works with applications like iChat, PhotoBooth, and iMovie HD 6) to see if the iSight camera exhibits the same behavior in all applications. If it only happens in one application, try reinstalling that application.
    2. See if the issue is user-specific.
    Test your iSight camera in another user account. If the issue only occurs in one user, the issue would be isolated to user settings.
    3. Find out if the computer recognizes the iSight
    Check System Profiler (in the Utilities folder, inside the Applications folder). Under the USB header, check to see if the iSight camera is detected.
    4. Reset SMC or PMU
    Reset your computer's SMC or PMU, and then check System Profiler again. (SMC reset instructions for iMac G5 (iSight), Intel-based iMacs; PMU reset instructions for MacBook and MacBook Pro.)
    If your built-in iSight camera is still not behaving correctly after trying all these steps, you may need to contact Apple or an Apple-Authorized Service Provider for service.
    - Matt M.

  • Internal camera no longer working on multiple Mac Book Pros after updating to 10.8.5. with third party software. (Smart Board, Bridgit ) Camera does work with Skype.

    I have several Mac Book Pros that I am responsible for.  They will no longer recognize the camera in SmartBoard and in Smart Bridgit since updating to 10.8.5. One of the machines is even running 10.9 and it still won't work.  I have teachers who are very frustrated because they wish to use the Bridgit Software in their classrooms. Skype appears to be working fine.  It is just the Smart Board Software.

    Hey there MelAllen,
    It sounds like you need help troubleshooting the built in camera on some of the computers there. I want to recommend the troubleshooting steps outlined in this article named:
    How to Troubleshoot iSight
    http://support.apple.com/kb/ht2090
    Built-in iSight cameras
    These steps are for iSight cameras that are built into a computer, such as the iMac G5 (iSight) or later, the MacBook, or MacBook Pro.
    See if the issue is application-specific.
    Try another application (iSight works with applications like iChat, PhotoBooth, and iMovie HD 6) to see if the iSight camera exhibits the same behavior in all applications. If it only happens in one application, try reinstalling that application.
    See if the issue is user-specific.
    Test your iSight camera in another user account. If the issue only occurs in one user, the issue would be isolated to user settings.
    Find out if the computer recognizes the iSight
    Check System Profiler (in the Utilities folder, inside the Applications folder). Under the USB header, check to see if the iSight camera is detected.
    Reset SMC or PMU
    Reset your computer's SMC or PMU, and then check System Profiler again. (SMC reset instructions for iMac G5 (iSight), Intel-based iMacs; PMU reset instructions for MacBook and MacBook Pro.)
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Moving to CF10, Need help with Application.cfc

    I've been googling about how to work with Application.cfc since last week but I still have some questions and I can't find the answers.
    My application is under the root (in unix) and there are many subfolders underneath it. Each sub-folder is hosting a different web application.
    From what I read, I can create 1 root Application.cfc and then on subsequent sub-folder, when I need to have another Application.cfc on that level, I can create ProxyApplication (see below) and then create a sub-folder level Applicatin.cfc
    So, when I set an application.DSN on my root Application.cfc, using proxyApplication I don't have to reset this dsn again in my sub folder level Application.cfc
    Since my loginform.cfm and loginaction.cfm is right under root directory too,  I also set OnsessionStart in the root Application.cfc to handle user login. Then this means, I don't have to reset session variable again anywhere because session.username, etc has been set on the highest level.
    Is this correct?
    In addition, Am I correct when I do the following:
    1. Since I have root level and sub-folder level Application.cfc, I should set this.name with a different name, am I right?
        On the root Application.cfc I set this.name = "StudentServices" because this represent the global application
        On the sub-folder level's Application.cfc, I set this.name to "StudentServices_stdLoad" becaus this sub-folder only handle student load application.
    2. On the root Application.cfc, I set the DSN to the application scope. So on the sub-folder level Application.cfc I can check if a particular db is working or not
        because as awhole, in the global sense, this web application uses more than one Databases. Each sub-folder may use a database that is dfferent than the other sub folder.
    Am I doing the right thing? Please advice
    Below is example of what I have, Thank you!
    I created a root Application.cfc under the root directory: 
    <CFCOMPONENT displayname="Application" output="true" hint="My Root Application component">
       <!--- Set up the application --->    <cfset THIS.Name = "StudentServices" />    <cfset THIS.ApplicationTimeout = CreateTimeSpan(0,0,30,0) />    <cfset THIS.SessionManagement = true />    <cfset THIS.SetClientCookies = false />
           <cffunction name="OnApplicationStart" access="public" returntype="boolean" output="false">
       <cfset application.MainDSN = "DSN1">
       <cfset application.ReportDSN = "DSN2">
       <cfreturn true/>
    </cffunction>
     <cffunction name="onApplicationEnd" output="false">
         <cfargument name="applicationScope" required="true">  </cffunction>
     <cffunction name="onSessionEnd">
    </CFCOMPONENT>
    Then, in this root directory I also created a ProxyApplication:
     <!--- it's empty and it Serves merely to create an alias for your root /Application.cfc --->
     <cfcomponent name="ApplicationProxy" extends="AdvancementServices.Application"> 
    </cfcomponent>
    Then in the Sub-Directory, I can create a sub-folder level Application.cfc extending the root Application.cfc:
     <CFCOMPONENT displayname="Application" extends="ApplicationProxy">
        <!--- Set up the sub-folder application --->
        <cfset THIS.Name = "StudentServices_stdLoad"/> 
        <cfset THIS.ApplicationTimeout = CreateTimeSpan(0,0,30,0) /> 
        <cfset THIS.SessionManagement = true/> 
        <cfset THIS.SetClientCookies = false/> 
        <cffunction name="OnApplicationStart" access="public" returntype="boolean" output="false">
           <!--- ****** Testing whether the ADVUPGRD is accessible by selecting some data.****** --->
           <cftry>
           <cfquery name="TestMain_DSN" datasource="#application.MainDSN#" maxrows="2">
             SELECT Count(*)          FROM MyTable
           </cfquery>
             <!--- If we get a database error, report an error to the user, log the error information, and do not start the application. --->
            <cfcatch type="database">
              <cflog file="#this.name#" type="error" text="Main DSN is not available. message: #cfcatch.message# Detail: #cfcatch.detail# Native Error: #cfcatch.NativeErrorCode#" >
             <cfthrow message="This application encountered an error when connecting to the Main Database. Please contact support." />
             <cfreturn false>
           </cfcatch>
         </cftry>
         <cflog file="#this.name#" type="Information" text="Application #this.name# Started">
         <cfreturn true/>
       </cffunction>
    </CFCOMPONENT>
        <cfargument name = "SessionScope" required=true/>     <cfargument name = "AppScope" required=true/>
    </cffunction>
    <cffunction name="OnSessionStart" access="public" returntype="void" output="false"> 
      <CFSET session.UserGroup = ""/> 
      <CFSET session.UserName = ""/> 
      <CFSET session.currentPage = ""/> 
      <CFSET session.loggedin = "No"/> 
      <CFSET session.userrights = ""/>
      <cfreturn/>
    </cffunction>

    OK.  It sounds to me like you really shouldn't be using a single root Application.cfc at all, if all you want to do is share some settings between your "sub-applications".  I would look at storing the common settings in an external file that all of the applications can read in.  The simplest way is to put the settings in a .CFM file somwhere outside of the web root (so it is not directly web accessible) and load it with <cfinclude> tag into the OnApplicationStart() method of each sub-application's App.cfc.  That .CFM file can be as simple as:
    <cfset application.myCustomSetting = "blahblah">
    <cfset application.myOtherSetting = "foo">
    Alternatively, you can look at using a config file like this Ray Camden blog post suggests, and use the GetProfileSection(), GetProfileString(), and SetProfileString() functions as needed within OnApplicationStart().  You could even put ALL of your settings in
    A third option is to store your settings in an XML file or in JSON format in a text file.  You could then write code to read in the XML file, and use something like xml2struct.cfc to convert the XML into a struct, then append the struct to your application scope.  If you go the JSON route, then just read in the JSON file and use DeserializeJSON() to convert it into a struct, and append it to the application scope.
    What I think is probably the best approach is to use a community-supported MVC framework like FW/1 or ColdBox (maybe you already are, I don't think you've said so though).  One of the many advantages to doing so is that they have built-in "environment" support that can be used to configure common settings, depending on your environment (dev/qa/production).  You would handle reading in your external settings through the "environment" mechanism.
    One other thing to think about: your login mechanism.  I think you want to use one set of login tools that is shared by all of the "sub-applications".  You can do this also by putting the login/authentication-related code somewhere outside the webroot of your applications, and then either set up a mapping to that location in CF Admin, or set an application-specific mapping in your various App.cfc files.  That way all the "sub-applications" share a common set of code for the login process.  I don't know how your login process works (do all users go to the same login page then get redirected into their relevant "sub-application", or does each "sub-application" have a discrete login page that utilizes common back-end processes to authenticate and redirect), so you'll have to judge how that is best accomplished.
    Hopefully this gives you some useful ideas.
    -Carl V.

  • Update JavaScript to work with Acrobat 8

    A predecessor created the following JavaScript to add a menu i
    tem that inserts a background image.  This works in Acrobat 7 but only in Acrobat 8 if Acrobat 7 is or was installed previously, clean installs of Acrobat 8 and the script does nothing.
    Is there anything that needs to be changed in the script for it to work with new installs  of Acrobat 8?
    //add background function
    background=app.trustedFunction (
    function ()
    app.beginPriv();
    this.addWatermarkFromFile({
    cDIPath: "/c/invoice/invoice.pdf",
    bOnTop: false,
    nHorizAlign: app.constants.align.center,
    nVertAlign: app.constants.align.middle,
    nOpacity:100;
    app.endPriv();
    //Add functions to menu
    app.addMenuItem({cName: "Add invoice background", cParent: "Document", cExec: "background()",cEnable: true, nPos: 1});
    Thanks

    There is an error which mentions "missing { after property list".  Anyway, I changed the following in the script and it now functions as expected:
    nOpacity:100;
    to
    nOpacity:1.0
    Thanks

Maybe you are looking for

  • My macbook pro wont start up

    goes to a gray screen with apple logo and just the gear spins non stop, never made a recovery disk.did a control r and got to the disk utility but still wont work on repair, id like to try to save my data. any ideas...running lion os not sure i remeb

  • GR with reference to Delivery Order

    Hi How to GR with reference to the Outbound Delivery order ? Possible to do in MIGO ? My Current setting allows GR with ref to Mat.Doc/P.O/Prod.Order/Other. Thanks RG

  • Work Repository creation - Error

    hi, I have cretaed Master Repository successfully but while creating Work Repository, getting following error Name : Work_Repository Technology: Oracle instance/dblink (Data Server): (empty) username: snpw (I have created this user) password: snpw JD

  • My tab and address bar fonts changed on their own.

    I'm not really sure how this happened, but I opened Firefox and noticed that the font is different for the address bar, on all the tabs, and in any popup notifications. Is there any way I can fix this? I hate how this new font looks.

  • A problem with 'function'

    I created a function group 'z_function_group' , and then I created a function 'z_test_function'. When I was trying to activate this function, I got this error : Program SAPLZ_FUNCTION_GROUP     Row 2 REPORT/PROGRAM statement missing, or program type