AutoVue 20.2 - HotSpots - Java Implementation alone (without JavaScript)

All,

Is it possible to apply hot spots in Java?
We have implemented in JavaScript very well, but I'm fighting for it only in Java.
With regard to the action to perform when you right click on a hotspot, it seems, you can only call a JavaScript action.
It seems a little odd to set up hotspots in Java, but not being able to call a function in Java API.
I would have thought there was a way to specify invoking a JavaScript method or a method in the VueAction implemented hotspots.
I'm able to trap the click and double click on HotSpot. I can't trap when you right-click on it and then choose an option you set in Java. It's where only JavaScript seems to be invoked.

Please can someone help with this because it is really slow down a new development of the mine and an implementation of JavaScript can it work just becomes a nightmare when you try to put it in other integration, we have another DM.

Nick

Hi Nick,

The VueActionSample provided with the installation of AutoVue illustrates how to implement a custom action hotspot: \examples\VueActionSample

To avoid any conflict between AutoVue action and the custom action, don't forget to remove the VueActionHotspots of your custom.gui file.

Tags: Oracle Applications

Similar Questions

  • Can a dynamic action of type 'alert' display a value of field without javascript?

    Hello

    can a dynamic action of type 'alert' display a value of field without javascript ( alert ( $x (P '200_OP').value)); ?

    What should I write in the 'text' section to display in the alert, the value of P200_OP for example?

    Gianpaolo cordially

    Hi gianpagi,

    gianpagi wrote:

    I know that with "run JavaScript Code" works. My question is about action as 'alert '.

    Dynamic action "Alert" is expected to this only the string to display in the alert. May not be able to access the current value set in a page element.

    Therefore, "Run the Code JavaScript" only works in this case where your can integrate the current values of the DOM html elements

    If you notice that da 'Alert' request 'Text' and 'Execute JavaScript Code' DA 'Code' request to be executed.

    Kind regards

    Kiran

  • Publish without javascript?

    Our main publication Protocol does not support the javascript (and we are on IE6).  Right now, edit us HTML after the publication, but most of the developers is very good at HTML, so troubleshooting is much more difficult.

    Is it possible to publish in html/swf without using javascript?

    Hello

    Assuming you've developed an HTML page that strives to present the film Captivate without JavaScript, you could modify the 'seeds' used by Captivate so that it would be dependent on JavaScript. Then when you post things should already be in place.

    Sorry, but my crystal ball has disappeared and my psychic skills are rusty. That's why I'm unable to determine what version of Captivate you use. So I can't really tell you where to find the files of the seed.

    If it helps, I use a system of 64-bit Windows 7 with Captivate 5. My seed files seem to be at this place:

    C:\Program Files (x 86) \Adobe\Adobe Captivate 5\Templates

    So maybe, you can use it as a guide and to determine where they are on your own system.

    See you soon... Rick

    Useful and practical links

    Begin to learn Captivate 5 times now! $29.95

    Captivate wish form/Bug report form

    Certified Adobe Captivate training

    SorcererStone blog

    Captivate eBooks

  • hide the element without javascript

    I have the form for an article that has its default value.

    I try hide the element in a state average and ordinary wirh too... but after action insert it doen't register any value

    I don't want to use javascript to hide. so...

    is it possible to hide point without javascript, so it will not lose its value after insert action?

    For the selected condition type, you must specify a "point-name" in Expression1

    CITY

  • Is it possible to buy Lightroom as a stand-alone without the cloud?

    I really don't want to download anything for the "cloud." no pictures, no documents not a BLT half-eaten.  Is it possible to buy Adobe Lightroom as a stand-alone product without the adhesion of cloud?  If so, how?  I searched and could not find a stand-alone option.

    Hi Manon,.

    Yes, you can purchase stand-alone 6 Lightroom available here: Software & Services

    And by buying the subscription of cloud creative, photos, documents or anything that does not get uploaded to the cloud by default.

    You would have that full access if you want to store anything online or not.

    Lightroom would be installed locally on your machine and everything, including the Lightroom Catalog, photos and everything will remain on your machine and not on the clouds.

    Here is the difference that you can see: compare Lightroom CC vs versions 5 & 6 | History of Adobe Photoshop Lightroom CC

    Kind regards

    Claes

  • Allow the user from code java stand alone

    Hello
    I have a requirement where I need allow a user in IDM if it is in the disabled state. I wrote the java code that connects to the IOM server with username and password and made the necessary. But I have a new thing to implement here in which if the user status is disabled, then we call the user activate and allow the user in IDM DB. Please help in locating the method appropriate and API for this.


    Thank you
    Kalpana.

    Check this: http://docs.oracle.com/cd/E14571_01/apirefs.1111/e17334/oracle/iam/identity/usermgmt/api/UserManager.html#enable_java_util_ArrayList__boolean _
    and as it happens; Once you activate a user; tasks to activate resources would be triggered automatically.

    -Marie

    Published by: Bikash Bagaria on February 15, 2012 11:34

  • Java PDF services without Livecycle Server

    I use the Java API, no process workbench client. All PDF operations, like the Assembly, the reader extensions, integration of form data and extraction, require a Livecycle server running.

    Y at - it an option to add a Java jar for my project with the implementations of service and as such, excluding the Livecycle Server?

    No EJB method calls, or ELSE would be perfect.

    You will always need Livecycle Server

  • enable/disable Java script power without clicking through menus?

    tried with active Word, but did not lack ability to jump (scripted) content in the Options menu... Do manually what the script is supposed to do works very well, but runs the script leaves unchanged Java script option

    Hi carsten, you could try an addon as follows: https://addons.mozilla.org/firefox/addon/quickjava/

  • Implemented MDS without security, deliver to get custom UserCC class user

    Hi all

    I put implement MDS in my application. We have no security is enabled in our application.  That's why I created a custom class to get the authenticated user name. I added this class to adf - config.xml and activated MDS to the proposed notice. When I deploy my application I got below error

    [15: 10:44] weblogic.application.WrappedDeploymentException: MDS-00035: cannot load the class: view.common.ui.customcustomization.CustomUserCC.

    | Search the web about this error and got the solution suggested by Frank here

    https://community.Oracle.com/thread/2136869?TSTART=0

    I have included my CustomUserCC class as a library in my instance of weblogic with this change, I was able to deploy my application. Now when I run my application, I try to get the unique username of SessionMap but FacesContext ctx = FacesContext.getCurrentInstance () always returns the null value and I'm not able to access ctx.getExternalContext () .getSessionMap ();

    Any suggestion? I stuck my class customCC below.

    SerializableAttribute public class CustomUserCC extends CustomizationClass {}

    private static final String DEFAULT_LAYER_NAME = "user";

    private String mLayerName;

    public CustomUserCC () {}

    mLayerName = 'user ';

    }

    public CacheHint getCacheHint() {}

    Return CacheHint.USER;

    }

    public String getName() {}

    Return mLayerName;

    }

    public String [] {getValue (sess RestrictedSession, MetadataObject MB)

    User String = null;

    FacesContext ctx = FacesContext.getCurrentInstance ();  CTX is always NULL

    If (ctx! = null) {}

    SessionState map = ctx.getExternalContext () .getSessionMap ();

    user = (String) sessionState.get ("UserName");

    System.out.println ("user customization" + user);

    }

    System.out.println ("user" + user);

    return new String() {user};

    }

    }

    Hello

    because the SDM is configured as part of a request for the ADF (a web valid query JSf), the FacesContext should be available. Try

    HashMap session is ADFContext.getCurrent () .getSessionScope ();.

    If this does not work then your configuration does not install SDM correctly

    Frank

  • Access Oracle BPM process through Java stand-alone program

    Hello

    I'm trying to access BPM processes by Java program.
    I use Oracle BPM Studio 10.3.1.0.

    Code:

    package integration;

    Import fuego.lang.Decimal;
    Import fuego.lang.DynamicObject;
    Import fuego.papi.Arguments;
    Import fuego.papi.CommunicationException;
    Import fuego.papi.InstanceInfo;
    Import fuego.papi.ProcessService;
    Import fuego.papi.ProcessServiceSession;
    Import fuego.papi.OperationException;

    import Java.Math.BigDecimal;

    to import java.util.Iterator;
    import java.util.Map;
    import java.util.Properties;

    public class IntegrationManager {}
    public IntegrationManager() {}
    }

    Public Shared Sub main (String [] args) {}
    Prepare the IntegrationManager = new IntegrationManager();

    Properties configuration = new Properties ();
    Configuration .setProperty (ProcessService.DIRECTORY_ID, 'default');
    configuration .setProperty (ProcessService.PROJECT_PATH, "C:/OracleBPMWorkspace/Test");
    try {}

    ProcessService processService = ProcessService.create (setting);
    } catch (OperationException e) {}
    e.printStackTrace ();
    }
    }
    }


    I'm special suite:
    Exception in thread "main" java.lang.NoClassDefFoundError: fuego/directory/DirectoryException
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName(Class.java:247)
    at fuego.papi.ProcessService.getFactory(ProcessService.java:431)
    at fuego.papi.ProcessService.create(ProcessService.java:335)
    at Integration.IntegrationManager.main (IntegrationManager.java:55)

    East fuegopapi - client.jar in your classpath?

    You should find it in $BPM_HOME/client/Grandpa/lib

  • My screen orientation is implemented alone

    This is all portrait view and I can't understand how files to see landscape. Help!

    Hello

    Try this link:
  • RMAN duplicate database RAC w/ASM to stand alone without ASM fails

    Trying to duplicate database in order to upgrade to 11.2 and migrate from Windows to Solaris with minimal downtime, using GoldenGate. The source database is 11.1.0.7 on Windows 2003 x 64 a 2 RAC node. The auxiliary database is 11.1.0.7 on a single Windows 2003 x 64 server. The steps to reach where the error has occurred are:

    1 created auxiliary instance on remote node. creating oradim and the listener.

    2 copied password for the remote node target file and put it in the directory %ORACLE_HOME%\database and % ORACLE_HOME%\dbs.

    3 created PFILE in %ORACLE_HOME%\database and copied to %ORACLE_HOME%\dbs just in case.

    db_name = "UTILAX".
    instance_name = UTILAX
    diagnostic_dest = a: \oracle\admin\utilax'
    db_file_name_convert =('+Data/util','D:\oracle\oradata\utilax')
    log_file_name_convert =('+Data/util','D:\oracle\log\utilax')
    SGA_TARGET = 5g
    control_files=D:\oracle\oradata\utilax\control01.dbf
    compatible = '11.1.0'

    4 Startup nomount performed.

    5. backup Ran full on the head node to the D drive and outside the DSO.

    rman target % = / catalog=rman/password@RMAN

    RMAN > run {}
    allocate channel d1 type disk;
    database backup in format "D:\backups\df_t%t_s%s_p%p".
    SQL 'alter system archive log current';
    backup format 'D:\backups\al_t%t_s%s_p%p' archivelog all;
    output channel d1;
    }

    6 copied only the manual backup (22 GB) to the remote host files in the same directory on the D drive. D:\backups same folder on both servers.

    7. connected with rman, target, catalog and auxiliary databases. A run the rman command to duplicate the database on the target instance.

    DUPLICATE THE TARGET DATABASE TO 'UTILAX' IN THE CURRENT DATABASE.

    Errors received
    RMAN-03009: failure of the backup on the channel ORA_DISK_1 command
    ORA-17628: error Oracle 19505 returned by remote Oracle Server

    8. looked in the auxiliary database alerts log. Errors found:
    ORA-19505: impossible to identify the file 'D:\ORACLE\ORADATA\UTILAX\DATAFILE\SYSTEM.327.716381457 '.
    ORA-27040: create file error, cannot create the file
    04002 - OSD: could not open the file
    S/O-error: (OS 3) the system cannot find the path specified

    9 creates all directories to the path and try again. Same mistakes.


    Must miss one or two steps but document metalink 382269.1 followed as closely as possible. Sorry for the lack of screenshots but databases are private networks. Someone who did that regularly offer any help?

    Thank you

    Since you have already made the backup and copied to the auxiliary server, why use again 'data base active'

    DUPLICATE THE TARGET DATABASE TO 'UTILAX' IN THE CURRENT DATABASE.

    Just try to DUPLICATE the DATABASE to 'UTILAX' TARGET nofilenamecheck;

    This would work out.

    or if you want to continue to make use of the active database functionality, then

    DUPLICATE TARGETS DATABASE to the 'UTILAX' of the active database nofilenamecheck.

    Published by: srp on December 28, 2011 12:24 AM

  • Resize the windows title alone without HBOX

    Hai

    I have attached the mxml to the txt format, because I can't reach the mxml.

    If you run this you can see the screen, lined in windows titled,.

    • An HBOX is available with selectList and a combobox control, you can see to the it.
    • I need that HBOX to appear in this same position, but it is hidden and overlapping.
    • I need to be aligned.

    Can U help me.

    Thanks in advance.

    You use canvas with absolute positioning, it takes just to figure our which coordinates change. Your code is so massive, it is difficult to solve the problems, but if examine you it in detail should be easy.

  • Page menubar with/without javascript

    Hi all

    I have a basic question.  I am designing a Web site, where the same spry menu bar will be at the top of each page.  And every page of the site will have the same menu.  Now, as time passes, this menu bar will change here and there.  I wanted to know, is it possible that I can create this configuration without having to copy and paste all the info from the menu bar on each page.  This wouldn't be a problem if it is a right time, but the changes are made to the menu bar, ALL pages will have to be updated.  Is there a way to get around this, is not using javascript (of course I can do a function to write directly to the page and who call on each page)?  Please let me know.  If this issue is not clear, please ask me to clarify anything that is not clear.

    Thanks in advance!

    R

    User Server - Side Includes (SSI) for your site menus, footers, headers, or anything else that can change from time to time.

    http://www.smartwebby.com/web_site_design/server_side_includes.asp

    More information on server-side includes

    http://forums.Adobe.com/message/2112460#2112460

    Nancy O.

    ALT-Web Design & Publishing

    Web | Graphics | Print | Media specialists

    http://ALT-Web.com/

    http://Twitter.com/ALTWEB

  • How to validate checkboxes without javascript onsubmit?

    Hi all

    I have an application that has a few boxes on a form. According to the selection of the checkbox, a button redirects the user to another URL. Now what I would do. I want to create a validation process that checks to see if one of these check boxes is selected. If none is verified by the branch to another URL (or page) should not be made. Instead an error message should be displayed.

    How to validate a checkbox control to a page or item validation of levels?

    Thanks in advance,

    Best regards Markus

    Create a Validation PL/SQL function - Page level return error text:

    BEGIN
       IF :p1_checkbox_1 IS NULL AND :p1_checkbox_2 IS NULL
       THEN
          RETURN 'Error Message!';
       END IF;
    END;
    

    and that's basically it.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for