Shuttle Item - changing the arrows

Due o new standards at my company, I've been asked if the shuttle item can be graphically changed. That is, since our Web site has now standards for all types of arrows, I've been asked to change the graphics of the shuttle. How can this be accomplished.
Thank you.

Robert:
You could use JS on the shuttle page that will replace the 'src' attribute on the image tags with values that point to the new image location. Something like // put this in the region footer of the region that has the shuttle
<script>
imgs=document.images;
for (i=0;i<imgs.length;i++) {
//  document.write(imgs.src + "<br>");
if(imgs[i].src == 'http://va01:7777/i/htmldb/icons/shuttle_down.png' ) // old image
imgs[i].src = 'http://va01:7777/i/htmldb/icons/shuttle_up.png'; // new image
</script>It may also be possible to set up rewrite rules at the web-server to cause request for the standard shuttle images to get rewritten to a diff location.
varad
Edited by: varad acharya on Oct 22, 2009 4:05 PM
Edited by: varad acharya on Oct 22, 2009 4:05 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • How can I control the order of iDVD menu items using the Arrow keys?

    I have a submenu screen containing 10 selectable buttons plus the Return Arrow button.  I have ordered all the slideshows in the correct order in the DVD map.  However, when I run the program, the arrow keys jump the selection focus in an apparently random sequence.  How can I control the order of the selection focus?
    I'm using iDVD v 7.1.2
    TIA.
    Ron

    Hi
    There is one thing You might miss in iDVD - So do I - the ability to re-arrange in the DVD map (block diagram)
    The order things will be pplayed or addrssed is same as the order each item is introduced into iDVD.
    To my knowledge ther is no way around this.
    Yours Bengt W

  • Can I change the arrow direction in the slider

    I am using system slider on the front panel.
    The default arrow point to the left side. Can I change it to point to right side.
    Thanks,

    I don't think so, but you can create a custom control using the modern or classic slider where you just need to change the image for the slider to point to the other direction.
    Christian

  • What Javascript event is triggered in moving shuttle items to the right?

    Application Express 3.2.1.00.10
    I've tried onclick, onblur, onfocus, onchange, but none of them fires immediately after moving all shuttle values to the right using the >> (select all). My alert message is only displayed once the user selects all and clicks again on one of the shuttle boxes (left or right side). The user is suppose to be limited to selecting only 20 values. I would like an alert to be prompted before the page is submitted.
    Page Item Name: P27_ALM
    HTML Form Element Attributes: style=''width:200px;'' onchange=''limit_ALM();''
    Javascript function included in the page attribute HTML Header section:
    function limit_ALM(){
      var count = $v('P27_ALM').split(':'); 
      var maxCount = 20;
      var selObj = document.getElementById("P27_ALM_RIGHT");
      if(count.length > maxCount){
        //clear shuttle
        selObj.options.length = 0;
        //g_Shuttlep_v15.reset();
        alert("Only up to 20 Available Labor Markets (ALM) may be selected.");
        return(false);
       else {return(true);
    }

    camickr
    Your example of creating multiple editors is not my preferred solution. However, I was able to use the idea to create a solution that does work.
    My data structure being displayed by the table is composed of containers and elements. A container maps to a single row and an element is a cell in that row. Each element is able to determine its list of possible values. When the editor is being configured via the getTableCellEditorComponent() method the element is associated with the editor. The combobox would then set the elements possible values into its datamodel when PopupMenuListener.popupMenuWillBecomeVisible() is called.
    What I ended up doing was loading the elements possible values first, then creating a new combobox with the possible values as a parameter to the constructor. All this was done in the getTableCellEditorComponent() method. This is a hack, but one I'm willing to live with.
    Thanks for your time.
    Zac

  • Is it possible to change the "back button" arrow in iDVD5?

    I would rather have a different icon than the same arrow that's always been used for the back button on the idvd menu options. Do I need to get a different program to make my DVD menu's look less like it was obviously made in idvd?

    Yes, it is possible to change the arrow in iDVD but it takes a lot of work.
    1) Chose the theme you want to use. (I will demonstrate with the theater theme)
    2) In Finder go to your applications folder then right or ctrl click on iDVD. You should have a window like this click on the Show Package Contents button like this http://i29.photobucket.com/albums/c261/Matt_Skorina/Picture3.png. You should be in another window with one folder in it called Contents. Go through that folder then click on the folder called Resources. This should be a big folder, scroll down it to where the themes are. Right or ctrl click on the theme you will be using like this http://i29.photobucket.com/albums/c261/Matt_Skorina/Picture2.png. You should again be in a window with only a folder called Contents, go through this. Then go through the Resources folder. Now go through the BackButton.Media.pox folder near the top. Again go through the Contents folder. Then go through the Material folder. You need to leave this window open. http://i29.photobucket.com/albums/c261/Matt_Skorina/Picture4.png
    3) Go back to the window that you chose your theme in. You should duplicate your theme and put it somewhere else.
    4) You first need to create two of your own arrow images. One of the arrows will be for when you select it on the dvd the other will be when you don't select it. The size of the images does not matter but the arrows need to be the same size. Also there can't be any background like white. I would recommend using a program like photoshop for this. You need to save the images as .tiff (I am using an image that I found on the internet)
    5) In the Material folder you will see to documents. The one called 557BE9DA-09B4-11D7-925B-00039343AC9A is the image of the arrow when you don't select it. The document called 557C2F14-09B4-11D7-925B-00039343AC9A is the arrow when you do select it. Delete these files.
    6) Put your two .tiff arrows you made into the Material folder. Copy and paste the file 557BE9DA-09B4-11D7-925B-00039343AC9A into the file when you don't select the arrow. Copy and paste 557C2F14-09B4-11D7-925B-00039343AC9A into the file where you select the arrow.
    7) Open iDVD and load your project in the theme that you have modified.
    Here are what it looks like for my images.
    When not selecting arrow.
    http://i29.photobucket.com/albums/c261/Matt_Skorina/Picture5.png
    When selecting the arrow.
    http://i29.photobucket.com/albums/c261/Matt_Skorina/Picture6.png
    This is not esay. Make sure you back up the theme you change.
    Hope this helps,
    Matt Skorina

  • How to validate a shuttle item in oracle apex

    Hello,
    I am having a shuttle item in the page . I want to validate the shuttle . am using oracle apex 3.2.1 on oracle 11g.
    I want to raise an alert if the user not selected value from shuttle else display the selected value in alert .
    please help me in resolving this issue.
    thanks
    Edited by: kumar73 on Apr 17, 2010 2:15 PM

    Hi,
    This might help
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/bldr_pgs.htm#sthref565
    Create item level validation Item Not Null
    Br,Jari

  • How to replace the arrow with a custom graphic on a TitledPane?

    The TitledPane has an arrow that changes state (rotates) to show whether the pane is collapsed or expanded. Is there a way to replace this arrow with a custom graphic for each state?

    Most definitely. Everything in the controls is style-able from CSS. The region you are attempting to style can be addressed via:
    .titled-pane > .title > .arrow-buttonSo you could specify images here for example, or you can just change the arrow path by adding another > .arrow on the end. Below I've posted the entire CSS style that is built in for TitledPane so you can see how the whole thing is styled. You can create your own stylesheet, copy/paste this in there, and then start tweaking things and see how it affects the look of the TitledPane.
    Cheers
    Richard
    * TitledPane                                                                  *
    .titled-pane {
        -fx-skin: "com.sun.javafx.scene.control.skin.TitledPaneSkin";
    .titled-pane > .title {
        -fx-background-color: -fx-box-border, -fx-inner-border, -fx-body-color;
        -fx-background-insets: 0, 1, 2;
        -fx-background-radius: 5 5 0 0, 4 4 0 0, 3 3 0 0;
        -fx-padding: 0.166667em 0.833333em 0.25em 0.833333em; /* 2 10 3 10 */
    .titled-pane > .title > .arrow-button {
        -fx-background-color: null;
        -fx-background-insets: 0;
        -fx-background-radius: 0;
        -fx-padding: 0.0em 0.25em 0.0em 0.0em; /* 0 3 0 0 */
    .titled-pane > .title > .arrow-button .arrow {
        -fx-background-color: -fx-mark-highlight-color, -fx-mark-color;
        -fx-background-insets: 1 0 -1 0, 0;
        -fx-padding: 0.25em 0.3125em 0.25em 0.3125em; /* 3 3.75 3 3.75 */
        -fx-shape: "M 0 0 h 7 l -3.5 4 z";
    .titled-pane:collapsed > .title > .arrow-button .arrow {
        -fx-rotate: -90;
    .titled-pane > *.content {
        -fx-background-color:
            -fx-box-border,
            linear-gradient(to bottom, derive(-fx-color,-02%), derive(-fx-color,65%) 12%, derive(-fx-color,23%) 88%, derive(-fx-color,50%) 99%, -fx-box-border);
        -fx-background-insets: 0, 0 1 1 1;
        -fx-padding: 0.167em;
    .titled-pane:focused > .title {
        -fx-color: -fx-focus-color;
    .titled-pane:focused > .title > .text {
        -fx-text-fill: white;
    .titled-pane:focused > .title > .arrow-button .arrow {
        -fx-background-color: white;
    }

  • Packing of partial quantities for 2 items into the same HU

    Hello, I am trying to pack partial quantities of 2 different materials in the same handling unit at once (without packing each HU separately):
    I have a delivery with 2 items, each with a quantity of 50. Now I want to pack 5 pieces of material 1 and 5 pieces of material 2 into each of the handling units. As a result I would expect to have 10 HU's in total. When I try it I always end up with 20 HU's. 10 with 5 pieces of material 1 and another 10 with 5 pieces of material 2.
    Can anyone help?
    Thanks in advance

    Hi,
    In delivery when you do packing:
    There are <b>2 sections of the scr</b>een. <b>In the top part</b> you need to select the packing material in which you will pack the finished item.
    <b>In the bottom part</b> of the screen you will have 2 line items/ Suppose line item "A" & line item "B". <b>Both items will show "partial qty" & "total qty" as 50</b>.
    For your problem to get solved look at the <b>partial qty field</b>.
    Do one thing for both the line items change the <b>partial qty from 50 to 5.</b> Now select the packing material and both the line items and click on the <b>"per part quantity" ICON</b>. The system will now create 10 different handling units in which there will be <b>5 pc of item "A" & 5 pc of item "B" in each handling unit</b>.
    Reward points if solution helps.
    Regards,
    Allabaqsh G. Patil

  • How change the sort order of searched items so last search item shows first. I DO NOT mean the order of search engines, but existing searches by down arrow key

    I want to be able to change the sort order of items I have already searched for in the search box. I want to be able to hit the down arrow key and see my previous searches in the order of last search showing first. At the moment I have no idea how it is sorting and it's very annoying to have to re-type a query I typed 5 minutes earlier but because I typed in another 10 since it is lost somewhere in the list. Can this be done, I have googled but did not find the topic anywhere. Just to clarify, I DO NOT MEAN the order of search engines (which is all that comes up in google), I mean the actual text typed in which has been saved in the drop down list.
    Thanks

    The "form fill" feature uses a "frecency" algorithm, frequency + recency, similar to the address bar autocomplete list.
    I found an extension that seems relevant, but the reviews are old so I'm not sure it's still working: [https://addons.mozilla.org/en-us/firefox/addon/searchbar-autocomplete-order/ Searchbar Autocomplete Order].
    But... is the autocomplete not working? I would expect that typing a couple characters of the earlier query would filter the list so you can easily select it? Or is the problem that the list doesn't remember enough searches for that?

  • How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys?

    How to change the presets in pop-up menus (CS6 or CR 7, example Photo Filter) with arrow keys an see at the same time the changes on the photo?
    It worked under Windows, now I use OS 10.8 and have to apply a preset with a click or Return button but after that the pop-up menu close so I have to open it once again to change a preset. Please help. Thank you!

    The filter panel is a shortcut for the content panel and it only effects the content of that window. So if you have a folder it will only see this as a folder and not with its content. (a Stack behaves about the same, being different in only counting the first file in the filter panel criteria but not what is in the stack itself)
    You have a view work arounds, first is use menu view / show items from subfolders (this can take some time especially if you have not used caching before on this content) and this builds visible thumbs for all content and that can be used for filtering.
    Or use the find command (Edit / find) and inhere specify the source and fill in the criteria include subfolders and this will give you the correct result.
    When you create a smart collection the find command also pops up given you the same opportunity to get the results in a collection, but since a collection is only a bunch of aliases referring to the originals you might be a bit careful with editing and deleting.

  • How can I remove the list of 20 recently saved items when you click on the arrow on the far right side of the File Name screen for images, web pages, ect?

    When I right click and go save image/page/ect as the file save popup screen appears and on the right side of the File Name bar there is an arrow. If you click the arrow it shows the last 20? items that have been saved and their save location. Is there anyway to not have the list of recent items there or at the very least a way to clear them? I'm running Firefox 17 on Windows 7.
    Also when you save items as you were typing in the name you want to save them as it used to show filenames with the same name as you type that are saved in that directory so instead of typing the whole filename or copy/pasting you could start typing a filename and then hit the up or down arrow, backspace and just change the end of the filename without having to retype the entire filename.
    Hopefully you understand what I mean and can help me fix it, thanks.

    It's in the proper directory. I can scroll down the window on the right and see the files but if I start typing the file name of one of them the autocomplete drop down thing that shows matching file names does not appear. In the back of my mind I'm starting to think a setting got changed and then the list of matching file names stopped appearing but I can't recall what setting may have been changed, if it was a firefox or microsoft change or for certain if anything got changed at all. Yeah I know I'm not helping my own cause but what can you do.

  • I downloaded Safari 5.1 onto Mac OS 10.6.8 some time ago.  Yesterday the back/forward arrows next to the url window changed to a  , which adds the current url as a bookmark.  I want the arrows back.  What happened, and how can I fix this?  Thanks.  kammro

    I downloaded Safari 5.1 onto Mac OS 10.6.8 some time ago.  Yesterday the back/forward arrows next to the url window changed to a +, which adds the current url as a bookmark.  I want the arrows back.  What happened, and how can I fix this?  Thanks.  kammro

    There's another way.
    Right or control click the + then click Remove Item.
    Just remembered that keyboard shortcut!
    You're welcome 

  • Changing Shuttle Item width

    Is there a way to increase Apex 3.0's Shuttle Item's width? I've tried changing the width propery of the Element, the Element's HTML Table Cell Attributes, HTML Form Element Attributes and Form Element Option Attributes all to no avail.
    thanks

    Hi Kathryn,
    setting "HTML Form Element Attributes" to
    style="width: 300px;"also works. It has the advantage that you can have different sizes when you have multiple shuttles.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • How to change the size of the web item text in WAD 7.0

    Dear All
    I am quite new to WAD and I am having a problem with changing the font size of a web text item
    I have searched already and someone suggested changing the Design property to  HEADER1 or HEADER2 etc and then I should be able to change the font / size.
    I have done this but to no avail
    I want to have large heading across the top of the web template
    am I using the wrong web item ?
    I know I can key the text directly into the web template and change the font from the menu bar  but I need it in an item as I want to export them through to PDF later
    Would be grateful of any help
    thanks
    Sandra

    Thank you all for your quick responses (I will award points once this is sorted)
    On the information you have supplied this has opened up yet another new part of WAD that I have not experienced ...TAGs
    Shubhranshu - I have done what you said but as I have never used tags I have just had a look around and found that I can insert Any Tag but not sure if I should be doing that.  If it is inert any tag , I chose FONT from the drop down and cbmAttributes defaulted into the custom tab for the class name but not sure what it wants in the Attributes and CSS Style tab, it won't accept what I am putting which is leading me to believe that I shouldn't be doing it that way.
    Venkat - thanks for the links they will prove very useful.  I've had a look and although they talk alot about the XHTML code for tags they don't actually say how you do it in the editor - I would like to produce one that way first and then see the code it generates for it.  I'm a bit apprehensive with changing the code direct as I don't want to mess anything up.
    Thanks again for your help

  • Exit/bAdI for changing the item level field in VA02.

    Dear Guruss...
    I am facing a problem while trying toi change the account assignment group in VA02. The field is present at the iteem level in the tab BILLING.
    When I change the field by choosing one of the values provided in the search help and enter, the value is again reset to its initial value. However if I change the value and SAVE (without pressing enter) then the value is saved.
    The technical field name is VBAP-KTGRM, I have checked in the include:MV45AFZZ by putting break-points at all the forms but unfortunately none of them is getting triggered when I press enter.
    During the debugging I found tha the values of the structure VBAP are overwritten by those of XVBAP everytime I press enter.
    I also checked for the bAdI but can not get any help.
    Is there any bAdI or exit that can help me for this????
    Thanks in Advance......
    Abhi.....

    Hi Digvijay
       these are some of the enhancements/badi's which is related to t-code va02. just check it out
    Transaction Code -               VA02          Change Sales Order
         Enhancement/ Business Add-in               Description     
         Enhancement                    
         V60F0001               SD Billing plan (customer enhancement) diff. to billing plan     
         V46H0001               SD Customer functions for resource-related billing     
         V45W0001               SD Service Management: Forward Contract Data to Item     
         V45S0004               Effectivity type in sales order     
         V45S0003               MRP-relevance for incomplete configuration     
         V45S0001               Update sales document from configuration     
         V45P0001               SD customer function for cross-company code sales     
         V45L0001               SD component supplier processing (customer enhancements)     
         V45E0002               Data transfer in procurement elements (PRreq., assembly)     
         V45E0001               Update the purchase order from the sales order     
         V45A0004               Copy packing proposal     
         V45A0003               Collector for customer function modulpool MV45A     
         V45A0002               Predefine sold-to party in sales document     
         V45A0001               Determine alternative materials for product selection     
         SDTRM001               Reschedule schedule lines without a new ATP check     
         SDAPO001               Activating Sourcing Subitem Quantity Propagation     
          Business Add-in                    
         BADI_SD_SCH_GETWAGFZ               Scheduling Agreement: Read WAGFZ from S073     
         BADI_SD_V46H0001               SD Customer functions for resource-related billing
      Regards
    Zulfikhar ali
    Edited by: Zulfikhar Ali Bhutto.N on Sep 23, 2011 11:15 AM

Maybe you are looking for

  • Windows 7 (64bit) & Office 2010 (32bit) Excel 'Document not saved' over WAN to network drive

    Hi All We are currently in the process of upgrading all PC's on our WAN to windows 7 across multiple locations I know this has been asked numerous times but nothing is working for me. We are experiencing the dreaded 'Document not saved' error at only

  • Image Upload probelm - Very Urgent. Pls help!!!

    Hi All, I am facing very strange problem while uploading a image file (.JPG file) thru a web dynpro view. I am accepting a image file from view and uploading it to a ftp server. There are two abnormal results I have observed. It does NOT happen for e

  • Problem with applet , Not able to detect class file

    Hello friends, I have a swing/applet class file, and i am trying to integrate it with Tomcat webapps My HTMl code goes like this........... <APPLET ALIGN="CENTER"                CODEBASE="/../../classes/org/jgraph/"                CODE="SimpleGraph.c

  • Mac Mini and Airport Utility

    Hello, I bought a Mac Mini last weekend, and I'm very happy with it so far, but I can't seem to be able to share my Internet connection wirelessly ..that's why I am trying to "find" the AirPort Utility. The Mac Mini came with Airport Extreme build-in

  • Calling one abap report from another

    1.There are two abap reports Report A and Report B. 2.Report A is already developed and I am working on Report B. 3.Report B has two radio buttons. 4.The logic for the first radio button is written in the Report B itself. 5.While for the second radio