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.

Similar Messages

  • 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

  • Acrobat X plugin incompatible with Firefox 7.0.1

    Firefox 7.0.1 plugin manager reports that "Adobe Acrobat-Create PDF 1.1" is incompatible with Firefox.  And, indeed, there is no Acrobat Toolbar visible on the main browser window.  Is that so, and why?

    Maybe a re-installation of Acrobat will put it back?
    No it won't.
    The problem is not with Adobe, but with Mozilla. They automatically disable  extensions until the developer certifies it is compatible with the new version, and in the case of binary XPCOM extensions such as the Acrobat Create PDF toolbar, it has to be recompiled from scratch for every major release of Firefox as the version number is coded into the headers. Even if you disable Firefox's compatibility checking, it won't run.
    With Mozilla's new rapid update policy, Adobe cannot possibly keep updating Acrobat every time Mozilla push a new version, and developers are not allowed to fake the compatibility header to refer to a future build. Each time Adobe do push an update to Acrobat (via the quarterly schedule) it can be expected to come with an extension compatible with whatever current (RTM) version of Firefox exists at the time that update code was developed. Given Adobe and Mozilla have wildly-different schedules, until Mozilla drop their rules on recompiling XPCOM the extension may be killed again in a matter of days, and there's nothing we can do to stop it.

  • Nokia E71 plugin incompatible with iSync 3.1.0 / Snow Leopard (OSX 10.6.1)

    After upgrading to Snow Leopard the calendar sync has stopped working towards my Nokia E71.
    However, when disabling the calendar sync option , the contacts are syncing just fine.
    I wonder if there'll be a fix for this in the near future? When contacting Nokia support, they tell me to contact Apple, because Apple are making the E71 plugins for iSync.... (is this really true?)
    Have tried "everything" in the Apple support site. The only result from that was that after resetting the sync preferences via Sync Diagnostics, the whole sync process crashes midway.

    It's more than likely some corruption has occurred in one or more of your calendars. iSync Plugins that worked in Leopard should continue to work in Snow Leopard.
    Only sync individual calendars until you find the one that causes the sync to fail. Then export that calendar from iCal (File > Export), delete it from iCal and re-import (double click the exported .ics file). This often fixes corrupt calendars.
    Apple are making the E71 plugins for iSync.... (is this really true?)
    No. Nokia make the plugins that they provide from their site. Apple make the iSync application.

  • Searching a Table field with multiple values using a shuttle item

    Hello All,
    I have a shuttle item whhich of course users can select multiple values:
    eg: Orange:Pear:Banana
    Now I have a table where I want to get the Crate Numbers where these fruit items reside.
    The Fruit field has multiple stored values
    eg:
    Crate Fruits
    === ====
    12487 Apple:Orange:Pear:Banana
    17653 Orange:Pear:Grapes
    12874 Apple:Banana
    13655 Grapes:Watermelon:Pineapple
    87643 Pear:Banana
    53626 Strawberries:Apple
    I would like to see a final report similiar to this
    Crate Fruit
    === ===
    12487 Orange
    12487 Pear
    12487 Banana
    17653 Orange
    17653 Pear
    12874 Banana
    87643 Pear
    87643 Banana
    I thought maybe this needs to be done using collections but I am not familiar with this function, if their is another way I would appreciate it
    Hope u can help
    Frank

    Hi Frank,
    I find that in this sort of case, it is easier to create a link table containing the individual values rather than lumping them into one column.
    so the data is stored in the 'Crate, Fruit' format, rather then the 'Crate Fruits' format.
    It is a bit more work maintaining the link table when the values are amended and populating the shuttle, but it is a 'proper' relational table then.
    Regards
    Michael

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • 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

  • K7N2 Delta (ILSR) incompatible with 200FSB?

    Is the K7N2 Delta (Nforce2 Chipset) incompatible with 200FSB??... Ive seen many problems when trying to upgrade the CPU, and use a 200FSB in various forums. So, why does it keep hanging/crashing?? Might it be not really supported even though it specify it does?

    From most of the posts I've been reading about this issue, the users are trying to build their systems using Value RAM from various manufacturers such as Kingston or Corsair among others...this just isn't a reality anymore in the high speed world of components...the Delta boards require a lot of power and high speed memory nowadays and a lot of the users are just unaware of these facts...
    Part time builders are the most susceptible to this as they build a system every few years and think that all of the 'old' rules apply to their situation...what 'should' be isn't anymore as we continue to design and produce faster products that require faster peripherals to support them...
    Getting away cheaply has been designed out of most systems and this really stems from the CPU mfg's and how MB designers have to approach BUS speeds and the like...
    CDM has it right that you need to dip a little deeper these days for good QUALITY memory and peripheral items to ENSURE that when you build your new PC that you minimize these issues from the get go...if not then you're going to have a good run at testing this RAM or that RAM to find one that is cheap and will still have the speed capability to keep up with your high end MB & components...
    Apacer is a good example of this...they're moderately priced and they perform very well in the sandbox with most applications that you set before them...overclocking them can lead you down a problematic path but overall they're pretty flexible from what I've seen...
    Most of us here know that Mushkin is pretty infallable and will take pretty much whatever is thrown at their modules...if not calling their CS dept gets you the kind of help that most companies only dream about providing...
    All in all the 'line' has risen and it will rise again and you'll see a rash of users that will complain that "This should do what I want it to do" but as is most always the case, you'll find that they're trying to build an underpowered system that requires fast peripheral components and a lot of them just aren't willing to dish out the cash required for a great white box system...
    Yes I agree that it's a scam from the companies to force us to spend more of our hard earned dollars but that is the way of the world now, albeit that it's unfortunate...if you're really good at building systems tho, you'll find that you can usually come up with a pretty mid-range priced system that will blaze thru all the latest games but that only comes with buying components to play trial & error with...much like I used to do in my Computer Store years ago...these days I don't do much of that, I just buy the good stuff and save my time...

  • Firefox 3.6.9 updated to my computer this morning. Now eBay and yahoo are refusing to load properly, and I'm told it's 'incompatible' with AVG stop malicious sites or something like it - what to do?

    I think what loaded was a firefox for google pack. But I'm not sure about that. Tried to use Yahoo, it said to try to clear my browser, or clear my cookies, or several other suggestions I can't remember. My AVG something or other has been disabled because it is incompatible with whatever firefox loaded.
    Assistance would be appreciate. Go slowly. Use small words. Thanks.

    If AVG is blocking it then you need to contact AVG and ask them why that is happening.
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • 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.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • 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

  • Create PDF 1.1 is "incompatible with Firefox 35.0"

    Hi all,
    I'm using Acrobat Pro X and Firefox on Windows 7 x64.  The Create PDF plugin (version 1.1) has been very useful, and has been working fine for a good while, even when Firefox recently upgraded itself to version 35.0.
    But recently my main hard drive started to fail, so I've replaced it and reinstalled all my apps.  But now in Firefox the Create PDF plugin is greyed out, with a note that it's incompatible with this latest version of the browser.  I've tried uninstalling Firefox and rolling back to a previous version where I knew the plugin was working, but it's still greyed out.  I don't know why, nor how to fix it.  (I groan at the thought of having to reinstall my OS and applications all over again.)
    I may have missed it, but I can't find any option on the Adobe site to download an update to the plugin -- assuming one exists that still functions with Firefox, and is available for download.
    Can anyone help resolve this issue, please?

    Yes, Acrobat X is updated to the latest version (10.1.13), but unfortunately the Create PDF plugin isn't actually updated.  It's still version 1.1.
    If other people have a more recent version of the plugin while running Acrobat Pro X, I'd really appreciate hearing how they got it.

  • 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!

  • Shuttle Item in 3.1

    I noticed that since the last update I have problems with the shuttle item receiving an error
    Bad Request
    Your browser sent a request that this server could not understand.
    mod_plsql: /pls/otn/wwv_flow.accept HTTP-400 Too many arguments passed in. Got 4175 parameters. Upper limit is 2000
    Oracle-Application-Server-10g/10.1.3.0.0 Oracle-HTTP-Server Server at htmldb.oracle.com Port 80
    See this example and try to click the button "Save"
    http://htmldb.oracle.com/pls/otn/f?p=31517:166
    This example was set up under version 3.0.1 and every click was collecting the values
    shown in the table on the right side. However, since the last update this doesn't work
    any more. Is there really a limit of 2000 records per select list?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://htmldb.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

    Hi Carl,
    >> … it probably won't happen till next full version, since it does effect js css as well as the HTML source
    Yes, I figured as much, and next version will be fine. Thanks.
    >> Confusing is bad enough but is there an actual functional difference?
    As far as the IDs for the select list goes, If you are aware of the issue, it’s only confusing, but it will work without any changes. With the IMGs it’s a bit more complicated, and can impair functionality. In RTL mode, the ‘Move’ icon is actually pointing from the destination to the source. In the same manner, the ‘Remove’ icon is pointing from source to destination. The user, relaying on the arrow direction, can press the Remove icon, in order to select an option, and will not understand why nothing happen (or, if one of the selected options was highlighted, it will be removed). This can be worst for the user if you didn’t translate the img ‘title’ to a native language. The same effect, of course, is with the ‘Remove’ icon.
    You can check the behavior of a regular shuttle item in a RTL page in here - http://htmldb.oracle.com/pls/otn/f?p=22710:260 .
    >> just shows that listening to Scott is usually the best course of action
    I learned that a long time ago, so no argument here :-)
    Regards,
    Arie.

  • 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?

