Showing button

Hello,
I have a form with 2 push Buttons. One visible and another invisible. I want a event that whenever I press the visible button, the invisible button become visible
Thanks
Sávio Barros

Hello,
all item handling is done through the Set_Item_Property() built-in.
Look at it in the Forms Builder online help (ctrl-h)
-- show the item --
Set_Item_Property( 'item', VISIBLE, PROPERTY_TRUE);
-- hide the item --
Set_Item_Property( 'item', VISIBLE, PROPERTY_FALSE) ;Francois

Similar Messages

  • TS4062 I can't sync music on my computer to my ipod touch; the ipod shows up under Devices in itunes but does not show buttons (Summary etc.) when I click on it. Suggestions?

    I can't sync music already on my computer to my ipod touch; the ipod shows up under Devices in itunes but does not show buttons (Summary etc.) when I click on it. I've read through all the Help tutorials but none of them say what to do if the sync options don't pop up when you highlight the device.  I've already spent way too much time trying to figure this out and it's driving me crazy!  Thanks for any help you can offer.

    This is correct.  It will not show in finder.  It is not an external storage device.
    The music sync is one way - computer to ipod.  The only exception is itunes purchases.  Open itunes connect ipod, do not sync, click File>Transfer Purchases

  • Where is the Show button in iTunes 12?

    I have iTunes 12.1 running on my iMac (OS 10.9.5) and on my MacBook Pro (OS 10.9.5).  They are both logged in to the same Apple ID.  They both have Home Sharing turned on.  They can see each other's music libraries, but there is no Show button and so no way to Import from one to the other.
    I spent an hour with Apple support and we cannot see what's wrong.
    My only thought is that my iCloud log in is to a different Apple ID; it should not matter but maybe it does.
    I would like to delete and reinstall iTunes, so I reinstalled OSX using cmd-R on restart; but I don't think that reinstalled iTunes 12.  I'm not sure anyway.
    help?
    Linda John

    Welcome to the Apple Community Gophergirl22.
    Are you sure you have set up home sharing and not sharing.

  • Why I need to click it twice show buttons?

    Hi,
    First I don't see any buttons (Buttons -This is a movie clip) on Stage. When I click on Show button using the following code, I can see my Buttons. But first I need to click twice to see the Buttons. While second time there is no problem. How to solve the problem?
    this.Buttons.visible = false;
    import fl.controls.Button;
    var myButton:Button = new Button();
    myButton.label = "Show Menu";
    myButton.name = "btn1";
    myButton.toggle = true;
    myButton.move(55, 95);
    addChild(myButton);
    myButton.addEventListener(Event.CHANGE, changeHandler);
    function changeHandler (event:Event):void {
        if (event.currentTarget.selected == false) {
            Buttons.visible = true;
            myButton.label = "Hide Menu";
        } else {
            Buttons.visible = false;
            myButton.label = "Show Menu";       
    Thanks and regards,

    use:
    function changeHandler (event:Event):void {
        if (event.currentTarget.selected) {
            Buttons.visible = true;
            myButton.label = "Hide Menu";
        } else {
            Buttons.visible = false;
            myButton.label = "Show Menu";       

  • Trying to show button images in a toolbar

    Hello, I'm trying to show buttons in a toolbar with the images contained in jlfgr-1_0.jar. I'm using as a base code the ToolBarDemo2 example from the Swing tutorial, but with the difference that my executable class ("D", for instance) is in a package ("package a.b.c;")
    The .jar file is in a "jars" directory placed in "a\b\c\jars"
    I try to execute the code with:
    java -cp .;a/b/c/jars/jlfgr-1_0.jar a.b.c.D
    and with
    java -cp .;jars/jlfgr-1_0.jar a.b.c.D
    but the images are not shown. I have errors like "Resource not found: toolbarButtonsGraphics/navigation/Up24.gif". Where I'm wrong?
    Thanks you in advance.
    Jorge.

    Select that folder in LR and run the search again. It should be restricted to the folder. I asume the original search was doen in All Photographs.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.9 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • Parts HTML form Expand All(Show button) option needs to customize.

    Hi,
    I am new to OAF.
    I have a requirement lin Oracle Sparse Management -> Parts HTML Request Form needs to Personalize/Customize for a business requirement.
    I have some qusetions like
    1. Can we customize or personalize the Show All Details or HideAll Details options in OA Forms ?
    2. If Yes, i have similar requirement like that,
    The personalization aim is show all details should be expanded by default.
    3. If No please provide why it can not be achevable.
    Here is business reuirement in parts Html, there are two regions in page 1. Header 2. Lines (Under Lines there are two table 1 is for Item information search and 2nd is for order details based on the item. This order details are hided under the Item information table one of the field button Show(which is like Expand All with symbol +))
    Page works like below.
    1. Header level validations are there for some fields like Resource, Need By Date.
    2. Once Valid from header can be entered the Item information search in Lines details Region, in the same table there is an option with + symbol (Show), which is like Expand All.
    will validate the item details and displays Order details respective to item. These results are hide under + Show button.
    If i want see the order details then i need to perform click action on the +Show button. (Requirement is this should be done automatically once i have entered the item in Line Details Region and needs to display the results).
    Please provide your seggestions to acheive this.
    Thanks,
    Narayana Swamy

    For this i have tried below steps to extend related VO of SHow button field.
    Below steps i have perforemed.
    1) Identified the right VO from about this page.
    ReqLineVO
    2) Exported the related standard VO to JDEV from Server.
    ReqLineVOImpl.java, ReqLineVORowImpl.java, ReqHeaderVO, RequirementAM, RequirementAMImpl.java
    3) Created a new VO which extends the standard VO and modified Showhide flag to ‘Y’
    HolxReqLineVO, HolxReqLineVOImpl.java, HolxReqLineVORowImpl.java
    4) Performed substitutions in Jdeveloper
    Project Properties -> Business Components -> substitutions
    5) Have created custom folder structure in server and moved custom VO files to server.
    \holx\oracle\apps\csp\portal\requirement\server\HolxReqLineVO.xml
    6) Performed JPX import
    1. Go to E:\jdev10g\jdevbin\oaext\bin
    2. Executed the below command
    jpximport E:\jdev10g\jdevbin\jdev\myprojects\OAProject4.jpx -username apps -password th1rdapps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)
    (HOST=mycomapny.com)(PORT=1526))(CONNECT_DATA=(SID=TESTDB)))"
    7) After this bounced apache.
    8) While trying to open the parts html form, below exception is occurring.
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.csp.portal.requirement.server.RequirementAM'.
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1306)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:549)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:437)
         at OA.jspService(_OA.java:212)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:662)
    ## Detail 0 ##
    JBO-30003: The application pool (holdb01.dataintensity.comHOLDEV1524oracle.apps.csp.portal.requirement.server.RequirementAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    ## Detail 0 ##
    oracle.jbo.InvalidOperException: JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    JBO-30003: The application pool (holdb01.dataintensity.comHOLDEV1524oracle.apps.csp.portal.requirement.server.RequirementAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
    ## Detail 0 ##
    oracle.jbo.InvalidOperException: JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.

  • Extend 'Show buttons/forms' button functionality to MSOs

    When I have a lot of MSO's (usually with only blank and image states) and a button to display/hide them, I have to make ALL the buttons on the page hide the other MSOs that I don't want to show, in case someone shows one MSO, then another and another. This would potentially end up with a lot of MSOs showing. If I add 'Go to state 1' as butotn functionality for all the MSO's to each button, I can ensure that showing one MSO ensures that only the visible state of that MSO is visible, all others are hidden. But it means for each page with say six MSOs, each button needs six handlers, so 36 handlers per page.
    But if the 'Show buttons/forms' functionality was extended to MSOs, it would be much easier to build and maintain lots of multiple MSOs - I can control which MSOs each button shows.
    Does that make sense? Much easier to show that type a description for!

    Hello!
    There are several possibilities how to call transaction:
    - You can call it as service (that is what you do when you test it from SICF)
    - You can call it through service (or alias) WEBGUI (not using service for the specific transaction to call it)
    If you are calling it through WEBGUI then parameter ~SINGLETRANSACTION should be added to service (or alias) of WEBGUI. And there should be added also Log Off URL (in SICF). At this case it should navigate back to the URL which is specified in SICF.
    Hope this helps!
    Best regards,
    Rorijs

  • Where is the Show button in the itunes window?

    I'm trying to add songs from my library on my laptop to my parents computer. I've already turned on home sharing. But in the helpful tips it says to use the show button at the bottom of the itunes window and I cannot find it.

    Welcome to the Apple Community Gophergirl22.
    Are you sure you have set up home sharing and not sharing.

  • Dynamically showing button

    I would like a button to display ONLY when a link to a URL
    exists in the database.
    I could add an extra field in the database with the URL to
    the button's image, but would prefer to do it dynamically.
    I am sure its something like, if .... but not sure how
    exactly to set it up.
    C

    How about this, this is in ASP though:
    <%
    if (rsName.Fields.Item("Link") <> "") then
    <show button>
    else
    <do something else>
    end if
    %>

  • Hide and show button

    hi , i want when i click on show button then the show button hide and the hide button show , and vice versa , how i will do that through java script or any method plz help

    Hi little foot ,
    I am using apex 4.0
    can you tell me how to make the hide and show region to open it on sidewise now its opeing in downwards direction can you tell me .
    Thanks & Regards.
    Shadab

  • External topics using Hide/Show button

    I need to be able to add a Hide/Show button for external topics - i.e. topics that are not part of the RH project, but rather linked to from the TOC using http://
    Thanks in advance

    Hi there
    I'm unclear on what you are wanting. Do you mean that you have perhaps a link to Google, and somehow you need to cause a Hide / Show button to appear on the Google page?
    I'm not sure that's even possible.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Show button Runtime error

    I had reported this pb before but unfortunately did not get
    any answer. The "show" button in the Webhelp Pro output does not
    work as expected
    Here is the pb:
    There are two type of calls that are made to access the
    topics from the RH server: one for the context senstive help with a
    window name called "context" (this window is only one pane) and
    another with the window name "userguide" (with the classic
    tri-pane).
    When the call is made with the window name "context" and the
    project is published with the option "Show Navigation Pane Link in
    Topics", as expected the "show" link is displayed at the top left
    of the topic. However, when this is clicked all projects
    systematically have the following runtime error:
    Line: 16
    Error: 'frames.bsscright.document' is null or not an object
    This error originates from the the file "whnjs.htm" file that
    is automatically created by RH during the webhelp pro build.
    Does anybody know how one can work around this problem as to
    not get this error prompted?
    Also, if for example I did not create an index for the
    project, and therfore do not want the index button to be displayed,
    or if I do not want the search input to be displayed, there is
    currently no way define what elements should be displayed or hidden
    when the "show" button is clicked.
    Chris

    Chris -
    You haven't gotten much response, as it's a bit hard to
    diagnose; the error message seems to indicate that there is
    something amiss in the frame hierarchy. Perhaps an extra frame is
    involved, or missing. You may be able to Sherlock the problem by
    pasting this script into one of your topic pages, and bringing it
    up in your help file arrangement. It will tell you the actual name
    of the parent frame(s), and the hierarchy:

  • Show button with Java program

    Hi. I have developed a Help system in which I can see the
    Show button on every page when I do a CSH Test. However, when the
    application is attached to the Java application, the Show button
    does not display. Has anybody handled this before? Do I have to
    create a link on every page back to the full application (front
    page)?
    Thank you.

    Welcome to the forum.
    If double clicking one of the topics in the output displays
    the Show link then it looks like it is the call to the CSH that is
    the issue. That is for your developers to resolve. You should not
    need to create a link in the topics.

  • Split pane only shows buttons, not the panes I placed there

    problem: my split pane only shows buttons, not the panes I placed there
    here's my complete code:
    thanks.
    * MLDpane.java
    * Created on July 23, 2003, 3:31 PM
    import javax.swing.*;
    import javax.swing.tree.*;
    * @author  Administrator
    public class MLDPane extends JSplitPane {
        private JScrollPane jScrollPane2 = new JScrollPane();
        private JTextPane ttView = new JTextPane();
        private JScrollPane jScrollPane3 = new JScrollPane();
        private JTree treeView = new JTree();
        private  void init() {
            setDividerSize(5);
            //setPreferredSize(new java.awt.Dimension(600, 302));
            //jScrollPane2.setMinimumSize(new java.awt.Dimension(100, 20));
            //jScrollPane2.setPreferredSize(new java.awt.Dimension(300, 300));
            //ttView.setPreferredSize(new java.awt.Dimension(300, 22));
            jScrollPane2.setViewportView(ttView);
            setLeftComponent(jScrollPane2);
            jScrollPane3.setHorizontalScrollBarPolicy(javax.swing.JScrollPane.HORIZONTAL_SCROLLBAR_NEVER);
            //jScrollPane3.setMinimumSize(new java.awt.Dimension(100, 20));
            //jScrollPane3.setPreferredSize(new java.awt.Dimension(300, 200));
            treeView.setModel(null);
            jScrollPane3.setViewportView(treeView);
            setRightComponent(jScrollPane3);
         public MLDPane() {
        /** Creates a new instance of MLDpane */
         public MLDPane(MedLEEDoc mld) {
            init();
            ttView.setDocument(mld.getTextDoc());
            treeView.setModel(new DefaultTreeModel(mld.getRoot()));
        public static void main(String args[]) {
            JFrame j = new JFrame();
            j.getContentPane().add(new MLDPane());
            j.show();
            //j.setVisible(true);
            //j.setExtendedState(j.MAXIMIZED_BOTH);

    Hi,
    I think you are invoking the default (no argument constructor) instead of the one argument constructor
    try this:
    j.getContentPane().add(new MLDPane(MedLEEDocObject));

  • Why won't show buttons only on this PC player?

    Both me and a friend of mine have just made (separately) a few menus for one client...the menus I've done all use a simple one layer transparent png file (done in photoshop) of arrows next to each video which SHOULD highlight as you roll over the text...My friend also did a few menus (on his mac) but used psd files which have buttons on separate layers as well as a text highlight when rolled over...
    Problem is while these burned DVD's with our menus play fine on macs and even set top players, even on a player called Interplay on a PC, both his and my menus will not HIGHLIGHT on Windows Media Player - ie, the arrows on my png file won't show up at all ever, on Windows player, even latest version. You still get the mouse turning into a hand/finger when you roll over a button, but there is never any icon/arrow showing up as it should, next to the text one rolls over - do you have to use something other than psd or png for Windows Media Player, or what is a fix for this Windows thing, what advice can you give - client (and us) not happy. They say it MUST be able to play correctly on Windows Media Player (as it's the most pervasive).
    We are both using DVD SP 4.2.1.
    Thanks
    K

    Actually the problem is Windows Media Player. WMP is well know for being the buggiest DVD player around. All the PC hardware manufacturers are well aware of how buggy WMP is so they all include a more reliable program for playing DVDs. Typically PowerDVD or WinDVD. HP installs WinDVD on every PC that has a DVD drive because they know how unreliable WMP is. I think Dell installs PowerDVD. If you check with your client you will find that they have something more reliable than WMP already installed on their computer. Use that.

  • How do I create a toggle (hide/show) button in Captivate 5?

    What is the best method to create a button that will hide / show a particular caption? I looked into using an advanced action, but have not been successful in indicating the correct variable / control statement to make it work.
    Anyone have a button with this purpose developed already? I would love to be able to copy/paste it into into my piece and just change the names to make it work?
    (How lovely that would be!!!:)
    Thanks in advance!
    -Kate (cgoebelx)

    Hello Lilybiri,
    Thank you for responding and yes, I believe this is exactly what I'm trying to accomplish!
    Since it is the first time I’ve ever had to use the Advanced Actions in Captivate before, I’m having an issue re-creating the screen shots you sent me verbatim. Here is how far I was able to get before I noticed that the v_visib “if” statement is not “selectable” in the “else” piece of the statement.
    Do I need to “save” the “if expression” before I’m able to select it as a variable in the “else section”?
    Thank you for all of you assistance, it is MUCH appreciated!
    Sincerely,
    Kate (cgoebelx)

Maybe you are looking for

  • Refreshing Sales Order Screens with new BP data

    My customer service department is entering sales orders and have to create new "ship to" addresses on a regular basis.  They open a new sales order, enter the BP Code for the bill to customer and then use teh golden arrow to enter BP Master data and

  • How to install windows 8 on iMac computer

    hi there How do I "install" win 8 on my iMac? The options given are only "setup.exe" on the original disk.

  • Why does a firefox properties box appear when I click on a desktop icon?

    I click on a desktop icon, and instead of going to that application, I get a box that says firefox properties, asking what my target is. If I restart the computer, the desktop works for a short time, and then starts the firefox properties box again.

  • How to get more then the 17 functions

    hi there heres one for you all. is it possable to get more little functions on the iphone i.e more buttons?????? i have seen in a shop why i brought my iphone from, a customer showed me his and he had 2 and a half pages full of things, i recon this i

  • HT1399 How do I download music to my ipod?

    How do I download music to my ipod?   When I view my "music purchased" page, there is nothing to click,nor is there a download tab. Marjorie123