Visual editor for client interfaces

According to the OA framework documentation OA Extension offers the following design time tools
"Guided user interface (and visual editors in a future release) to lay out client user interfaces."
Does anyone know if there is a visual editor for developing client interfaces for AO framework?
Message was edited by:
user530348

Sure. I want to be able to visually assemble elements of the OA framework so I do not have to render the screen each time to see what the screen layout will look like. It is not obvious from the help file how each widget will render.

Similar Messages

  • VISUAL EDITOR FOR ECLIPSE 3.4 (GANYMEDE)

    Hello, could anybody tell me whether it exists a visual editor for eclipse 3.4 ganymede? And if it exists, where could I download it?
    Thank you very much!
    Fran.

    add this one to your updates site:
    http://update.instantiations.com/wbpro/E-3.4
    but as the previous poster said, this is not an eclipse help forum.
    Try this one perhaps?
    http://www.eclipsezone.com/eclipse/forums/c5605.html

  • Error in Visual Editor for java with eclipse

    hello eb
    till i ysterday i used visual editor for java with eclipse normally without any problem but to day when i opened eclipse it display me this error :
    Error trying to set new File into editor
    Motif : java.lang.NullPointerException
    and i think that the problem comes from the visual editor plugin because when i add a new frame or even for the old frame it dosent display for me the graphical component like every time
    if si has the solution or can advise me thank you alot and i really dont know what to do .
    it is for my stydy project and i have to finish xorking as fast as possible so if so can help me

    well this forum here is the official java-forum by Sun.
    you are asking for help on Eclipse, a software made by IBM since the cooperation between the two werent that bright all the time.(hence the name eclipse)
    i just looked a few hours myself, and the latest version of the VE was suited for 3.0.2, the version fitting to the latest 3.1 build of eclipse, was still just a release candidate.
    wait a few days/weeks for a final build and retry.

  • Problem while trying to install a visual editor for eclipse

    resolving dependencies...
    error: cannot resolve "eclipse<3.3", a dependency of "eclipse-ve"
    Why?
    Probably because i have newer version of eclipse, but how can i add a Visual Editor for java anyway?
    Thanks

    Many thanks : I had  been directed to this file already, but it was the french version, with many translation mistakes that made it unusable. Much clearer in english.
    I have
    Again the tab problem !
    Message Edité par chilly charly le 12-06-2005 02:45 PM
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • UIX Visual editor for OAF development??

    Hi All
    Please let me know if anyone has used UIX Visual editor for developing OAF pages using JDeveloper 10.1.3.
    Where can we find UIX editor.
    Is this a seperate tool that needs to be installed or its integrated with JDeveloper.

    There is not visual editor for OAF pages.
    You will have to wait for the next version of ORACLE APPLICATIONS, I mean the Fusion version that has not been released yet.
    The pages for the Fusion version will be customized with a new "version" of jdeveloper (with a extension to interact with apps.) with a visual editor.
    Juanje

  • Eclipse visual editor does not work.

    If I try to create a new visual class two error messages pop up:
    "IWAV0138E Remote VM terminated too soon. See .log file for trace of output."
    "An internal error occurred during: "Create Remote VM for Visual Editor for Java".
    IWAV0171E Could not create a socket connection to remote vm. This is often due to your firewall blocking access from your java to do local access."
    Here is the full error log: http://pastebin.com/m4c700db3
    I have no firewall enabled:
    core@c-laptop:~$ sudo iptables -L
    Chain INPUT (policy ACCEPT)
    target prot opt source destination
    Chain FORWARD (policy ACCEPT)
    target prot opt source destination
    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    I've read that it could possibly happen due to incorrect /etc/hosts file. Here is mine:
    core@c-laptop:~$ cat /etc/hosts
    # /etc/hosts: static lookup table for host names
    127.0.0.1 c-laptop localhost
    #<ip-address> <hostname.domain.org> <hostname>
    192.168.1.102 n810 n810
    192.168.1.101 serv serv
    # End of file
    Any ideas?

    I'm guessing 'c-laptop' is the name of your machine? My line looks different in /etc/hosts, I just added my name to the end and left the original domain:
    rob ~ $ cat /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost rob-thinkpad
    # End of file

  • How to create an eclipse visual editor plugin?

    Hi all,
    I want to know how to create an eclipse plugin that uses a visual editor for creating my xml file.
    Can anyone help me?
    Thanks Pasquy73

    You may get a better response asking in the Eclipse Community [http://www.eclipse.org/community/]

  • Non-void return type for Application Module Clients Interface

    Hello, can anyone guide me on how will I solve my problem.
    first of all, I'm using JDeveloper 10.1.3, I use JSF, ADF Faces, ADF Model, ADF Business Components.
    I made a web page that has a Transactional Capabilities, all is going smoothly, all data's can be saved to oracle database. I created a Custom Method in my Application Module and can be used in Clients Interface, that method is for saving data's to database.
    My problem is I dont know how to create a custom method that returns a value in my Application Module. Which means if I set it to non-void return type, it is not visible to Client Interface. If you're going to ask me why I need it to return a value? Well since that method is for saving data's, if there's an Error Occured, I can return the Error Message and show it to my user interface.
    Please help. thanks

    If you want to return your own type then simply define it as serializable and you will find that it will appear in the Client Interface dialog of your AM.
    eg, you could return this type from your application module to progagate a meaningful message to your UI:
    package com.delexian.model;
    import java.io.Serializable;
    public class MyMessage implements Serializable {
        private String _severity;
        private String _message;
        public MyMessage() {
        public void setSeverity(String severity) {
            this._severity = severity;
        public String getSeverity() {
            return _severity;
        public void setMessage(String message) {
            this._message = message;
        public String getMessage() {
            return _message;
    }regards,
    Brenden

  • Enhancement request for the jsp visual editor

    Hello -
    With respect to the visual editor, could the rendering of adf faces command buttons work the same if you use the TextAndAccessKey instead of Text to define the button text? In 10.1.3, using TextAndAccessKey will cause the buttons to render as either thin buttons without any text (but with 'normal' button height) or barely noticable 'dots' about the size of a comma. (When I see the "dots" it is usually a button in a table selection component.)
    With the buttons appearing "empty", I need to click around a bit and examine the button in the property inspector to make sure that I am working with the correct button.
    Thanks,
    -- Scott

    Hi,
    Open wss_mediumtrust.config & wss_minimaltrust.config. SharePoint 2013(C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\config\).
    Find in wss_mediumtrust.config:
    <SecurityClass
     Name="SqlClientPermission"
     Description="System.Data.SqlClient.SqlClientPermis sion, System.Data,
     Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
    Copy and paste it in to the <SecurityClasses> node of wss_minimaltrust.config.
    In the PermissionSet section of this configuration file, add the following:
    Find in wss_mediumtrust.config:
    <IPermission class="SqlClientPermission" version="1" Unrestricted="true"/>
    Copy and paste it in to the a <PermissionSet> node of wss_minimaltrust.config.
    Here is a similar thread for your reference:
    https://social.msdn.microsoft.com/Forums/en-US/a1c8f2bf-2575-40b4-87f1-4f98462b3234/request-for-the-permission-of-type-systemdatasqlclientsqlclientpermission-systemdata-version?forum=tfssetup
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Client interface methods in application module editor get unselected

    Hello everybody,
    I have a problem with my application module client interface.
    Every time I edit source of application module methods that are exposed as a client interface, they get unselected in application module editor (they are not exposed anymore).
    Then I have to shift them from left (available) to the right (selected) manually.
    Has anyone experienced such problem?
    I'm using JDev 10.1.2.

    Strange, the same question here {thread:id=2187487}
    Timo
    Edited by: Timo Hahn on 08.03.2011 12:02
    @john You beat me agian

  • Control hints for AM Client interface

    Hello,
    I am exposing a method in Application module through user interface.
    I want to configure the parameter labels as AM control hints.
    Is it possible? where can I set them?
    Thanks
    Ponraj

    Thanks Arunkumar, Its 11.1.1.5.
    If that's not possible I have to use ViewController projects resource bundle.
    I have business components such as VOs that I expose through UI. I am using control hints for the exposed fields. So I was trying to have client interface hints with in the Model project.
    Regards
    Ponraj

  • JDev EA BUG: Visual Editor Proxy for Custom Swing Components

    I am trying to follow help file "Registering a Java Visual Editor Proxy for Custom Components" in JDeveloper 10.1.3 EA, and it sugest that I add something in "JDeveloper\lib\addins.xml" file.
    BUT there is no such file. Anywhere!
    It exist in 10.1.2 but not in 10.1.3 EA.
    So, either an help must be changed or file must be added.

    Hi,
    thanks for reporting this. I forwarded it to our doc team for update. The online help in 10.1.3 EA is not yet throughly updated to 10.1.3.
    Frank

  • ACE deployment with two interface for client side

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-parent:"";
    mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
    mso-para-margin:0cm;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-fareast-language:EN-US;}
    In a ACE router mode deployment, I have a single context configured with two interface for server side and two interface for client side. In this situation how can we meet the demands of customers arriving from both networks? How can the ACE handle the client request if we configure one default-gateway to each network?
    Regards,
    Egomes

    Enable "mac-sticky" comand under each client inteface.
    It will ensure that ACE sends the response to the MAC address from which the request to the VIP was recieved.
    For more details
    http://cisco.biz/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A1/command/reference/if.html#wp1033275
    HTH
    Syed Iftekhar AHmed

  • Visual Editor: Inherit components from superclass ("Visual Inheritance")?

    I am currently evaluating JDeveloper to decide whether my company should choose it as the IDE for rich client development.
    One requirement we have is that we create our own base frame class, containing a certain set of components, using a visual editor. Then, several classes need to subclass this frame, automatically displaying the inherited components, along with those added to the subclass, in the visual editor. Is this possible? If yes, how? Any help would be greatly appreciated.
    Best regards,
    Jens

    Parts of implementing this work fine, however the visual editor does not correctly allow you to add new child member components onto an inherited JPanel from a super component, so the strategy is not without it's bumps in the road.
    The related Bug# for this issue is 2340463.

  • Developing a java editor for a special perspective in Eclipse

    Does anyone have any idea about creating a java editor for my perspective in eclipse.
    In other words, I want to know that an editor for the files with a specific extension (for example ".java" extension) is unique or not?

    Thank you for the advisements. We have changed the things with the release of version 1.32.
    It's not our intention to conceal our commercial interests with AniFun3, but we also want to give back something to the community. We do this with the free trial version. Everybody can use the trial version for commercial and non-commercial use. Below, there are some of the most recent benefits:
    - It strongly simplifies and accelerates the creation of (small) 3D applications
    - The community can use it as a platform to exchange pieces of work (for example: instead of typing in source code to help someone here in this forum)
    - And last, but not least: With the "CustomObject" Property there is a professional platform to let someone create and offer/exchange extensions to the 3D API. For example, if someone writes an interpolator for Material or an improved Text2D object, than it took just a little bit more work to make it configurable via the visual interface. Exchanging CustomObjects would probably bundle similar efforts from different sources in one place.
    Best regards,
    Oliver
    PS: Version 1.32 is optimised in many details and production stable. Users of earlier Versions should upgrade to 1.32.

Maybe you are looking for

  • Application disappeared after sync'ing iPhone to iTunes

    I rarely sync my iPhone with iTunes. Tonight I plugged my phone in, and decided to sync apps with my mac b/c I had downloaded an app on my laptop that I wanted on the phone. I'm not sure what dialog I clicked on, but one of the 10 apps on my iPhone (

  • Receiving the problem report "This syntax cannot be used for an object name"

    Hello dear ABAPers, after falling in love with Eclipse and not using it for a while now, I receive the following problem report evey time I try to change a local class in my function pool: since there are no details for this report and I can change a

  • FDM csv file Import to ESSBASE

    Hi , I am importing a csv file into ESSBASE through FDM, However the only processes that complete successfully are 1. Import 2. Validate and 3. Import .... When I click on "Check" its simply says processing please wait and I dont get an orange fish u

  • VT02N : Need to make a Field on Screen Required.

    Hi All, I have a situation where in i need to change the "Ship-to-party" field on the "Select Outbound Deliveries" screen to a required field. This screen is the one that pops up when the Deliveries Button is clicked on the initial screen. Is there a

  • Gestures for iPad 1. Very poor Apple.

    Apple anticipated this outrage about tossing the original supporters od the IPad under the bus. So what is the response Apple? Why? Without the first buyers of the iPad, the second gen never exists. You know this. We are not telling you anything you.