Setting in imessage preferences does not do as I want

Hi, I have the new imessage on my imac, it works well on my iphone and ipad but when I set the preferences on my imac to play an alert sound when a message is recieved it does not work. It returns to "when I log in" in preferences. Does anyone else have this problem with imessage beta who has solved this bug? Thank you in advance.

Spry Tabbed Panels 2.0 have a number of support files to make them run.
<!--files for Spry Tabbed panels-->
<script type='text/javascript' src='../Spry-UI-1.7/includes/SpryTabbedPanels2.js'></script>
<script type='text/javascript' src='../Spry-UI-1.7/includes/plugins/TabbedPanels2/SpryFadingPanelsPlugin.js'></script>
<script type='text/javascript' src='../Spry-UI-1.7/includes/plugins/TabbedPanels2/SpryTabbedPanelsKeyNavigationPlugin.js'></script>
<link type='text/css' href='../Spry-UI-1.7/css/TabbedPanels2/SpryTabbedPanels2.css' rel='stylesheet'/>
Below, I have a Spry demo page with 3 widgets on it.  If you look at the source code, you'll see how the the various support files are organized.
Function code is near the bottom of the page.
http://alt-web.com/DEMOS/Spry-test.html
Second question: How can I add text to each page/ tabbed panel, like here http://ppbm6.com/Planning.html
Turn off CSS.  View > Style Rendering > un-tick Display Styles.  You'll see an unstyled HTML page in Design View.  But this won't effect styles in Live View or Preview.
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/

