Making the seekbarhandle visible and invisible?

Hi team I am using a FLV with skin set to none, and then dragging components from the stage A play/pause and seekbar   so it all works great but as part of the project a button gets pressed and a movie clip becomes visible above the FLV player.  I can stop the video, I can make the seek bar invisible, but I cannot get rid of the seekbarhandle! Anybody help me to target it? cheers
sub

Hi Sarah,
You can use the following in WHEN-BUTTON-PRESSED:
IF  GET_ITEM_PROPERTY ('CONNECT_STRING', visible) = 'FALSE' THEN;
SET_ITEM_PROPERTY ('CONNECT_STRING', visible, PROPERTY_TRUE);
ELSE
SET_ITEM_PROPERTY ('CONNECT_STRING', visible, PROPERTY_FALSE);
END IF;Hope this helps.
Best Regards
Arif Khadas
Two posts before me so additionally I will have the statement that can be used to change the label of the Toggle Button.
IF  GET_ITEM_PROPERTY ('CONNECT_STRING', visible) = 'FALSE' THEN;
SET_ITEM_PROPERTY ('CONNECT_STRING', visible, PROPERTY_TRUE);
SET_ITEM_PROPERTY ('button_name', label, 'Hide Connect String');
ELSE
SET_ITEM_PROPERTY ('CONNECT_STRING', visible, PROPERTY_FALSE);
SET_ITEM_PROPERTY ('button_name', label, 'Show Connect String');
END IF;Edited by: Arif Khadas on May 26, 2010 11:43 AM

