Is there a good example of a shuttle item?

Hello,
I am looking for a good example of a shuttle:
How to populate a Left side, Right site and a Merge to save results.
Left side should have all available options, except the ones that User already have.
Right side should have only options that User already have.
Both sides of shuttle should be populated on page load with Options names, not IDs.
Using apex 4.2
If there is any demo app with a shuttle that would be helpful too.
Thank you.
Added some clarifications.

Hi ,
Please find the below threads/blogs which mey be helpful
1.Dimitri Gielis Blog (Oracle Application Express - APEX): APEX by Example - Default value of Shuttle
2.https://community.oracle.com/thread/2374927
3.http://www.easyapex.com/index.php?p=206
4.https://community.oracle.com/thread/1120460
5.Re: Denes's Ajax Filter Shuttle List not working in IE
Hope this helps!!
Thanks,
Shwetha

Similar Messages

  • Links to good examples of XML

    Hi Guys
    I just started doing some XML, and I have yet not really understood what it is good for. Anyway, I have a task in school where we are supposed to use XML to make a regular HTML page and one for WAP (WML). Both pages should read from the same XML file.
    Is there any good examples out there? I need to see the big picture.
    Thanks
    David

    I always recommend this site, it has excellent tutorials and references:
    http://www.w3schools.com
    Check out the XML section for explanations of XML and WAP as well as some examples.

  • Are there any good code examples for displaying preview images in the storefront?

    I can gather other info using folio.xxx, but can not find any good examples to use for preview images.  Tried folio.getPreviewImage() with no success.  Oh, I should mention it is version 2.  Plenty of examples for version 1.
    Perhaps if I get a little more specific.
    I am calling up the folios via:
           adobeDPS.libraryService.folioMap.addedSignal.add(function(folios) {
                for (var i = 0; i < folios.length; i++) {
                    addFolio(folios[i]);
            }, this);
    This eventually works into a function where I am gathering and displaying folio data:
         var productId = folio.productId;
        var html  = "<div id='" + productId + "'>";
            html +=     "<a href='#'><img class='shadow' width='120' src='' border=0 /></a>";
            html +=     "<br /><span class='bold'>" + folio.title + "</span>";
            html += "</div>";
        this.$el = $(html);
    folio.title works fine to pull up the title, but I can no longer use folio.getPreviewURL in v2.  What code should I be using to set the src to the preview image?
    Thanks

    Have you looked at the default implementations of the library?
    In FolioItemView's render function, there is a function(follow the nested functions!):
    setTimeout(function(){ scope.loadPreviewImage() }, 100);
    It references this function (this doesn't copy well):
    loadPreviewImage: function() {
    if (this.el.parentElement) {
    var transaction = this.folio.getPreviewImage(135, 180, true);
    transaction.completedSignal.addOnce(this.getPreviewImageHandler, this);
    Going deeper, into the getPreviewImageHandler function is where you see the url value..
    if (transaction.state == adobeDPS.transactionManager.transactionStates.FINISHED && transaction.previewImageURL != null) {
                                  this.$el.find(".folio-thumb").attr("src", transaction.previewImageURL);
    Within the example is also code for supplying a preview when the Adobe API is not available:
    (Within the render function)
    var json = this.model.toJSON();
    $folioThumb.attr("src", json.libraryPreviewUrl);
    If you're making any changes to where the preview is displayed, you can just swap out the class ".folio-thumb" to whatever the class (or id) is of the element you're wanting to render the preview in.

  • I want Next/Back links between topics. Are there good examples how to do this?

    I also have multiple books in which I want to have Next/Back buttons. The Help PDF offered by Adobe does not adequately describe how to do this. Does anyone have a good example/description of how I do this?
    Walt Mahan

    Hi again
    To access the link I listed, you just click it in your web browser.
    There are a few different ways you can do this. You can insert the text as you wish to see it, then manually create the links. Ick! That's not very much fun.
    If you are using RoboHelp 8  you could create a Master Page and insert a Breadcrumb Trails placeholder, then apply the Master Page across the topics.
    For any version of RoboHelp you could achieve this by creating a Browse Sequence (Tools > Browse Sequence Editor) and generate WebHelp twice. The first pass to folder A and the second pass to folder B. During the first pass, you use the "Traditional - No skin" output. This would produce topics with code in them that contains the Previous and Next links. Then the second pass would be generated with a skin. You would then copy the topics from folder A and overwrite the topics in folder B to obtain the best of both worlds.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Is there a good way to "debug" a QuickTime

    The subject of my question is a little misleading, but I couldn't think of a better way to phrase it.
    Until recently, I've done all my work in ProRes 422 (not HQ) using 8-bit rendering. Naturally, I expect that all my finished QuickTimes coming out of Final Cut have had 8-bit video in them. This has been fine.
    But yesterday I rendered a graphics project out of After Effects that exhibited some pretty nasty banding. "I know," said I, "I'll make this a 16-bit project, then render out to a 10-bit ProRes movie."
    I went through all the necessary steps to do this — since this isn't an After Effects forum I won't go into details, but feel free to ask if it sounds like I need to be checked on these — and got a resulting QuickTime movie that … looked exactly like the first one.
    This got me scratching my head, so I went back into Final Cut, took some 8-bit footage I'd shot on my camera and dropped it into two ProRes 422 (HQ this time, just for safety) timelines, otherwise identical except for the "render all in high-precision YUV" option which was ticked on for one and off for the other.
    I applied the same ridiculous three-way-CC filter to each clip, and rendered them out as self-contained QuickTimes.
    Opening each movie in QuickTime Pro and looking at the info inspector reveals that they're each a 1440x1080 ProRes 422 (not HQ) movie with "millions of colors." Specifically not "trillions of colors."
    Are there any good tricks or tools for peeking inside a QuickTime file and finding out exactly how the video is stuffed in there? Is there a good tool that I can use that will tell me, for example, "Hey, this QuickTime contains movie data encoded with the ProRes 422 compressor, stored as 10-bit YUV," or whatever?
    Cause of course one possibility is that one of these movies really is 10-bit and the other really is 8-bit and QuickTime Pro is just wrong about the "millions of colors" thing. But the other possibility is that I messed something up in my workflow, and both of these movies really are 8-bit, despite my telling Final Cut specifically to use high-precision rendering for one of them.
    Any suggestions?

    Well, there are settings you can change in QuickTime Player to improve it's playback. Look in the Window menu to see the properties and inspect the QT movie.. there is a button to turn on in the Inspector so it plays at "high quality".. it's not the default setting, and will show you all the quality you have. Plus viewing interlaced material on a computer display will never look all that great, because the computer display is progressive, not interlaced... need to always judge things externally on a video monitor because of this, or add a Matrox MXO to your system to change the nature of the computer display so it becomes a video monitor in essence.
    BUT any time you put a clip in a sequence in FCP, it changes it's format to match the format that the sequence itself is set to be. So if you put a 10 bit clip in a sequence set to render in 8, it becomes an 8 bit movie.
    HTH
    Jerry

  • Is there a good sample of 10g r3 functionality out there.

    I remember people.bea.com and that was a good example of profile information as well as a bunch of other features of 6.5 when it came out. Now Oracle has shut that site down or at least locked it down pretty tight. Is there a sample site like this that shows off 11g r3 release? I looked at Mix, but I don't even know if that is done in plumtree or some other oracle portal or just straight html. I have a meeting in a couple of days to discuss enterprise 2.0 and I would like to be able to display some 11g r3 features.
    Any discussion on this would be great.
    Berney

    I got this in an email this morning and thought it might be of use to you:
    Title: Why WCI - Enabling the Social Enterprise
    Date: Thursday, April 9, 2009
    Time: 1:00 pm Eastern (30 minutes)
    Features Web Center Interaction (WCI 10gR3), formerly Aqualogic User Interaction.
    This presentation will include:
    Benefits of upgrading.
    Setting User Experiences based on User-Agent headers. Did you say Mobile device? Oh yes, indeed.
    WCI featured services: Blog & Wiki integration
    Register for the webinar today: http://www.spheric.ca/contact/wci-webinar-signup
    About the speaker:
    Adam MacDonald has been working with Plumtree/Aqualogic/WCI for 8 years and has over 9 years of industry experience across consulting and software engineering. Adam has been a member of BEA's World Wide Consulting Enterprise Architecture team where he assisted consultants and customers through the development of BEA's SOA-based collateral and offerings. Adam has been involved with over 180 Portal implementations, upgrades and innumerable customizations.

  • Looking for good example about Woodstock components and custom validators

    Hi guys,
    could someone be so kind to give (or suggest) me a simple, minimal and working example with a Woodstock TextField (or Calendar) component and a custom validator?
    I cannot find good examples, all the ones I find on the net are too much wide and confusing so that I'm not able to adapt them to my needs.
    I already made a custom validator (formerly, "DateValidator") with the "validate()" method, and added it to some dynamically created components with code like this:
    calendar1.setImmediate(true);
    calendar1.setAutoValidate(true);
    MethodExpression methodExpression = facesContext.getApplication().getExpressionFactory().createMethodExpression(elcontext, "#{DateValidator.validate}", null, new Class[] { FacesContext.class, UIComponent.class, Object.class });
    calendar1.setValidatorExpression(methodExpression);
    Now, when I change data in the textbox or in the calendar, I see that something obscure is moving (this because I can read "Reading from localhost..." in the status bar of the browser), but nothing happens, and the validator method is never called (I tried this with the debugger).
    I think that only a good example could save me from the dark... Thanks in advance!

    Yes, I'd thought about just having the user set their
    timezone (similar to the forum Settings). However,
    even this forum settings causes some confusion.
    There's two options for a number of timezones. What
    differentiates them? The daylight saving rules are
    important to know and the list of timezones doesn't
    indicate this in any way. This list doesn't show all
    available timezones either (as previously mentionted,
    there's seven timezones for GMT -0700).Then you would have to do a better job than Sun did, wouldn't you? After all if you are going to be interpreting the answer you get, you had better ask a clear question. If you want to know the list of timezones actually supported by Java, then examine the source code for the TimeZone class. You can also search Google for "time zones" for links that will keep you busy for weeks learning the arcana of time zones around the world.

  • Is there a good free qraphic equalizer that works well with iTunes?

    Is there a good free graphic equalizer that works well with iTunes?

    I find plenty of audio editing tools but few playback controls.
    Example- The equalizer in iTunes is rather bland.
    Any old stereo system has a better display.
    The controls are icing on the cake for audio
    but I'd pay for a complete array of adjustments.
    The more lights, bells, whistles,the better. 
    PS-That would also make an awesome screen saver

  • Is there any good documentation on dynamic ql?

    Is there any good documentation on dynamic ql in weblogic 7.0? Or does anyone have
    a good example using dynamic ql?
    Do let me know.
    Ronak Parekh

    Managing (iCloud) Data on Your iPad
    http://www.peachpit.com/articles/article.aspx?p=1899113
    iCloud: Backup and restore overview
    http://support.apple.com/kb/HT4859
    Check iCloud storage & backup space on iPad
    http://www.urltips.net/check-icloud-storage-backup-space-on-ipad/336/
    iCloud: Troubleshooting creating backups
    http://support.apple.com/kb/TS3992
     Cheers, Tom

  • Please let me know a good example of Data Modeling Xml files...

    Business process, ERD and so on...
    Anything is OK. I want to get a good example of Data Modeling XML files.
    I want to see what you did and how to use it more efficiently.
    Thanks in advance.
    Edited by: allbory on May 17, 2009 11:05 PM

    Hello,
    there are several samples at data modeler page http://www.oracle.com/technology/products/database/sql_developer/files/Modeling.html
    Philip

  • Need good examples to look at for e-government

    e-democracy, e-communities.
    We at www.kista.com (Kista Borough in the City of Stockholm, Sweden) are looking for new tools to further develop our e-government, e-democracy, discussion forums. Please give me what you think ar good examples using Oracle tools.
    Just post here or mail directly all your good examples.

    The massive e-government project "Centuri21" in Europe will be using Oracle9iAS Portal..
    For more information see:
    http://www.centuri21.org/oracleprofile.htm
    CENTURi21 is part of the EU Information Societies Technology (IST) Programme which will promote the widespread use of electronic services by everyone.
    It is a consortium of seven European authorities and ten major high-tech companies which aims to make society much more efficient.
    How? By providing information centrally which everyone can use to improve their lives.
    CENTURi21 will be simple to use. It is an electronic network which will be available wherever there is access to the Internet. It will enable you to connect to a diverse, ever-expanding range of local and European services.
    Best Regards,
    Harry

  • Need good examples for e-government

    e-democracy, e-communities.
    We at www.kista.com (Kista Borough in the City of Stockholm, Sweden) are looking for new tools to further develop our e-government, e-democracy, discussion forums. Please give me what you think ar good examples using Oracle tools.
    Just post here or mail directly all your good examples.
    null

    The massive e-government project "Centuri21" in Europe will be using Oracle9iAS Portal..
    For more information see:
    http://www.centuri21.org/oracleprofile.htm
    CENTURi21 is part of the EU Information Societies Technology (IST) Programme which will promote the widespread use of electronic services by everyone.
    It is a consortium of seven European authorities and ten major high-tech companies which aims to make society much more efficient.
    How? By providing information centrally which everyone can use to improve their lives.
    CENTURi21 will be simple to use. It is an electronic network which will be available wherever there is access to the Internet. It will enable you to connect to a diverse, ever-expanding range of local and European services.
    Best Regards,
    Harry

  • Are there other good browsers for 10.4?

    I have been having Safari problems that I cant sort out. Are there other good browsers even better?
    Bob

    Hi, Bob.
    I use OmniWeb. IMO far superior to Safari for the following reasons:
    1. Try disabling animations in Safari, a basic function in other browsers, including OmniWeb: nowhere to be found in Safari.
    2. OmniWeb provides sophisticated content filtering, built-in and easily tailored. I virtually never see advertising. Other than popup blocking, Safari has no such built-in capability.
    3. With OmniWeb, you can selectively disable plugins. With other browsers, disabling plugins is all-or-nothing. I run with Flash disabled (no annoying Flash ads) but can still use other plugin-dependent content, like QuickTime. Once again, Safari can't do this: plugins are all-or-nothing.
    4. With OmniWeb, you can set site-specific preferences. For example, you may have one site on which you like the links to be underlined, but on other sites you do not want underlined links. Once again, something Safari cannot do.
    5. OmniWeb is far more stable: I can't recall the last time OmniWeb crashed. Safari seems to be crash-prone and particularly subject to cache errors.
    6. The OmniWeb folks actually listen to their registered users. I submitted requirements like #1 above via the Safari feedback and no joy. I suggested #3 to the OmniWeb folks and it was in the next release.
    OmniWeb is available as a free trial. It's worth the license fee.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • What security products are suggested for scrubbing rootkits from a Mac? There are good articles on similar repair for PCs and it makes me want to see if I can save this machine. It's in forensic recovery right now so I myself have not done anything yet.

    What security products are suggested for scrubbing rootkits from a Mac? There are good articles on similar repairs for other makes online. I would like to investigate whether a machine can be truly scrubbed or if it's best to retire it. I haven't done anything yet as it is a candidate for more extensive forensic recovery.
    Also, I am not sure if various malicious spoofing and cloaking tricks (making Wi-Fi appear off when it is on, hiding unauthorized sharing/remote access, falsifying System Preferences preference panes, etc.) are resolved by a thorough drive erase or are more similar to APTs?
    Finally, is there any emerging information regarding APT hiding places other than the recovery partition? I have heard mention of the EFI, for example, but it seems unproven and unlikely. Some people have also mentioned the RAM.
    This is an upsetting topic to some people, including me, so I appreciate circumspect, measured responses. Thanks! And don't try to answer all my questions if you really just want to comment or answer one. All thoughts are appreciated.

    Hi, Lincoln,
    A straightforward question. You are correct in recognizing the difference between tentative conclusion and certainty. Here are our main reasons:
    1. Incoming items noted on the console (or console sub logs) and Activity Monitor after defenses are overcome, and which are brought in by an unwelcome remote user, often have a process name and the word "kit." (Bear with me.) We soon observe the process is under attack, from terminal evidence and soon, decreased or lost functionality of the process. The terminal generally reports alteration of specific kernel behaviors. A simple example (that may or may not be accompanied by kernel changes and may simply alter permissions) is modifying Disk Utility such that key uses are unavailable. You can see how an attacker might value disabling partition views, mounting and permission repair. In retrospect, DU might not be a root alteration. I was thinking that its relation to fsck flagged it as a possible ring 0 item. I may need to know core parameters of a good example to pick strong ones.
    2. Incoming folders hidden for possible later use contained bundles of similar root kits, including some not applicable to Macs. From what I have read from reasonably credible sources, root kits are sold and traded both singly and in bundles.
    3. Root kits are a logical next choice for our attackers, as various prior techniques hindered us but did not paralyze us.
    4. One of the most authoritative articles I found was about PCs not Macs. I noted the assertion, undocumented, that an estimated one million computers are infected by root kit manipulations, and underscored that the kits can be used by people with low computer skills.
    5. MacAfee lists root kits (by description, not name) as a top pop five threat prediction in the coming year, though again, the emphasis is on PCs.
    Linc, I am trying to show a spectrum of observations and info that have shaped my thinking. To retrieve better captured evidence requires significant legwork at this time, but it is something I am willing to do if you can be patient. Understand this long attack has been like a natural disaster to us.
    I have not linked a few articles of interest because I forget if that's allowed. If so, I'd be glad to.
    After reviewing this partial answer, you may form another hypothesis. If so, please share it. I am comfortable with my position but not clinging to it.
    Thanks for your interest. Looking forward to your thoughts.
    Oh, yeah: some material is out for analysis, so we should have credible opinions pretty soon. Not positive exactly when.

  • [Newbie] Where are good example beans to learn from?

    I have been a professional software developer for 30 years (yes, I
    started using card punches and paper tape...), and have developed 3
    commercial Java/Swing desktop apps in the past 4 years. However, all my
    experience has been desktop apps. I'm now trying to teach myself JSP
    (starting to get a handle on that) and EJB (just starting literally
    today).
    Oh yes, doing this on my own nickel at home, so I can't afford Weblogic
    yet... I have JBoss/Cataline and MySQL running on my home Mac OSX
    system.
    What are some good sites where I can find good example bean code to
    read/modify/learn from?
    I am particularly interested at this point in database access beans.
    Something I could use as a template to develop a Customer, Invoice,
    Product bean (for an app I am writing to teach myself all this stuff).
    PS: If you know someone that needs a good C/C++/Java-Swing programmer,
    send them to my resume at:
    http://www.mindstorm-inc.com/software.html
    I'm between contracts (hence the time to learn this stuff).

    Hi Burt.
    BEA WLS does have some good EJB examples you might be interested.
    After you install WebLogic Server or Platform 7.0, you will find a directories
    in <weblogic700>\samples\server\src\examples, ejb11 and ejb20 ( The naming convention
    basically means EJB examples compliant with EJB Spec 1.1 or 2.0 ).
    In particular for EJBs intensively doing Database work, you probably want to go
    through container managed and bean managed EJB examples in each of ejb11 and ejb20
    directories correspondingly. In each of the examples, there is a package-summary.html
    page provides you the example details.
    Hopefully, above helps.
    Thanks.
    Ji Zhang
    Developer Relations Engineer
    BEA WebLogic Support
    [email protected] (Burt Johnson) wrote:
    I have been a professional software developer for 30 years (yes, I
    started using card punches and paper tape...), and have developed 3
    commercial Java/Swing desktop apps in the past 4 years. However, all
    my
    experience has been desktop apps. I'm now trying to teach myself JSP
    (starting to get a handle on that) and EJB (just starting literally
    today).
    Oh yes, doing this on my own nickel at home, so I can't afford Weblogic
    yet... I have JBoss/Cataline and MySQL running on my home Mac OSX
    system.
    What are some good sites where I can find good example bean code to
    read/modify/learn from?
    I am particularly interested at this point in database access beans.
    Something I could use as a template to develop a Customer, Invoice,
    Product bean (for an app I am writing to teach myself all this stuff).
    PS: If you know someone that needs a good C/C++/Java-Swing programmer,
    send them to my resume at:
    http://www.mindstorm-inc.com/software.html
    I'm between contracts (hence the time to learn this stuff).

Maybe you are looking for

  • IPad 2 keeps crashing for new icloud email setup

    My iPad 2 16g.. At first it was safari if I scrolled on a website for a little bit. Now it's my icloud email set up. I went to create a new icloud email, it got me to almost the full set up and then it randomly just closed. I did it again and I had t

  • Download Business Package for Recruiter 1.41 but available till 1.40 E-rec

    Hi, I have to deploy E-rec packages on Portal, our backend is SAP ECC ehp4 with SP 20. As per recommendation, Business Package for Recruiting Administrator 1.41 and Business Package for Recruiter 1.41 needs to deployed to get E-rec functionality, but

  • My iPod Touch 4g just crashes a lot in games like Batman- Arkham city

    I recently updated my iPod to iOs 5.1.1 expecting some better performance an al... and I reaaaaly love gaming on my iPod but it has jus occured that all my games are crashing.... Especially Batman Arkham city & Shadowgun its an iOs error... Dese same

  • Migrate backwards from 2012 to 2008R2 SSIS

    I developed an SSIS package using SSDT 2012. Now that it's time to productionize the package (and 13 reports and dashboard) I find that, while Reporting Services is using 2012, our SSIS is stuck on 2008R2.  I now need to recreate the package in SSIS

  • Can we attached document in PR?

    Dear MM Guru's, Can we attached files in SAP PR? Hoping for your positive feedback's. Thank you.