Similar Messages

  • Oracle Text Index Error - DRG-10700: preference does not exist: CTXSYS.DEFA

    Hi we are having a Oracle 11g db.And we have installed CTX SYS package and provided the grants to the required schema.
    But while creating the oracle text index, following error is thrown:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: CTXSYS.DEFAULT_LEXER
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 365
    Following grnats are given :
    GRANT EXECUTE ON CTXSYS.CTX_DDL TO <schema_name>;
    GRANT APPOWN TO <schema_name>;
    GRANT CTXAPP TO <schema_name>;
    I have verifyed the ctxsys.CTX_PREFERENCES view which is having an entry as :
    SELECT PRE_OWNER, PRE_NAME
    FROM CTXSYS.CTX_PREFERENCES
    WHERE PRE_NAME = 'DEFAULT_LEXER';
    The Result is :
    PRE_OWNER     PRE_NAME
    SYS     DEFAULT_LEXER
    Can you please assist if there is a way to update the permission on this DEFAULT_LEXER preference to set the PRE_OWNER as CTXSYS ?
    Thanks

    That's odd. If I run the same query I see:
    SQL> SELECT PRE_OWNER, PRE_NAME
      2  FROM CTXSYS.CTX_PREFERENCES
      3  WHERE PRE_NAME = 'DEFAULT_LEXER';
    PRE_OWNER                      PRE_NAME
    CTXSYS                         DEFAULT_LEXERAre all your defaults like thsi? What do you see if you run
    select pre_owner, pre_name from ctxsys.ctx_preferences where pre_name like 'DEFAULT%';
    It would be easy enough to update the underlying table DR$PREFERENCES to fix the owner, but who knows what else might be wrong.
    Has this database been updated from a 9i installation by any chance?

  • "DRG-10700: preference does not exist: french_lexer"

    Hi
    I am working on a database migration from 9.2.0.7 to 10.2.0.4.
    Everything is working fine but Oracle text no.
    The user CTXSYS is ok, he is granted all privilege
    I am trying to create this index, and I have got this error:
    CREATE INDEX USER.MY_TABLE_CTX01 ON USER.MY_TABLE
    (TITLE) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('storage mystore LEXER french_lexer');
    Error at line 3
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: french_lexer
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 364
    But berfore creating this index, I create the french lexer with
    sqlplus ctxsys/<password> @defaults/drdeffrc.sql.
    The table "my_table" is very simple, title is varchar(2000).
    But i can create this index with the default options
    CREATE INDEX USER.MY_TABLE_CTX01 ON USER.MY_TABLE
    (TITLE) INDEXTYPE IS CTXSYS.CONTEXT ;
    I can't understant why french lexer seems to be not installed despite of running this script drdeffrc.sql.
    Any idea?
    Regards
    Martin

    Where did you get the instructions to run drdeffrc.sql? I'm not aware of that script - I assume it's meant to be installed at installation time.
    There is no french_lexer as such. If your language settings are set to French, then the system will use French defaults in the basic_lexer.
    - Roger

  • DRG-10700: preference does not exist: CTXSYS.DEFAULT_WORDLIST

    Hi,
    I have recently installed Oracle Universal Content Management 10gR3 server, using an Oracle 10gR2 database.
    When I try to run the indexer, I get the below error in the content server log. I know this is related to Oracle Text, but I don't know what the problem is. Any help will be appreciated.
    Many Thanks,
    Indexing aborted. Unable to delete collection directories. Indexer could not create table or index: IdcColl2. Unable to execute SQL statement 'CREATE INDEX FT_IdcColl2 ON IdcColl2 (dDocFullText) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('DATASTORE CTXSYS.DEFAULT_DATASTORE FILTER CTXSYS.AUTO_FILTER FORMAT COLUMN DFULLTEXTFORMAT CHARSET COLUMN DFULLTEXTCHARSET LEXER OCS_IDCCOLL2_LEXER SYNC (ON COMMIT)')'. ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: CTXSYS.DEFAULT_WORDLIST
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 364
    [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csIndexerAbortedMsg!csIndexerUnableToDeleteCollection!csIndexerDBFullTextCanNotCreateTableOrIndex,IdcColl2!csDbUnableToExecuteSql,CREATE INDEX FT_IdcColl2 ON IdcColl2 (dDocFullText) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('DATASTORE CTXSYS.DEFAULT_DATASTORE FILTER CTXSYS.AUTO_FILTER FORMAT COLUMN DFULLTEXTFORMAT CHARSET COLUMN DFULLTEXTCHARSET LEXER OCS_IDCCOLL2_LEXER SYNC (ON COMMIT)')!$ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine<br>ORA-20000: Oracle Text error:<br>DRG-10700: preference does not exist: CTXSYS.DEFAULT_WORDLIST<br>ORA-06512: at "CTXSYS.DRUE"\, line 160<br>ORA-06512: at "CTXSYS.TEXTINDEXMETHODS"\, line 364<br>
    intradoc.common.ServiceException: !csIndexerUnableToDeleteCollection!csIndexerDBFullTextCanNotCreateTableOrIndex,IdcColl2!csDbUnableToExecuteSql,CREATE INDEX FT_IdcColl2 ON IdcColl2 (dDocFullText) INDEXTYPE IS CTXSYS.CONTEXT PARAMETERS('DATASTORE CTXSYS.DEFAULT_DATASTORE FILTER CTXSYS.AUTO_FILTER FORMAT COLUMN DFULLTEXTFORMAT CHARSET COLUMN DFULLTEXTCHARSET LEXER OCS_IDCCOLL2_LEXER SYNC (ON COMMIT)')!$ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: CTXSYS.DEFAULT_WORDLIST
    ORA-06512: at "CTXSYS.DRUE"\, line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS"\, line 364
         at intradoc.indexer.IndexerExecution.createCollection(IndexerExecution.java:552)
         at intradoc.indexer.IndexerExecution.prepare(IndexerExecution.java:400)
         at intradoc.indexer.IndexerDriverAdaptor.prepare(IndexerDriverAdaptor.java:60)
         at intradoc.indexer.DocIndexerAdaptor.prepare(DocIndexerAdaptor.java:102)
         at intradoc.indexer.Indexer.doIndexing(Indexer.java:371)
         at intradoc.indexer.Indexer.buildIndex(Indexer.java:347)
         at intradoc.server.IndexerMonitor.doIndexing(IndexerMonitor.java:1012)
         at intradoc.server.IndexerMonitor$4.run(IndexerMonitor.java:832)

    Hi Ayman ,
    Looks to me that UCM is unable to create the required tables for FT search to function correctly . IdcColl1 and IdcColl2 are the tables that get created when running collection rebuild cycle for the first time after setting up FT indexing on UCM .
    Did you execute the relevant ucm sql scripts after configuring FT for UCM ? Execute fulltextindex.sql and then test to see if the issue persists.
    Apart from that check if the db user configured for UCM has the table creation rights assigned to it .
    Let me know how it all works out .
    Thanks
    Srinath

  • ERROR at line 1: ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine ORA-20000: Oracle Text error: DRG-10700: preference does not exist: global_lexer ORA-06512: at "CTXSYS.DRUE", line 160 ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366

    database version 11.2.0.4
    rac two node
    CREATE INDEX MAXIMO.ACTCI_NDX3 ON MAXIMO.ACTCI
    (DESCRIPTION)
    INDEXTYPE IS CTXSYS.CONTEXT
    PARAMETERS('lexer global_lexer language column LANGCODE')
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: global_lexer
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366

    Like the error message says, you don't have a global_lexer.  So, you need to create a global_lexer and that lexer must have at least a default sub_lexer, then you can use that global_lexer in your index parameters.  Please see the demonstration below, including reproduction of the error and solution.
    SCOTT@orcl12c> -- reproduction of problem:
    SCOTT@orcl12c> CREATE TABLE actci
      2    (description  VARCHAR2(60),
      3      langcode     VARCHAR2(30))
      4  /
    Table created.
    SCOTT@orcl12c> CREATE INDEX ACTCI_NDX3 ON ACTCI (DESCRIPTION)
      2  INDEXTYPE IS CTXSYS.CONTEXT
      3  PARAMETERS('lexer global_lexer language column LANGCODE')
      4  /
    CREATE INDEX ACTCI_NDX3 ON ACTCI (DESCRIPTION)
    ERROR at line 1:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-20000: Oracle Text error:
    DRG-10700: preference does not exist: global_lexer
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.TEXTINDEXMETHODS", line 366
    SCOTT@orcl12c> -- solution:
    SCOTT@orcl12c> DROP INDEX actci_ndx3
      2  /
    Index dropped.
    SCOTT@orcl12c> BEGIN
      2    CTX_DDL.CREATE_PREFERENCE ('global_lexer', 'multi_lexer');
      3    CTX_DDL.CREATE_PREFERENCE ('english_lexer', 'basic_lexer');
      4    CTX_DDL.ADD_SUB_LEXER ('global_lexer', 'default', 'english_lexer');
      5  END;
      6  /
    PL/SQL procedure successfully completed.
    SCOTT@orcl12c> CREATE INDEX ACTCI_NDX3 ON ACTCI (DESCRIPTION)
      2  INDEXTYPE IS CTXSYS.CONTEXT
      3  PARAMETERS('lexer global_lexer language column LANGCODE')
      4  /
    Index created.

  • In preferences does not exist "composite" or "S-Video"

    Hi,
    In my Quick Time Player "preferences" does not exist option "Composite" or "S-Video" only FaceTime camera.
    So i cant record my video from other devices.
    Can somebody help me?
    Thank you very much.

    QuickTime Player to my knowledge does not have the capacity to capture from external video inputs, nor does any Mac have composite nor S-video inputs built in. You'll need a video capture device and appropriate software, perhaps iMovie if the video capture device doesn't come with software, to capture from such a video source.
    Regards.

  • [svn:fx-trunk] 5465: Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains .

    Revision: 5465
    Author: [email protected]
    Date: 2009-03-20 11:52:56 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains. Jim ok'ed the addition of the new FxNumericStepperTextInputSkin.mxml class into the spark.skins and wireframe packaged.
    SDK-18275, SDK-19849
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18275
    http://bugs.adobe.com/jira/browse/SDK-19849
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperTextInputSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperTextInputSkin. mxml

    Revision: 5465
    Author: [email protected]
    Date: 2009-03-20 11:52:56 -0700 (Fri, 20 Mar 2009)
    Log Message:
    Now that padding set on a TextInput does not affect the inner textView, we need to add a custom TextInput skin for the TextInput a Spark NumericStepper contains. Jim ok'ed the addition of the new FxNumericStepperTextInputSkin.mxml class into the spark.skins and wireframe packaged.
    SDK-18275, SDK-19849
    Reviewer: Glenn
    Checkintests: Pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18275
    http://bugs.adobe.com/jira/browse/SDK-19849
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/components/FxNumericStepper.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperSkin.mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperSkin.mxml
    Added Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/skins/spark/FxNumericStepperTextInputSkin .mxml
    flex/sdk/trunk/frameworks/projects/wireframe/src/wireframe/FxNumericStepperTextInputSkin. mxml

  • Display Preferences does not detect dual monitors

    Display Preferences does not detect dual monitors.
    There is no workaround here.
    Only a prompt update from apple will solve this.
    Any level 5 geniuses I welcome your guidance... please prove me otherwise.
    thanks
    --Marconi

    Hi marconi de baloni,
    Thanks for the question. Based on what you stated, it seems like the computer is not recognizing a second display. I would recommend that you read this article, it may be able to help you resolve or isolate the issue.
    OS X Yosemite: Connect multiple displays to your Mac
    If a display is not recognized, choose Apple menu > System Preferences on the primary Mac, click Displays, then click Display.
    Open the Display pane for me
    Then click the Detect Displays button.
    You can also try putting your Mac to sleep and then waking it.
    Thanks for using Apple Support Communities.
    Cheers,
    Mario

  • Just installed PE12. Sharing Preference does not show email preferences, only Adobe. Previous PE worked. Vista Windows Mail

    Have just installed PE12 with no install problems. Share preference does not show email preferences, just the default Adobe. Previous PE worked for sending email attachments, Vista with Windows Mail. How do I get Windows Mail as the share email preference?

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • HT1414 My ipad is non responsive to touch.  I have tried updated the software and restoring the device to factory setting and it still does not respond.

    My ipad2 is non responsive to touch.  I have updated the software using ITunes and have restored the device to factory setting and it still does not resonse.  Has anyone had this problem?  What do you suggest? 

    Frozen or unresponsive iPad
    Resolve these most common issues:
        •    Display remains black or blank
        •    Touch screen not responding
        •    Application unexpectedly closes or freezes
    http://www.apple.com/support/ipad/assistant/ipad/
    iPad Frozen? How to Force Quit an App, Reset or Restart Your iPad
    http://ipadacademy.com/2010/11/ipad-frozen-how-to-force-quit-an-app-reset-or-res tart-your-ipad
    What to Do When Your iPad Won't Turn On
    http://ipad.about.com/od/iPad_Troubleshooting/ss/What-To-Do-When-Your-Ipad-Wo-No t-Turn-On.htm
    iOS: Not responding or does not turn on
    http://support.apple.com/kb/TS3281
    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
     Cheers, Tom

  • Systems preferences does not work

    My Systems Preferences does not work, either reminders and messages... since Mavericks(10.9) Programs do not respond and Macbook air is not responding....  Help.....

    Well, you are certainly correct that the fact that the "wired" machines work sure doesn't rule out a faulty router....But that's why (as part of a process of elimination troubleshooting scheme) I hooked up my old Linksys Router, and got the same results. Now...What are the odds of 2 separate routers acting the same way? Especially when both worked fine on my TIPB and even on my MBP until a few months ago. Plus, my 12 year old son can pull a wireless signal from the router on his console games (xbox360, Wii, PS3) with no problem
    Believe me, my first thought was to go out and buy another router, but when I swapped routers and got the same problem, I began to look elsewhere, eventually coming here for help and knowledge.
    I did the SMC reset to no avail. I'm not sure about the stuff in System Configuration....By "pull" do you mean to delete all the files in this folder? Move them to a temporary folder? Should I just deal with the folders that have "IP" in the "bundle" file name?
    Any help would be greatly appreciated!
    G5 Dual / G4 TiPB / MBP 2.0 / 2.0   Mac OS X (10.4.8)   23" Cinema Display and 8 gig on G5 Dual
    G5 Dual / G4 TiPB / MBP 2.0 / 2.0   Mac OS X (10.4.7)   23" Cinema Display and 8 gig on G5 Dual

  • "Project Duration" error -- preference does not affect message

    "Project duration: Your project exceeds the maxiumum project duration. To burn your DVD, change the encoder setting in iDVD preferences to Best Quality."
    but it doesn't matter if it's set to Best Quality or not. i still get the error message and can't burn my DVD.

    Hi.
    Had he same problem. Changing the setting in the preference did not help. What solved my problem was to open project info (Menu -> Project -> Project Info , or Apple - I) and change the setting there. It immediatly readjusted (and also had to re encode from beginning of course).
    Hope this helps you as well.
    br,
    Gunnar

  • MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file. SQLIService100 - event id 274

    window 2008 R2 server ---- after installing SQL 2008 R2 then applying sp2 / sp3 I noted a warning -
    Note this server had SQL 2008 R2 uninstalled previously.
    MS ssis service: registry setting specifying configuration file does not exist. attempting to load default configuration file.
    SQLIService100 - source
    event id- 274
    user - N/A
    Task category - service control.
    Do we need to fix something and how do we fix this warning event?
    dsk

    You could search online for this warning. I was able to find http://superuser.com/questions/346264/event-log-warning-registry-setting-specifying-configuration-file-does-not-exist
    where the fix is "in your registry, go to:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTS\ServiceConfigFile
    or
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\100\ServiceConfigFile
    if value is empty then add in:
    C:\Program Files\Microsoft SQL Server\100\DTS\Binn\MsDtsSrvr.ini.xml"
    Arthur
    MyBlog
    Twitter

  • Since upgrading to Lion OS, the wifi connectivity keeps blocking up intermittently and we need to manually keep switching on and off the wifi utility to get the connection back. even locking the preferred wifi network in system preferences does not help.

    Since upgrading to Lion OS 10.7.1, the wifi connectivity keeps blocking up intermittently and we need to manually keep switching on and off the wifi utility to get the connection back. even locking the preferred wifi network in system preferences does not help. This never used to happen with Snow Leopard

    This is a big thank you to Rys Sinnefeldt who posted this fix.
    Rys has made this fix very easy to do and takes literally 2 mins. It involves replacing the Atheros Lion driver 4.0 and replacing it with the snow leopard driver. Don't worry, Rys has made this so simple to do even I could do it and so far I have had no more wifi drops.
    follow this link
    http://rys.pixeltards.com/2011/09/04/osx-lion-wifi.html
    Thanks again to Rys.

  • My new I phone 4s does not ring when someone calls. Speakers works with music, it works with headphones, it works with the ringtones in the setting mode but it does not ring when is in normal mode...Please HELP!!!!

    Speakers works with music, it works with headphones, it works with the ringtones in the setting mode but it does not ring when is in normal mode...Please HELP!!!!

    Try a different ringtone.
    Reset or restart the device.

Maybe you are looking for