Window Layout/ Button Bars

Hi,
is there a way to make a custom window layout and button bar load at start-up automatically ie make it the standart?
Everytime the system crashes - and it does a lot currently with EX footage, it reverts back to not my preferred settings...

You might want to figure out why you're crashing to begin with...
In the meantime, I'd save a window layout, then you only need to call that back up after a crash...Main Menu/Window/Arrange/Save (or Load) Window layout...
Not sure about button bars, I've not seen them disappear except after trashing prefs (and not sure they did then, either)
K

Similar Messages

  • Page Button Bar Layout in ADF

    Dear Members,
    I have developed a simple master detail page in ADF 11g.
    I am displaying Departments and corresponding employees data in JSF Page.
    I am displaying Departments Data in the Panel Form Layout and Employees Data in the table layout.
    Now in this page I want to display the Navigational Buttons i.e., First, Next,Previous and Last buttons on the top and bottom of the right hand side of the page. Similar to Page Button Bar in OAF.
    Can any one please tell me which component I should use to achieve the above functionality?
    Many thanks in advance.
    Regards.

    Hi,
    Say your parent collection is "DepartmentsView1" in the ADF Data Control panel. Drag the DepartmentsView1 collection from the DataControls panel and drop it onto the page. In the opened context menu, choose Navigation and then "ADF Navigation Buttons". A button bas is a layout container (can be toolbar or panelGroup layout) that hosts a number of buttons. If you need a more sophisticated component to do this, read this: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/24-generic-toolbar-component-169163.pdf
    Frank

  • Window layout? Adding Black filler?

    Two questions:
    How do I get the window layouts to match in size?
    I set both the sequence and capture to anamorphic.
    Both windows are set to 100%- but they do not match.
    I am getting the full image, but in one window- the image fills the frame- while the other displays the image shrunk with black bars- top and bottom.
    I don't care if the image displays full screen or shrunken down. I just want the image to display the same on both windows.
    My second question is how do you add Black to a sequence?
    On Avid I can choose "load filler" command. I can then mark an IN and OUT point and drop it in between a cut in the sequence. How can I do this in FCP?
    Thanks.

    How do I get the window layouts to match in size?
    try button at top just left of center of the viewer or canvas window, select 'fit to window'
    Or, Main Menu Bar/View/Level/Fit to Window.
    Or, Main Menu Bar/Window/Arrange...several presets here or save your own 'window layout'
    You can also manually adjust the size/shape of the windows at very bottom right of each window.
    K

  • Enable train button bar

    hi how can someone enabale train button bar when they are disable,am in jdeveloper 11.1.1.6.0
    Edited by: user0994 on 2012/10/18 12:02 PM
    Edited by: user0994 on 2012/10/18 4:56 PM

    ok my child task flow is
    <?xml version="1.0" encoding="windows-1252" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
      <task-flow-definition id="taskFlowCall1">
        <default-activity id="__1">members</default-activity>
        <managed-bean id="__3">
          <managed-bean-name id="__5">orgBean</managed-bean-name>
          <managed-bean-class id="__2">OrgDetails</managed-bean-class>
          <managed-bean-scope id="__4">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__15">
          <managed-bean-name id="__12">MemberBean</managed-bean-name>
          <managed-bean-class id="__14">MemberBean</managed-bean-class>
          <managed-bean-scope id="__13">pageFlow</managed-bean-scope>
        </managed-bean>
        <view id="members">
          <page>/members.jsff</page>
          <train-stop id="__17"/>
        </view>
        <task-flow-return id="taskFlowReturn1">
          <outcome id="__20">
            <name>taskFlowReturn1</name>
          </outcome>
        </task-flow-return>
        <train/>
        <control-flow-rule id="__21">
          <from-activity-id id="__22">members</from-activity-id>
          <control-flow-case id="__24">
            <from-outcome id="__25">Done</from-outcome>
            <to-activity-id id="__23">taskFlowReturn1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <use-page-fragments/>
      </task-flow-definition>
    </adfc-config>and the parent task flow is
    <task-flow-definition id="register-org-flow">
        <default-activity id="__17">odetails</default-activity>
        <managed-bean id="__5">
          <managed-bean-name id="__4">orgDetailsBean</managed-bean-name>
          <managed-bean-class id="__1">OrgDetails</managed-bean-class>
          <managed-bean-scope id="__2">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__7">
          <managed-bean-name id="__10">AutosuggestBeanmanagedBean1</managed-bean-name>
          <managed-bean-class id="__8">model</managed-bean-class>
          <managed-bean-scope id="__9">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__11">
          <managed-bean-name id="__14">companyOfficials</managed-bean-name>
          <managed-bean-class id="__13">CompanyOfficials</managed-bean-class>
          <managed-bean-scope id="__12">pageFlow</managed-bean-scope>
        </managed-bean>
        <managed-bean id="__33">
          <managed-bean-name id="__34">Member</managed-bean-name>
          <managed-bean-class id="__35">Bean.MemberBean</managed-bean-class>
          <managed-bean-scope id="__32">pageFlow</managed-bean-scope>
        </managed-bean>
        <view id="odetails">
          <page>/odetails.jsff</page>
          <train-stop id="__3">
            <display-name id="__18">Organisation Details           </display-name>
          </train-stop>
        </view>
        <view id="addMembers">
          <page>/addMembers.jsff</page>
          <train-stop id="__25">
            <display-name id="__6">AddOptions</display-name>
          </train-stop>
        </view>
        <task-flow-call id="taskFlowCall1">
          <task-flow-reference>
            <document>/WEB-INF/membersFlow.xml</document>
            <id>taskFlowCall1</id>
          </task-flow-reference>
          <train-stop id="__38"/>
        </task-flow-call>
        <view id="opayment">
          <page>/opayment.jsff</page>
          <train-stop id="__15">
            <display-name id="__19">Payment Opions</display-name>
          </train-stop>
        </view>
        <view id="osuccess">
          <page>/osuccess.jsff</page>
          <train-stop id="__16">
            <display-name id="__20">Done</display-name>
          </train-stop>
        </view>
        <router id="router1">
          <case>
            <expression>#{pageFlowScope.orgDetailsBean.addMember ==1}</expression>
            <outcome id="__36">yes</outcome>
          </case>
          <case>
            <expression>#{pageFlowScope.orgDetailsBean.addMember ==2}</expression>
            <outcome id="__37">no</outcome>
          </case>
          <default-outcome>no</default-outcome>
        </router>
        <task-flow-return id="taskFlowReturn1">
          <outcome id="__47">
            <name>taskFlowReturn1</name>
          </outcome>
        </task-flow-return>
        <train/>
        <control-flow-rule id="__21">
          <from-activity-id id="__22">router1</from-activity-id>
          <control-flow-case id="__24">
            <from-outcome id="__31">no</from-outcome>
            <to-activity-id id="__23">opayment</to-activity-id>
          </control-flow-case>
          <control-flow-case id="__40">
            <from-outcome id="__41">yes</from-outcome>
            <to-activity-id id="__39">taskFlowCall1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__26">
          <from-activity-id id="__27">addMembers</from-activity-id>
          <control-flow-case id="__28">
            <from-outcome id="__30">addMembers</from-outcome>
            <to-activity-id id="__29">router1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <control-flow-rule id="__48">
          <from-activity-id id="__49">osuccess</from-activity-id>
          <control-flow-case id="__51">
            <from-outcome id="__52">Done</from-outcome>
            <to-activity-id id="__50">taskFlowReturn1</to-activity-id>
          </control-flow-case>
        </control-flow-rule>
        <use-page-fragments/>
      </task-flow-definition>and the jsff page which got the train button disabled is
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:f="http://java.sun.com/jsf/core">
      <af:pageTemplate viewId="/trainTemplate.jspx" id="pt1">
        <f:facet name="body">
          <af:panelHeader text="Add Member to Organisation" id="ph1"
                          inlineStyle="width:792px; height:464px;">
            <f:facet name="context"/>
            <f:facet name="menuBar"/>
            <f:facet name="toolbar">
              <af:toolbar id="t1">
                <af:toolbar id="t2">
                  <af:trainButtonBar value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}"
                                     id="tbb1" />
                </af:toolbar>
                <af:commandButton text="back" id="cb1"
                                  disabled="false"/>
              </af:toolbar>
            </f:facet>
            <f:facet name="legend"/>
            <f:facet name="info"/>
            <af:panelGroupLayout layout="vertical" id="pgl2">
              <af:panelHeader text="Search User" id="ph3">
                <af:query id="qryId1" headerText="Search" disclosed="true"
                          value="#{bindings.UserDetailViewVOCriteriaQuery.queryDescriptor}"
                          model="#{bindings.UserDetailViewVOCriteriaQuery.queryModel}"
                          queryListener="#{bindings.UserDetailViewVOCriteriaQuery.processQuery}"
                          queryOperationListener="#{bindings.UserDetailViewVOCriteriaQuery.processQueryOperation}"
                          resultComponentId="::resId1"/>
              </af:panelHeader>
              <af:table value="#{bindings.UserDetailViewVO1.collectionModel}"
                        var="row" rows="#{bindings.UserDetailViewVO1.rangeSize}"
                        emptyText="#{bindings.UserDetailViewVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
                        fetchSize="#{bindings.UserDetailViewVO1.rangeSize}"
                        rowBandingInterval="0"
                        filterModel="#{bindings.UserDetailViewVOCriteriaQuery.queryDescriptor}"
                        queryListener="#{bindings.UserDetailViewVOCriteriaQuery.processQuery}"
                        filterVisible="true" varStatus="vs" id="resId1">
                <af:column sortProperty="Firstname" filterable="true"
                           sortable="true"
                           headerText="#{bindings.UserDetailViewVO1.hints.Firstname.label}"
                           id="resId1c1">
                  <af:outputText value="#{row.Firstname}" id="ot3"/>
                </af:column>
                <af:column sortProperty="Surname" filterable="true" sortable="true"
                           headerText="#{bindings.UserDetailViewVO1.hints.Surname.label}"
                           id="resId1c2">
                  <af:outputText value="#{row.Surname}" id="ot2"/>
                </af:column>
                <af:column sortProperty="Emailaddress" filterable="true"
                           sortable="true"
                           headerText="#{bindings.UserDetailViewVO1.hints.Emailaddress.label}"
                           id="resId1c3">
                  <af:outputText value="#{row.Emailaddress}" id="ot1"/>
                </af:column>
                <af:column id="c1" headerText="AddUser">
                  <af:commandButton text="AddUser" id="cb2"
                                    actionListener="#{pageFlowScope.MemberBean.cb1_actions}">
                    <f:attribute name="test"
                                 value="#{row.bindings.Username.inputValue}"/>
                  </af:commandButton>
                </af:column>
              </af:table>
            </af:panelGroupLayout>
          </af:panelHeader>
        </f:facet>
      </af:pageTemplate>
    </jsp:root>the train is in this template
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <af:pageTemplateDef var="attrs">
        <af:panelGroupLayout id="pt_pgl1" layout="vertical" halign="left"
                             valign="middle" inlineStyle="height:170px;">
          <af:panelSplitter id="pt_ps1" orientation="vertical"
                            inlineStyle="width:1083px; height:901px;"
                            splitterPosition="50" collapsed="false" disabled="true">
            <f:facet name="first">
              <af:train var="node" id="pt_t1" value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}">
                         <f:facet name="nodeStamp">
          <af:commandNavigationItem action="#{node.action}"
                                  disabled="true"
                                  immediate="#{node.immediate}"
                                  textAndAccessKey="#{node.textAndAccessKey}"
                                  visited="#{node.visited}"
                                  id="cn1"/>
      </f:facet>
                        </af:train>
            </f:facet>
            <f:facet name="second">
              <af:panelGroupLayout id="pt_pgl2" layout="horizontal">
                <af:panelHeader text=" Registration" id="pt_ph1"
                                inlineStyle="font-size:large;width:300px;">
                  <f:facet name="context"/>
                  <f:facet name="menuBar"/>
                  <f:facet name="toolbar"/>
                  <f:facet name="legend"/>
                  <f:facet name="info"/>
                  <af:panelGroupLayout id="pt_pgl3" valign="bottom"
                                       layout="vertical"
                                       inlineStyle="width:1099px;">
                    <af:spacer width="10" height="15" id="pt_s1"/>
                    <af:facetRef facetName="body"/>
                  </af:panelGroupLayout>
                </af:panelHeader>
              </af:panelGroupLayout>
            </f:facet>
          </af:panelSplitter>
        </af:panelGroupLayout>
        <af:xmlContent>
          <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
            <display-name>trainTemplate</display-name>
            <facet>
              <facet-name>body</facet-name>
            </facet>
          </component>
        </af:xmlContent>
        <af:panelGroupLayout id="pt_pgl4"/>
      </af:pageTemplateDef>
    </jsp:root>Edited by: user0994 on 2012/10/19 1:42 PM

  • AA2.0 How do I transfer the Window layout...

    The new monster machine has been delivered and I'm working on setting it up;
    > Dell Precision Workstation T7400
    > XP-64
    > Dual Socket, Dual Quad Core Xeon
    > 8GB DDR2 RAM
    > 120GB SSD C:\
    > 320GB D:\  [ WD 7200 ]
    > 320GB E:\  [ WD 7200 ]
    > 320GB F:\  [ WD 7200 ]
    > SB X-Fi Xtreme Music [WDM] Sound Card
    (They want to eventually be able to do video work also that's why I had this monster ordered)
    I however, don't want to spen the next 6 days setting up AA2.0
    is there anyway to transfer the window layout settings from one AA2.0 install to a new one,
    the first run layout is way too much junk for what I use it for
    I tried searching but nothing of any relevance was presented in the results
    all I want is to have it look as close to AA1.0 as possible
    which I have already managed to do on my home machine
    and the previous (old machine) install here
    however, I'm not kidding when I say it takes 6 days to set it up the way I want
    just trying to move the level indicator below the main window and above the rest
    is nearly impossible it always goes behind or in front of the main window
    making a huge useless 1000Px wide x 800Px tall level indicator (screen res 1152x 854)
    or it pops behind or in front of one of the other small windows
    here's my setup:
    Edit View:
    1> Regular Tool Bar (not the Hybrid)
    2> Main window
    3> Transport Controls
    4> Time window
    5> Zoom Controls
    6> Selection / View position indicator
    7> Level Indicator
    8> I float the Cue list & only open it when I need it.
    here's AA1.0 on this machine
    The other AA2.0 machines aren't running
    I'll post my AA2.0 window layout later (when I fire it up tomorow)
    A-Ω

    Thanks Craig;
    I've been using 2.0 like this since I set it up and I don't use a lot of the "extra features"
    working strictly in EV, I like my wave as big as I can have it while still being able to
    use the rest of the machine
    the work I do has me splitting words to correct:
    stuttering
    ummm's
    repeated words
    andahhhh's
    etc.
    all while making it sound like the speech errors never happened
    1152 x 864 on a 17" monitor makes the normal windows text tiny and unreadable
    without modification to the default font size and then selecting the Windows (Large) theme
    I'm from the old school when a  15"  monitor was considered huge and 800 x 600 was the res. to have
    here's my screen from home office setup on the exact same monitor res. as the AA1.0 from the office setup
    I just want to transfer the settings for this layout because it's what I use
    A-Ω

  • How do I set up a new button on the button bar?

    I was used to previous versions of A/Works in which you just needed to create a macro. In the latest version, it's not so simple. Could someone let me know, preferably in words of one syllable (lol), the steps to take to set up a button. I want a double underline one, it's so frustrating not having one as I use it all the time.
    Any help gratefully received!
    Thankyou
    Marianne
    Mac Pro   Mac OS X (10.4.9)  

    In the Finder, choose New Finder Window from the File menu, and then locate and click on the item in the sidebar named Applications. Next, open the AppleScript item inside, find the Script Editor application, and double-click it. Copy and paste the following text into it up to the second blank line following:
    tell application "AppleWorks 6"
    set style of selection of document 1 to {class:text style info, on styles:{double underline}}
    end tell
    Press the Command and S keys, choose Application as the File Format, and click Save. Open AppleWorks and click on the AppleWorks menu, followed by scrolling down to Preferences and clicking on Button Bar. Find and push the New button, choose Launch Application from the Action drop-down menu, click Choose, locate the script, and click OK.
    (20382)

  • Hide 'Change Layout' button from alv toolbar

    Hello All,
    can anyone let me know how can we hide the change layout button or exclude the change layout button from the ALV tool bar using OOPS . what's the fcode for it.
    Thank You !
    Ravi

    Hi Ravi,
    Please refer to this [Program|http://www.saptechies.com/disable-some-standard-buttons-from-alv-display/].
    Hope this helps.
    Regards,
    Chandravadan

  • LAYOUT BUTTONS ARE MISSING!

    Up at the top of the window to the right of the stamp tool there are suppossed to be four buttons called "layout buttons." I don't have those on my Aperture. I am running the most recent version of Aperature. Can anybody tell me how to find those? There should be a "standard, project management , ratings and keywords and adjustments and filters" layout.

    I FINALLY FOUND A FIX TO THIS PROBLEM!!!
    I copied the pref file off of my old powerbook over the pref file on my new mac book pro. the buttons came back. Here's how I figured it out, and why it worked.
    I did a "show contents" on the Aperture application and found that the buttons I was missing are still in Aperture. I also knew that it should work because updating doesn't remove them, its just installing the newest update before launching aperture for the first time that does it. My old Powerbook that was running the newest Aperture still had the layout buttons in the toolbar. I copied my prefs over and they came back.
    I would be happy to email you my pref file if you like. Just post your email on here that you want me to send it to.
    ~ Lou

  • Created a custom button bar and pull-down menus are missing

    created a custom button bar and pull-down menus are missing.
    I want pull-down menus of 'action', 'edit', 'query', 'block','record', 'field', 'window' and 'help' to display.
    What property setting or other item do I need to change?
    Thank you for your help.

    You could try this, I haven't used it before so I'm not sure if it's what you're looking for but it's worth a shot if you can't get anything else to work.
    http://web.mac.com/ijasonwhite/iwebunlimited/TipsBlog/Entries/2008/12/29_Drop_Down_Navigation_iniWeb.html
    Hope this helps!
    Josh

  • DWM Teething Issues: Window layouts and Titlebar reconfiguration

    I just need a couple of pointers in the right direction.
    I have switched to DWM from Awesome and would like to bring a few of conveniences of Awesome over to DWM.
    1. Is there a way to make window layouts a little more "dynamic" if you'll pardon the pun?
    Mod+t, f, m have no effect on some of the windows on a given tag. For example the tag is set such that the window starts in floating mode. Now I can't maximize it.
    Another example, if a window is floating I can maximize it (Mod+m) but then Mod+{t,f} won't return it back to the shape it was in previosuly. The window remains maximized.
    2. Is there a way to change the length of the title/tag bar and make it half as long? I plan to fill in the rest of the space with Conky.
    Or what can be suggested to use up that extra space at the top?

    3. Is there a way to toggle between show/hide all windows in a tag? So that when the windows are hidden the desktop gets exposed.
    No. Since you're willing to accept a paradigm shift, the first (and maybe hardest) thing every new dwm user needs to learn is that tags are not workspaces. Awesome users seem to use tags as regular workspaces (I know I sure did ); I'm not really sure how that arose or why it's never been corrected, but trust me, using tags the "right" way is so much better.
    If you just like being able to see your wallpaper every now and again, there are two ways you might do that. First, you could use the emptyview patch. This would also work well if you have, say, conky running on the root window and want to periodically check some info. The second method (which I use) is to use a screen locker like i3lock or xscreensaver to display an image when the screen locks. When you're actually working with a tiling window manager you won't be able to see your wallpaper anyway.
    4. I was also searching for a way to automatically switch to another tag when an app gets run on said tag.
    See "Tags Are Not Workspaces," above. There are definitely times when it's best to work with a single window in a view, but I don't like it when applications grab focus from me, so I'm not sure how you might get that to work. In any case, if you're launching a terminal window or some such and just need to view a window's contents for a minute or two, toggling the tag into view should suffice.

  • Simulating visual behaviour of buttons on button bar, like Firefox.

    I want to introduce visual behaviour like the Firefox button bar, where the buttons display with no background and no border, until you mouse over them.
    I have a panel that I use to display a button bar. The buttons on the button bar are instances of JButton.
    I can use jButton.setBorderPainted(false) and jButton.setBorder(null) to turn off the button frame.
    However, when using a look and feel, set by UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()), then the borders always paint.
    How can I turn off the borders and background for these buttons?

    On windows xp platform
    use JToolBar instead of panel, look at the code below and try to run it on windows xp platform
    import javax.swing.UIManager;
    public class NewJFrame extends javax.swing.JFrame
        public NewJFrame()
            initComponents();   
        /** This method is called from within the constructor to
         * initialize the form.
         * WARNING: Do NOT modify this code. The content of this method is
         * always regenerated by the Form Editor.
        @SuppressWarnings("unchecked")
        // <editor-fold defaultstate="collapsed" desc="Generated Code">
        private void initComponents() {
            jPopupMenu1 = new javax.swing.JPopupMenu();
            jMenuItem1 = new javax.swing.JMenuItem();
            jToolBar1 = new javax.swing.JToolBar();
            jButton1 = new javax.swing.JButton();
            jButton2 = new javax.swing.JButton();
            jButton3 = new javax.swing.JButton();
            jMenuItem1.setText("Item");
            jPopupMenu1.add(jMenuItem1);
            setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
            jToolBar1.setRollover(true);
            jButton1.setText("jButton1");
            jButton1.setFocusable(false);
            jButton1.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
            jButton1.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
            jToolBar1.add(jButton1);
            jButton2.setText("jButton2");
            jButton2.setFocusable(false);
            jButton2.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
            jButton2.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
            jToolBar1.add(jButton2);
            jButton3.setText("jButton3");
            jButton3.setFocusable(false);
            jButton3.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
            jButton3.setVerticalTextPosition(javax.swing.SwingConstants.BOTTOM);
            jToolBar1.add(jButton3);
            getContentPane().add(jToolBar1, java.awt.BorderLayout.NORTH);
            pack();
        }// </editor-fold>
        * @param args the command line arguments
        public static void main(String args[]) {
            try
                UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
            catch(Exception e)
            java.awt.EventQueue.invokeLater(new Runnable() {
                public void run() {
                    new NewJFrame().setVisible(true);
        // Variables declaration - do not modify
        private javax.swing.JButton jButton1;
        private javax.swing.JButton jButton2;
        private javax.swing.JButton jButton3;
        private javax.swing.JMenuItem jMenuItem1;
        private javax.swing.JPopupMenu jPopupMenu1;
        private javax.swing.JToolBar jToolBar1;
        // End of variables declaration
    }

  • Adding a new link in global button bar

    Hi,
    How can i add a custom link in the global button bar near home, personalize page etc links.

    hi Kali,
    I have not seen in any responsibility where global links are different. The requirement was to show the custom global link only on my custom pages which are accessed via custom responsibility. That's why i asked that question of showing global link for the responsibilty. I should have asked how to display custom global link only on a custom page and not on seeded pages. I went thorugh the dev guide and found that we can assign the property global menu of the page layout to display custom global links only for that particular page. I created a new global menu with one function. I assigned the global menu to all my custom pages. So now i am able to see the custom global link on all the pages accessible through my custom responsibility. My problem is solved now. Thanks for replying.

  • How Can I disable Button from Button Bar on OAF page

    Hi Everyone,
    We have a requirement like, in button bar I need to hide one button.
    I worked on personalization but there is a option to hide entire button bar, not single button.
    If I extend controller, how can I proceed , please provide steps.
    or
    please provide how can i achieve this??????
    Thanks,
    Rakesh

    Hi,
    If your issue has been resolved than please close the thread so that it can be helpful for others as people may search with answered threads.
    --Sushant                                                                                                                                                                                                                                                                                                                                   

  • Revolve 810 G1 Unlock Computer when in Tablet Mode. Press CTRL-ALT-DEL or Windows Security Button

    1.  I have an Revolve 810 G1
         Running Windows 7 Pro (64 Bit).
    When I change the screen to Tablet Mode
      (Folding tablet over keyboard and using as tablet).
    I lock my computer.
    2.  What to know how to unlock without having to Open back up and use the CTL-Alt-DEL keys.
    When Locked screen shows:  Press CTRL-ALT-DEL or use the Windows Security Button to unlock this computer.
    I would like to use the Windows Button on the bottom of the screen
       (One Used in Windows 8 to change between Desktop and Metro) to Unlock screen And bring up on screen keyboard to put in my password.
    This is probably how it should work, but it does not work.
    Even bringing up the onscreen keyboard via the blue power button On the screen to Ease Of Access does not work.
    The CLT-ALT-DEL on the on screen keyboard will not unlock the screen.
    P.S.
    Where is that Windows Security Button when you need it? 
    Thanks,
    Rog

    If you are using Windows 7 (not Windows 8), you should be able to touch the Ease of Access button at the lower left of the screen, then select Type without the keyboard (On-screen keyboard). When the on-screen keyboard pops-up, press CTRL, then ALT, then DEL. You should get a password prompt; the on-screen keyboard will stay visible unless and until you close it.
    Although I am an HP employee, I am speaking for myself and not for HP.
    Please click the little thumbs-up dealybopper to the lower right if my reply was helpful to you. Please mark Accept As Solution if it solves your problem. This will help others, too!

  • Hide Change Layout Button in ALV report o/p for MB52 Tcode

    Hi,
    Is it possible to Hide Change Layout Button in ALV output for Report MB52 using authoriztaion.
    We have created a layout in which we are hiding some coloumns which the user should not see.
    But if the change layout button is active then the user can add those coloumns to output.
    Is this possible through authorizations. I want to avoid doing any chnages to the std sap program.
    Thanks & Regards,
    Fawaz

    Check the object S_ALV_LAYO

Maybe you are looking for