Script ui - slider problem

Hey,.

is it possible to do a "slider" that control the opacity of the current layer?

Yes, it is possible. It is not a smooth surface as the GUI cursor but works.

var d= new Window('dialog');
          d.grpOpacity = d.add('group');
          d.grpOpacity.orientation = 'column';
          d.grpOpacity.alignChildren = ['fill','top'];
          d.grpOpacity.grpSlider = d.grpOpacity.add('group');
          d.grpOpacity.grpSlider.spacing = 0;
          d.grpOpacity.grpSlider.orientation = 'column';
          d.grpOpacity.grpSlider.st1 =  d.grpOpacity.grpSlider.add('statictext',undefined,'Opacity');
          d.grpOpacity.grpSlider.st1.alignment = 'left';
          d.grpOpacity.grpSlider.grpSlider = d.grpOpacity.grpSlider.add('group');
          d.grpOpacity.grpSlider.grpSlider.alignChildren = ['left','center'];
          d.grpOpacity.grpSlider.grpSlider.spacing = 0;
          d.slOpacity = d.grpOpacity.grpSlider.grpSlider.add('slider',undefined,0,0,100);
          d.slOpacity.value = app.activeDocument.activeLayer.opacity;
          d.slOpacity.preferredSize.width = 200;
          d.etOpacityValue = d.grpOpacity.grpSlider.grpSlider.add('edittext');
          d.etOpacityValue.text = Math.round(app.activeDocument.activeLayer.opacity);
          d.etOpacityValue.addEventListener ('keydown', InitEditKeyboardHandler );
          d.etOpacityValue.preferredSize.width = 40;
          d.grpOpacity.grpSlider.grpSlider.stUnit = d.grpOpacity.grpSlider.grpSlider.add('statictext',undefined,'%');

          d.grpOpacity.grpSlider.grpSt = d.grpOpacity.grpSlider.add('group');
          d.grpOpacity.grpSlider.grpSt.orientation = 'row';
          d.grpOpacity.grpSlider.grpSt.alignment = 'fill';
          d.grpOpacity.grpSlider.grpSt.spacing = 0;
          d.grpOpacity.grpSlider.grpSt.margins = [5,0,0,0];
          d.grpOpacity.grpSlider.grpSt.grpLeft = d.grpOpacity.grpSlider.grpSt.add('group');
          d.grpOpacity.grpSlider.grpSt.grpLeft.st1 = d.grpOpacity.grpSlider.grpSt.grpLeft.add('statictext',undefined,'0');
          d.grpOpacity.grpSlider.grpSt.grpLeft.st1.alignment = ['left','center'];
          d.grpOpacity.grpSlider.grpSt.grpLeft.st1.preferredSize.width = 150;
          d.grpOpacity.grpSlider.grpSt.grpLeft.st3 = d.grpOpacity.grpSlider.grpSt.grpLeft.add('statictext',undefined,'100');
          d.grpOpacity.grpSlider.grpSt.grpLeft.st3.alignment = ['right','center'];
          d.grpOpacity.grpSlider.grpSt.grpLeft.st3.preferredSize.width = 40;

          d.grpButtons = d.add('group');
          d.grpButtons.alignment = "right";
          d.grpButtons.btnCanel = d.grpButtons.add( 'button', undefined, 'Cancel', { name:'cancel' });
          d.grpButtons.btnOK = d.grpButtons.add( 'button', undefined, 'Ok', { name:'ok' });

          d.etOpacityValue.onChanging = d.etOpacityValue.onChange = function(){
                                                                                                              var d = FindDialog(this);
                                                                                                              d.slOpacity.value = Number(this.text);
                                                                                                              d.slOpacity.onChange();

                                                                                                              }
          d.slOpacity.onChanging  = d.slOpacity.onChange = function(){
                                                                                var d = FindDialog(this);
                                                                                d.etOpacityValue.text = Math.round(this.value);
                                                                           }
       d.slOpacity.onChange = function(){
                                                                                var d = FindDialog(this);
                                                                                app.activeDocument.activeLayer.opacity = Math.round(this.value);
                                                                                app.refresh();
                                                                           }