Similar Messages

  • How to make Visible and Invisible using a Button?

    hi!... I've a Text3D using Oriented3D object and I would like to know how to make it visible and invisible by clicking a button.
    I know there is a function, setVisible() in RenderingAttributes, which can be set by the object's Appearance.
    Since I want to use a button to change the object's appearance, I need to change it in the button's actionPerformed function, but it has thrown an exception:
    "Shape3D: no capability to set appearance".
    I'd tried using those setCapability flags... but still nothing...
    Could someone help me please?...
    Thanks

    When you create Shape3D, setAppearance to it and
    setCapability(ALLOW_APPEARANCE_READ).
    For the Appearance, you should setCapability(
    ALLOW_RENDERING_ATTRIBUTES_READ).
    For the RenderingAttributes, you should setCapability(
    ALLOW_VISIBLE_WRITE).
    So in the button event handler,
    shape.getAppearance().getRenderingAttributes().setVisible(true/false).
    Now you can control the visiblity of Text3D

  • How to make field visible and invisible dynamically in webdynpro ABAP

    Hi Experts,
    I am working on simple webdynpro application, in which I have two radio buttons and three fields.
    When I select second radio button second field should be invisible out of three and when I select first radio button the second field should be visible. ie I wanted this happen dynamically. I tried with using some methods but no output....
    Please help out.
    Thanks
    Basanagouda

    Hi Prabhu,
    I have two radio buttons ex: R1 and R2 and three Fields Ex: Vendor, User Name and Password.
    When I select R1 Vendor field should be Visible and when I select R2 Vendor field should be invisible.
    I created one attribute of type WDUI_VISIBILITY and binded in Visbility property of Vendor field.
    On action of R1 I am setting attribute value as Visible using Set_attribute method and On Action of R2 I am setting BLANK in Set_attribute method. But somehow I am unable get the solution......
    Thanks
    Basu

  • Its regarding Hiding / Making the specific excel file invisible or hidden

    I have used the following VBA code :
    'Workbooks("Budget.xlsm").Windows(1).Visible = False
    'Windows("Budget.xlsm").Visible = False
    Application.Visible = False
    The problem with the above code is that it makes all the opened excel file invisible and not the one I required.
    Also neither I can work nor I can open any other excel file using those commands.
    Could you please help me out on this.

    Keep in mind, I don't know your application and I could be on the wrong track.
    I made a sample file at the link below, it was made fast, just to see and I can't see your problem.
    The workbook as two userform, you can open a new workbook, close the first userform that will open the second userform, work on the second workbook,close the second userform, and I'm out of idea. It works for me. Have a look at the sample file.
    http://dropcanvas.com/oy4gw
    Have a look at Jim Cone's post also
    P.S. I'm often out and not sure when I'm back.
    Cimjet

  • Newbie (again) - visible and invisible

    Hi,
    it's me again, since I was previously directed where I needed to go through help from this forum I am hoping you guys can do it again.
    Here is what I am trying to do.
    I have the first user selecting a number of fields (via a checkbox) like first and last name, addy and email and so on, depending on which info they need...
    and then the fields that are not needed and the checkboxes are hidden...and the document is sent of to a second user who can then enter the requested info...
    is this even possible?
    Thanks so much in advance.
    Cheers,
    Olli

    Sure! You would simply need to use data stored in your form to determine the initial visibility of the fields.
    For example, you would setup your form to have an initial state where the check boxes for each field are visible and the fields are disabled (because the purpose here is to select the fields that are required to be filled by the next person in the workflow). You would also have an invisible check box somewhere named, say, "FillFields", which is "off" by default. Finally, you would have two buttons: The first would be a regular push button which, when clicked, would first set the value of the "FillFields" check box to "1" and then call the Click event of the second, invisible, button (a submit button set to submit the data) which would then cause the form to be submitted.
    Note that you need to use the two-button approach so that you can set the value "FillFields" at the time when the form is submitted. Using the actual submit button's PreSubmit event is too late because the form's data has already been accumulated and stored at that point in time.
    Once you have all that in place, you would just need some simple script in the Initialize event of all the check boxes and fields to check their initial values (which, once the form has been submitted by the first user, will now contain data). If a check box's initial value is "1" and "FillFields" is "1", then you enable its pertaining field; if "FillFields" is "1" and the check box's initial value is "0", you hide the field. Also, if the "FillFields" check box's initial value is "1", you hide all the other check boxes.
    At this point, the user is left with only the required fields. They can then fill the fields and re-submit the form.
    I've attached a sample which illustrates all these concepts to get you started.
    Stefan
    Adobe Systems

  • Firefox web pages often print with many extra spaces between letters, making the printout illegible and useless..

    When I try to print e-mails in Thunderbird and web pages in Firefox, the individual letters usually print (either to my laser printer or to Acrobat Distiller) with many spaces between each letter, making the printout nearly illegible and useless. Any thoughts? And settings that would correct this? (I never had this problem before the last few months, using earlier versions of Firefox and Thunderbird.

    about:config has many listings for each of my printers, but instead of starting with "print.print_printer" [naming the printer], most listings that name a printer start with "print_printer" or simply printer_[printer name]. I don't want to reset all the listings, not knowing beforehand if that would be advisable.

  • About:config setting for making the menubar visible

    Hi, I've been trying to customize firefox for deployment. I need to be able to enable the menubar by default on firefox. I know how make the menubar visible via the orange firefox button but that's not a feasible option on a group of computers. I've looked through about:config, searched and googled, but I can't seem to find a setting that will make the menubar visible by default. Any help would be appreciated.

    This needs chrome code not a config change.
    See ''How do I get rid of both the orange icon with firefox and the menu bar?'' [/questions/946916]
    You could also consider the possibility of using [http://www.mozilla.org/en-US/firefox/organizations/ ESR] as a method of reducing maintenance, and maybe use of a .cfg file to lock the installations http://kb.mozillazine.org/Locking_preferences

  • How to make Queries in POWL visible and Invisible based on the role

    Hi Experts ,
    By default in RFX and Auctions tab in SRM we are having 2 Queries
    Query 1 : EBids 
    Query 2 : EAuctions ..
    Now my doubt is If the supplier logs in then the Eauction queries should be invisible .
    For remaining Users it should be in Visible Mode
    Is it possible to do this by using TCODE : POWL_QUERYR
    or
    otherwise should we have to do it in Feeder Classs ..
    Pls let me know how to do ??????
    Thanks ,
    Sandeep

    This add on might make the icons bigger in Firefox, but it will take away any labels: [https://addons.mozilla.org/en-US/firefox/addon/iconic-firefox-menu/?src=search]
    As well as customizing size of scrollbars here: [https://addons.mozilla.org/en-US/firefox/addon/noiascrollbars/]
    I might end up looking majestic, but you can customize the look and feel.

  • Makeing JPanels visible and invisible

    Hi...
    i'm trying to firgure this one out... is it possiable to have many JPanels on a JFrame and depending
    on what button the user presses it will make the current panel not visiable and a differant panel visialbe?
    Thanks!

    You might want to take a look at the CardLayout here: http://java.sun.com/j2se/1.4/docs/api/java/awt/CardLayout.html Alternatively you could use the add an remove function to make panels appear and disappear.

  • How to make a tabstrip visible and invisible again?

    Hi
    I have a GUI with Fields, Texts, Checkboxes, Radio buttons, a Button and of
    course a tabstrip with 7 tabs.
    Before I want to show some data in the tabs of the tabstrip, I have to fill the fields, check a radio button and checkboxes. After filled all entries needed, I will start
    the preparation of the data with clicking on the button.
    Before the click on the button the tabstrip has to be invisible. After the preparation
    of the data I will make the tabstrip with its tabs visible.
    All this is in the same dynpro (e.g. 0100). I don't build it together with to dynpros.
    I tried with LOOP AT SCREEN ... ENDLOOP, but the tabstrip does not appear.
    The only attribute accessable is "activetab".
    How to make that happen?
    Thanks for your help
    Frowin

    Hi
    Suppose you have 3 screen:
    - 1 main screen (100)
    - 2 subscreen    (101, 102)
    In the subscreen 101 you need to design your tabstrip (so you need to move your tabstrip from main screen), the subscreen 102 has to be empty.
    In the PBO of screen 100:
    PROCESS PBO.
    MODULE SET_SUBSCREEN.
    CALL SUBSCREEN SUBAREA INCLUDING V_REPID V_SCREEN.
    In the module SET_SUBSCREEN, you insert the code you need to choose the right subscreen:
    IF _SHOW = 'X'.
      V_SCREEN = '0101'.
    ELSE.
      V_SCREEN = '0102'.
    ENDIF.
    The flag _SHOW is setted in PAI after pressing the button:
    MODULE USER_COMMAND.
        CASE OK_CODE.
           WHEN 'SHOW'. _SHOW = 'X'.
    Max
    Edited by: max bianchi on Jan 9, 2008 5:03 PM

  • Make a graphic an email link without making the address visible?

    How do I make a small graphic an email link in Dreamweaver Cs5.5 without having the email address visible? 

    Mailto: Links are visible to spam bots and email harvesters.  Also, they depend on the end user having an email account & software like Outlook installed on their computer. 
    If your visitors use web mail accounts (yahoo, hotmail, gmail...) or they access the internet from cybercafes, public libraries, schools or community centers, they will see nothing. So this is not a reliable way to have site visitors communicate with you.
    As previously mentioned, a contact form with a form-to-email processing script in PHP or ASP is the best solution.  But as I understand it from a previous thread, you're on Intuit servers and they don't support PHP.   Bummer.
    To get around your host's deficiencies, you may need to use a service like Wufoo.
    Wufoo.com (on-line form service)
    http://wufoo.com
    Nancy O.

  • How do i get my ipod classic to stop making the sad face and saying to get on apple support?

    my ipod classic goes back and forth between a dimmed screen with the apple on it and a bright screen with an i pod classic that has a frowny face on it and an exclimation point and a webside at the bottom saying "apple.com/support/ipod". and i dont know what happened to make it do this.

    That usually means the hard drive has failed. You might be able to find a repair shop who can replace the drive or you may be able to do it yourself depending on the model.
    It may just be better in the long run to just buy a new iPod. You can get a new 160GB Classic for around $200 or so at some online retailers.
    Read this:
    http://support.apple.com/kb/TS1373

  • Making the internal drive and external drive

    My G5 died last week and I got a new macbook pro. I just got an external closure for the internal hard drives. Can The same be done for the burner. I upgraded the burner last year and it is very nice. Please let me know if this is possible and what some good options would be.

    Hi-
    Yes, an optical drive can also be placed into an external housing like this one.
    Or, save money with a refurb model.

  • Making the French grave and the Euro symbol

    On previous Mac computers I've been able to make the euro symbol, using shift/option 2. Now, on a new iMac, using Leopard, I can't find a way to do it. And I've never ever been able to make the grave symbol. I have various printouts of all the different symbols available on the Mac but none of their suggestions for the grave and the euro will work. Can somebody suggest a way around this problem?

    On previous Mac computers I've been able to make the euro symbol, using shift/option 2. Now, on a new iMac, using Leopard, I can't find a way to do it. And I've never ever been able to make the grave symbol. I have various printouts of all the different symbols available on the Mac but none of their suggestions for the grave and the euro will work. Can somebody suggest a way around this problem?
    Enable "Keyboard Viewer" in the "Input Menu" tab of "International" system preference, and check "Show input menu in menu bar" at the bottom of the window. You can then select "Keyboard Viewer" from the flag in the menu bar. If you press Option, Shift-Option, or Command-Option, you will see the special characters. If an accent shows with a coloured background, it will be put over the next character you type. On my keyboard, Euro is Shift-Option-2 €, accent grave is left of "1". Option-` puts ` over the next character. è à ò ù
    I am using the Australian keyboard layout, but interestingly enough, though it's ticked it's greyed out in the system preferences.
    If you only have one keyboard checked, the check-mark will be greyed out, since you would have no keyboard if you unchecked it.

  • Having trouble making the macbook pro and airport express hok up

    I have a macbook pro and the airport express hooked to a stereo. I need to connect the two together. I also have a lynksis wireless router that can not be hard wired to the airport express. Will this work because I am unable to make it work....
    Do I need the express unit instead of the lynksis

    Just checked that as well, it's set as a wireless N network that is B/G compatible... So it's got to be something else. Thanks for the suggestion though!

Maybe you are looking for

  • HTTP time out Error in BPM.....

    Hi Error Description: We have created a Sync-Async Bridge BPM scenario in XI. In the BPM scenario we are calling the web service, and if the response from the web service is an error message then we have retry in a loop up to 24 times after wait for

  • Two parameters in the SMTP Conector , EXHCANGE 2007

    Hello,    I installed a Exchange 2007 several weeks ago. I registered a domain of my own just 5 or 6 days ago too.    In "the public side" all seems to be running okay because nslookup points to my Public IP when I ask for the mx record (=mail.mydoma

  • Sneak Preview Slim Edition

    Does this edition contain Enterprise portal ,KM and Coll.Please reply.Thanks.

  • Pop up message in B2C ISA screen

    Hi All, We are using CRM 5.0 ISA application, we have a requirement to provide a pop up window in payment screen of B2C application. Please can you suggest whether is it possible to provide pop up window based on the payment type selected and how can

  • Currupt folder

    one of my folder and all pictures in it do not open in any window or slide show. The only thing that appears on the screen is ! . I have even tried to export it to CD or external hard drive, but it does not even allow to transfer file. The only thing