Using speak text with pages

Trying to use speak text with pages.
Keyboard pops up all the time
Blocking the speak now option.
Anyone have a way around this?
iPad 1, large file.

Mine does show up, but not on the right like in other apps, but on the far left of the menu.
Jason

Similar Messages

  • Using InterMedia Text with FrameMaker, StarOffice...

    I'm planning to use InterMedia text with various kinds of documents, but inso filter does not support them. In particular, it does not support:
    - Framemaker
    - PostScript (I know it works on encapsulated PostScript)
    - Applix
    Where can I find the right filters?
    Is there a way to use InterMedia text with these documents?
    Thank you
    Paolo Bonanomi

    I'd suggest searching the web - there are a number of little freeware filters out there that could be used as user-filters.>Have anybody found a postscript filter and can post it here ?
    Regards,
    Mihai

  • Using a tablet with pages

    I just bought a Bamboo tablet and was wondering if I could use it directly with Pages.

    KB,
    See this discussion.
    Jerry

  • How do I get my iMac to read (speak) text in Pages?

    I Use the computer's speaking function often. I was surpused that it does not work in Pages. Is there a way to have my iMac read aloud the text I type in Pages if I select it?
    I am using a iMac, OS 10.9.
    Richard

    If you select the text to be spoken... that text only will be spoken. If you don't select the text to be spoken, all of the text on the page will be spoken.

  • Using Oracle Text with Apex

    Can someone point me to some resources on how to integrate Oracle Text and APEX to do searches, highlight results, etc (all the features of Oracle Text)?
    The data to be indexed is in files on the filesystem, so I would like to keep it that way and use the FILE_DATASTORE option for Text.
    Thanks for any pointers.
    Update: Yes, I did see http://www.oracle.com/technology/products/database/application_express/pdf/apex_text_application_v1.6.pdf
    but the search results there just returns the URL/file containing the "hit". It doesn't show the actual text fragment that caused the match, doesn't highlight it, etc. I am looking for a real Google-like search. Hm, having said that, I might as well use Google Desktop! Nah, where's the fun in that?

    This is a very simple application for my own use. It started life in 8i when there were fewer Text options.
    As such, it uses the query string as entered. This returns all of the matches:
    select msgid, msgdate, Box, fromaddr, subject
      from eudora.inbox
    where contains(body, :P703_MailSearch) > 0
    order by msgdate descI display the selected result like this:
    select subject,
      Replace(eudora.mmarkup(:P704_MSGID, :P702_SEARCH), Chr(13), '<BR>') Body
      from eudora.inbox
    where msgid = :P704_MSGIDIn a newer application, I experimented with the CTXCAT grammer.
    That query looks like this:
    select m.ID, m.pdpno, m.shortdesc
      from pdp_mast m
    where contains(m.dphistory, '<query><textquery lang="ENGLISH" grammar="CTXCAT">
                                             ' || :P1_Text || '
                                         </textquery>
                                      <score datatype="INTEGER"/>
                                  </query>') > 0     
        or contains(m.shortdesc, '<query><textquery lang="ENGLISH" grammar="CTXCAT">
                                             ' || :P1_Text || '
                                         </textquery>
                                      <score datatype="INTEGER"/>
                                  </query>') > 0As always, once you figure out the syntax, its easy to make it work in Apex.
    Text indexes are very fast. On my old 600MHz PC, searches in 250MB of text take less than a second.

  • Using Oracle Text with CLOB field containing multiple languages

    I'm using Oracle 10g (NLS_CHARACTERSET is set to. AL32UTF8) and have a table with a CLOB field which is storing text written in either English and/or Simplified Chinese.
    The following index has been created on this field:
    CREATE INDEX text_index
    ON text_table(text_field)
    INDEXTYPE IS CTXSYS.CONTEXT
    PARAMETERS('FILTER CTXSYS.INSO_FILTER');
    I'm having issues in returning text which matches the Chinese text using the CONTAINS operator. For some reason the following query is returning rows which do not contain any Chinese text:
    SELECT *
    FROM text_table
    WHERE contains(text_field,'炫%') > 1;
    A newsgroup user advised me to produce an explain plan using ctx_query.explain.
    I created 2 explain plans, one which was searching the index for 'A%' and the other searching for the Simplified Chinese character '炫%'. The results for the first test were as expected whereby the values contained within the OBJECT_NAME field all began with the letter 'A'.
    The second test however produced somewhat unexpected results. The OBJECT_NAME field this time contained various words, both English and Simplified Chinese. I could be wrong but it appeared to store every individual word in the CLOB field. Both tests produced different EQUIVALENCE rows, the first test was:
    OPTIONS = Null
    OBJECT_NAME = A%
    Whereas the second test produced:
    OPTIONS = (?)
    OBJECT_NAME = %
    Am I right in thinking the Simplified Chinese character is for some reason being converted to a '?' character?
    Any help on this will be much appreciated.

    As you're not specifying a lexer to use, it will use the BASIC_LEXER, designed for space-separated European-type languages. This won't work effectively with Chinese.
    If you know which documents are Chinese and which are English, you can write this into a LANGUAGE column and use the MULTI_LEXER - this will allow you to specify BASIC_LEXER for the English texts, and CHINESE_LEXER or CHINESE_VGRAM_LEXER for the Chinese texts.
    If you don't know the language, you must use either WORLD_LEXER (10g) or AUTO_LEXER (11g). These lexers will automatically determine the language of the documents and index them appropriately. In general. MULTI_LEXER will be faster and more accurate than either of the automatic alternatives.
    When querying for Chinese characters you need to be very careful with your NLS_LANG settings. You need to make sure that the character set defined in NLS_LANG is the same as the character set from which you've pasted (or typed) the chinese characters.
    The "?" in output usually just means "I don't know how to translate this character into your output character set". Sometimes it may appear as a reversed question mark.

  • Using Avery Templates with Pages

    I am new to Pages. I want to format Avery 8387 Card in Pages instead of Microsoft Word. Are there Avery templates in Pages like there are in Word. Can I use Pages to make Avery labels? Please help!

    Cards are rectangles.
    Rectangles can be drawn and arranged in position on a page with minor use of maths.
    As fruhulda has said Pages will open the Word documents supplied by Avery.
    …and guess what's on those Word documents?
    Peter

  • Using iPad 3 with Pages.

    Using OXS10.8.2 iMac. Pages 9 in iMac very different to the iPad3 Pages. Not using iCloud yet, but when I do how with the two Pages work together?

    I use pages on my iMac and ipad, I use the iCloud and find it quite easy. On the iMac you have to drag it to an open safari window to www.icloud.com. When I open pages on my ipad there they are.
    There are fonts on the iMac that won't work. So some things don't always look right.

  • Using Oracle Text with MS WORD

    Hi,
    We have just installed Text and we want to use it for indexing hundreds of MS WORD documents that are in the same directory. But I could not find a document / example about indexing/filtering Word Documents. I will be grateful iy you can help me for finding these..
    Thanks..

    You could specify INSO_FILTER for FILTER preference
    in command for creating index
    (see
    http://otn.oracle.com/products/text/x/samples/indexing/filters/inso_filter/inso_filter_idx.sql) or
    use USER filter.
    For example see also
    http://otn.oracle.com/products/text/x/samples/indexing/filters/INSO_Filter/index.html
    (for loading data you could use any other tools than SQL*Loader)
    Regards, Victor.

  • Using HTML text with an embedded font in Flex 4

    I have spent a day searching the interwebs and have not found a working example of how to use an embedded font with html formatting.
    Anybody know if it can even be done??

    Should be doable, but all fonts used in the html have to be embedded, and
    one of the fonts should be specified as the fontFamily for the component.

  • IOS 6 - Unable to use my iPad with Pages anymore ?

    Hi,
    I was working on my Pages documents on my iPad and then suddenly all my docs disappeared.
    My iPad asked if I wanted to use iCloud.
    I reset my iPad hoping my documents would come back, but nothing.
    Why has ios 6 made my iPad so unreliable for work ?
    Sean

    You can try it at:
    Settings -> iCloud -> account
    Then, turn on " Documents and data "
    Then go to the bottom of settings and set "ON" use iCloud on Pages
    That should solve your problem, well at least it solves mine
    Regards!

  • Using speaker kits with recharging facility

    i have discovered my new 4th gen nano will not recharge when docked in one of three different speaker systems or my VW car with custom built in ipod system. I think this has something do to with voltage changes. I will return my Nano to Apple for a refund. Do those who have the itouch suffer the same fate i.e. it plays the music but does not recharge. Thank you

    OK I solved my problems by downloading the Creative EAX console and all the other bits and pieces (Creative Speaker settings etc.) and ran speaker tests tonight and switched on CMSS 3D.
    I now have sound playing through all speakers.
    I find it odd that Creative do not point out that these are required in their basic documentation with the 7900 kit - in particular, they should point out that some speakers will be silent without CMSS. The end user is left with concerns over whether their sound hardware is functioning properly when CD audio / MP3's / WMA's are played (something that a lot of people do with their PC's).
    Overall, now it is working properly, the kit seems good - but it was hardly plain sailing to get to where I'm now at...
    I would suggest Creative:
    1. Improve the quality / check speaker cabling before shipping their kit. I had to spend 2.00 extra on cabling to replace the dodgy cable I got with the kit (and judging by what others have said about the 4-way cable, many other people will have to do the same and replace that cable anyway).
    2. Improve supplied documentation, or at least put a slip of paper in with the kit, to explain about audio playback and how certain speakers may be silent without CMSS etc.
    3. Provide Creative EAX Console and other required software to get CMSS properly working instead of leaving us to fend for ourselves. This is also beneficial when testing the speaker setup.

  • How to use email exporting with Pages on IPAD

    Hello,
    When I try to export a pages document via email is says I must set up my email in the settings but when I go to settings on the main ipad home page all it has under pages as options is to see the acknowledgements or what version it is. So how do I "add an email account in settings?" thanks!

    Go to Settings---> Mail, Contacts, Calendars... Add an Account.

  • Using Oracle Text for searching with UCM 10g

    I am using Oracle text with UCM 10gR3 and Site Studio 10gR4 and I am trying to sort the search results by relevancy and to also include a snippet of the retrieved document. I have the fields that the SS_GET_SEARCH_RESULTS service returns but the relevancy score is always equals 5 and the snippet contains characters such as &lt; idcnull, /p, etc., which you can see are XML/HTML/UCM tags but which result sin even more strangeness in the snippet if I try to remove them programmatically.
    I have read the Oracle Text documentation and there appear to be ways you can configure Oracle Text but I am not clear at all on what I can do from UCM. It looks like the configuration is either done in database tables or in the query itself, neither of which are readily configurable to me.
    Is anyone experienced in this or know of any documentation this might help?
    Bill

    Hi
    If I remember correctly then this issue was seen with an older version of OTS component and Core Update patch / bundle . Upgrade the UCM instance with the latest CS10gr35 update bundle patchset 6907073 and also upgrade OTS component from the same patchset .
    Let me know how it goes after this .
    Thanks
    Srinath

  • Screen light auto turn dark when I use program/web with background dark in windows 8.1

    Hi there,
    I used HP Pavilion dv6t-6000 CTO Quad for 3 years.
    CPU: Intel core i7-2630QM
    GPU: AMD Radeon 6490m
    It build in windows 7 and I manual install ( fresh install ) windows 8. It's fine. But when I upgrade to windows 8.1, it have an issue and I really hate it.
    When I use "Sublime Text" ( with background is black ), the screen light is become darker. And when I back to ( e.g: a website with background is white ), the screen turn back to lighter.
    I tried many ways, included 4 ways here but it's NOT WORK. 
    NOTE: When I used Option 1 ( upper )
    1. Open PC settings, and click/tap on PC and devices on the left side
    2. Click/tap on Power and sleep on the left side, and turn on or off Adjust my screen brightness automatically on the right side under Brightness.
    ==> It's NOT SHOW button "Adjust my screen brightness automatically". It mean: I have NO built in auto brightness sensor.
    I think this issue is about AMD driver or Intel Graphic driver.
    Is anybody have idea???

    Hi @kolz,
    Welcome to the HP Forums!
    It is a wonderful  place to find answers and solutions!
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    i grasp that after updating your system from Windows 8 to 8.1 you are having an issue with the display going dim.
    You have tried some steps you located on the web but there was no change.
    Windows 8 an 8.1 are not supported Operating Systems for your notebook.  This does not mean they will not work only that HP has not tested it and therefore does not supply updated drivers.  You would need to check the manufacturer's site for any updated drivers.
    Downloading or Updating Software and Drivers for HP Computers
    When I checked the driver page for your notebook I did notice there is a  bios update, have you done that?
    HP Pavilion dv6t-6000 CTO Quad Edition Entertainment Drivers and Software
    As a bios update does have a potential to cause damage I suggest contacting HP support for assistance with that process.
    Updating the BIOS
    Please call our technical support at 800 474 6836. If you live outside the US/Canada Region, please click the link below to get a support number for your region.
    World Wide Phone Support
    Good Luck!
    Here is a link to Troubleshooting a dim display (Windows 8, Windows 7 and Windows Vista)
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

Maybe you are looking for

  • Trouble displaying icon on push button in 6i Forms

    Hi, I'm having trouble displaying an icon on a button at both design and run times. I'm using Forms 6i with client/server enviornment. I have tried to follow several forums regarding icon setup and the Whitepaper articles. I have tried different sugg

  • Can I change the location of files in Adobe Bridge

    I have a small SSD for my program files. Adobe Bridge is usingit to store image data and I believe backups of the images. Can I agjust the locaion of these files?

  • White/Gray area around cursor

    Hi guys, I am somewhat new to the whole Final Cut Pro X thing, and very inexperienced, but i just have a quick question. Whenever I move my cursor (red line) along the timeline of my project as I'm editing, there is a little white/gray/translucent ar

  • INCOTREMS DATA IS DISPLAYING IN OUTPUT

    Hi Friends, i want diplay the INCOTERMS DATA IN OUTPUT IN MY REPORT. BELOW SEE THE BELOW CODE .. ACCORDING TO THIS CODE THE INCOTERMS DATA IS  NOT DISPLAYING IN OUTPUT. HELP ME. LOOP AT itab.     SELECT * FROM bkpf         WHERE bukrs = itab-bukrs   

  • Upgrade to Creative Suite Prod Premium

    Hello all - been a long time since I've hung around here and that's part of the problem... I'm looking to buy the Creative Suite 4 Production Premium edition but am uncertain (a little confused) about whether I qualify for the best upgrade option. I