Shuttle Item Properties in Apex 3.0

Hi,
Hoping someone can assist with the new Shuttle item in Apex 3.0.
Basically, can someone please let me know how I can perform the following:
a) change the width of the shuttle as when I make a change to the width property, it doesn't seem to make any difference?
b) Am I still able to place headings on each of the shuttle cells like I could when using Carl's example?
c) Based on Carl's original Shuttle implementation, is there any undocumented information relating to the new Shuttle item?
Thanks.
Tony.

Hi Tony,
<p>
a) under Elements>HTML Form Element Attributes, use style="width:200px" to set the width for the item<p>
b) I have not found a way to do that, although others may have<p>
c) Check out the Apex 3.0 documentation for the shuttle item--you basically treat it like a multi-select list, with the source of the item returning a colon-delimited string of values.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Shuttle Item problem in Apex 3.1.2

    Hi
    I created application based on shuttle items in apex earlier version.
    The same is not working fine in Apex 3.1.2 version.
    I'm not doing any process on shuttle items.
    Just created a shuttle item contains a list of values.
    whenever i refresh the page,(or say when i press Cancel button to go back to previous page)
    shuttle item selects all the values in the list, (i.e values in shuttle items are rolling).
    I somehow tried to replicate the same application in demo environment :
    http://apex.oracle.com/pls/otn/f?p=12822:4
    workspace: vsanthanam
    userid: vijay
    password: apex_demo
    If you see above application, whenever we press button submit. it selects all the values in
    Shuttle (actually rolling in my developement instance and not processing further).
    Is there anything that we have to take care while using shuttle in newer version?
    Thanks
    Vijay
    Edited by: Vijay Santhanam on Jan 26, 2009 9:39 PM

    Hi Arie
    Thanks for your valuable inputs.
    While analyzing the issue on two versions: 3.1.2 & 3.0.x ,I noticed few things:
    1) Limitation of 2000 values
    Had raised SR with Oracle, They have treated this as bug some time back and have temporary resolution as per BUG ID 7326899.
    This got temporarily resolved by setting higher value for PlsqlMaxParameters.
    As per my understanding: Shuttles never used to refer to this variable value In earlier version. We are on earlier version on one of the instance, where the value for this parameter is still 2000, and despite having more number of values in shuttles on page it never throws error. That shows its a change in new version and behavior is not same.
    2) Looping/ Going through all values in left box and then right box of shuttle when page submits.
    I am pretty sure at-least about the visual part that it never happened in earlier version what I see on my application on earlier version. But I am not sure about the page rendering / functionality part as this would need regression testing.
    So this is second change in shuttle behavior.
    Since Business users need all values to be present in the shuttle even after submit for resubmission i.e. again creating the records, so I have not put yet the java script suggested by you to put restriction on length so that it doesn’t loops through values.
    I went though the thread where Carl and You have discussed the issue:
    Shuttle Item in 3.1
    Thanks again Arie!
    I am also following with Oracle to get some solution other than following you :-)
    Regards
    Ravijeet

  • 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

  • Which Forms Item properties are converted to APEX?

    Has it been documented which Forms item properties are converted to APEX with the Application Migrations tool?
    For instance the 'required' property will be converted, but item properties like 'format', 'initial value', 'hint', 'tooltip', 'auto hint', 'justification', 'case restriction' and 'max length' are ignored
    I hope more Forms item properties will be converted in a next APEX release.
    Regards,
    Mathieu

    Hello Roel,
    Thanks for the suggestion. I have read that piece of paper, but it doesn't tell you in detail what item properties are converted.
    I would have liked for instance that the "hint text" property is converted into a help text for a page item.
    If the auto hint or tooltip is set in forms, than the Template label of a page item should be set to optional/required with help.
    and so on...
    There are more item properties which could have a destination in APEX, I reckon.
    Now it's difficult to tell which are and which aren't converted.
    As soon as you have this kind of list you know which post configuration actions you have to perform.
    regards,
    Mathieu

  • How to create Shuttle Item in APEX

    Hi,
    could you please anyone let me know the steps of how to create shuttle item in APEX?
    Thanks for your help
    Thanks
    Sri

    Hi Jitendra,
    Thanks for replying.
    my query like this.
    select * from table1,table2
    where
    table1.value not in 'CABINET' ---- here i need to create shuttle
    and table2.name like 'B%' --- this is just text box
    table3. value is coming from LOV.
    could you please let me know how to create value as shuttle, in shuttle wht are the changes do i need to make changes?
    Thanks
    Sri

  • How does the new shuttle control work in Apex 3.1?

    Hi,
    I have tried creating a shuttle type control in Apex 3.1. I have based it on a list of Items from my Items table. I can move Items from the left side to the right, and from there I can move them up & down, but whatever I do only seems to affect the page display and has no effect on my tables.
    Can anyone explain how this control works and what it's meant to do? Could I, for example, use it to copy records from one table to another?
    Many thanks,
    Keith.

    Keith,
    The Shuttle is a type of multi-select. It produces a comma delimited string of your selected values. It is useful in wizards, where you need to select multiple items from a single list (like selecting columns from a table). You can also use it against a 'real' table if you have not normalized. Let's say you have a table that stores meetings and one column lists the people invited. You could use a shuttle to select invitees (using an lov from your people table).
    -- Sharon

  • How to keep sort order in Shuttle item's source and destination boxes?

    I have defined a shuttle item on a page and the list of values in the source box is populated by a SQL with sort order specified. In the Settings of the shuttle item, Show Controls value is set to Moving Only instead of All. When a user moves selected values from the source box to the destination box or vice versa, the list of values does not maintain the original sort order. For example, if I have 26 values A through Z, a user can put value Z before A in the destination box. And when a user move A from the destination box to the source box, A is the last item in the source box. The reset button clears everything in the destination box and resets the source box to the original sorted list. This is not the solution that I am looking for. I would like to see the items in the source and destination boxes to maintain their original sort order all the time.
    Is it possible?
    APEX v4.0.1.00.03
    Oracle 11g (v11.2.0.1.0)

    Hi,
    See if this post help
    Re: Sort Shuttle Right
    Regards,
    Jari

  • Set Session State with Shuttle items

    Is it possible to have session state set with each item selected in a shuttle? You have a shuttle with 4 possible options, you select item 2 from the left portion of shuttle and it is moved to the right.. Can you set the session state at that point?
    What I am trying to do is take the session state after change in the control and use it to populate a text field below. The returned values are used in a sql select to populate the text box with a looked up value...
    Thank you,
    Tony Miller
    Ruckersville, VA

    TexasApexDeveloper wrote:
    Won't this just push the last items value in, as apposed to appending the value?
    Tony,
    No. Because for shuttle items the return value is stored as colon delimited string.
    Means after each change you will have a colon delimited string in the session state with selected values(moved to right).
    See this http://apex.oracle.com/pls/apex/f?p=46417:47

  • Count Selected Shuttle Items

    Apex 3.2
    I have a shuttle item and a text box.
    As the user moves items from the left of the shuttle to the right, I would like to display a count (in the text box) of the number
    of items he has chosen.
    I know that his will probably have to be done with an onclick javascript function, but I have no idea how to do it.
    I cannot use dynamic actions, as this is an Apex 3.2 application.
    Please have a look at my workspace
    Workspace: GUSCRIGHTON
    Username: [email protected]
    Password: terminator
    App Id: 25851
    Page: 5
    Thanks
    Gus

    I was kind of hoping to capture the change event on the shuttle fieldset, but can't, for some reason. I'm too rusty in my js-fu. If that'd even work in 3.2, no clue.
    Binding to the controls like Jari suggested works though.
    function setShuttleSelectedAmount(pShuttleId, pAmount){
      var lAmount = document.getElementById(pShuttleId+"_RIGHT").children.length;
      document.getElementById("P5_DESCRIPTION").value = lAmount;
    function attachShuttleEvents(pShuttleId){
      document.getElementById(pShuttleId+"_RESET").addEventListener("click", function(){
        setShuttleSelectedAmount(pShuttleId);
      }, false);
      document.getElementById(pShuttleId+"_MOVE").addEventListener("click", function(){
        setShuttleSelectedAmount(pShuttleId);
      }, false);
      document.getElementById(pShuttleId+"_MOVE_ALL").addEventListener("click", function(){
        setShuttleSelectedAmount(pShuttleId);
      }, false);
      document.getElementById(pShuttleId+"_REMOVE").addEventListener("click", function(){
        setShuttleSelectedAmount(pShuttleId);
      }, false);
      document.getElementById(pShuttleId+"_REMOVE_ALL").addEventListener("click", function(){
        setShuttleSelectedAmount(pShuttleId);
      }, false);
      document.getElementById(pShuttleId+"_LEFT").addEventListener("dblclick", function(){
        setShuttleSelectedAmount(pShuttleId);
      }, false);
      document.getElementById(pShuttleId+"_RIGHT").addEventListener("dblclick", function(){
        setShuttleSelectedAmount(pShuttleId);
      }, false);
    attachShuttleEvents("P5_SHUTTLE");
    PS: I also want to mention that this may be browser dependant, especially for IE<9 where you would need to use attachEvent instead of addEventListener...
    Edit: maybe Paul knows more!

  • URGENT - Modifying Form Properties in APEX

    Hi,
    I am migrating 6i Forms to APEX and facing an issue with change of properties for Database Block Items.
    My Issue is: - In form 6i Item associated with DB block is not a database item whereas after uploading the converted fmb xml to APEX it is displaying as DB Item. I am not able to modify this property.
    Please help me as this problem is occuring with almost all the forms to be migrated.
    Please help me as it is urgent.
    Greetings,
    Ankit

    What is then the source of the item? In APEX it could be a static value or the result of a query, a function, a pl/sql expression or anonymous block.
    Is the item is displayed as '... (does not save state)' APEX will not get it from the database nor try to post it to the database.
    I don't have converted Oracle Forms at hand so cannot expreriment with it. It is possible that you would have to remove the original (converted) item and create a new one with the correct sttings.
    Daniel

  • Shuttle Items Display and processing

    Dear all,
    I am using apex 4 with 11g,
    I have a list of devices(processors, RAMs, DVDs), i want to assign these devices to some rack, where i need to add multiple devices at one time, for this shuttle seems me a better solution, if anyone please can share his knowledge about creating shuttle items and their processing.
    Thanks and Regards
    Abbas

    Have you tried the documentation?

  • Tags Plugin Incompatible With Shuttle Item

    I installed the Learning Library (http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/apex/r41/inst_pkgapp/inst_pkgapp.htm) and found that the Tag plugin is incompatible with the Shuttle Item. Page 17 contains both and the shuttle item does not function. It will not shuttle any items. If I remove disable the Tags item (which is of Tags Plugin type) the shuttle works as expected. I looked around for information on this plugin but did not locate it on http://www.apex-plugin.com/search-plugin-directory. I'd like to keep if but I definitely need the shuttle item working so I may just go with a text item for the Tags field.
    Any ideas?
    Thanks,
    Jason

    This error should only appear when you use a list-item with the list-type set to combobox. A combobox in forms is a listitem where you can also enter your own text. If you nly need a dropdown list, set the liststyle to poplist. This works also without patching. if you really need the combobox, patch.

  • Shuttle Item field width

    Is there a way to change the width of the fields in a shuttle item? I have some rather long data items that I'm using in a shuttle. The field width is so narrow that the majority of the data is not displayed. I'm using APEX 4.1

    Oddly enough, I actually did search the forum before posting. Apparently I didn't submit the appropriate search terms to yield the answer I needed, but somehow I was able to put the correct terms into the title of the post. I'll have to pay a little closer attention next time. My apologies for transgressing forum etiquette, and thank you for gently pointing it out.

  • Shuttle item

    How to change the shuttle item width to fit the text width ?
    Yogesh

    I've installed the lastest 3.2.1 Apex version, and the tricks style="" and width="500" don't seem to have any effect.
    I'm using the default template "20" (blue-ish).
    Anyone else having this issue ?
    I need the shuttle to be quite a bit larger.....
    I tried creating a new application with a different template this morning, and used a shuttle as the only item on the page.
    The shuttle doesn't work with the above mentioned tricks. I tried every combo I could think of.
    Can someone from Oracle Please take a look. The shuttle is rather USELESS if it's only about 13 chararacters wide....
    Thanks.
    Edited by: Canucklehead on Feb 19, 2010 8:27 AM

  • Shuttle item width

    Hello.
    Is there any way to increase the default width of the shuttle item? Both the left and the right windows seem to be about 20 chars wide by default. The item's element height seems to be working - I can change it. But the item's element width value does not seem to matter.
    Thanks
    Boris

    In the HTML Form Element Attributes put this:
    style="width:200px"
    and it will increase the width of each side of the shuttle to that size.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for

  • How can i use SpryHTMLPanel or SpryHTMLDataSet inside SprySlidingPanels?

    I am working on a web project using Adobe Spry. I have used SpryHTMLPanel to create the pages but one of the pages has too many contents increasing the filesize. I thought it is the best way calling an external html page inside the dynamic SlidingPan

  • How to make Highlighted links color permanent?

    Simply, for example, in Wikipedia, I clicked a link in their page to a different page, then that link would have been highlighted as "has been selected or clicked" with different color (in this case: purple), while links not have been clicked before

  • Problem in a validation with a Badis.

    Hi, I have a BAdis that use this definition: FI_F110_SCHEDULE_JOB to make a validation in transaction F110. Ok, the validation is when the user click the button of the proposal and the system show the screen 1106 I need to put a message of alert if t

  • Stolen iPhone, Apple care on the new one?

    Hello. I'm sure it's not posted in the good community, but I have no idea where else to post it. I recently got my iPhone stolen with an Apple Care warranty. I know my phone is lost into the woods, but now, I just want to know if there's a possibilit

  • My ipad2 froze while downloading IOS 7.0.4

    In the middle of the download, the iPad froze. The screen displayed an iTunes icon with a USB connector at one end and a iPad connector at the other, with an arrow pointed at the iTunes icon. Restarting did nothing. Connecting to my MacBook did nothi