Invisible buttons still visible

In our application when we press a button on our main screen( that is a frame), another frame is open.we have to disable the buttons on previous frame and we have achieved this but the problem is ,the disabled buttons of previous frame are visible on the current frame although we set their visibility false that is very annoying and not only the buttons but also the other fields are behaving in same way that is they are visible on current frame.how can we fix this bug?how can we stop buttons and fields of previous frame to be seen on current frame?
any help would highly be appreciated.

I cannot copy the complete code here as the lines of code are 8000 but i am copying main parts of the applet that are involved in making applet visible and invisible.
One more thing this is not one program issue, we are facing this problem through out the application.May be its JRE problem,any idea?
Because application worked fine when we were using JRE1.3 but as soon as we installed JRE1.6 this problem arose.
if (actionEvent.getSource() == panelButtons.getBtnAdd())//here system checks if the button click and call handleButtonsActions function
handleButtonsActions(IS_ADD);
public void handleButtonsActions(int buttonID) {
switch (buttonID) {
case IS_ADD :
//Initialized Text Fields on Add Panel(Second frame)
enableAddFrame();
//visible second frame that is actually add screen
          enableDisableButtons(false, IS_ADD);
int noOfRowsInDetail = ivjdetailTablePanel.getJTable().getRowCount();
for (int i = 0; i < noOfRowsInDetail; i++) {
ivjdetailTablePanel.getTableModel().removeRow(0);
try {
ivjdetailTablePanel.getTableModel().setDataVector(
new Vector(),
jDetailTableHead);
} catch (Exception e) {
System.out.println("Exception in handleButtonsActions:IS_ADD: " + e);
//getaddModDel4Detail() is the button panel of first screen
getaddModDel4Detail().setVisible(false);
getaddModDel4Detail().getBtnModify().setRequestFocusEnabled(false);
getdetailTablePanel().setVisible(false);
//button panel for second screen
getPanelControl().setVisible(true);
ivjfldDateOfAuditFrom.grabFocus();
break;
public void enableAddFrame() {
try {
//ivjfldPlanYear.setEnabled(isFieldEnable[0]);
ivjfldDateOfAuditFrom.setEnabled(true);
ivjfldDateOfAuditTo.setEnabled(true);
ivjcboAudTyp.setEnabled(true);
ivjfldAreaCode.setEnabled(true);
ivjhlpAreaCode.setEnabled(true);
ivjfldRegCode.setEnabled(true);
ivjhlpRegCode.setEnabled(true);
ivjpanelContinueBack.getBtnBack().setEnabled(false);
ivjpanelContinueBack.getBtnContinue().setEnabled(true);
ivjpanelSaveCancelPanel4AddModify.getBtnCancel().setEnabled(true);
ivjhlpEntityCode.setEnabled(true);
ivjfldEntityCode.setEnabled(true);
ivjfldEntityName.setEnabled(true);
ivjfldAudRatM.setEnabled(true);
ivjcboRiskRateM.setEnabled(true);
ivjcboStatus.setEnabled(true);
ivjcboEntType.setEnabled(true);
} catch (Exception e) {
public void enableDisableButtons(boolean enabDisab, int btnID) {
     switch (btnID) {
          case IS_ADD :
                    if (!enabDisab) {
                         getcontentPaneAdd().setLocation(0, 0);
                         getFrameAdd().setTitle("Add ".concat(pgmName.toString()));
                         getFrameAdd().setBounds(rectAdd);
                         getFrameAdd().setVisible(true);
                         ivjfldDateOfAuditFrom.grabFocus();
                    } else {
                         code to disable/invisible the Add panel that is not relevent
                    repaint();
                    break;
               }

Similar Messages

  • Deleted html button still visible when published?

    i recentley deleted the html widget from my iweb which contained a twitter follow button and i have a new html code i am using which is a twitter feed, but when the site is pulished the twitter follow button is still visible, when the site is viewed from the home folder all looks fine, when its published to the ftp server the button is visible and not the html code currentley in use? what is the problem?
    take a look here > http://www.shanomusic.com <
    This is how it should look.. vv

    Empty your browser cache before visiting the published site. In Safari do Option/Command/E

  • JavaScript to make button invisible button visible again

    Hi
    I have been trying to create a form in LiveCycle Designer (part of Acrobat Pro ) that keeps a button (call it #1)invisible until another button (call it #2) is clicked, at which click event the invisible button(#1) becomes visible. I've been using JavaScript and either setting the #1's presence as "invisible" in the object editor or scripting it as a formready event presence = "invisible". I've scripted in the click event for #2: #1.presence = "visible". This doesn't work to get #1 to show on #2's click. I've tried a few more similar script with no success.
    I'm relatively new to Designer, though have some experience with JS.
    Is there another way to script to initially make an object "invisible" and get it to become visible by a runtime event?
    I would appreciate any help.
    Kind Regards,
    Stephen

    Template needs to be saved as Dynamic in order to see those dynamic features working. You have that saved as Dynamic and still have no luck try the following....
    #1.presence = "visible";
    xfa.layout.relayout();
    Note: 1. A button name can not start with "#" hope you are using some meaningful names.

  • Bug? Text field & Button are still visible when solid-filled rectangle is placed on top of them

    Adobe Live Cycle 7.1
    It cannot work when i tried to make the text field and button invisible without JavaScript:
    1. Create a text field with any default value and button.
    2. Create a filled color rectangle.
    3. Set the rectangle on top of all objects (right click it and select "bring to front")
    4. View in Pdf.
    5. Result:
    Text field's caption and border are invisible (covered by rectangle) ,but the text field's raw value and the button are visible.
    Is this a bug?

    It's difficult to tell. I can see what you're trying to accomplish but it's possible that Acrobat is giving priority to fillable fields over static objects (such as the rectangle) regardless of z-order (i.e. "bring to front", "send to back"...).
    You can make objects invisible without having to write any script by selecting the objects which should be invisible and setting the Presence property, on the Object palette's Field tab, to
    Invisible or
    Hidden - Exclude from Layout. The former means the objects won't be visible but they will still be a factor in the way in which objects are placed on the form while the latter means they're totally hidden from the form.

  • IFrame(child container) still visible after closing the title window(parent container)

    Hi All ,
    I have created a sample project using a link button which when clicked opens up an TitleWindow which has an iframe and a text area in a hbox
    When you execute the application ,
              Click the link button
              The Popup window opens up showing the title window with the close button
              Click the close button of the title window
              The Title window is removed and the iframe and the text area are not visible
    Do this a couple of times
    You can notice that the iframe is still visible even when the title window is closed
    Can someone explain me how this issue can be resolved and also explain me why the iframe(child container) is still visible when the title window(parent container) is not visible. 
    Main Application file
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
        width="100%" height="100%" creationPolicy="all"
        xmlns:mx="http://www.adobe.com/2006/mxml"
        layout="vertical" creationComplete="init()"
        xmlns:containers="containers.*">
       <mx:Script>
       <![CDATA[
           import mx.managers.PopUpManager;
           import containers.PopUpBrowser;
           public function doRequest():void
                    var requestPopup:PopUpBrowser = PopUpManager.createPopUp(this, PopUpBrowser) as PopUpBrowser;
                    PopUpManager.addPopUp(requestPopup,this);
                    requestPopup.x = 220;
                    requestPopup.y = 50;
       ]]>
       </mx:Script>
       <mx:Text fontSize="14" fontWeight="bold" text="Click the link button below to open the Title Window" />
       <mx:Spacer height="100"/>
       <mx:LinkButton label="Click me" fontSize="16" fontWeight="bold" click="doRequest()"/>
    </mx:Application>
    PopUpBrowser.mxml Component
    <?xml version="1.0" encoding="utf-8"?>
    <mx:TitleWindow
        xmlns:mx="http://www.adobe.com/2006/mxml"
        close="removeMe()"
        showCloseButton="true"
        styleName="myTitleWindowStyle"
        width="850" height="500"
        title="Klout User Profile"
        paddingTop="1" paddingBottom="1"
        paddingLeft="1" paddingRight="1"
        xmlns:generic="com.serendio.voom.components.generic.*"
        xmlns:flexiframe="http://code.google.com/p/flex-iframe/"
        horizontalScrollPolicy="off"
        verticalScrollPolicy="off" >
        <mx:Script>
            <![CDATA[
                import mx.managers.PopUpManager;
                public function removeMe():void
                    PopUpManager.removePopUp(this);
            ]]>
        </mx:Script>
        <mx:HBox width="100%" height="100%">
        <flexiframe:IFrame source="http://www.google.com" id="iFrame" width="50%" height="100%"/>
        <mx:TextArea text="Open and close the title window few times and watch the iframe remain visible even when the title window is closed"
             fontSize="14" width="50%" height="80%"/>
        </mx:HBox>
    </mx:TitleWindow>
    Thanks,
    Ajantha

    Hey,
    This is working fine for me with the current 4.5 Flex, Firefox 3.6.12, IE8. On what browser you are getting this error.
    Thanks,
    Jayagopal.

  • Just started today-immediate need is to take external swf, add invisible button overlay,click to URL

    Hello Everyone,
    Let me provide a little background information to the need that I am trying to close on as I am attempting to get this incorporated into my website. It came with the recommendation to try the CS5 today to see if this will meet the requirement at the moment.
    Here is what I am trying to do:
    There is a desire to take custom SWF files (I think there is something called Swish files too?) from various sponsors for advertisement purposes and place them on my website.  The implementation was straight-forward to make them work through the webserver.
    I tried a custom example of making a button that upon mouse click would open up a new webpage in CS5 which did work for me.
    My problem is since the SWF files are finalized, there is no way to put URL information into those files.  After doing a lot of searching around today, it appears that the best way to redirect a user upon click of a video is to:
    1) Open up a new Flash
    2) Import the SWF video file into the project
    3) Create a Invisible Button over top the SWF video so when the user clicks, they are redirected to a specific URL.
    But for some reason, when I tried to overlay it with a sample SWF file I imported, there was all this flickering going on to where both were made transparent to one another on the screen - not to mention the video wasn't even visible at all.  My hope was that the SWF video could be seen clearly while the button remained invisbile to handle the click on the video.
    Is there someone on the forum that is able to guide me fairly quickly with a fast-path procedure so that I can try this?  If this will work for me, then I want to get the full product and begin doing a deep dive into what seems to be a very awsome tool.
    Thank you for your assistance and help.  I appreciate it greatly...
    Steven

    Hi Kglad,
    Thank you for your tremendous insight and solutioning into what I need.  Forgive me for being ignorant as I am so new to this tool and ActionScrpt.  If I open up a AS3 project with a blank stage, what must I click or do to insert the code into the appropriate section to see the demonstration of your solution?  Do I need to create a class file to use this or is there existing section of code that I can use to cut and paste this into ?  Once I know how to implement this in the tool, then I should be good to go.
    In my attempt to find some reference information, would I do the following?:
    1) Open new AS3 Project
    2) With a blank stage opened.
    3) Create a new layer called "Action"
    4) Click on Frame 1 of the "Action" Layer
    5) Hit F9
    6) Copy and Insert Code
    7) Goto last Fame of the "Action" Layer
    8) Hit F5
    Would these be the correct steps to implement the code above?
    Thank you very much!
    Steven

  • Forbidden devices still visible

    I'm having trouble making devices invisible for a certain group. In the Permission set, I selected the group and under the Device Permission set I changed the colums: Visible, View Details, Catalogue to forbidden, except for the one device the group may browse. Unfornately assets from other devices are still visible in the asset overview. What am I doing wrong?

    Let me see if I understand what you are trying to do.
    You want a certain group not to be able to see the assets that belong to an specific device??
    If this is right the best way to achieve this is:
    Go to administration/Permission set/Group xxx
    Then go to metadata/asset filter and change the field "Stored On" to "equals" and select the device you want this group to see. In the asset overview they users from this group will only see the assets from the device you selected.
    If what your are trying to do is filter the devices a certain group browse in the "Search Devices" section I believe the "Search" option in the "Device Permissions" does the trick.
    If what you need is a different restriction please let me know
    Best regards

  • TS4000 my reminders on my 4S are invisible. they still appear on my icloud and the reminders pop up when they're due but the list itself is blank. HELP!

    my reminders on my 4S are invisible. they still appear on my icloud and the reminders pop up when they're due but the list itself is blank. HELP!

    Try force-closing the Reminders app and reset your phone: double-tap the home button, locate Reminders, swipe up on the image above the app icon to close it, tap the home button again.  Then hold the power and home buttons at the same time until you see the Apple logo, then release and wait for it to restart.  Then check your reminders again.

  • DESPARATE NEED OF HELP - Changing Angles via "Invisible" Buttons over Video

    Hello,
    I'm new to this forum, and glad to be here.
    I'm going nuts. I'm trying to author a DVD with 3 angles in DSP4.
    My first test of the DVD worked just fine before I added the buttons over video. I was able to switch angles successfully by hitting the angle button.
    But because so many users are using universal remotes, and some dvd players do not have angle buttons, , my client is requiring angles to change on the fly by either pressing the enter button to cycle through them, or the directional button. Up being main angle, left, alternate A, and right alternate B. I went with the latter.
    When I test the dvd in simulator, my buttons over video work fine. Also success when testing with Apple DVD player.
    But here's the rub. . .
    On set top players I am only able to make one change of angle per marker, and also I am unable to pause,fast forward, or review.
    It seems that when the button highlight is ticked, all playback functions are disabled. (Only on set tops, the apple software DVD player will sill pause, and ff, etc)
    Now when I test burn again with out button highlight, I am able to use playback functions.
    Is there another way I can accomplish this with out buttons over video?
    I know of DVDs that change angle with the enter button, but I hoping like h_ll that it's not something that's only available to Scenarist users. Of course, I'm a mac head.
    Thanks in advance,
    Desparately seeking solutions,
    Mickey
    powerbook g4 Mac OS X (10.3.7)

    Not so! Several titles use the enter button to change
    angles, but I know that these were authored with
    Scenarist.
    Not so! If you can use the "Enter/Play" button on the remote to change angles, you are activating a button onscreen (or an invisible one) to perform that action -- you aren't changing angles directly with that remote button. The DVD spec is the DVD spec, regardless of which authoring app was used.
    Through my research I found out that the BBC wrote a custom
    program to insert new invisible buttons every two
    seconds, but a least I have a solution, albeit a time
    consuming one, and that's make a highlight marker
    every two seconds and paste my auto-action buttons in
    there....every two seconds....
    but at least it works.
    You should know that every other marker actually DEactivates buttons over video, and even replacing them every two seconds doesn't rescue you from the FF problem, it just means they'll re-appear within two seconds after the FF operation stops. Also, the BBC didn't "write a custom program" -- they did the same thing you're doing. If you fast-forward through a program and subtitles reappear immediately after you stop, it just means there was a new subtitle marker right after you resumed play. When you do that, you'll always get the next subtitle when play starts again. If you still see buttons during the FF operation, they are burned onto the video, not part of a subtitle stream.
    Please dispense with the idea that there are "programs" on a DVD that might do things DVD Studio Pro won't let you do. The only thing on a DVD other than video is the occasional rudimentary script, but even scripts can't be executed while video is being played.
    Contrary to the operation of HD-DVD and Blu-ray, standard DVD players have no real RAM (just on/off registers for variables) and no operating system to speak of. It's always playing video, whether it looks like an actual interactive app or not. DVD players don't run programs, they are simply able to show still images and accept input, there is no actual software being run.

  • Nokia C5-03 music files still visible aldo removed...

    I connect my nokia C5-3 to the PC to put and remove music on the memory stick in the mobile. When I remove music files, they are still visible on my mobile when I want to create playlists. So It takes a lot of time to find the right files! I can't play the ones who are removed offcourse but they stay in the list  
    Other problem: it seems that music and videaos are put automatically on the memory stick from my PC, how do I prevent that?
    thanks!
    Solved!
    Go to Solution.

    After you added/removed music, you must refresh your music library.

  • I am unable to delete music from my iPhone5 either directly or via PC.  On the iPhone the tracks disappear but the phone remains full and the data is still visible on the PC.  I am unable to manipulate the data in any way on the PC.

    I am unable to delete music from my iPhone5 either directly or via PC.  On the iPhone the tracks disappear when swiping left and deleting but the phone remains full and the data is still visible on the PC. The music was installed on the phone from the backup of a previous model but with the addition of new tracks I am now unable to add more or update to the next operating system as the phone is full.  On my PC the music is still there and but the neither the delete function or any form of sorting/management on the music files is functional. Other Apple products work OK including previous phone, ipad.ipods etc Any advice/help available to get past this would be appreciated.

    I think it is 7.1.1 - there was another update today which I've uploaded but it didn't make any difference. It's just the music libary on the 5 that's causing me problems.

  • How can I add invisible buttons to a scrollable window?

    I've made a scrollable window that basically scrolls some
    text and images. I'd like the images to link to another site but
    I'm having trouble getting the invisible buttons to scroll with the
    images. The text and images laid out in Flash. That is, I'm not
    linking to an HTML file.
    Here's the code I'm using for the scrollable window, which I
    got from a tutorial online. The buttons (at the bottom of the
    script) are located in a separate layer masked by the "maskedView".
    Any insight would really be appreciated!
    thanks!

    Try this code.

  • " change" button not visible in check status ?

    HI,
    We are under upgrade of SRM 4.0 to SRM 5.0 . In SRM 4.0 "change" button
    is visible in check status even if shopping cart is under approval
    state.
    But in SRM 5.0 "change" button is not visible in check status if
    Shopping cart is under approval state.
    Please let me know if any one face this issue.

    Hi,
    Goto SU01 and fill in the user ID for which the button is greyed.
    Navigate to role tab
    Double click on the role so that the system opens transaction PFCG
    Select the "personnalization" tab where you will find the WFL security... (don't remember exactly the name as i do not have any system right now)
    This WF security has 4 level.
    By default it is set to none
    Select level 4 for maximum authorization.
    Save, log-off from ITS access et relogon.
    Then the button won't be greyed anymore
    Kind regards,
    Yann

  • Push button not visible in Quality

    Hi,
    We have created one push button for the tcode fbl1n and fbl5n using the standard BADi  "FI_ITEMS_MENUE01".
    Now, the problem is the button is visible in Development server but not in Quality server.
    We have checked the version management but the code is very much visible in Quality.
    But, the push button is not visible in the Quality.
    Could anyone please provide with a solution to this problem.
    Thanks in advance,
    Kalyani.

    Hi,
    We have transported the Class name as well as BADi name to Quality.
    The implemented code along with the Fcode is visible in Quality.
    But while executing the tcodes FBL1N and FBL5N the push button which was implemented, is not visible in Quality.
    Thanks,
    Kalyani

  • Help button not visible in off-line version

    Why is de help/information button not visible in the off-line version. The web-based version is oké. In use Adobe Accrobat version XI.

    if you use the off-line version, Formscentral AIR Application, help menu will bring you to the help page. For example: DE http://help.adobe.com/de_DE/formscentral/using/index.html

Maybe you are looking for

  • Full screen view

    The display is not filling the entire screen. I'm in Safari and there is a blank space on either side of the window. I've read the article about apps going full screen - for instance you can expand iCal by use of the arrows at the top ri

  • Excel-Export in ALV-Grid not available

    Hello, I have a strange problem with the Export-functionality within ALV Grid. The Export-options "Spreadsheet", "Word processing", "Local file" and "Send" are not available at all PC's. I don't know if this issue is related to  SAP Gui, Patches ...

  • DWM + useless gap patch not creating horizontal gaps

    Can anyone give me a hand with the uselessgap patch? I'm using version 5.9 found here: dwm.suckless.org/patches/uselessgap. I've applied it but it doesn't seem to be making any gaps horizontally. This is the only patch I've installed thus far. Here i

  • Translate in vc

    hallow i have a function module where it bring me a table with data . in the rfc i used a translate(like text-003) and it work in r3 well (i try it when  i logon  the same langu that i translate it translate it well in rfc i check it) my problem is w

  • Where is the gray back arrow? Where is popup blocker??

    What's with this new Safari? Why is this better than the former version? TominTexas