Experience with "Auto-Complete and Go-Less Prompts"

Hi all,
does anyone have experiences with editing instanceconfig.xml for auto-completing prompts?
Is it buggy? Or are there any kinds of risks?
reference: http://www.peakindicators.com/media_pi/Knowledge/oracle%20bi%2011g%20-%20applying%2011.1.1.6.2%20bp1%20-%20windows.pdf
Please have a look at page 10, it describes how to edit the xml
Thanks

Hi Frank,
I understand the single matching value and expecting move out in single tab for perfect match only. inputComboboxListOfValues selects the entry in one tab [even for single matching value] and user has to press another tab to go to next attribute.
Are you suggesting that it actually moves out to next field in single tab for "single matching value"?
Thanks,
Jai

Similar Messages

  • Appropriate component with auto complete and list of values

    Hello,
    I am using Jdev 11.1.1.6.0 with ADF BC and ADF Faces as technology stack.
    I have a use-case and right now struggling to find the appropriate component/implementation for same. The requirement is:
    1. User should be able to type and tab out to auto complete with perfect match.
    2. Not all users are expert so they should be able search and select the items from list
    3. Minimum key press should be there. E.g. auto complete should require only one tab press to complete and go to next field
    inputComboboxListOfValues fits most of above except #3. One tab simply selects the item from list and second tab is needed to move out to next attribute. Is there a way to force one tab to auto-complete and move out to next attribute?
    Tried simple inputBox with autoSuggest behavior but it lacks in opening of search and select feature that LOV component provides. Another drawback is that you need to wait for auto suggest list to appear and select before moving out to next attribute.
    This is needed on a very highly frequent used screen, so no speed and key press compromise is expected. Most users are expert and they know the code, so just type and tab out is expected but at the same time if typo happens and code does not exist in valid list then pop-up should appear to search and select.
    Is there a way to achieve this in ADF application (this is very well implemented in Oracle Forms application)?
    Any help is highly appreciated.
    Thanks,
    Jai

    Hi Frank,
    I understand the single matching value and expecting move out in single tab for perfect match only. inputComboboxListOfValues selects the entry in one tab [even for single matching value] and user has to press another tab to go to next attribute.
    Are you suggesting that it actually moves out to next field in single tab for "single matching value"?
    Thanks,
    Jai

  • Text-input component with auto-complete functionality for mobile

    Hey guys,
    I wonder if there is a text-input component with auto-complete functionality optimized for mobile development with AIR like the one that Android provides natively as you can see here http://developer.android.com/reference/android/widget/AutoCompleteTextView.html and here http://developer.android.com/resources/tutorials/views/hello-autocomplete.html.
    At least I didn't find it in the latest SDK and I think such a component is pretty standard nowadays. Or did I simply overlook it?
    Thank you guys for any advice.
    Regards,
    Thilo

    Hi relaxtraja,
    thanks for your reply!
    I knew that there are a lot of auto-complete scripts on the web. What I was hoping was, that Adobe provides an officially supported auto-complete component optimized for mobile as part of the SDK (like in the Android SDK as I pointed out), but that doesn't seem to be the case. It's sad, because it's an essential part of modern UIs in mobile applications.
    I've already created an auto-complete component by myself based on Spark components and I will end up using it. But I will have to optimize it for mobile applications beforehands. I just think something this essential should be provided by the SDK.
    However, thanks for posting!
    Regards,
    Thilo

  • Any kind of integration experience with Weblogic JMS and Oracle AQ?

    Hi,
    In my company I work with java developers who believe in some kind of "holly" database independence I don't understand and as a result my life as a database developer is hell on earth.. Yesterday we again started to discuss, this time where to log, they believe database is slow and prefer logging to filesystem, after some hours finally I could convince them for some operational and reporting needs to use the database and will do this in an asyncronous way whiich they won't get slow. After all I believe the reason for a database is data, this is the place where data lives, and with the correct desing and implementation logging to database would perform better.
    I love Oracle features, and know that we paid a lot for this software, so today I started investigating this promised solution. And quickly I found AQ and JMS topics in the documentation :)
    After this introduction here is my problem; my company use BEA Weblogic as application server and the java guys want AQ to automatically (but of course with some delay) take their JMS log requests into database tables. Does any one have similar application experience, or any kind of integration experience with Weblogic JMS and Oracle AQ?
    Any comments, references, documentation, sample code, url will be most welcomed :)
    Thank you very much!
    Tonguc
    [email protected]
    References I found upto now;
    Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14291/toc.htm
    (Packages; javax.jms & oracle.jms)
    Oracle® Streams Advanced Queuing User's Guide and Reference 10g Release 2 (10.2) http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14257/toc.htm
    Part IV
    Using Oracle JMS and Oracle Streams AQPart V describes how to use Oracle JMS and Oracle Streams Advanced Queuing (AQ).
    Chapter 11, "Introducing Oracle JMS"
    Chapter 12, "Oracle JMS Basic Operations"
    Chapter 13, "Oracle JMS Point-to-Point"
    Chapter 14, "Oracle JMS Publish/Subscribe"
    Chapter 15, "Oracle JMS Shared Interfaces"
    Chapter 16, "Oracle JMS Types Examples"
    A Sample Code from Otn
    http://www.oracle.com/technology/sample_code/tech/java/web_services/jmsws/NewsQueueEJB.java.html

    I wouldn't go as far to say Oracle AQ is out-dated today. However, it is indeed a proprietary technology that did not found much main-stream adoption in the earlier years after its introduction. The advent of JMS made it somewhat more useful (or should I say intriguing, because more people are trying to tie it together with other J2EE technologies), but the Oracle's JMS wrapper classes in aqapi.jar were not feature complete for a long while, so using it outside Oracle's application server was painful, if not impossible. I do agree that the info at the dev2dev's JMS newsgroup or in this forum is highly fragmented, as neither Oracle nor BEA provides an official solution to integrate AQ with WebLogic, so people like us have to learn the technology through experimentation and in a piecemeal fashion.
    3 years ago I was literally "playing around" - we had a polling mechanism set up to use triggers to write Oracle data changes into an event table, and had a Java-based daemon to scan that table and publish events as JMS messages to the WebLogic JMS server. This continues to work reliably till today, but I was looking for a solution that has few parts - I wanted to hook up my WebLogic MDB directly to AQ as a foreign JMS provider. Although I was able to get it to work (including XA), there were a few hoops I had to jump through, such as decompiling the Oracle AQjms classes to make them bind to the WebLogic JNDI tree.
    One year after that Diptanshu Parui took what I did a giant step further - he extended the Oracle AQjms classes to allow them to be bound to the WebLogic JNDI tree naturally, and he figured out how to use WebLogic JMS messging bridge to re-send single-threaded AQ JMS messages to clustered JMS queues, which allow concurrent message assumption by multiple instances of MDB's. My impression is that he is using that setup in a production environment.
    I am sure you are aware of it but I would like to make it clear - in order to use AQ as a foreign JMS provider to WebLogic-hosted MDB's, you don't need to update your database to Oracle 10g - Oracle 8i is good enough (although I recommend at least 9i Release 2). It is not the database engine, but rather the aqapi.jar JMS wrapper on top of AQ that matters. I do recommend that you use aqapi.jar from Oracle Application Server 10.0.3 or up for better XA support, among other things. Again, you don't have to replace WebLogic with Oracle AS - you only need a single jar file from it and put it in your WebLogic's classpath. However, I don't know what this means from a licensing point of view if you ever go to production - do you have to pay the full price of OracleAS or OC4J just to use the aqapi.jar?
    In the coming days I will test the latest aqapi.jar to see how much progress Oracle has made in terms of making their J2EE products more spec-compliant :-).
    Hope the above gives you a different perspective.
    Eric

  • In Photoshop Elements 12, is there a way to batch process all photos in a file with 'Auto Tone' and save the changes?

    In Photoshop Elements 12, is there a way to batch process all photos in a file with 'Auto Tone' and save the changes?

    Thank you, that was perfect!
    Yoni

  • Address bar suggestion drop down no longer accepts a left click to auto complete and goto url, instead left click is forcing a generic search.

    Using firefox 31.0, following update I seem to no longer be able to left click a suggested url for it to auto-complete and GOTO...
    I am happy to recheck all about:config again, as part of getting to the route of this "issue", ..
    In fact I will try anything, I have tried a fresh install of firefox, this has not worked, however the "feature" I am trying to describe still works under safe mode, which means I think that there has to be something that is incorrect in my config.
    Thank you all in advance for any pointers tips... and possible resolve offered.

    Hi ScoobTheNoob,
    I am bad a rhyming, but Safe Mode essentially only disables add ons. I would disable them one by one to find the culprit.

  • How to disable Google auto-complete and instant search functions

    Until the last week, I have been successfully using http://www.google.com/webhp?complete=0 to disable Google's insistence on forcing users' searches to use the infuriating auto-complete and Instant Search functions (the option to disable the former was removed by Google from Preferences while the latter doesn't retain the disabling in Preferences).
    However, Google now seems to have beaten my first choice workaround.
    Before I switch to one last possible workaround, I wondered if Firefox users knew of any others?
    Failures so far are: *http://www.google.com/webhp?complete=0 *www.google.co.uk/firefox *https://encrypted.google.com/

    You can use:
    * http://www.google.com/webhp?complete=0
    * https://www.google.com/webhp?complete=0
    Those two do not show suggestions, but also do not have autocomplete=off in case you are remembering form data
    *Tools > Options > Privacy > History: "Remember search and form history"

  • Rotoscoping with Auto Trace and the Hold Keyframes it produces

    I was looking at the masks that were created with AUTO TRACE and noticed that they are all with HOLD keyframes.  I had used Hold Keyframes only on the mask opacity but not on the Mask Path...is this the better way to go - with hold keyframes for Mask Path.  I toggled between Hold and Linear but can't see and difference

    I toggled between Hold and Linear but can't see and difference
    You'd only see a difference, when you use motion blur (a lot of it). Else the areas inbetween the keyframes do not figure into the equation and thus the visual result is the same.
    Mylenium

  • LOV with auto suggest and multiple check boxes

    Is it possible to implement LOV with auto suggest and multiple check boxes using ADF faces components?. Any alternative implementation/pointers are appreciated.
    Regards,
    Surya

    Hi,
    build it yourself as a task flow opened in a popup. see: http://www.oracle.com/technetwork/developer-tools/adf/learnmore/69-custom-lov-with-btf-276178.pdf
    Frank

  • Experience with iPod nano and iPod socks?

    After discussing with the Apple Helpline about the scratches on my nano, they quickly proposed to send my some iPod socks for free in order to protect the nano (is this like implicitely admitting that something went wrong?).
    My question: Does anybody have experience with iPod socks and the nano, i.e. do they scratch the nano as well (as somebody on another forum has posted)?

    lol, good one James. + for you.
    I remember this same thing with the iPod Mini. That was released in February 2004 and there were a huge number of cases by around April. But the mini was announced in January which ment the third party makers had a whole month to design and make cases.
    The ironic thing....people didnt need a case for the mini. Its was scratch resistant to begin with, however the nano is damaged by finger acid!!!
    *nathan
    PS: James, off topic, but do you use your iPods for different reasons, as im trying to think of ways to justify having three aswell?

  • How do I add Auto Complete and how in the world do I get searches to open in a new page.

    I just downloaded FireFox and need help with two things.
    One how do I get auto complete in FireFox. The download has removed this feature in my Google toolbar.???
    and two how do I get the searches set to open in a new window. I do not like tab browsing.
    I went to tools and checked the box to open new windows in a new tab, but i don't see this happening. Maybe I am just assuming that this is the right setting to select.
    I just want my searches to open in a new window, not in the same window or tab.
    I have Firefox, Google, Bing and Norton search bars. I need all 4 in my business.
    Before the download I was at least able to get Google, Bing and Norton to open in new windows but now they are not. Nothing from any of the search bars will open in a new window

    Did you install the Google Toolbar for Firefox? It has its' own autofill setup, separate from the rudimentary "form fill" that Firefox has. It also has its' own Searchbar, with its' own settings..
    If you are talking about having searches from the Firefox Search Bar open in a new Tab. ''There is no setting for opening a search in a new window.'' <br />
    Type '''about:config''' in the URL bar and hit Enter. <br />
    ''If you see the warning, you can confirm that you want to access that page.'' <br />
    Filter = '''browser.search.openintab''' = double-click that preference to toggle it to '''''true''''', then restart Firefox

  • New Customer - Have had MISERABLE experience with Verizon service and Customer service

    I am a brand new customer of Verizon Fios and so far I have zero good things to say about it.  If it wasn't for the aggrevation of switching cable companies, I most definitely would go back to Comcast.
    I moved into a new home in the middle of April.  The previous owner had Verizon Fios in this house, so there was minimal installation that had to be done when I initially set up my cable.  My house was pretty much empty at the time, so we had the TV's set up where we had a place to put it (upstairs, kitchen, and living room).  We recently bought bedroom furniture, so we could now move the TV to where we initially wanted it, in our bedroom.  However when we tried to hook it up to an outlet, no picture came though.  This is when my awful experience with verizon customer service (or lack there of) began.
    I took time out of my work day to call Verizon about this problem.  I was on hold for about 30 mins until I actually heard a human's voice.  He was unable to help me since I was not at home to unplug and plug things back in. 
    I called again when I was home, this time I was on hold for about 20 mins (wow)... the first person could not help me, so she transferred me to another department... put on hold for 35 mins.... this perosn couldnt help me either and they transferred me back to the SAME DEPARTMENT I WAS INITIALLY TRANSFERRED FROM.... put on hold for about 45 mins... finally i speak with someone that knows what they are talking about.  Of course I have to go through all the same steps that I did the first time which did not work.  As this person decides I need a technician, he begins to look up available dates... and then after an hour and 35 mins on the phone, it gets disconnected!  I wait for 5 minutes to get a call back but I get NOTHING.  I spent now 2 hours trying to deal with this and verizon doesnt even call me back when its their phone that gets disconnected? Thats terrible.
    I call back after 10 mins and am put on hold right away (obviously).... after 25 mins of being on hold, shocker - the call is disconnected again.
    That was enough for one day
    I call back again the next day... same old thing... put on hold for 30 mins, talk to one person who cant help me, transferred to another department and put on hold for 20 more mins.
    Finally with the tech department who says they are going to schedule a tech to come out to fix the problem but also mentioned they are going to charge me $55 for this! Are you kidding me?????? Verizon wastes about 4 hours of my life and busy day and then has the nerve to say they are going to charge me for it? I asked the person several times if I could speak with a manager or supervisor, they never let me.  I asked multiple times and she just said that they wouldnt be able to help me and that the charge would stick.
    I can't imagine that anyone would treat a brand new customer like this.  I will not recommend Verizon to any one until I see some kind of help or REAL customer service from them.

    I did call them this morning, and still on the phone.
    I will say this - the reps are very friendly and do try to help in earnest.  That's been my experience overall with Verizon.  So in terms of the actual people, I give them an A+.
    In terms of their system and how they process things, they get a big fat F.   The very idea that I sent back a phone with accessories and their warehouse only registered the return of the phone pretty much says that there is something fishy going on there at the warehouse.   And it took an hour to sort this out so far and counting.
    The thing that bugs me about Verizon is how complicated it is to get everything straightened out.  
    Right now, they are trying to sort out the activation fee - I already have been charged one and now they are trying to figure out if i have to pay another one.   Another 15 minutes just on that.
    Everything has been resolved.   Thankfully, Verizon's saving grace is that their reps are nice people.

  • Since IOS 6 update, malfunction with auto rotate and sounds

    Hello. I'm wondering if others have experienced a problem since updating their IPads. Since the update, I've lost the dual functionality of auto-rotate and sounds. I can only have 1 of the functions operate as per norm.  If I want sounds (for keyboard clicks/games/etc.) my screen will not auto orient. Vice versa for auto orientation. Normal rotation is only possible with NO SOUND for the previously mentioned apps. I've performed reboots, and also endeavoured to make the obvious corrections in the General Settings fields. When I uncheck "MUTE"...it automatically places a checkmark in the lock rotation field!!!
    Can anyone offer a solution, to what i perceive, as a software issue?

    Maybe this will help.
    If you lose sounds for keyboard clicks, games or other apps, email notifications and other notifications, system sounds may have been muted.
    System sounds can be muted and controlled two different ways. The screen lock rotation can be controlled in the same manner as well.
    Settings>General>Use Side Switch to: Mute System sounds. If this option is selected, the switch on the side of the iPad above the volume rocker will mute system sounds.
    If you choose Lock Screen Rotation, then the switch locks the screen. If the screen is locked, you will see a lock icon in the upper right corner next to the battery indicator gauge.
    If you have the side switch set to lock screen rotation then the system sound control is in the task bar. Double tap the home button and in the task bar at the bottom, swipe all the way to the right. The speaker icon is all the way to the left. Tap on it and system sounds will return.
    If you have the side switch set to mute system sounds, then the screen lock rotation can be accessed via the task bar in the same manner as described above.
    This support article from Apple explains how the side switch works.
    http://support.apple.com/kb/HT4085

  • A select list combined with auto-complete?

    Hello All,
    I am trying to convert an access application into APEX. There is a field on the form where I can look up various car models (Campry, Corola, RAV4, Sienna, etc) via drop down menu (select list in APEX) or by directly typing “Ca” in the field and it gets auto-completed to “Camry”.
    Is it possible to implement this feature in APEX? If yes, how?
    Thank you,
    Daniel

    Hi Daniel,
    Yes this is possible.
    Have a look here: Ajax Autocomplete (Denes Kubicek)
    There are some examples circulating, in the above thread you find Denes' example.
    Regards,
    Dimitri
    -- http://dgielis.blogspot.com/
    -- http://www.apex-evangelists.com/
    -- http://www.apexblogs.info/

  • Experience with Solaris 10 and 11 on Oracle VM 3.0.3?

    Greetings,
    We are trying to confirm with "first hand experience" how/if Oracle VM 3.0.3 supports Solaris 10 and 11 x86. For example, a) does OVM support Solaris as advertised? b) if yes, are there caveats excluding the HVM limitations? c) have you been able to use the Solaris Templates?
    Thank you,
    Roddy

    I ran into the same problem. Tried manually create software raid using the shell (ctrl F2 or F4), but it keeps shutting down the software raid and anaconda would die.
    Then I tried to use single disk but with logical volume (also set up manually from the shell). But after the installation, the system would not boot. Looking at the init script content in the initrd, I don't think it supports lvm.
    So I went back to square one, using the one disk with no lvm, but customized partition size. Will use raidder to build a raid 1 after this.
    Base on this experience installing the server, and also the VM Manager, I think Oracle VM is seriously going downhill. I can't believe how they would hire anyone that writes such poor quality installation scripts and package. Try mounting the VM Manager ISO under /tmp/mnt and install from there and you will see what I mean.
    ling

Maybe you are looking for