d.show();

function FindDialog( inItem ) {
     var w = inItem;
     while ( 'dialog' != w.type ) {
          if ( undefined == w.parent ) {
               w = null;
               break;
          }
          w = w.parent;
     }
     return w;
};
function InitEditKeyboardHandler (event) {
    try {
        var keyIsOK = KeyIsNumeric(event) ||
                                   KeyIsDelete(event) ||
                                   KeyIsLRArrow(event) ||
                                   KeyIsTabEnterEscape(event);
        if (! keyIsOK) {
            event.preventDefault();
            app.beep();
        }
    }
    catch (e) {
    }
};
//    key identifier functions
function KeyIsNumeric ( event ) {
    return   ( event.keyName.match( /[0-9]/) != null ) && ! KeyHasModifier ( event );
}
function KeyIsPeriod ( event ) {
    return  ( event.keyName.match( /Period/) != null ) && ! KeyHasModifier ( event );
}
function KeyIsComma ( event ) {
    return  ( event.keyName.match( /Comma/) != null ) && ! KeyHasModifier ( event );
}
function KeyHasModifier ( event ) {
    return event.shiftKey || event.ctrlKey || event.altKey || event.metaKey;
}
function KeyIsDelete (event) {
    //    Shift-delete is ok
    return (event.keyName == 'Backspace') && ! (event.ctrlKey);
}
function KeyIsLRArrow (event) {
    return ((event.keyName == 'Left') || (event.keyName == 'Right')) && ! (event.altKey || event.metaKey);
}
function KeyIsTabEnterEscape (event) {
     return event.keyName == 'Tab' || event.keyName == 'Enter' || event.keyName == 'Escape';
}

Tags: Photoshop

