Position  change of function buttons in Layout sheet

Hi Experts,
In my planning layout, the planning function buttons like copy and delete push buttons are close to each other.So if i want to arrange them logically related close to each other, how i can do that ?
Thanks.

Hi,
This is in BI WAD template I assume? If you are looking for rearraging multiple buttons you have created using Button Group Item, you can do that in the properties of the button group item (arrows to move button up and down). The buttons in one button group item always appear close by to each other so if you are looking at more space or arranging them on the page, use multiple button group items and arrange them using container layout item(s).

Similar Messages

  • Multiple flash files change when a button click using javascript function

    hi.. am new in flsh...
    i want to multiple flash files change when a button click using a javascript

    <script>
    var count=0;
    function mafunct(newSrc){
        alert("hi");
    var path="a"+count+".swf"; 
    flash+='<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" WIDTH="100%" HEIGHT="100%">';         
        flash+='<PARAM NAME=movie VALUE="'+path+'">';         
        flash+='<PARAM NAME="PLAY" VALUE="false">'; 
        flash+='<PARAM NAME="LOOP" VALUE="false">';
        flash+='<PARAM NAME="QUALITY" VALUE="high">';
        flash+='<PARAM NAME="SCALE" VALUE="SHOWALL">';
        flash+='<EMBED NAME="testmovie" SRC="Menu.swf" WIDTH="100%" HEIGHT="100%"PLAY="false" LOOP="false" QUALITY="high" SCALE="SHOWALL"swLiveConnect="true"PLUGINSPAGE="http://www.macromedia.com/go/flashplayer/">';
        flash+='</EMBED>';
        flash+='</OBJECT>';    
    count++;
    alert(path+"aa");
    </script>
    <button onclick="mafunct()">next</button>

  • Buttons set as "free position" change back to default

    In iDVD 6, if you move a button to free position and then save it, when you re-open the project the button position changes back to the default position. I am using the iDVD 6 theme "Reflection Black" and positioned the button in the gray pane at the bottom but it moves back up the pane to the default position no matter how I try to save it. Anyone else having this problem?
    Thanks
    Craig

    The first six slideshows behave themselves and stay where I position them in the area designed for the listing. The remaining six are off to the side right across the moving drop zones, which makes them hard to read.
    I believe all of the menus are defaulted to handle six buttons, while you can add up to twelve on some, maybe this main menu can only "hold" six... I had four on mine.
    How about one button on the main menu that says something like "Slideshows" and when you click on that it takes you to a new menu (the chapter menu) and try to put twelve there.
    G4 DP 1.25 GHz 2GB RAM 4 Drives 770GB   Mac OS X (10.4.6)   2 SuperDrives (SL 8X & DL 16X)

  • Custom fields position change in srm 7.0 in Purchase Order on WebDynpro

    Hi Experts,
    We are upgrading to SRM 5.0 to SRM 7.0
    In Purchase order screen,under account assignment,we want to see the acocunt assignment detailed view as the default view under tab "ACCOUNT ASSIGNMENT".Click on the DETAILS button and then the details show up in the bottom part of the screen.
    Can anyone advise how do we change the postion of fields in the account assignment tab which are created dynamically.
    My requirement is :
    Rahmenkostenstelle field should come below Bahnstelle field
    WebDynpro Component:   /SAPSRM/WDC_UI_DO_ACC
    View:  V_DO_ACCOUNT_DETAIL
    Thanks,
    Aarthi.

    Hi,
    Did you manage to solve the issue? I've tried to define customizing point "Configure Generic Field Display on User Interface" with no luck.
    I've even tried to enhance the corresponding WD Component for SC items detail. Field position is correct in the layout editor, but position changes when fields are rendered in runtime.
    Does anybody have any idea regarding related OSS? what am I missing?
    Regards

  • Dual Function Button

    I have a series of panels that slide into position when selected.  I have a button on each panel with an arrow pointing to the right indicating a transition to the open state.  I have created the interaction that when clicked 'we' move from the "Home" page/state to "Card#1" page/state.  Now I want to spin the button 180 degrees so it is now pointing left (the closed/home page/state) and on click I now want the functionality to reverse and move the card back to the "Home" page/state from "Card#1" page/state.  Because I do not know how to add the dual functionality I need help.  I can conceive of two solutions:
    1 - create a second button that is identical to the first and on the transition replace the first "Open" button with the second which will have the interactions to "Close" the "Card#1" page/state returning to the "Home" page/state.  But this just adds overhead and more graphics to an already graphically intense project.
    2 - figure out how to somehow trigger a change in functionality, based on the current page/state and just use the one button.  Something like...
              If page/state = "Home"
                   Button Interaction = transition to "Card#1" page/state
              else
                   Button Interaction = transition to "Home" page/state
    Can anyone offer some advice on what my best approach might be?

    I figured this out.  Using the "When in State" functionality while defining the button interaction did the trick.

  • Changing the function of the Media Player Hot Key on the Laptop itself

    Hey everyone,
    I was wondering if anyone knew of a way to change what the Media Player Hot Key on the Laptop itself does? I've got the Power Button, Internet, Media Player, Play/Pause, Stop, Rewind & Fast Forward, but the Media Player Hot Key is pretty useless to me, and I'd like to change its function, to open Outlook instead, but does anyone know if that's even possible?
    I'm almost positive that there's a way, but I just can't seem to find it, if anyone can help me, then I would really appreciate it,
    Cheers.

    Hi
    I remember it was possible to assign different functions to the control buttons on several units.
    I dont know what unit your use but you should check the Toshiba control button application which could be installed on your notebook.
    You should find it in the control panel
    This application could allow you to configure the control buttons.
    But if this software will not provide this option you will be not able to change the functionality

  • Change the rows button image

    Hi,
    I want to know if there is an easy way in DW to change the default button the browser displays for the "browse" button when I use an input field:
    e.g. using:
    <input type="file" name="fileatt">
    I've looked at this link but not only that it fails to work for me but also I want to know if there is a simpler method.
    http://www.quirksmode.org/dom/inputfile.html

    That's pretty strange stuff.  Is it representative of the actual code on the page?  I mean -
    1.  Is the stylesheet actually between the <html> and the <head> tag?
    2.  Do you actually have the paragraph, h1, div and input tags within the head region of the page?
    Most likely that's why it's not 'working'.
    Try this code and see if it works better (seems to work OK on my side, but I don't have the browse.png file) -
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="he">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>ContacUs DnD-Production</title>
        <style type="text/css">
            div.fileinputs {
        position: relative;
    div.fakefile {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 1;
        background-color: #DEEEEE;   
    input.file {
        position: relative;
        tex-align: right;
        -moz-opacity:0 ;
        filter:alpha(opacity: 0);
        opacity: 0;
        z-index: 2;
        </style>
    </head>
    <body>
    <form>
    <p>
    <h1>This is my test</h1>
    </p>
    <div class="fileinputs">
    <input type="file" class="file" name="fileatt">
    </div>
    </form>
       <script type="text/javascript">
        var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "email", {validateOn:["blur"]});
        var W3CDOM = (document.createElement && document.getElementsByTagName);
        function initFileUploads() {
        if (!W3CDOM) return;
        var fakeFileUpload = document.createElement('div');
        fakeFileUpload.className = 'fakefile';
        fakeFileUpload.appendChild(document.createElement('input'));
        var image = document.createElement('img');
        image.src='browse.png';
        fakeFileUpload.appendChild(image);
        var x = document.getElementsByTagName('input');
        for (var i=0;i<x.length;i++) {
            if (x[i].type != 'file') continue;
            if (x[i].parentNode.className != 'fileinputs') continue;
            x[i].className = 'file hidden';
            var clone = fakeFileUpload.cloneNode(true);
            x[i].parentNode.appendChild(clone);
            x[i].relatedElement = clone.getElementsByTagName('input')[0];
            x[i].onchange = x[i].onmouseout = function () {
                this.relatedElement.value = this.value;
      </script>
    </body>
    </html>

  • How to change the lengths of the layout

    Hi ,
    I am executing one report, output is coming fine but next if i go to print preview for PO number only 9 digits are appearing one digit is missing, actually column is trucated, there in print preview there is one tab called Change Layout, there if i see length of the PO no is 9, so its showing only 9 digits, actually length of the PO no should be 10.in change layout the length is editable i can change from 9 to 10, after that there is a button called copy, then it will show correctly, it works only one time, so each and every time user has to change the length, so can any one suggest how to change that length in the layout permanently, bcos there is no save button there.
    Can any one tell me from where all these lengths are coming which are appearing in change layout.Surely its not coming from the report.

    Hi friend,
    That depends upon the space provided by the ALV column for that variable or the heading size its not based on the data element size.
    If you want to be more clear lust count the space available for each field available at the print preview.
    The details for that are stored in table T180S just see the documentation available for that table.
    And see when the table is getting filled like that so that you will be able to find a solution where and how it is getting populated.
    Use column width optimization for getting the correct output.
    If you have any queries in this please revert back to me i will help you.
    Thanks,
    Sri Hari
    Edited by: srihari.kumar on Jan 5, 2012 4:01 PM

  • Can You Change the Highlighted Button in the Find Font Palette?

    I have several hundred spreads that I converted from Quark to InDesign CC and a few fonts are missing, so I need to replace them. I can use the "Find/Replace" window to take care of most of them using the "find format" function, but one doesn't show up as a choice, so I have to change it using the Find Font palette. I select the missing font name and then select the replacement. Then, if I hit the "enter" button on the keyboard, the palette closes because the highlighted button is the "Done" button. Is there a way to change the highlighted button to the "Change All" one?
    Thanks,
    Lloyd

    John,
    Thanks for the reply. I tried using the tab key and although it does change the highlighted button, you can't just press "enter" to select it. I also tried ALT+A (option+A) and it did nothing. I should have mentioned that I'm using a Mac.
    Lloyd

  • I play Hotties for Sale but the function buttons Home, Refresh, Go back, have disappeared. How do I get them back? are missing

    I was trying to find out how the page info link works and I lost the function buttons Home, Refresh, Go back on Hotties for Sale. I do not know how to get them back. I have contacted Hotties For Sale help but they have not replied. Can you help please?

    * If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear
    * Make sure that the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * If items are missing then open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout"
    * If a missing item is in the toolbar palette then drag it back from the Customize window on the toolbar
    * If you do not see that item then click the "Restore Default Set" button to restore the default toolbar set up
    See also:
    * http://kb.mozillazine.org/Toolbar_customization
    * [[Back and forward or other toolbar buttons are missing]]
    * [[Navigation Toolbar items]]

  • Bug: Front Panel objects relative position change when placing merge VI onto Block Diagram

    I've posted a bug report on LAVA, here:
    http://forums.lavag.org/Front-Panel-objects-relati​ve-position-change-when-placing-merge-VI-onto-Bloc​...
    If someone at NI can reproduce, can I please get a CAR #?
    Thanks,
    -Jim
    Solved!
    Go to Solution.

    Donovan B wrote:
    Hi Jim,
    After my previous post, I also saw this behavior, so I decided to do another test.  If there are no decorations in the VI set to “Merge VI” (“Place VI Contents” for LabVIEW 8.5 and later) the controls and indicators are still not selected when dropping the VI from the Functions palette.  I checked this behavior back to LabVIEW 7.1 and it is consistent throughout that controls and indicators are not selected.  (Consequently, so is the fact that when decorations are present they don’t maintain the relative position).
    I am not sure if this would be better suited as a CAR or product suggestion since it has been this way that long, but it does not appear to be related to the fact that decorations are present in the Merge VI.  It does seem strange that the decorations are selected though.  Looks like the best way to work around this is to drop the VI from the Controls palette.  Hopefully, it’s not too much of a hassle.
    Hi  Donovan,
    Thanks for checking in.
    >  I checked this behavior back to LabVIEW 7.1 and it
    is consistent throughout that controls and indicators are not
    selected.  (Consequently, so is the fact that when decorations are
    present they don’t maintain the relative position).
    This just means that not many people use this feature.  However, now that VIPM Professional makes it so easy to edit the palettes, I'm sure that others will start complaining that this doesn't work as they expect.
    > I am not sure if this would be better suited as a CAR or product suggestion
    since it has been this way that long, but it does not appear to be
    related to the fact that decorations are present in the Merge VI.
     Just look up the functional specifications for this feature and see if all objects are supposed to be selected.
    But seriously, is there a reason that only the FP decorations are selected?  Surely this would be documented somewhere, if there was a good reason for this current (IMO, buggy) behavior.
    > It
    does seem strange that the decorations are selected though.  Looks like
    the best way to work around this is to drop the VI from the Controls
    palette.  Hopefully, it’s not too much of a hassle.
    That's not a reasonably work-around, IMO.  It doesn't make sense to drop Block Diagram components onto the Front Panel.  For example, this bug affects the JKI State Machine.  It doesn't make sense to drop a State Machine onto the Front Panel.
    So, I'd file it as a CAR/bug, and then wait to see how LV R&D feels about it.  If they can find some valid reason for why Controls and Indicators shouldn't be selected, then that's fine (and hopefully someone will explain it to me).
    Thanks,
    -Jim

  • Is it possible to customise the tab/address/menu bar positions? I dislike the default position changes.

    Similar to MS Office, one can position all the menu bars in any order, top down or sideways as required. I find that with ver 4, the tabs on the top line , the search, home buttons etc are not intuitive and are quite annoying with their positional changes.

    You can still use/see the Menu Bar (''File, Edit, View, History, Bookmarks, Tools, Help'') if you prefer it:
    *'''Temporarily display the Menu Bar''': press the ALT key or the F10 key and make your selections from the temporarily displayed Menu Bar
    *'''Toggle between the Menu Bar and Firefox button'''. Do one of the following:
    **NOTE:
    ***Menu Bar '''checked''' = Menu Bar on, Firefox button off
    ***Menu Bar '''un-checked''' = Menu Bar off, Firefox button on
    **keyboard shortcut: HOLD the ALT key while pressing the letters VTM on your keyboard
    **Using the Menu Bar: click View > Toolbars, click Menu Bar
    **Using the Firefox Button: click Firefox Button > Options, click Menu Bar
    **right-click on an empty space in one of the toolbars, click Menu Bar

  • Turning off the ringer & Changing the home button

    When my phone rings and I don't want to answer it for whatever reason, I intuitively press the home button to try and send the call into voice mail (and therefore also stop the ringing).  However, the voice control setting comes up.
    1. How do you quickly and easily send the phone into voice mail and/or stop the ringing? (I don't want to have to change the volume in Settings every time I go in a meeting).
    2. How do you change the functionality of the home button so that it doesn't go to voice control? There are many other things I would like to do via that button - e.g. send call to voice mail, go to internet - rather than activate voice control (which I don't even use).
    Thank you

    Hi.
    1. The stop the phone from ringing press the volume button during the ringing. The phone will still be ringing to the caller and it will put them through to your voicemail after a set number of rings as normal.
    2. You cannot change the functionality of the home button.
    Hope this helps, Rodí

  • Change the home button back to the left side!!!!! I've changed browsers and would like to change back and upgrade to FF 6.0 if you can get that fixed!

    "change the home button back to the left side!!!!! I've changed browsers and would like to change back and upgrade to FF 6.0 if you can get that fixed!"
    And why can't I send an email from the old browser? lame!

    You can open the open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" and drag the home button to where you want it to appear.
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • When ever employee position changed, an alert should send an email

    we have one requirement...
    when ever any employee position changed, it should send an email ..how to do this one? any idea?
    employee positions are recorded in PER_ALL_ASSIGNMENTS_F table, so if we create event alert on this table ( update ). event alert fires if there is any update to the table...but i want, only alert should send mail, when position column got updated in that table...
    is it possible????

    Oracle provides standard API’s to harness the databases SMTP server capabilities in sending emails. All email services are wrapped under package: UTL_SMTP. The protocol consists of a set of commands for an email client to dispatch emails to a SMTP server. The UTL_SMTP package provides interfaces to the SMTP commands. For many of the commands, the package provides both a procedural and a functional interface. The functional form returns the reply from the server for processing by the client. The procedural form checks the reply and will raise an exception if the reply indicates a transient (400-range reply code) or permanent error (500-range reply code). Otherwise, it discards the reply.
    c := UTL_SMTP.OPEN_CONNECTION('<server>.unix.us.ups.com');
    UTL_SMTP.HELO(c, '<server>.unix.us.ups.com');
    UTL_SMTP.MAIL(c, l_recepient);
    UTL_SMTP.RCPT(c, l_recepient);
    UTL_SMTP.OPEN_DATA(c);
    send_header('From', p_from);
    send_header('To', l_recepient);
    send_header('Subject', p_subject);
    UTL_SMTP.WRITE_DATA(c, UTL_TCP.CRLF || p_message);
    UTL_SMTP.CLOSE_DATA(c);
    UTL_SMTP.QUIT(c);

Maybe you are looking for

  • IPad 1st Generation not syncing!

    I have an Ipad 1st generation. It is as upgraded as possible for it's generation. Whenever connected to my computer I am unable to update existing apps. I have also not been able to add new apps. It will allow me to remove whatever I want. 

  • Checkbox Issue in a SQL Query Report

    version 4.0.2.00.06 Hello, This issue has changed. I'm updateing. Thanks, Joe Edited by: Joe R on Jun 9, 2011 8:42 AM

  • Which "a4j:components" are updated (partially)

    hello How can I know which "a4j:components" are updated (partially) or not updated in java-bean? regards

  • Delete previous months request

    Hi, I have a cube with 2 infosources.From 1st infosource the load is weekly load.My requirement is to delete the previous months requests from this 1st infosource.Any one have some idea on how to delete the Previous months request?

  • Join runtime audit error notification with source row

    We're using OWB 10g R1 to load our Datawarehouse. First we simply load all flat files into Staging Area (all columns of Datatype VARCHAR2). Afterwards we distribute Data into the Operational Data Store (ODS). Here is a lot of cleaning and transformat