Configuring parameter fields in Search Bar pattern UI configuration

Hello all,
Im configuring a search bar UI pattern for an entity service and have some doubts. The parameter fields description seems to be the entity service field description.
- Is there a way to internationalize this field descriptions ?
- The search bar always generate a button called "Go". Is it possible to change the button text ?
Thanks in advance,
Helder Ribeiro

Thanks Abdul, but where in CAF Runtime configurator?
Regarding the recommendation of custom WDP or VC app: Under what circumstance would one use the UI patterns.  Again our desire is to find the limit of configuring UI patterns vs. custom UIs.

Similar Messages

  • Safari 6.0 search bar keyboard shortcuts?

    Maybe it's because it's late...
    I can't figure out to configure shortcuts in the search bar; for instance in Chromium I'd type 'w' before my search term to search in wikipedia.  Is this even possible in Safari?

    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.

  • "Select all" in search bar on linux - can I configure this on mouse click?

    Hi,
    On windows, when you click in search bar you get your text selected (like when you press Ctrl+k). On ubuntu when you click - you just activate the text box to edit.
    I have looked through about:config and found "browser.urlbar.clickSelectsAll" - but unfortunately I don't find similar configuration for search bar.
    Is there a way to tune this except of getting my hands dirty in code?
    This may seem really small and stupid thing - but it is really annoying if you use fox intensively.
    Regards,
    Bogdan
    == This happened ==
    Every time Firefox opened
    == Always has been there on linux version

    Sure triple-clicking works, but for those of us struggling with RSI, it is a very good reason not to use Firefox

  • Placing date field inline to an Interactive Report search bar

    For a button I can choose "Right of Interactive Report Search Bar" option to place it inline with the IR Search bar.
    However I need to place a text fileld or select list or Date Field intead.
    Any ideas? If a template needs to be changed could you please indicate which template? I affrid the date field does not allow an option to change its templates.....
    I hope somebody would be able to help.
    Thanks in advance
    Ligon Gopinathan

    Hi,
    It will take some trial and error to get the positioning correct, but you can do the following:
    1 - Create an HTML region that is positioned at the bottom of your page (that is, make sure that it is underneath all other regions). Set the region's Title to   and the Template to "No Template"
    2 - On your datepicker, in the Label/HTML Table Cell Attributes setting, add in:
    nowrap="nowrap" id="P1_DATE_LABEL"(replacing P1_DATE with the actual name of the item).
    3 - In the region's Region Source, add in:
    <style type="text/css">
    #P1_DATE_LABEL {position:absolute; top:40px; left:450px;}
    #P1_DATE_fieldset {position:absolute; top:40px; left:500px;}
    </style>P1_DATE_LABEL is the ID you set above and P1_DATE_fieldset is the ID of the fieldset created for the datepicker by Apex. Change the top and left settings for both as required for your page.
    This outputs the datepicker in your region and then moves it to the top/left position you specify.
    Andy

  • ITunes search bar deletes field after pressing enter

    Ever since I upgraded to iTunes 10, about half the time I enter any information into the search field, iTunes will briefly bring up the results for my search, and then as soon as I click on it, my search will vanish and iTunes will revert to the way it is when it launches. This has happened over two separate computers and over two separate versions of iTunes (10 and 11), and every update I figure that maybe they will fix the issue, but every update does nothing to help me. I had assumed this was a major problem since I had two completely separate computers experiencing the same issues, but I finally began to search for a solution, and it appears (if google is to be trusted and I am entering the right search terms) that somehow, against all mathmatical probability, I happen to be in possession of the only two computers that have this problem. Again, I will type something into the search bar, hit enter (or I will just click the main area, the same thing happens either way), it will bring up my search results, I will click the main iTunes area, and iTunes will act as if I highlighted the search area and pressed delete, restoring the main screen to its original condition. For the love of god please help me. I feel as if every time I go to click on the song I want only to find it snatched from my possession I am can feel yet another of the frayed strings of sanity that connect my fragile mind to reality snipped by the shears of Atropos.

    The AVG Safe Search extension can cause problems with the Enter key not working in the location bar.

  • In my subject fields in Gmail, I want to clear all memory like all history of subjects , not from the search bar.

    In Gmail, in the subject bar, I need to delete all prior subjects. Also, delete from the Google search bar. Right click does NOT show clear history.

    Entries in the location bar drop down list with a yellow (blue on Mac) star at the right end are bookmarks.<br />
    You can remove such a bookmarked item that shows in the list if you open that url in a tab and click the yellow star in the location bar.<br />
    This will open the Edit This Bookmark dialog and you can click the Remove button to remove the bookmark if you want to remove such a bookmarked entry.<br />
    * [[Clearing Location bar history]]
    * [[Cannot clear Location bar history]]

  • Integrate search bar field into tab bar like in APEX4 application builder?

    Hi,
    i wonder how i can integrate the search bar of my application in the "tab bar".
    Is this possible?
    If you don't know what i mean call the Application Builder of Apex 4 and see the search bar on the top right.
    Thank you
    Regards
    Daniel

    *1)* <u>Page Template modification</u>
    Modify the page template(s) of all pages which uses the search region and add a holder element for the item in it. Position the holder appropriately within the template.
    For instance my page template's body section has this code segment for the displaying the tabs (it could be slightly different depending on your tehems, but the classnames should remain the same, so you can spot them easily)
    &lt;div class=&quot;bg&quot;&gt;
          &lt;div class=&quot;tab-holder&quot;&gt;
            &lt;div class=&quot;first-current&quot;&gt;
                &lt;div&gt;
                   &lt;span&gt;Hrm&amp;nbsp;Roster&amp;nbsp;Zero&lt;/span&gt;&lt;a tabindex=&quot;999&quot; href=&quot;javascript:popupURL('f?p=4000:334:6871592301983461::::P334_ID,FB_FLOW_ID,FB_FLOW_PAGE_ID:9973103015616704478,50506,1');&quot; title=&quot;Edit&quot; class=&quot;eLink&quot;&gt;&lt;img class=&quot;eLink&quot; alt=&quot;Edit&quot; src=&quot;/i/e.gif&quot;&gt;&lt;/a&gt;
                   &lt;/div&gt;
                &lt;/div&gt;
          &lt;/div&gt;
        &lt;/div&gt;
    ..After adding the search bar holder( <b>&lt;div id=&quot;SEARCH_BAR&quot; style=&quot;float:right&quot;&gt;&lt;/div&gt;</b>) it would look like
    &lt;div class=&quot;bg&quot;&gt;
          &lt;div class=&quot;tab-holder&quot;&gt;
            &lt;div class=&quot;first-current&quot;&gt;
                &lt;div&gt;
                   &lt;span&gt;Hrm&amp;nbsp;Roster&amp;nbsp;Zero&lt;/span&gt;&lt;a tabindex=&quot;999&quot; href=&quot;javascript:popupURL('f?p=4000:334:6871592301983461::::P334_ID,FB_FLOW_ID,FB_FLOW_PAGE_ID:9973103015616704478,50506,1');&quot; title=&quot;Edit&quot; class=&quot;eLink&quot;&gt;&lt;img class=&quot;eLink&quot; alt=&quot;Edit&quot; src=&quot;/i/e.gif&quot;&gt;&lt;/a&gt;
                   &lt;/div&gt;
                &lt;/div&gt;
          &lt;/div&gt;
          &lt;div id=&quot;SEARCH_BAR&quot; style=&quot;float:right&quot;&gt;&lt;/div&gt;
        &lt;/div&gt;
    ..*2)* Now <u>to move your search item to the "SEARCH_BAR"</u> region.
    Assuming that the item name is P0_SEARCH_ITEM
    <script>
    $(document).ready(function(){
      $('#P0_SEARCH_ITEM').appendTo('#SEARCH_BAR');
    </script><li>If the search item is a page zero item and hence has the same name in all pages , then the JS code to move it, is the same irrespective of the page and can therefore be added to page template.
    You can add that whole block to the page template(s) header section(or even the body).
    <li> If the item names differ with page, then modify the item name appropriately for each page and add the code to the page header.

  • Configuring Firefox search bar

    Firefox 14.0.1 on Windows XP.
    The Firefox search bar is one of the most useful features; and I use it dozens, if not hundreds of times every day. Mainly on Google, and quite a few times on Amazon.
    Now recently all Google results are redirected to google.co.jp; with mainly Japanese results. Even if I go to the google,com wesite, it redirects me to google.co.jp
    Now I know that I can use http://www.google.com/ncr to prevent redirection.
    The question is: how can I modify the Firefox search bar to not redirect me?
    Thanks for any help with this!

    No the redirection is done entirely on the Google servers and only a valid cookie (or the /ncr switch) will prevent Google from doing that if you visit the google.com site.

  • How to use a parameter field value as a substring in a "like" statement?

    Hi all,
    I'm trying to use a parameter field in a Record selection formula where the parameter field value would be a substring of the data stored in the field.
    My parameter field (SlctResearcher) is constructed as follows:
    Type: string
    List of Values: static
    Value Field: (Reports) RptAuthors
    (in Value Options) Allow custom values?: True
    {Reports.PubDate} in DateTime (2009, 04, 01, 00, 00, 00) to DateTime (2010, 03, 31, 23, 59, 59) and
    {Reports.RptAuthors} like "*{?SlctResearcher}*"
    When I hit F5 to generate the data, I get no results (and the parameter prompt field does not even come up...)
    If I modify the formula to put a hard-coded string, like
    "*Jones*"
    after the 'like', I get results (all the reports where "Jones" is a substring in the RptAuthors string.) If I modify the formula to just use the parameter field without the quotes/stars like:
    {Reports.PubDate} in DateTime (2009, 04, 01, 00, 00, 00) to DateTime (2010, 03, 31, 23, 59, 59) and
    {Reports.RptAuthors} like {?SlctResearcher}
    I do get the parameter prompt field, but still no results even if I put in a valid substring value (since it is not searching for a substring anymore...)
    How can I do this?
    Thanks,
    Will

    1st thing... Make a copy of your report before doing anything!!!
    To use a SQL Command, you'll want to open the Database Expert and look at the Current Connections. Expand the data source and the 1st option you see is the Add Command option.
    To find the SQL That CR is currently using, choose Database from the menu bar and select Show SQL Query...
    You can copy this and paste it directly into the command window. (If you you can write your own SQL you don't need copy CR's, it's just an option.)
    You'll also want to take not of any parameters that you have, you'll need to add them the the Parameter List of the command as well... be sure to spell them EXACTLY as they are in the design pane.
    Anyway, once the SQL statement is in the Command window you'll be able to alter the WHERE clause to use the wild cards.
    For future reference... What type of database are you reporting against???
    Jason

  • Search Bar Issues MYSQLi

    Hi, Just wondering if someone can have a look at what im doing wrong here?
    PS All connections to the database work.
    I get these three error messages:
    Warning: mysqli_query(): Empty query in /home4/X/public_html/props_inventory.php on line 12
    Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home4/X/public_html/props_inventory.php on line 13
    Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home4/X/public_html/props_inventory.php on line 363
    <?php
    //Main Connection & Query
    //Database Connection & Error
    $con_host = 'X';
    $con_username = 'X';
    $con_password = 'X';
    $con_database = 'X';
    $con = mysqli_connect($con_host, $con_username, $con_password, $con_database);
    //Main Query (on page load [Shows all records])
    $sql = mysqli_query($con, $sql_search);
    $row = mysqli_fetch_assoc($sql);
    //Set production info variables
    $prop_id = $row['id'];
    $prop_title = $row['title'];
    $prop_description = $row['description'];
    $prop_colour = $row['colour'];
    $prop_type = $row['type'];
    $prop_size = $row['size'];
    $prop_weight = $row['weight'];
    $prop_material = $row['material'];
    $prop_value = $row['value'];
    $prop_location = $row['location'];
    $prop_sublocation = $row['sublocation'];
    $prop_quantity = $row['quantity'];
    $prop_bc = $row['BC'];
    $prop_datecreated = $row['datecreated'];
    ?>
    <?php
    //Search Bar
    if($_POST['txt_search']) {
    $search = $_POST['txt_search'];
    elseif($_GET['searchprops']) {
    $search = $_GET['searchprops'];
    if (isset($search))
      $searchword = $search;
      $query_props = "SELECT * FROM props WHERE id LIKE '%".$searchword."%' OR name LIKE '%".$searchword."%' OR description LIKE '%".$searchword."%' OR colour LIKE '%".$searchword."%' OR type LIKE '%".$searchword."%' OR size LIKE '%".$searchword."%' OR weight LIKE '%".$searchword."%' OR value LIKE '%".$searchword."%' OR location LIKE '%".$searchword."%' OR sublocation LIKE '%".$searchword."%' OR BC LIKE '%".$searchword."%'";
    if(!isset($search)){
      $query_props = "SELECT * FROM props";
    $query_limit_props = sprintf("%s LIMIT %d, %d", $query_props, $startRow_props, $maxRows_props);
    $props = mysqli_query($con, $query_limit_props) or die(mysql_error());
    $row_props = mysqli_fetch_assoc($props);
    ?>

    You have a lot of problems with your script below. First of all, you are using isset() incorrectly. The isset() function only tests if the field is set, not if it is empty. So even if the user doesn't enter anything, if the field is on the form it is set.
    Next, why are you copying the value of one variable into another variable - $searchword = $search; ? What does that accomplish?
    Finally, the argument you are passing to mysqli_num_rows() is a single row. You need to pass it the result set.
    Fixed the main search bar issue, but still having problem with the num_row statement
    Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, array given in /home4/mresnik/public_html/props_inventory.phpon line 47
    <?php
    //Search
    if(isset($_POST['txt_search'])) {
      $search = $_POST['txt_search'];
      $searchword = $search;
      $query_search = "SELECT * FROM props WHERE id LIKE '%".$searchword."%' OR name LIKE '%".$searchword."%' OR description LIKE '%".$searchword."%' OR colour LIKE '%".$searchword."%' OR type LIKE '%".$searchword."%' OR size LIKE '%".$searchword."%' OR weight LIKE '%".$searchword."%' OR value LIKE '%".$searchword."%' OR location LIKE '%".$searchword."%' OR sublocation LIKE '%".$searchword."%' OR BC LIKE '%".$searchword."%'";
    if(!isset($search)){
      $query_search = "SELECT * FROM props";
    $search_query = mysqli_query($con, $query_search);
    $row = mysqli_fetch_assoc($search_query);
    $row_count = mysqli_num_rows($row);
    ?>

  • How do I search for a specific artist in the itunes store? I can't find a search bar.

    I am trying to find a specific artist who's music I want to purchase but I can not locate a manual search bar to input the artist name. I do not want to nor do I have the time to look through all featured artists to locate the specific artist to purchase. At this point I'm about to go to a brick and mortar store and just buy the CD.
    This is very irritating.
    Chuck D.

    If you are missing the Search field you may be missing the entire top section, together with the progress bar when playing and the red, yellow and green buttons. This can happen if iTunes overlaps the top of the screen (which of course it shouldn't do).
    If this is the case, click and drag on the very bottom right-hand corner of the window (when in Library/Music or the iTunes Store) and drag upwards to reduce the height of the window. Then click on the bottom bar and drag downwards.

  • How can I implentate a search bar in TableViewController iOS

    How can I implentate a search bar in my TableViewController? Code:
    //  ViewController.m
    //  Movie List
    //  Created by Damian on 20/02/15.
    //  Copyright (c) 2015 Tika Software. All rights reserved.
    #import "ViewController.h"
    @interface ViewController ()
    These outlets to the buttons use a `strong` reference instead of `weak` because we want
    to keep the buttons around even if they're not inside a view.
    @property (nonatomic, strong) IBOutlet UIBarButtonItem *editButton;
    @property (nonatomic, strong) IBOutlet UIBarButtonItem *cancelButton;
    @property (nonatomic, strong) IBOutlet UIBarButtonItem *deleteButton;
    @property (nonatomic, strong) IBOutlet UIBarButtonItem *addButton;
    // A simple array of strings for the data model.
    @property (nonatomic, strong) NSMutableArray *dataArray;
    @end
    #pragma mark -
    @implementation ViewController
    - (void)viewDidLoad
        [super viewDidLoad];
         This option is also selected in the storyboard. Usually it is better to configure a table view in a xib/storyboard, but we're redundantly configuring this in code to demonstrate how to do that.
        self.tableView.allowsMultipleSelectionDuringEditing = YES;
        // populate the data array with some example objects
        self.dataArray = [NSMutableArray new];
        NSString *itemFormatString = NSLocalizedString(@"Movie %d", @"Format string for item");
        for (unsigned int itemNumber = 1; itemNumber <= 0; itemNumber++)
            NSString *itemName = [NSString stringWithFormat:itemFormatString, itemNumber];
            [self.dataArray addObject:itemName];
        // make our view consistent
        [self updateButtonsToMatchTableState];
    #pragma mark - UITableViewDelegate
    - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
        return self.dataArray.count;
    - (void)tableView:(UITableView *)tableView didDeselectRowAtIndexPath:(NSIndexPath *)indexPath
        // Update the delete button's title based on how many items are selected.
        [self updateDeleteButtonTitle];
    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
        // Update the delete button's title based on how many items are selected.
        [self updateButtonsToMatchTableState];
    - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
        // Configure a cell to show the corresponding string from the array.
        static NSString *kCellID = @"cellID";
        UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellID];
        cell.textLabel.text = [self.dataArray objectAtIndex:indexPath.row];
        return cell;
    #pragma mark - Action methods
    - (IBAction)editAction:(id)sender
        [self.tableView setEditing:YES animated:YES];
        [self updateButtonsToMatchTableState];
    - (IBAction)cancelAction:(id)sender
        [self.tableView setEditing:NO animated:YES];
        [self updateButtonsToMatchTableState];
    - (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
        // The user tapped one of the OK/Cancel buttons.
        if (buttonIndex == 0)
            // Delete what the user selected.
            NSArray *selectedRows = [self.tableView indexPathsForSelectedRows];
            BOOL deleteSpecificRows = selectedRows.count > 0;
            if (deleteSpecificRows)
                // Build an NSIndexSet of all the objects to delete, so they can all be removed at once.
                NSMutableIndexSet *indicesOfItemsToDelete = [NSMutableIndexSet new];
                for (NSIndexPath *selectionIndex in selectedRows)
                    [indicesOfItemsToDelete addIndex:selectionIndex.row];
                // Delete the objects from our data model.
                [self.dataArray removeObjectsAtIndexes:indicesOfItemsToDelete];
                // Tell the tableView that we deleted the objects
                [self.tableView deleteRowsAtIndexPaths:selectedRows withRowAnimation:UITableViewRowAnimationAutomatic];
            else
                // Delete everything, delete the objects from our data model.
                [self.dataArray removeAllObjects];
                // Tell the tableView that we deleted the objects.
                // Because we are deleting all the rows, just reload the current table section
                [self.tableView reloadSections:[NSIndexSet indexSetWithIndex:0] withRowAnimation:UITableViewRowAnimationAutomatic];
            // Exit editing mode after the deletion.
            [self.tableView setEditing:NO animated:YES];
            [self updateButtonsToMatchTableState];
    - (IBAction)deleteAction:(id)sender
        // Open a dialog with just an OK button.
        NSString *actionTitle;
        if (([[self.tableView indexPathsForSelectedRows] count] == 1)) {
            actionTitle = NSLocalizedString(@"Are you sure you want to remove this movie?", @"");
        else
            actionTitle = NSLocalizedString(@"Are you sure you want to remove these movies?", @"");
        NSString *cancelTitle = NSLocalizedString(@"Cancel", @"Cancel title for item removal action");
        NSString *okTitle = NSLocalizedString(@"OK", @"OK title for item removal action");
        UIActionSheet *actionSheet = [[UIActionSheet alloc] initWithTitle:actionTitle
                                                                 delegate:self
                                                        cancelButtonTitle:cancelTitle
                                                   destructiveButtonTitle:okTitle
                                                        otherButtonTitles:nil];
        actionSheet.actionSheetStyle = UIActionSheetStyleDefault;
        // Show from our table view (pops up in the middle of the table).
        [actionSheet showInView:self.view];
    - (IBAction)addAction:(id)sender
        [self.dataArray addObject:@"New Movie"];
        // Tell the tableView about the item that was added.
        NSIndexPath *indexPathOfNewItem = [NSIndexPath indexPathForRowself.dataArray.count - 1) inSection:0];
        [self.tableView insertRowsAtIndexPaths:@[indexPathOfNewItem]
                              withRowAnimation:UITableViewRowAnimationAutomatic];
        // Tell the tableView we have finished adding or removing items.
        [self.tableView endUpdates];
        // Scroll the tableView so the new item is visible
        [self.tableView scrollToRowAtIndexPath:indexPathOfNewItem
                              atScrollPosition:UITableViewScrollPositionBottom
                                      animated:YES];
        // Update the buttons if we need to.
        [self updateButtonsToMatchTableState];
    #pragma mark - Updating button state
    - (void)updateButtonsToMatchTableState
        if (self.tableView.editing)
            // Show the option to cancel the edit.
            self.navigationItem.rightBarButtonItem = self.cancelButton;
            [self updateDeleteButtonTitle];
            // Show the delete button.
            self.navigationItem.leftBarButtonItem = self.deleteButton;
        else
            // Not in editing mode.
            self.navigationItem.leftBarButtonItem = self.addButton;
            // Show the edit button, but disable the edit button if there's nothing to edit.
            if (self.dataArray.count > 0)
                self.editButton.enabled = YES;
            else
                self.editButton.enabled = NO;
            self.navigationItem.rightBarButtonItem = self.editButton;
    - (void)updateDeleteButtonTitle
        // Update the delete button's title, based on how many items are selected
        NSArray *selectedRows = [self.tableView indexPathsForSelectedRows];
        BOOL allItemsAreSelected = selectedRows.count == self.dataArray.count;
        BOOL noItemsAreSelected = selectedRows.count == 0;
        if (allItemsAreSelected || noItemsAreSelected)
            self.deleteButton.title = NSLocalizedString(@"Delete All", @"");
        else
            NSString *titleFormatString =
            NSLocalizedString(@"Delete (%d)", @"Title for delete button with placeholder for number");
            self.deleteButton.title = [NSString stringWithFormat:titleFormatString, selectedRows.count];
    @end

    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible.
    *Firefox menu button > Options
    *View > Toolbars (press F10 to display the menu bar)
    *Right-click empty toolbar area
    Use Toolbar Layout (Customize) to open the Customize window and set which toolbar items to display.
    *check that "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    *if "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette into the Customize window to the Bookmarks Toolbar
    *if missing items are in the toolbar palette then drag them back from the Customize window on the toolbar
    *if you do not see an item on a toolbar and in the toolbar palette then click the "Restore Default Set" button to restore the default toolbar setup
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing

  • Firefox won't allow typing into Google search bar whereas Chrome will

    Hi,
    I'm currently running Firefox 6.0.2 on Windows XP SP3 with Outlook 2003 SP3. No changes made recently to anything.
    Suddenly several errors happening at once, most involving Firefox.
    1) Homepage Google. I cannot type anything in Google search bar.
    If I replace it with e.g. Yahoo I can type anything, but replace it with Google and it is blocked again. I have re-booted, removed and replaced homepage etc no help.
    2) If I type www.hotmail.co.uk in Firefox address bar at top of screen it refuses to find the site. Nothing happens at all. Any other address I have typed in it had found ok, but this one remains blocked.
    3) It is difficult to see an immediate relationship to Firefox with this one, but it started at exactly the same time and also involves Google, so it is a bit of a coincidence otherwise. I keep getting Google delay messages on many of my emails. In fact they never get through, and I don't even have a Google email account!
    I use SKY email, Outlo0k as above and both are working normally apart from the bizarre Google messages as below:
    Thought you might like this!
    http://www.bbc.co.uk/news/10611973
    This is an automatically generated Delivery Status Notification
    THIS IS A WARNING MESSAGE ONLY.
    YOU DO NOT NEED TO RESEND YOUR MESSAGE.
    Delivery to the following recipient has been delayed:
    fsmail.com
    Message will be retried for 1 more day(s)
    Technical details of temporary failure:
    The recipient server did not accept our requests to connect. Learn more at http://mail.google.com/support/bin/answer.py?answer=7720
    [lb-collector.example.com (1): Destination address required]
    ----- Original message -----
    Received: by 10.227.7.7 with SMTP id b7mr6038396wbb.63.1315380110685;
    Wed, 07 Sep 2011 00:21:50 -0700 (PDT)
    Received: by 10.227.7.7 with SMTP id b7mr6038394wbb.63.1315380110525;
    Wed, 07 Sep 2011 00:21:50 -0700 (PDT)
    Return-Path: <
    Received: from esystem (5ad8be9b.bb.sky.com [90.216.190.155])
    by o7sm2699363wbh.8.2011.09.07.00.21.48
    (version=SSLv3 cipher=OTHER);
    Wed, 07 Sep 2011 00:21:49 -0700 (PDT)
    FromToSubject: BBC News - Australian drunk survives attempt to ride crocodile
    Date: Wed, 7 Sep 2011 08:21:45 +0100
    Message-ID: <BCAF1AEE7D2846098EFA1C2439F081FC@esystem>
    MIME-Version: 1.0
    Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0079_01CC6D37.30045180"
    X-Mailer: Microsoft Office Outlook 11
    Thread-Index: AcxtLswxm6e7lPntQMujFWSD94fu/w==
    X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109
    Thought you might like this!
    http://www.bbc.co.uk/news/10611973
    I have removed the actual email addresses but they were perfectly accurate. Resending the emails by cutting and pasting worked in all cases so it is hard to see why the originals failed.
    I would be grateful for any help or suggestions
    Many thanks

    In the address bar type "about:config" without the quotation marks.
    Then in the Filter field type keyword.
    Then double click keyword.URL
    and type or copy and paste the following: "http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=" without the quotations.
    And there you have it. Your browser will use google to search.
    These instructions were found here: http://support.mozilla.com/en-US/kb/Location%20bar%20search

  • WHY CAN I NOT EDIT THE DEFAULT SEARCH ENGINE USED BY THE ADDRESS BAR (NOT THE SEARCH BAR NEXT TO IT) FROM BING TO GOOGLE?

    I am asking this question again, because upon checking the forum for a solution I was shocked and appalled by the severe lack of grammar, punctuation and spelling I encountered while reading answers to this question. Obviously several people where to busy to actually read the question being asked and simply answered with instructions on how to change the default search engine for the search bar. SO, here I am asking the same question, why? because it still has not been answered and I myself still CANNOT find this setting anywhere. I use multiple browsers for different tasks, Chrome is KICKING the .... out of you guys Mozilla, why did you ever let your self get taken in by Micro-crack (Microsoft), if I recall correctly the inception of this program was partly motivated by the need for an alternative to the idiosyncrasies and vulnerability of Microsoft Internet Explore. This really feels like a HUGE step backwards, I would love to see a return to the days when Mozilla Firefox was and inspiration to developers and techs everywhere. And please will someone just answer the right question this time. Trust me when I say it will be obvious who does and does not read this in it's entirety.
    ''Edited by a moderator due to language. See the [http://support.mozilla.com/kb/Forum+and+chat+rules+and+guidelines Rules & Guidelines] .''

    HAHA! I have solved it! Ok here is the URL for Google, as mentioned above by bram:
    "Go to About:config
    Search for keyword.URL
    Double click the Value entry field, and change it to the search engine you prefer"
    Enter this URL for the string value
    http://www.google.com/#hl=en&output=search&sclient=psy-ab&q=

  • How do I add a google custom search to my search bar

    Hello, I am currently trying to figure out a way to get this: https://www.google.co.uk/cse/publicurl?cx=011443679866246468437:ejnincolk1e custom google search engine to work with my quick search bar and have no idea how to go about adding it to the list of available search engines.
    Is it possible to do this? If so could someone please help me get it set up?
    Thank you!

    Hi guys!
    Thank you so much for you're replies.
    @Epicaleb:
    I already tried to use the 'add to search bar method' however, When I then try to search for anything via the newly added search bar, I just get directed to the search bar page as if a search has not actually been performed and I have to type the search into the actual webpage again instead of using the quick bar.
    @cor-el
    "This makes the search page available as a bookmark with a keyword that accepts search terms as an extra parameter and that you can invoke via the location bar"
    I'm not really sure what you mean by the above part!?
    As for the add on you linked me too, It does not seem to work for the reason listed @Epicaleb. It's really annoying!
    Do either of you know of another way this could be achieved?

Maybe you are looking for

  • HT1399 How do I manage the music on my phone now?

    Managing the music on my phone used to be so easy.  I have a large library and would just click boxes next to the artists I wanted and uncheck the ones I didn't.  And changed frequently.  Now, I can't manage the music on my phone.  I upgraded itunes

  • Document listener can catch line return?

    I have the following DocumentListener (implemented in MyInputListener) in a JPanel where I process each character as it's typed in by the user from the insertUpdate() method. But the one character I can't seem to get is the enter key. It's like the J

  • Websphere Application Server - MQ: JMS

    All, I have an MDB which dequeues a message, does some processing, and inserts data into the database. Now problem I am having here is, I am running my application on Websphere Application Server 5.1.1.5 using MQ 5.3. When I have under 15,000 message

  • .MOV files not opening - please help

    Can anyone help please: After having all sorts of problems with my iMac, I wiped my HD, reinstalled OSX (snow leopard) and restored my system using Time Machine. Now some, but not all, of my .MOV movies filmed on iPhone will not open.  I just get the

  • Im using unlocked iPhone4S and I would like to change to iPhone5. How much more do I have to pay? Thank you

    Im using unlocked iPhone4S and I would like to change to iPhone5. Can I do that? How much more do I have to pay? Thank you