Make frame invisible dynamically

hello,
does somebody know how to make a frame invisible dynamically? Some items in the frame are confidential;
confidential items are put invisble for certain users;
if all items in the frame are invisible i want the frame to disappear. Today i'am messing with stacked canvasses on top of the frame. Isn't their an easier way to do?
chris

you're wright this is simplier than my approach but
my purpose was to have 1 content page/ or tabpage and no stacked canvasses at all; and a simply way to say to the frame
frame.visible = property_false
Today my tabpage has a frame the can become invisible conditionally.Designing tabpages with stackedcanvasses on it is NOT easy in the design editor.
chris

Similar Messages

  • How to make fields invisible dynamically in standard transaction?

    When we visit T-Code FB60 there are tabs like Basic data, Payment , Details ,Tax ,Notes ,Local Currency.
    In the Tax tab there are fields like Tax code, Rep. Date etc.
    The Rep.Date has value from BKPF-VATDATE and value for tax code from RTAX1U12-MWSKZ.
    The requirement is that in Tax tab if value for tax code is not selected then the Rep. Date field should become invisible i.e., if  tax code value is empty then the Rep. Date field should become invisible dynamically.
    Is there any BADI/Enhancement Spots  to achieve this requirement?

    1.In designer on tools menu  you have level security. Add what you want objects or groups or users level security.
    2.In CMS Select the option universes then provide the security for the object level.
    3. you create the below variables :
    if CurrentUser()="@Varaible(BOUSER)" then " " else [Dimension]
    Hope this is what you are looking out for.

  • Make UI invisible dynamically

    hi all, 
    I have a drop down box. Based on the element selected in the drop down the corresponding data should be displayed at the bottom. But the data of the last column should be displayed in inputfield/textedit/dropdown based on the indicator.I will place these UI elements in the last column.The other UI elements should be invisible. Only one UI element should be visible at a time.
    Can we achieve this? or Is there any other way where in i can achieve this?
    Thanks in advance,
    Gopi

    Add 3 calculated attributes (type = com.sap.ide.webdynpro.uielementdefinitions.Visibility, readOnly=true) to the context:
    Context
    -- InputFieldVisibility
    -- TextEditVisibility
    -- DropDownVisibility
    Bind the "visible" property of the different UI elements to the corresponding attribute e.g. InputField.visible -> InputFieldVisibility.
    You will get 3 get-methods. Implement them according to the following scheme:
    WDVisibility getInputFieldVisibility(IContextElement element)
      int selectedIndex = wdContext.node<Node>().getLeadSelection(); /* for DDByIndex */
      String selectedKey = wdContext.currentContextElement().getSelectedKey(); /* for DDByKey */
      return (<input-field-visible-for-selection>)
        ? WDVisibility.VISIBLE
        : WDVisibility.NONE;
    Armin

  • Exception when trying to make cursor invisible

    i don't want my application to display a window, so i'm creating a custom cursor from a 1X1 transparent image, and set the cursor to that... after trying that i get an exception...
    here's the code:
    try
                BufferedImage ec=new BufferedImage(1,1,BufferedImage.TYPE_INT_ARGB);
                Cursor cc=Toolkit.getDefaultToolkit().createCustomCursor(ec,
                        new Point(1,1),"");
                frame.setCursor(cc);
            catch(Exception e)
                System.out.println("Couldn't make cursor invisible: "+e.toString());
                e.printStackTrace();
            }and here's the exception:
    java.lang.IndexOutOfBoundsException: invalid hotSpot
         at sun.awt.CustomCursor.<init>(CustomCursor.java:61)
         at sun.awt.X11CustomCursor.<init>(X11CustomCursor.java:26)
         at sun.awt.X11.XCustomCursor.<init>(XCustomCursor.java:27)
         at sun.awt.X11.XToolkit.createCustomCursor(XToolkit.java:742)
         at no_germs.pong.Game.<init>(Game.java:101)
         at no_germs.pong.GameLauncher.<init>(GameLauncher.java:157)
         at no_germs.pong.GameLauncher.main(GameLauncher.java:87)
    what's my problem, and is there a way around it? if not, can i make the cursor invisible some other way?

    Image image = Toolkit.getDefaultToolkit().createImage(new MemoryImageSource(16, 16, new int[16 * 16], 0, 16));
    Cursor transparentCursor = Toolkit.getDefaultToolkit().createCustomCursor(image, new Point(0, 0), "transparentCursor");
    frame.setCursor(transparentCursor);

  • How to make a form dynamic so that it displays different logos at runtime

    I am working on some assignment wherein I would like to make a form dynamic so that in it's designated image holder it displays different logos/pictures at run time? First of all is there such a possibility?? I am still very new to this forum and also trying to understand the logic/bindings/heirarchy etc. in LCD. Any input would be highly appreciated.
    Thanks in advance

    LC 7 or 8 does not help load logs at runtime. However you can associate all your logs at design time and control their visibility property based on the events. This may help fulfill the requirements you have to an extent however adding number of images at design time will increase the size of the template.

  • Make frame freeze problem

    Two problems I have....
    1st problem...when I make frame freeze, the filters disappear. How do I keep those clips with filters stay look same. Some clips are fine...no problem. But other clips when freeze, filters gone.
    2nd problem...I decide to use QT conversion to save still image but the pixels ratio into 4:3 which it should not be.... video is 16:9. How do I keep 16:9 when export still image?

    My freeze frames usually take on the appearance of my clips with whatever filters I have applied. What you see of the freeze frame is often affected by which tracks are auto-selected in the timeline.
    As far as the pixel aspect ratio is concerned, if you are staying within FCP, the pixel aspect ratio should be compensated for. However, if you need to create a still that looks correct at square-pixel dimension, you'll need to resize it in photoshop (don't forget to de-interlace it as well). The square pixel image size I use for 16:9 stills iis 864x480.
    Hope this helps -
    Max Average

  • Make fields invisible in SAPLBBP_MON_SC 1200

    Dear SRM-gurus,
    for making fields unvisible in Shopping Cart Detail you can go to SE51 --> SAPLBBP_SC_UI_ITS --> e.g. 100 and set fields whether "Invisible" or in Screen Painter double-click on the specific field and enter "MOR" in the 4th group field.
    This works perfectly for SAPLBBP_SC_UI_ITS.
    Now we'd like make the same restriction of fields in "Monitor Shopping Cart" transaction.
    --> SE51 --> SAPLBBP_MON_SC --> 1200
    Here when I click on Layout and set the field as "Invisible" this works alright for the description of the fields (e.g. Description) BUT for all the fields where values can be entered there is no way to make them invisible in transaction BBP_MON_SC. No matter if I set Invisible and/or the value MOR in 4th group field.
    Do you have any idea how I can also make the dropdown and value fields invisible (not available)?
    Thanks a lot for your help.Points will be given!
    Best regards,
    Henning

    Hi Henning,
    The trick cannot work in SAPLBBP_MON_SC_1200, because in the application there is no handling for the modification group. That is the difference with SAPLBBP_SC_UI_ITS / 0100. We used the trick there to avoid modifications in HTML because HTML has no modification-assistent and ABAP does.
    In your case I would suggest to modify the HTML-template (service BBP_MON_SC, template SAPLBBP_MON_SC 1200 ) to hide the unwanted fields simply by deleting or commenting the unwanted tablerows.
    Regards,
    Hendrik-Jan

  • Screen is not Visible after make it invisible

    I maked the screen fields together and formed group1and dinamically changed to invisible by setting
    loop at  screen.
    if screen-GROUP1 = 'INB'.
    screen-Invisible = 1 .
    modify screen.
    endif.
    endloop.
    But when i tried to make visible the group1 its not showing ..please provide the valued information
    regards
    sarath

    How are you making the group1 fields visible? I think you need to have a condition around the part of the code that makes fields invisible otherwise they will always be made invisible:
    loop at screen.
      if screen-GROUP1 = 'INB'.
        if <some condition where fields must be made invisible>
          screen-Invisible = 1 .
          modify screen.
        endif.
      endif.
    endloop.

  • In snow leopard, how make files "invisible"?

    in snow leopard, how make files "invisible"?

    You can make files or folders invisible from the Terminal. Enter the following command:
    chflags hidden
    Don't press enter yet. Put a space after the the word hidden and then drag and drop the item you want to hide into the Terminal window. Now press enter. The item will disappear from view.
    You'd better copy that path down though, because if you want to unhide it, you need to know the full path and file or folder name.
    As a test, I did one as:
    chflags hidden /Users/myaccount/Desktop/test.tif
    This of course is a file named test.tif sitting on the desktop of my user account. Upon hitting enter, it disappeared. To get it back, you unhide it:
    chflags nohidden /Users/myaccount/Desktop/test.tif
    The item will reappear. You can see where it would be very important to have that entire path written down. If you forget the name or where it is, you'll be lucky to find it by guessing. It's either that, or you'll have to use the trick to show hidden and system files. Then you'll be able to see the hidden item you're dragging and dropping item into Terminal to unhide it.

  • How to make links in dynamic text?

    Hi All,
    I need to know how to make links in dynamic text. I have
    created a
    table to hold the dynamic copy, and the copy is added through
    a CMS page
    that I created. This Admin page is accessed through a
    browser, and I
    don't know how to attach a link to selected text within a
    browser. Can
    anyone point the way? It's probably so easy I'll feel dumb.
    Thanks,
    Brett

    "Brett" <[email protected]> wrote in message
    news:fpf7j6$23m$[email protected]..
    > Thanks Hunter,
    >
    > Yes, I suppose a legend on the admin page would provide
    a solution. And
    > ultimately, if the client doesn't feel confident doing
    writing the HTML
    > they would have to pay me to do it for them. OK, that
    works for me.
    The only other thing might be to use something like FCK (or
    one of the many
    others... ContentSeed, I think is one Murray mentions often)
    for the CMS,
    that would give an easier option for the end user. WebAssist
    has an
    FCK-based plug-in called iRite that can give a more
    wordprocessing-like feel
    to the field (i.e., they could just highlight the text and
    then click a
    button to add the link).

  • /Volumes is now visible. How do I make it invisible????

    Simple question...
    /Volumes is now visible. I don't understand why. But anyway...
    How do I make it invisible????
    Thanks

    This has happened many times before and a poster, Kappy, gave a great answer. I like saving particularly good/important posts for references later on.
    This one was given by Kappy and I take no credit for the good advice. If he posts here and it has solved your problem please give him the "answered" post.
    Here it is:
    Open your Terminal app (Utilities folder) and at the prompt enter the following lines pressing return at the end of each line. Comments will be indented:
    prompt> cd /
    prompt> sudo pico .hidden
    You will be asked to enter your admin password. It will not be echoed.
    The editor will open the .hidden file for editing. Enter the filename or foldername of each item you want hidden - one entry per line. When you are finished press CONTROL-X. You will be asked if you want to save the file. Enter "y" (Yes) and press return. You will be asked for the filename to save or use .hidden. Simply press return to save the file and exit the editor. You will be returned to the prompt.
    prompt> cat .hidden
    Will list the contents of the file to the Terminal window. This will verify that what you did worked correctly.
    You can now quit the Terminal. On your next restart the offending files and folders will now be hidden as they should be.
    The .hidden file contains no pathnames, just the file or folder. For example, mine reads as follows:
    SDKDesktop:/ skapplin$ cat .hidden
    etc
    tmp
    var
    SDKDesktop:/ skapplin$

  • I want to use system and job variables to make the information dynamic in the Email Subject Line

    Someone could mention the subject line character limitation needs to be expanded. 50 chars is not much to work with! 
    Is it possible to make SUBJECT Line to make , use system and job variables to make the information dynamic , Right now there is a limit for Characters in the Subject line ... is it possible to expand ???  

    I've encountered the same issue and worked around it by using generic variables that would always be the same for a certain email alert. eg =  "System XYZ -source file delay for :"
    So a sample subject would then be: 
    Where ENV = DEV/UAT etc.
    This functionality allows you to use generic alert templates for all filewait jobs, and just filling in the variables.
    A slight problem is that although this works very well, the use of group variables in email / alert actions is (/ wasn't) officially supported by Cisco when I last ran it past then. Cisco, any update in this?

  • How to make jButton invisible but workable in Eclipse Visual Editor

    SOS, to all Programmers, thx for your attention i recently encounter a problem when i do my codings in eclipse visual editor, i can;t seem to make my jButton invisible, i plan to
    insert image then put jButton over them, make them invisible so i can just click the image and go elsewhere (E.g. a pop up box or link), but i try all ways and it can't work, plz spot the solution for me. thanks in advance.

    You can't click an invisible button, so you'll have to put the image on the button (as icon) or add a MouseListener to whatever component you're using to show the image.

  • Onyx to make .ds_Store invisible

    Like others I have a file (.DS_Store) visible on my desktop that is just sorta annoying. From reading other posts I know this is an important file and I don't want to hose up my system. Someone suggested making the file invisible using Onyx but the thread does not explain how to use Onyx to do so.
    I downloaded the latest version of Onyx. Can anyone provide guidance on how to use it to make .DS_Store invisible? If this is a bad idea for a newbie Mac user to be dabbling in just say so and I can live with .DS_Store on my desktop.

    .DS_Store files aren't important system files, they're files made by Finder that keep track of window and icon positions for the folder the .DS_Store file is in. Feel free to delete them, the worst thing that could happen is your desktop icons reset their positions. They reappear anyway, with default icon/window settings (I'm STILL trying to make some kind of script that deletes all .DS_Store files because of all my messed up window sizes and positions )
    Anyway, open up OnyX (click Cancel for the Verifying Startup Volume popup), type in your password, click Parameters, then Finder, and uncheck "Show hidden files and folders".

  • How to make a graph dynamic data driven? Plus some XML basics for Illustrator?

    I need to make some graphs that are linked to a series of data through XML files (originally Excel) and create an indvidual document for each data set. They will be used for the web and print. Please advise.

    Tis is what you can do you create say your chart or your data say in Excel and you export ast Tab Delineated Text.You can then import that data for a chart with the import chart feature it is the first icon on top of the chart data window then you can make the chart dynamic asa variable and capture the data set then import another chart's data as txt as you did before then capture that as a data set abnd so on if you have then ten data sets each one will correspond to the one you need you can name the data sets so you can easily call up the one you need.
    I never made a chart in excel or imported such data before a few minutes ago nor have I a=ever made a variable of a chart but this all works pretty reasonably.
    More advance than this I would have to experiement but you can export the variable libraries and open them in Illustrator and figure it out for a way to load or export the excel info so it opens as a chart in Illustratorbut Illustrators charts are kind of primitive so donot expect much without a script to help you.
    Perhaps you can figure out an actiopn toautomate the process?

Maybe you are looking for

  • How do I remove my credit card information from my iPad mini?

    How do I remove my credit card information from my iPad mini?

  • Starting a workflow from an XML file

    Does anyone know if there is anyway to have a workflow poll a folder for the existence of an XML file and start a workflow with it? When looking in the documentation, there is a mention of a scheduler. I need to integrate with a fairly old system tha

  • Skype video calls .

    When I make a video call to someone and they accept it the call stops and I get this message "Problem with Recording Device". If they call me and I accept it there's no problem.  How to fix this ? Thanks.

  • Iphone recovery error code 1602

    How recover a iphone 3 without itunes. There is no back up made of this phone.

  • Amount of V1-WP for SAP ECC 6.0

    Hello! I have recently problem with updates (Tcode SM13). Some of the updates have not been processed. I have checked the status of the work processes in SM50 and detected V1-Update with sequential reading. My question is: <b>How many V1 Update WP do