How to find my word icon

I'm a born again appler and a bit old and clumsy. I was moving the word icon and finger slipped and the last thing i saw was a poof of smoke on the icon. now what?

Another, perhaps easier method is to click the magnifying glass on the top right of the menubar.  Type, Word.
Click on the application, when it starts, right click the icon on the dock and select > Options > Keep in Dock.

Similar Messages

  • How to finds specific words in each sentence?

    import java.io.*;
    import java.text.*;
    import java.util.*;
    public class FindingWordsSpecific {
         static String[] days = {"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "every Tuesday"};
      public static void main( String args[] ) throws IOException {
               // the file must be called 'myfile.txt'
               String s = "myfile.txt";
               File f = new File(s);
               if (!f.exists())
                    System.out.println("\'" + s + "\' does not exit. Bye!");
                    return;
               BufferedReader inputFile = new BufferedReader(new FileReader(s));
               String line;
               int nLines = 0;
               while ((line = inputFile.readLine()) != null)
                    nLines++;
                   System.out.println(findTheIndex(line));     
               inputFile.close();
           public static String findTheIndex(String sentence){
                String result = "";
                String[] s = sentence.split("\\s");
              for (String s1: s){
                   for (String s2: days){
                        if (s1.equalsIgnoreCase(s2)) {
                             if(s2.matches("every Tuesday")){
                                             }else if (s2.matches("every Wednesday")){
                                              }What is wrong with it because I tried to find "every Tuesday" in
    myfile.txt: "Go fishing every Tuesday and every Wednesday"
    There is big problem with split statement because it takes each word not more than a word.
    I need to have "every Tuesday" not "Tuesday". How to make it correct codes?

    I am going to give you a picture of how the output will look.
    Here are two sentences from myfile.txt:
    Go fishing every Tuesday and every Wednesday
    Meet with research students on Thursday
    I need to read from myfile.txt and to find specific words in each sentences like this output:
    Every Tuesday : Go fishing
    Every Wednesday : Go fishing
    Thursday : Meet with research students
    Ok. make sense? Now I am trying to figure out how to find specific words in each sentence from myfile.txt.
    That is why I have difficult with the splits statement and loops. Like this:
           public static String findTheIndex(String sentence){
                String result = "";
                String[] s = sentence.split("\\s");
              for (String s1: s){
                   for (String s2: days){
                        if (s1.equalsIgnoreCase(s2)) {
                             if(s2.matches("every Tuesday")){
                             }else if(s2.matches("every Wednesday")){
                             }else if(s2.matches("Thursday")){
                             }else{
                                  System.out.println("That sentence is not working");
                return result;
      }So look at the "Thursday" it is working the output because I have split statement to give me only one word not more than
    a word in sentence. So there is big problem with more than a word in sentence like this "every Tuesday" and it won't work at all because of split. Could you please help me how to do that? I appreciated for that help. Thanks.

  • How to find a word and copy the phrase containing the word without using the mouse

    I am using a macro to fill in a form and select fields in the form. The fields are titled and i want to use the field title to select the field and thus need to copy the name to compare with the search text and tab to the next requested field.

    Ctrl+f opens the search in page feature. However, the result is not automatically selected and ready for copying. And since you already typed the query, you wouldn't really save any time that way...
    Firefox has some accessibility features you could explore: [[Accessibility features in Firefox - Make Firefox and web content work for all users]]. These include placing a movable cursor into the page, or searching/selecting using / and other possibly useful items. Maybe between them you can find a good workflow. If not, maybe an add-on?
    ''Edit: Here's an example of how to select the word accessibility in this post:''
    Type:
    /acce
    Press:
    Esc, Ctrl+Shift+right
    ''Edit: Actually it works with Ctrl+f as well, and that might be better if the word is common so you can use Next/Previous.''
    Press:
    Ctrl+f
    Type:
    acce
    Press:
    Esc, Ctrl+Shift+right

  • How to find a word written with two fonts...?

    Hi,
    I have a 200+ pages document that contains some words with the first letter in Times regular and the rest in Times italic. Is there any way to find those words in the document?
    Thanks

    Ooooo, Dave ....
    Annabelle, a non scripting solution is the following.
    You cannot search for words with multiple fonts. However, since you can search for words in one font, you can exclude 'good' ones.
    I will be assuming you have a regular document, with just black text ...
    In Search & Replace, GREP, search for "\b\w+\b" with a font style of "Regular" and replace with formatting: text color red. Be sure not to accidentally put anything in the replace text field -- it should be entirely empty. Now all entirely Regular words are red.
    Repeat with the font style "Italic". Now all words that are entirely Regular or Italic are in red.
    Search for "\b\w+\b" with a text color of Black. This will find all words that are neither entirely in Italic nor entirely in Regular.
    In case you never used it before, the GREP expression means "a word boundary -- one or more word characters -- a word boundary". Essentially, it does a 'Find entire word' for any length of words.
    Note that if you have words in, say, bold, bold italic, or 46 Light Italic, you will have to mark these as well with the check colour, or else you'll also find them 'bad'.
    You might want to create a new swatch for marking, so you can delete it afterwards, replacing with Black again.
    ... Are you familiar with how to use scripts? It might be a bit easier if I wrote a tiny script, although my method will find all rogue formatted text.

  • How to find a word with different font format (e.g. italic and regular in one word)

    Hi people,
    I need to find a word, prefferably using GREP or simple Find/Replace tool.
    Sometimes, when I get source text to paste into InDesign, some word's format is messed up. First letter is italic and rest is regular or otherwise (or any other font format). How can I find such words automatically. For example:
    Example
    would really appreciate any help.
    best regards
    JMG.

    Hi,
    If I had to do that, using Multi-Find/Change, I would play it like:
    With MFC, I create a set of the 2 regex. So, one click to fix your problem.

  • How to find lost camera icon

    How to find camera icon lost in trying to move down a row

    Check in All Folders and on All Pages/Screens...
    Check in Restrictions...
    Settings > General > Restrictions
    Understanding Restrictions  >  http://support.apple.com/kb/HT4213
    If no joy...
    Settings > General > Reset > Reset Home Screen

  • How to find certain words based on table

    Hello,
    I have a list of words available in one particular table, based on those records i need to match it up with one specific column on another table. Based on that match i need to update the same. Please see the example for your reference in the excel file.
    Please do let me know if you need further clarifications.
    https://www.dropbox.com/s/fy5oj5r4feipqrw/Certain%20word%20sample.xlsx?dl=0
    Vinwin
    VinWin06

    One more question just out of curiosity is it possible to find out any object name or thing based on the text from table 1. Like there is no table 2 available to contain words to find the relevant records, so we have to find the words from the table 1 and
    those words mainly are any objects or a thing like bolts,shaft,spanner etc.
    Is it possible to do, always welcome to your suggestions.
    VinWin06

  • How to find certain words based on table without overwriting the old one

    Hello,
     I have a list of words available in one particular table, based on those records i need to match it up with one specific column on another table. Based on that match i need to update the same. below is answer for this question;
    Design a new query. Select your data table and your words table. No join line between them.
    Drag datatable.* to the design grid, and the field to check. In the criteria for that field write:
    Like '*' & [wordstable]![wordsfield] & "*"
    (of course you change this to your object names)
    But now my another question is that how i can do update without replacing the existing one. Like for example " Peter is engineering degree".
    In this example if i have words like ring and degree on my reference table, then as per the solution it will update the degree first then later if its find ring on the text then it will overwrite the degree on the particular column. How i can prevent
    this?
    VinWin06

    But now my another question is that how i can do update without replacing the existing one. Like for example " Peter is engineering degree".
    I think what you are saying is that you want to avoid specious substring matches such as finding 'engineering' when searching for 'ring'.  Right?  If so use the following function rather than the LIKE operator to identify the 'word' rather than merely
    a substring:
    Public Function FindWord(varFindIn As Variant, varWord As Variant) As Boolean
       Const PUNCLIST = """' .,?!:;(){}[]/"
       Dim intPos As Integer
       FindWord = False
       If Not IsNull(varFindIn) And Not IsNull(varWord) Then
           intPos = InStr(varFindIn, varWord)
           ' loop until no instances of sought substring found
           Do While intPos > 0
               ' is it at start of string
               If intPos = 1 Then
                   ' is it whole string?
                   If Len(varFindIn) = Len(varWord) Then
                       FindWord = True
                       Exit Function
                   ' is it followed by a space or punctuation mark?
                   ElseIf InStr(PUNCLIST, Mid(varFindIn, intPos + Len(varWord), 1)) > 0 Then
                       FindWord = True
                       Exit Function
                   End If
               Else
                   ' is it precedeed by a space or punctuation mark?
                   If InStr(PUNCLIST, Mid(varFindIn, intPos - 1, 1)) > 0 Then
                       ' is it at end of string or followed by a space or punctuation mark?
                       If InStr(PUNCLIST, Mid(varFindIn, intPos + Len(varWord), 1)) > 0 Then
                           FindWord = True
                           Exit Function
                       End If
                   End If
               End If
               ' remove characters up to end of first instance
               ' of sought substring before looping
               varFindIn = Mid(varFindIn, intPos + 1)
               intPos = InStr(varFindIn, varWord)
           Loop
       End If
    End Function
    You can supplement this with the following functions to find any or all of multiple words in the same string expression:
    Public Function FindAnyWord(varFindIn, ParamArray varWordList() As Variant) As Boolean
        Dim var As Variant
        For Each var In varWordList
            If FindWord(varFindIn, var) Then
                FindAnyWord = True
                Exit Function
            End If
        Next var
    End Function
    Public Function FindAllWords(varFindIn, ParamArray varWordList() As Variant) As Boolean
        Dim var As Variant
        For Each var In varWordList
            If Not FindWord(varFindIn, var) Then
                FindAllWords = False
                Exit Function
            Else
                FindAllWords = True
            End If
        Next var
    End Function
    You can edit the PUNCLIST constant in the first function to allow for any other terminating or leading punctuation characters which may exist, in non-English text for instance.
    Ken Sheridan, Stafford, England

  • How to find a word in select text?

    if offer is in select text, i want display some message.
    How can i find select text contains offer using JS?.
    selObj.options[selIndex].text == "%offer%"

    Take a look at javascript's string functions or regular
    expressions for more complex searches. Just remember javascript is
    case sensitive.
    http://www.w3schools.com/jsref/jsref_obj_string.asp
    http://www.w3schools.com/jsref/jsref_obj_regexp.asp

  • How to find distinct words in Oracle Text index

    We have a requirement to fetch all distinct words in the CLOB field for all records
    and find the no. of records in which each word appears.
    DR$<Index Name>$I table stores exactly such information. Is it ok to use this table in queries?
    Are there any disadvantages in using it?
    Help is very much appreciated.

    the disadv -
    with every sync index the contents will change.
    with every release the structure may change without any prior information - your application may go bad.
    It is not advisable to use them in your applications. For your own investigation etc you can always use its contents.
    thanks

  • Do you know how to 'find' a word on a regular webpage using ipad air?

    I use this function on my MacBook all the time by pressing 'command + F'.
    Is there any way to do this on iPad Air? On this page there is a search area in the top right corner to 'find' words on this page,
    but on a regular webpage, this search area doesn't exist, so I am looking for a similar function to be able to do that.

    I believe paulcb's answer assumes you have already done a search at the top of the page (like a Google search).
    Here is the entire context, that includes the section paulcb quoted.  I believe there is a prerequisite as indicated here that is needed before paulcb's solution would work:

  • How to find and install icon in dock for access to Apple Mac OSX?

    Just next to my downloads and document stacks I had an icon Apple Mac OS X icon that when clicked automatically transferred me to Snow Leopard site at Apple. By mistake I removed it from dock but now I can't find this icon to re-install it. I looked in applications folder but not there. Anyone know where I can find it to re-install it in dock?
    Thanks

    Go to Apple Mac OS X with Safari and drag the icon next to "http" from the address to the right side of the dock.

  • How to find a word and replace with another

    hello,
    i just finished implementing a new website. I have about 20
    pages and lots of content. Last second, I am told that they need to
    change one word with another through out the website. Since there's
    so much text content, I was wondering if Dreamweaver has a feature
    like the Microsoft Word, in which I could type in that word and
    automatically replace it with another - through out the page.
    Thnx
    Ash

    Find and Replace....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "asli" <[email protected]> wrote in message
    news:ekki09$5m2$[email protected]..
    > hello,
    >
    > i just finished implementing a new website. I have about
    20 pages and lots
    > of
    > content. Last second, I am told that they need to change
    one word with
    > another
    > through out the website. Since there's so much text
    content, I was
    > wondering if
    > Dreamweaver has a feature like the Microsoft Word, in
    which I could type
    > in
    > that word and automatically replace it with another -
    through out the
    > page.
    >
    > Thnx
    >
    > Ash
    >

  • How to find the dvd icon

    professional DVDs always have the DVD video trademark on the disc - do you know where i can get hold of this to put on my dvds

    http://www.dvdfllc.co.jp/logo/lg_who.html
    Pretty clear on when logo can be used
    Basically, Contents Owners/Providers, Video Productions, Authoring Houses are not allowed to use DVD Logo on their own, even if they write video contents on DVD discs by themselves. It is because the businesses are not eligible for our Licensing programs.
    Only when DVD Video discs are replicated by one of our Licensees, the businesses may use DVD Logo Under the Licensee's Instruction and are suggested to contact the licensed replicator that replicates the DVD Video discs. You may obtain the DVD Logo data and the information regarding how the DVD Logo should be used. (Please also refer to F.A.Q. "DVD Logo" Q.1-4)

  • How do I find duplicate words in a Numbers spreadsheet?

    Hello, I've created my first document on Numbers and am trying to figure out how to find duplicate words. Ideally, a list of words that repeat in the document and how many times. Is this possible? Thank you in advance for the advice

    It's easy enough to find and count duplicate entries, especially if they are all in a single column, but if you want to count individual words within multi word entries, the problem is more complicated.
    Here's an example for the 'simple' case, using a familiar 155 word passage from English literature.
    The words in the passage are separated into a single line for each word, and stripped of all punctuation. This may be done in Pages, or in Text edit, or in pretty much any word processing software or text editor. Paste the passage into a WP or text document, then use the application's Find/Replace feature to replace all of the spaces with returns. I would also do a second pass replacing all double returns with single returns, then repeat that until Find/Replace reported replacing zero occurrences.
    Punctuation was stripped using Find/Replace
    The prepared list was pasted into column A of a Numbers table.
    Formulas:
    B2: =COUNTIF($A$1:A2,A2)
    C2: =IF(AND(B>1,B=COUNTIF($A,A2)),ROW()-1,999999)
    Fill both down their respective columns to the end of the table.
    The small table is inserted as a Basic table using the Tables button. It contains a Header row, but no Header columns.
    Formula:
    A2: =IFERROR(OFFSET(Table 1 :: $A$1,SMALL(Table 1 :: $C,ROW()-1),COLUMN()-1),"")
    Fill right into B2, then fill both down to the end of the table.
    Descriptions of the functions used, along with their syntax and at least one example of their use in a table are available in the Numbers '09 User Guide, which may be downloaded via the Help menu in Numbers.
    Regards,
    Barry
    PS: Regards to the late Mr. Shakespeare, and thank you for providing the text used.

Maybe you are looking for

  • ITunes upgrade installation cancelled - Can't uninstall or complete install

    Hi All I have tried upgrading to iTunes 9.0.3 today and it took forever to install. During the installation process I stopped the install which also took a long time to stop. I CtrlAltDeleted and stopped this task. The problem is, I can no longer acc

  • Problem reading Photos on 6230i

    I have a 6230i and have taken,read and saved photos in the past using Lexmark P6350 printer with MMC slot. This time printer says it cannot find any photos and the card should be formatted. How do I do this? Can it be done without losing the photos?

  • Ical Server Email Invitations Setup

    Is there a guide to setup the Email Invitations? I have changed the settings over and over again in an attempt to make it work. I have tried pointing to the local mail server (same box) as well as our outside host with no luck. I have searched throug

  • WAD and BlackBerry

    Hi, Background: I have developed a WAD template with 11 static queries in it. This gets broadcasted every morning automatically. The output format is MHTML. Each query has 15 columns. The maximum number of row in the WAD is 100. Requirement: The mana

  • Is there a way for me to prevent the entire iTunes list automatically moving up when I've changed a podcast title?

    I have a problem with the entire iTunes list being dragged upwards after I've changed the names of the podcasts. It's really annoying, so I was wondering whether anyone knows how to stop that. For some reason, I think I had a similar issue with iTune