Similar Questions

  • Workflow of Storyboard scripted to slide show

    I am new to InDesign, and I was wondering the best way to move from the table of Storyboard to different exports as a slide show and a short video. My table of Storyboard consists of pages in landscape with the actual slides in 4 x 3 in the center of the page. As the name of the chapter notes, script, and description are on the perimeter of the slide. I'm starting to create slides with Elements(placed from Illustrator) graphics and text (Styles of InDesign). When I view in presentation mode, I can test the flow of the slide to the slide.

    I would like to export a Powerpoint/PDF containing only parts of slide table Storyboard for my client to easily click through the slides in a presentation without any of the display of additional information.

    I have to do an InDesign file with pages reduced portion of slide 4 x 3 on each page? Not sure that the best workflow for this project type. I like to keep all my graphics to linked in order to change them and ask them to update the presentation overall. I also want to use the InDesign text engine. I have attached what my file looks like currently.

    References/suggestions are welcome! Thank you!Screen Shot 2016-08-31 at 9.03.06 PM.png

    Hi Gabriel,

    Solution 1:
    Export the slides in PNG with high resolution.
    Select what you want to export and export in PNG with 600 dpi or even 1200 dpi.
    Do this for each slide.

    Place the PNGs in PowerPoint. -Online send the PowerPoint file to your client.

    Solution 2:

    Export all pages as a PDF.

    With Acrobat Pro crop all pages.
    If the position of the blades on the pages is the same, this can be done only once.

    -Online send the PDF cropped to your customer.

    Or: Open the PDF cropped with PhotoShop and make all pages PDF to PNG.

    Place the PNGs in PowerPoint. -Online send the PowerPoint file to your client.

    Solution 3:
    Make a new InDesign document where the page size is exactly the size of your slides.
    Place pages InDesign of your storyboard table that contains annotations. Crop and position them exactly on the pages.
    If you have to do it again, because you had to make some changes to the slide master, you can simply update the placed InDesign documents.

    Export the document to PDF. -Online send the PDF file to your client.

    Or: The export in PNG document. Place the PNGs in PowerPoint. -Online send the PowerPoint file to your client.

    Or: Export to PDF, open the PDF with PhotoShop and make all pages PDF to PNG.
    Place the PNGs in PowerPoint. -Online send the PowerPoint file to your client.

    Do some tests with solutions and decide what is best in the expectation of quality and his client.
    It is not good idea to place a PDF to PowerPoint.

    Kind regards
    Uwe

  • Go to the next slide - problem!

    Hello world

    First thing: I'm not an expert in Captivate, but I learn every day to use this great software... so please, be patient

    QUESTION:

    I am trying to generate a course, very small and simple, but I have a problem: when I click on "Preview", I see that each slide appears after the previous. I need to let the user decide when he wants to move forward!
    Example: I have to generate a slide requiring 2 min of reading, but after this time, it is important to stop Auto progression. I chose not to show the progress bar but the problem remains.

    All commands in a standard advanced action will be executed in sequence. If you want to display an image, you need to allow time for the user to see the image before the read head moves to the next slide. If you are on 9 Captivate, you can use the command 'delay next actions. " An easy way that can also be used on previous versions:

    • Create the button with just the simple command continue
    • Start the chronology of the image just after the point of suspension of the button
    • Extend the chronology of the image until the end of the slide (CTRL-E)
    • Estimate how much time the chronology of the image must be.
    • When the playhead is released by the click of a button, the image will appear and playhead moves until the end of the slide, and then go to the next slide

  • Custom Script of Multiplication problem

    I'm having a problem when I create a certain script multiplication where is just is not calculating correctly.  Its looks simple, but with my knowledge of scripts, I am unable to understand.  I read these forums and used a script that I found in another thread and it works for one of the calculations that I do, but then it does not work for another which does essentially the same thing.

    So here's the scenario - I have a longer calculation of subtraction multiplication then back to the multiplication and the final multiplication script is the I can't work correctly even if I copied and pasted one (which works fine) and adjust the field values. I don't understand. The calc looks like this

    Text 1

    x 2 text

    = Text 3

    -Text 4

    = Text 5

    x 6 text

    = Text 7

    So, I have in the script customized for the first solution of multiplication.

    Get the value of the field, as a number

    var v1 = + getField("Text_1").value;

    Get the value of the field, as a number

    var v2 = + getField("Text_2").value;

    Calculate and set the value of this field for the result

    Event.Value = v1 * v2;

    And in the solution of subtraction I

    Get the value of the field

    var v1 = getField("Text_3").value;

    Get the value of the field

    var v2 = getField("Text_4").value;

    Set this field equal to the subtraction

    Event.Value = v1 - v2;

    And then I have in the final solution of multiplication

    Get the value of the field, as a number

    var v1 = + getField("Text_5").value;

    Get the value of the field, as a number

    var v2 = + getField("Text_6").value;

    Calculate and set the value of this field for the result

    Event.Value = v1 * v2;

    I have been using the following numbers:

    Text 1 = 417000

    Text 2 = 0.25

    Text 4 = 25000

    Text 6 = 4

    I received the following responses:

    Text 3 = 104250 (correct)

    5 text = 79250 (correct)

    Text 7 = 417000 (incorrect; should be 317000)

    Can someone help me?

    You must pass in forms editing mode (forms > add or edit fields) and then select "forms > edit > set field calculation order of fields" and organize the list of the calculated fields in the logical order for your form.

  • script window cursor problems

    I was just trying the new Director and ran into a problem with the script window. When you type in the window, the cursor displays several characters in front of where it should be. For example, to move the cursor to a location in the code and press RET removes a character than some areas of the back from the cursor. It is almost impossible to write or change the encoding when the cursor is not accurate.

    all started working again

  • Other new lines in SQL script file and problem with SQL * more

    Hi all


    I would like to ask a question on the characters of new line inside files SQL scripts. I have a very long SQL query, stored in a file txt (ANSI encoding). Because query instructions are very long (several table joins and WHERE conditions) tried to separate, WHERE and ORDER BY clauses by inserting several new characters of lines (just hit the entrance) among them in order to improve the clarity of the source code. Now the problem is, whenever these newline characters are inserted in the file, apparently SQL * Plus cannot parse the file properly and gives me the following error message:
    SP2-0042: unknown command "FROM" - rest of line ignored.
    SP2-0734: unknown command beginning "myenterpri..." - rest of line ignored.
    The problem is definitely related to these new line because characters that when I remove them, the scripts runs without any problem. I would appreciate that you could kindly guide me how should I deal with this problem. Is there any SQL * Plus command to run to correctly interpret the new line characters?


    Thanks in advance,


    Kind regards
    Dariyoosh

    Hello

    In [SQL * Plus 9 | http://download.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm#1013073] (and), you can tell

    SET     SQLBLANKLINES   ON
    

    allow to completely empty rows in an SQL statement.

  • script / Plugin UI problem stops me in my tracks!

    Hi guys, I was trawling the forums for this issue, but I just cannot use the right set of words.

    When I use a third-party Plugins with karim panels such that ease and wizz and Duik, the UI becomes all messed up and do not resize correctly also the menu drop-down dialogues get Cropped (see below) so that their content become unusable.

    Here are images of duik, when the Panel is small I can see the icons at the top right, but the rest of the group is oddly cropped, but when I resize I lose these icons entirely.

    When I open submenus as car seat that the user interface is medium in size and components are strangely close to one another.

    This problem exists in almost all my third-party plugins. Any advice would be greatly appreciated and urgent.

    Ha Ha I have the answer, my Windows screen was created to display text at 120% as soon as I returned it 100% problem solved.

    In case anyone else has this very annoying problem, simply press the Windows key and type "make the text and other elements more or less" will open the display panel, then just as his game to 100%, make logout, log screw, Done!

  • the action script entry box problem

    I'm learning FlashCS4 on mine right now. I downloaded the upgrade and try to enter commands for simple buttons. When I open Action Script3 and java script type, the type will not be spread out so it begins to overlap in the input area. Here is a screenshot to illustrate what I mean. This seems to be a corruption of software or conflict. Anyone?

    Click Edition/Preferences/actionscript, and then select a different size of police/police.

  • script ant deploy problem

    I use the build.xml file:

    "< name of project = default"samplesbuilder"="all"basedir =". ">

    <!-set-> our global properties
    < name = "base.dir property" value =". "/ >
    < name = "src.dir property" value = "src" / > "
    < name = "output.dir property" value = "exit" / > "
    < name = "dist.dir property" value = "dist" / > "
    < name = "debug.value property" value = "on" / > "
    < name = "sharedlib.dir property" value ="${base.dir} /... /... /.. /.. /.. /modules "/ >"
    < name = "wlrtlib.dir property" value ="${base.dir} /... /... /.. /.. /modules "/ >"

    <!-create the class lib path and output directories. ->
    < path id = "classpath" >
    < pathelement location = "${output.dir}" / >
    < dir = "${fileset wlrtlib.dir}" >
    < name = "*.jar" / >
    < / fileset >
    < dir = "${fileset sharedlib.dir}" >
    < name = "*.jar" / >
    < / fileset >
    < / path >

    <!-initialize. ->
    < name = "property-init" target >
    <!-test the availability of the source file. ->
    < file = "${src.dir available}" "
    Type = "dir" property = "src.present" / >
    < file = "${available dist.dir} '"
    Type = "dir" property = "dist.present" / >
    < / target >

    < target name = "init" if = "src.present" depends = "property-init" > "
    <!-create lib directory. ->
    < mkdir dir = "${dist.dir}" / >
    <!-create the output directory. ->
    < mkdir dir = "${output.dir}" / >
    < / target >

    <!-compile and JAR all->
    < target name = "all" depends on 'property-init' = >
    < antcall target = 'clean' / >
    < antcall target = 'compile' / >
    < antcall target = "copyfiles" / >
    < antcall target = 'dist' / >

    < / target >

    <!-all compile. ->
    < name target = "compile" if = "src.present" depends = "init" > "
    "< javac srcdir =" ${src.dir} "destdir =" ${output.dir}.
    Debug = "${debug." Value}"verbose =" ' disapproval 'no' = >
    < classpath refid = "classpath" / >
    < include name="**/*.java"/ >
    < / javac >
    < / target >

    < target name = "copyfiles" >
    < mkdir dir="${output.dir}/META-INF/spring"/ >
    "< copy todir="${output.dir}/META-INF/spring ">
    < fileset dir = 'META-INF/spring '.
    includes = "*" / >
    < / copy >
    < mkdir dir="${output.dir}/META-INF/wlevs"/ >
    "< copy todir="${output.dir}/META-INF/wlevs ">
    < fileset dir = "META-INF/wlevs.
    includes = "*" / >
    < / copy >
    < / target >

    <!-create EXAMPLE JAR file. ->
    < target name = 'dist' if = "src.present" depends = "compile" > "
    < mkdir dir = "${dist.dir}" / >
    < manifest jar = "META-INF/MANIFEST. MF.
    jarfile="${Dist.dir}/com.BEA.wlevs.example.My_CEP_1.0.0.jar".
    BASEDIR = "${output.dir} ' includes =" * / * ">"
    < name = "META-INF/spring / *" / >
    < name = "META-INF/wlevs / *" / >
    < / jar >
    < / target >

    <!-cleaning everything. ->
    < name target 'clean' = >
    < dir = "${output.dir}" / remove >
    < dir = "${dist.dir}" / remove >
    < / target >

    < name target = "deploy" if = "dist.present" depends = "property-init" > "
    < classname = "com.bea.wlevs.deployment.Deployer" java
    dir =". »
    fork = "true".
    output = "deploytarget.log"
    FailOnError = "true" >
    < classpath >
    < dir = "${base.dir} / fileset... /.." /.. /.. "includes ="wlevsdeploy.jar"/ / bin" >
    < / classpath >
    < arg line = "-url http://localhost:9002 / wlevsdeployer" / >
    < arg line = "-user ${username}" / >
    < arg line = "-password ${password}" / >
    < arg line = "-${action}" / >
    < arg line="dist/com.bea.wlevs.example.My_CEP_1.0.0.jar"/ >
    < / java >
    < / target >


    < / project >


    But make a mistake like:
    BUILD FAILED
    C:\Documents and Settings\470831\workspace_470831\My_CEP\build.xml:92: Java retu
    Tutankhamun: 1

    What is the root cause of this error?

    Published by: 856272 on June 13, 2011 03:20

    You must specify the user name and password as well. Based on your file generation, if you have not yet deployed, you say-

    Ant deploy - Dusername = - Dpassword = - action = install

    Once you've deployed successfully once, but want to update the application with your changes, you must say-

    Ant deploy - Dusername = - Dpassword = - action = update

    You should take a look at the documentation of CEP to http://www.oracle.com/technetwork/middleware/complex-event-processing/documentation/index.html#111140

    Manju.

  • Problem of Windows with Action Scripts run from a Panel

    I created a panel that has shortcuts for Menu items and tools. I have also two buttons on my slab that run scripts that were created with Actions. I tested these two scripts with the ExtendScript Toolkit for both Mac and windows.

    Both scripts do not run on some computers in the window, but they do on others. It seems that the problem more with 7 of the window then in any other operating system, but it is not universal.

    I am at a loss on how to get hurt this problem. Machine window 7, I'm testing on runs the script without any problems, but some users of my panels have the problem above.

    Any ideas?

    Thanks in advance - Sam

    Action handler code looks like it's a step to play a shadow of action which lies in a defined action named SmileixPix.

    If you added that action shadow action value saved SmilePix the action defined and distributed the action defined in the package.

    If users have an action set SmilePix and you loaded the update action defined as a part of you install. Users can end up with two responsible actions named sets SmilePix one containing the action of the shadow and the other without the Sdade action.  I don't know what would happen if your panels has been used and there was a prior action set SmilePix which is not the action of the shadow.  Make sure that defective computers do not list Action Games named SmilePix twon

  • When I run CLEAR HISTORY, I get this error... A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script ends. Script: chrome://browser/content/sanitize.js:136

    response to "continue the script" works sporadically. Usually, I opt for STOP SCRIPT.

    Problem occurs with other times, but not as consistent as w / clear Hist

    Which may be caused by disabling cookies via "clear recent history".

    • https://support.Mozilla.com/kb/clear+recent+history
    • Firefox/tools > Options > privacy > Firefox will be: "Use the custom settings for history" > [X] clear history of Firefox closing > settings
    • Firefox > history > clear recent history or tools > clear recent history

    If you use "Clear recent history" to clear Firefox cookies also tries to clear cookies from plugins like Flash (LSO), and then starts a process plugin-container for each plug-in, and which can add extra time and can cause a script error does not appear.
    Make sure that all plugins are up-to-date.

    Try to exclude cookies to see if that helps.
    Allow all cookies expire when you close Firefox to delete unwanted cookies and keep those with an exception permit.
    Make sure that you do not erase the "Site preferences" because that will remove all exceptions.

    • Tools > Options > privacy > Cookies: "Keep until the": "closing of Firefox".
  • an error has occurred in the script on this page. __________

    Line 30 Char: 3 error: library not regitsted Code: 0 URL - file

    ; How can C:/program%20Files/Dell%20Support%20Center/sscommon/inclss_shellinclude.js I solve this

    Your problem is probably not with Windows XP, but with the Dell Support Center software.

    You may contact Dell for assistance, but they like to sometimes just reinstall XP as a "solution" to the problems.

    You can uninstall the Center Support of Dell by using Add/Remove programs and get the latest version (32 or 64 bit) from here:

    http://www.Dell.com/content/topics/global.aspx/services/en/dsc_home?c=us&l=en

    If you are not sure what version to download, to do this, and we will help you discover:

    Click Start, run and enter in the box:

    Msinfo32

    Click on OK and when the system info summary appears, click on Edition, select all, copy, and then paste the information here.

    There will be some personal information (such as the user name and the name of the system), and anything that turns information private for you, simply delete the pasted information.

    If you see this message in Internet Explorer, you can also configure IE does not ask you if you want to debug a faulty script, someone else.

    Given that most of the people have no interest in debugging the scripts (unless you are a developer of a script and it's your script), I just do not get bored with things from Internet Explorer.  You can run through scripts that have problems in your regular WWW surfing too, so disable the IE script debugger is usually a good idea, no matter what you decide to do about your Dell Support Center.

    In Internet Explorer, click on tools, Internet Options, advanced, and check the box:

    Disable script debugging

    Restart your system and try the web page again to make sure that the fit sticks...

    Do, or do not. There is no test.

    I need YOUR voice and the points for helpful answers and propose responses. I'm saving for a pony!

  • Best way to run a script from a script

    Hello world

    I'm looking for running a script from an After Effects script, so far, there is aftereffects.executeScript (scriptContent) who use eval to run the script. The problem is that it uses eval so it is not really sure and he is slower. So I would like to know what is actually used when we file-> Script-> Run script file.

    As seen in the Javascript tool Guide CC page 168 in the section QAnywhere Corss-DOM.

    aftereffects.executeScript(theScriptContent); // Doesn't work with a script which as comments AND the script has access to my scope
    

    In addition, if there are comments like / * * / or / * / in the script I want to run, it no longer works.

    So, what is the best way to run a script from a script?

    If you want to evaluate a whole script file, you can use $.evalFile (file, timeout) - see description in ESTK object model viewer

    To evaluate a bit of code, you can use eval, that's for sure.

    Xavier

  • Need a script for resizing images of Portrait and landscape without having to first sort

    OK I downloaded this great script: Image Processor Pro to create multiple batches in a single shot.

    http://blogs.Adobe.com/jkost/2015/06/image-processor-Pro-for-Photoshop-CC-2015.html

    It's great, but I still have to run a tiny drop to resize the files exactly 374 x 498 and 276 x 385, after I cut them it will be "worthy", but this was not accurate.

    Here is my method:

    I have original TIFF that I have edited, original images is usually square. (sometimes they are not, and I wish I had a solution for that as well, but one thing at a time)

    Since these TIFF I execute the script to save to 4 different folders:

    Resize to 2000 x 2000 and rename to add sizing file name

    Resize to 500 x 500 and rename to add sizing file name

    Trim & resize to 374 x 498 and rename to add sizing file name

    Trim & resize to 276 x 385 and rename to add sizing file name

    Here's what it looks like:

    Screenshot2000x2000Script.JPG

    ScreenshotTrimScript.JPG

    Here's what it looks like once I launch my image processor:

    FinalResult.JPG

    and here is an example of the files in the folder XS with dimensions:

    XS.JPG

    Which is great! But now I have to go to sort my pictures SM and XS of landscape & Portrait and THEN run another drop on them to get them to fit exactly 374 x 498 and 276 x 385.

    SO please tell me there is a better way! I'm almost there!

    If the version of Photoshop supports done condition and the condition is a conditional action as you can get without learing scripting. The problem, actions must be in the same action game and the game cannot be renamed.  Here action must be used after Image processor makes pro then the image resizing made tho conditional actions can add the canvas so that the document of the exact size.

  • Oracle Bam alert (1.1.1.7 or 6) error in script on certain conditions.

    Hello. Im trying to create a simple BAM alert.

    When I select a sort of conditions, the mistake of sending BAM screen that say:

    The object does not support the property or method.

    URL: Server / activestudio / default.jsp? The attention of the Assembly = & State = oracle.bam.web.alerts.pages.AlertsEdit

    There is a patch 1.1.1.6 version to solve some sort of JavaScript error, but, even with applied, the error remains. Na versão 1.1.1.7 error in the same way.

    This error appears when I try to use a data object field or when I try to create a message on e-mail alerts.

    Does anyone have any sugestion? Thank you!!!

    Hello guys, I found the solution. It was necessary to downgrade the version of Internet Explorer 9 to version 8. The problem with the script and the problem of drilling Menu ditch, have been resolved. Thank you. I hope this helps.

Maybe you are looking for

  • I hear a sound of tad on my iPad Pro. Is this normal?

    After I got the iPad Pro, I noticed that there is a sound on the iPad tad whenever I would do the following: scroll upwards, downwards, sideways, open apps (it would get harder to play with applications heavy preformmance, or spend a lot of time on a

  • L2Y69PA: Drivers of HP 15-g207ax

    Recently I bought HP laptop computer 15-g207ax. It comes without any OS. I installed Windows 7, but I couldnot find the drivers on the HP website. Can anyone provide me with the links for all the drivers available?

  • Using Xp SP3 update does not connect to the server

    Update using Xp SP3.  Normally connect every month and update.  For the first time, try to connect to a failed update patch - the returned message is failure - the server page that is in the page does not.  Try again immediately and on several days g

  • I can't disable the keyboard mouse when I installed usb mouse.

    OT: The mouse settings. I can't disable the keyboard mouse when I have the usb mouse installed, they way I type provokes me accidentally touching the keyboard & I need to be able to disable this 'thing'. Can someone give me a hint on how to achieve t

  • Remove the dialog box open on several occasions

    When I select any file deletion tab opens several times 20 to 30 times. I feel very difficult to open a file.it is not serious if I select with the mouse or the keyboard. Can someone help me please?