Maybe you are looking for

  • Different GOGS GL account for goods issue

    Hello SAP export, The F&A department requests to generate different COGS GL account based on Customer Account Assignment Group when goods issue (or billing). Customer Account Assignment Group field name is KNVV-KTGRD. The solution is NOT possible at

  • PDF to spool to run program in background

    Hi Experts, i have created a custom program by copying FP_TEST_00 and gave nodialog mode for out parameters which will supress the prompt for printer and that i can run it in background. i just want the data to written to spool. call function 'FP_JOB

  • Help with two goofy queries

    This is for SQL 2005 - 2012. I was given these specs. There are no indexes on the two tables This first one I have working, but wondering if anyone has any ideas to try and make it more efficient IF OBJECT_ID('tempdb..#temp')IS NOT NULL DROP TABLE #t

  • Extension panels, when minimized, dissapear when illustrator is reloaded

    Example; 1. Open kuler extension 2. Minimize the panel, so it only displays the Kuler Icon & the word "Kuler" 3. Close & Restart Illustrator Kuler is now gone, it needs to be manually called back again. The exact same problem occurs with FreegridUI p

  • Using a Loudness Meter in File Editor

    Here's the scenario: In a multitrack project with Panning Mode set to Left/Right Cut Logarithmic, I have 1 stereo track and 1 mono track. I have a stereo and mono version of the same file loaded up on their respective tracks. Both files have been mea