[JS CS4 CS5] Setting preferences for hyperlink properties

This is not, strictly speaking, a scripting question, but it's possible that scripting may be the only way to get this accomplished.
I want all new hyperlinks created by InDesign and InCopy users to have a certain set of properties, namely:
var DEFAULT_HYPERLINK_PROPERTIES = {
        borderColor: [183, 27, 23],  // Burgundy, roughly.
        borderStyle: HyperlinkAppearanceStyle.DASHED,
        width: HyperlinkAppearanceWidth.THIN,
        visible: true,
I can't seem to find any preference that I can set that will allow me to do this. I have to do it manually, or by periodically setting the properties document- or application-wide with everyItem(). But that's not good enough. I need it to be the default.
Hyperlinks used to show up automatically as black rectangles for us, and now they show up invisible. So because I have personally witnessed some change in the default behavior, I feel sure there must be a preference I can set somewhere. But it's possible that was just the switchover from standard behavior in CS4 to standard behavior in CS5.
Any ideas?

This is not, strictly speaking, a scripting question, but it's possible that scripting may be the only way to get this accomplished.
I want all new hyperlinks created by InDesign and InCopy users to have a certain set of properties, namely:
var DEFAULT_HYPERLINK_PROPERTIES = {
        borderColor: [183, 27, 23],  // Burgundy, roughly.
        borderStyle: HyperlinkAppearanceStyle.DASHED,
        width: HyperlinkAppearanceWidth.THIN,
        visible: true,
I can't seem to find any preference that I can set that will allow me to do this. I have to do it manually, or by periodically setting the properties document- or application-wide with everyItem(). But that's not good enough. I need it to be the default.
Hyperlinks used to show up automatically as black rectangles for us, and now they show up invisible. So because I have personally witnessed some change in the default behavior, I feel sure there must be a preference I can set somewhere. But it's possible that was just the switchover from standard behavior in CS4 to standard behavior in CS5.
Any ideas?

Similar Messages

  • Setting preferences for hyperlink display properties

    I want all new hyperlinks created by InDesign and InCopy users at my site to have a certain set of properties. I want them to be sort of orange, with a thin dotted line around them. This is not so that they can be exported to pdf with buttons, but just so that we can preserve links in text for a print paper which is later going to be exported to the web, and I have a script that expands them into html at that point.
    But I can't seem to find any preference that I can set that will allow me to set default display options for all hyperlinks newly created by users.  Hyperlinks used to show up automatically as black rectangles for us, and now they show up invisible. So because I have personally witnessed some change in the default behavior, I feel sure there must be a preference I can set somewhere. But it's possible that was just the switchover from standard behavior in CS4 to standard behavior in CS5.
    Any ideas?

    Sorry but no. There are no viewing preferences for the iTunes Store.

  • Please help: unable to set preferences for planning from workspace.

    Hi Experts,
    unable to set preferences for planning from workspace.(file--->preferences----->planning), when doing this task prompts " An Error occured" preferences works fine with other components IR, FR, WEB ANALYSIS.problem is only with the planning.
    1) i restarted the workspace and planning services but even then the same issue.
    Please help me out on this issue.
    Thanks.

    Hi,
    Do you get the same problem if you access planning directly ? http://<planningmachine>:8300/HyperionPlanning/
    Just trying to understand if it related directly to planning and maybe you will get a different error message.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • After installing Mt. Lion, Mail no longer asks for a password, even though I set preference for using a password.

    After installing Mt. Lion 10.8.2, Mail no longer asks for a password before opening messages, even though I tried to set preferences for using the password. Help!

    In Mail Preferences, Accounts item: I tried to delete the password (but that did not save). I got this idea from some Mail Help item that I cannot seem to find again. I cannot recall how I did it in Snow Leopard, but I had it set to ask for a password that was used solely for Mail. It would not download anything until I entered that password. Note: I am not on a network; just the single user of the MacPro. Thank you for any guidance you might be able to offer.

  • Setting preferences for the Type Tool

    Is there a way to change the preferences for the TypeTool? For example, when using it to create a frame, can I set it so that the vertical justification is center instead of top? At present I have to use command B to bring up a panel to make that change. CS4 on a Mac.

    You're not talking about preferences for the Type tool. That would be for character or paragraph formatting. You're talking about preferences for a type frame.
    You should create an Object Style (Window > Styles > Object Styles) that creates a frame the way you like and apply it as an object style.

  • How to set preferences for all users?

    I'm working with a windows CITRIX server and I need to disable the 'Remember passwords for sites' preference for all the users on the server. How do you do this for any user launching firefox on the server?

    You can lock the signon.rememberSignons pref to false via the mozilla.cfg file.
    lockPref("signon.rememberSignons", false);
    You canuse a mozilla.cfg file in the Firefox program folder to lock prefs or specify new (default) values.
    Place a local-settings.js file in the defaults\pref folder where also the channel-prefs.js file is located to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0);
    These functions can be used in the mozilla.cfg file:
    defaultPref(); // set new default value
    pref(); // set pref, allow changes in current session
    lockPref(); // lock pref, disallow changes
    See:
    *http://kb.mozillazine.org/Locking_preferences
    *http://mike.kaply.com/2012/03/16/customizing-firefox-autoconfig-files/
    *http://mike.kaply.com/2014/01/08/can-firefox-do-this/

  • Setting preferences for a book

    I can't figure out how to set the font, size, & its color for use throughout the book as I was able to do in previous versions of iPhoto. Is in possible in '11 & if so how?

    Thanks for the info. Since I already converted the library I guess I'm stuck? I do have the library, in '08 on another computer but it will require adding all the pics I've added since I installed '11. A big job but maybe worth it. Do you have any thoughts on my original question regarding the preferences for the books?

  • OracleConnectionCacheImpl setter values for instance properties

    Hi!
    I'm using OracleConnectionCacheImpl to cache my connections to the Oracle 8i (8.1.7.4)
    The JDBC driver that I'm using is 9.2.x
    I've read through the SQLJ/JDBC documentation and learned that it is possible to use certain properties for controlling the behaviour of connection cache.
    Only thing is that the documentation does not specify whether the values for the properties should be milliseconds, seconds, minutes or something else. The long type of the parameter value would indicate milliseconds but according my minimal testing at least some of the values propably are not milliseconds. Help is greatly appreciated. Below is the list of the properties I'm interested in:
              // Controls how often cache thread check whether a physical connection has become available
    /*ods.setThreadWakeUpInterval(threadWakeUpInterval);
    // How long the logical connection can be used before forced back to the cache pool and all
    // resources are freed.
    ods.setCacheTimeToLiveTimeout(cacheTimeToLiveTimeout);
    // How long the physical connection can be unused before it is closed and all the resources are freed.
    ods.setCacheInactivityTimeout(cacheInactivityTimeout);
    // How long the connection request will be waiting before EOJ_FIXED_WAIT_TIMEOUT is thrown.
    ods.setCacheFixedWaitTimeout(cacheFixedWaitTimeout);
    // How long the cache waits before polling for an available connection
    ods.setCacheFixedWaitIdleTime(cacheFixedWaitIdleTime); */
    Best Regards:
         Aapo Romu

    Hello Radhakrishna D S,
    The note you provided did not fit our problem. The bootstrap.maxheapsize in the instance.properties file is already 128MB. Thanks anyway!

  • Set Preferences for all users

    I need to be able to set QT preferences that are persistent to all users of a particular computer.
    For example, I need to set the video to Safe Mode, but that setting only gets saved to the currently logged in user. Safe Mode would not be enabled for a user logging in with a different account.
    This is on a Windows XP SP3 machine with the latest version of QT.

    C:\Program Files\QuickTime\QTSystem\QuickTime cpl is the file for the QT control panel.
    With XP pro open the Folder Options control panel and click on the View tab. Uncheck> Use simple file sharing [Recommended] this will give the computer a Security tab. While in Folder Options you probably should put a check\dot in> Show hidden files and folders, and uncheck> Hide extensions for known file types and maybe uncheck> Hide protected opersting system file Recommended, to be sure QuickTime cpl shows up.
    Right click on QuickTime cpl and click on the Security tab. This should give you the ability to work with permissions for user accounts

  • In Mail set preferences for which account used to send email

    When I click on a webpage link to send an email to somebody, Mail brings up a new email with that address on it -- but invariably it assigns it to an email address that I rarely use.  Same for forwarding incoming email.  I see no way to edit that From list to have a different account come first.  This does not happen when I click new message from the Mail program itself.  Is there a way to edit that list?

    By default, Mail will always sent new messages from the account that is currently "selected" (ie, you have selected one of that account's mailboxes).  However, you can easily change this in Mail's preferences.  Choose Mail -> Preferences, then select the Composing tab, then change the pop-up menu next to "Send new messages from" to the desired account.

  • How to set Path for a properties file

    Hi,
    I am using a SQL.properties file to load all my SQL statements to my EJB JDBC prepared Statement. I have placed the SQL.properties file in com.company.sql package. I have another SQL class in the same package which is loading the SQL.properties file to cache for future use. I am using the path as "SQL.properties" (the file name straight ) in the SQL class to access the properties file.
    I am using Sun App Server 7. To get access to this file I need to copy the SQL.properties file to the config directory of the app server instance. Otherwise it is not able to locate the file. I don't want to put the properties file in the config directory of the app server instance. Please help me, what path I have to give to access the file from the package itself, rather from the config directory of server instance.
    I think , some one who is doing localization can help me out here. They have to put the localized properties file to access the text out of it. Please help me. Thanks in advance.
    Thanks
    Amit

    I am using the propeties file to get the SQL statements. I have all the SQL query statement in the properties file. I am creating a preparedstatement after getting the statement from the properties file with the id like we do in ResourceBundle. If I keep the properties file in the config directory of the Sun App Server instance , then it is working fine. But If I don't keep it there, then it is giving me a file not found exception.
    My SQL class which is accessing the properties file are in same package (com.company.sql). But still it is not able to find the file. As suggested by you, I tried it by giving the path as com.company.sql.SQL. Still it did not found the file. The file is there inside the WEB-INF/classess/com/company/sql/.
    Thanks
    Amit

  • JDEV 11G TP3: exception when setting preferences for java code style

    I got this exception when calling the panel in the preferences settings for java code style.
    How to restore it ?
    java.lang.NullPointerException
         at oracle.jdevimpl.style.profile.ProfileModel$ProfileComparator.compare(ProfileModel.java:409)
         at java.util.Arrays.mergeSort(Arrays.java:1284)
         at java.util.Arrays.sort(Arrays.java:1223)
         at java.util.Collections.sort(Collections.java:159)
         at oracle.jdevimpl.style.profile.ProfileModel.<init>(ProfileModel.java:72)
         at oracle.jdevimpl.style.preferences.CodingStylePreferencesPanel.<init>(CodingStylePreferencesPanel.java:144)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:315)
         at oracle.ide.panels.MetaTraversable.newTraversable(MetaTraversable.java:219)
         at oracle.ide.panels.MDDPanel.getTraversable(MDDPanel.java:1243)
         at oracle.ide.panels.MDDPanel.mav$getTraversable(MDDPanel.java:116)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1506)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1414)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1408)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:531)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:784)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:481)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    I got this exception for menu tools\preference\extensions.
    I erased folder C:\JDeveloper\myDirectory\system11.1.1.0.22.49.49 and the error appeared.
    Jun 12, 2008 11:20:55 PM oracle.ide.panels.MDDPanel exitTraversable
    SEVERE: Exception exiting traversable oracle.ideimpl.extension.preference.ExtensionOptionsPanel[,0,0,485x391,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    java.lang.NullPointerException
         at oracle.ideimpl.extension.preference.ExtensionOptionsPanel.disabledIdsHaveChanged(ExtensionOptionsPanel.java:191)
         at oracle.ideimpl.extension.preference.ExtensionOptionsPanel.onExit(ExtensionOptionsPanel.java:182)
         at oracle.ide.panels.MDDPanel.exitTraversable(MDDPanel.java:1160)
         at oracle.ide.panels.MDDPanel.mav$exitTraversable(MDDPanel.java:116)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1470)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1414)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1408)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:225)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:808)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:593)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:45)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.jdevimpl.vcs.cvs.CVSPreferencesCommand.doit(CVSPreferencesCommand.java:46)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:536)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:843)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:486)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Message was edited by:
    ericardezp

  • Setting preferences for Stickies (spellcheck OFF)?

    Every time I call up Stickies to the fore from running in the background (not even restarting it!) it returns to the default of underlining everything it doesn't recognize as a word, "Check spelling as you type." A tiny annoyance to have to uncheck this again every time. I don't see a Preferences menu item... any Terminal command or some-such to turn this off?
    Thanx
    DW

    I'm tired of having to do this for every pdf file I open in Safari.
    I understand. Preview via Safari is new in OS X Tiger. Apple has a history of building improvements/new features with each rendition of OS X.
    You may want to express your concerns and needs to Apple via their feedback page before the release of Leopard this coming spring.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer, Airport Express (2 units)

  • Mail has stopped sending all mail.  Insist that outgoing servers are offline.  Have checked all setting preferences for outgoing servers including user name and password.

    Mail has stopped sending all email.  Says all outgoing servers are offline and server certificate are invalid.  Have gone into preferences/accounts/edit SMTP servers and reentered all data including user name and password.
    Have had  this happen before and had to upgrade to Maverick to cure it.

    So? What's your problem? BTW, you show SL as the OS, but mention installing Mavs. Very confusing.
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Can't set preferences, and other greyed menu choices

    Cannot set preferences for iDVD 06, and most menu choices are greyed.
    [Note: this is NOT the case with all other iLife 06 applications where all menu selections are active.]
    Looking through this forum I tried deleting the files in the library, as seems to be a frequent solution to everythng. This did NOT work in my case.
    This is the only program in iLife06 which has this problem. All the others have active menu selection. I can't even get "About iDVD" to work!
    Thanks for your help. Very frustrated.

    I would start by forcing AppleWorks to create new preference files.
    Quit AppleWorks and go to the Finder.
    In a finder window, go:
    yourname > Library > Preferences
    Locate and select the folder AppleWorks and the file com.apple.appleworks.plist
    Drag both to the Desktop or to the Trash (but don't empty the Trash).
    Relaunch AppleWorks to check for any change.
    Regards,
    Barry
    NOTE: This will return all preferences to their default settings. AppleWorks will construct new copies of the plist, the folder, and the files in the folder as it needs them. If you have made changes to the Button Bar, and have had no issues related to the Button Bar, you can restore those changes (probably without issues arising) by dragging the Button Bar file from the folder you moved into the new one in Preferences when it is created.
    B
    Edit:
    While your issue does not appear to be caused by the Recent Items bug referenced in Michael's post (after "Also perhaps..", there's no danger in clearing your Recent Items folder as discussed in the linked User Tip. This is a 'regular maintenance' procedure for me.
    B
    Message was edited by: Barry

Maybe you are looking for

  • How do I install CS5 on new iMac without a disc drive, if remote installation isn't working?

    I purchased CS5 for my laptop (Macbook Pro 2007 I believe) and now have the newest iMac without a disc drive.  I have tried remote installation, but it did not work.  I attempted to copy the installation files onto a USB and then transfer them, howev

  • How to show time in Mail?

    In Mail, timestamps only display for the current day.  Is there a way to make these show for anything before today also?

  • Change in LO extraction settings

    Hi All, In our system we have been successfully carrying out LO exraction (e.g 02 purchasing) for long. This happens once everyday. Now we want to make some setting changes so as to have this extraction done twice a day. What are the steps to do this

  • GL25 Rollup from PCA to SPL not considering GCP1 settings

    GL25 Rollup from PCA to SPL does not consider closed periods maintained via GCP1. That is even if period is closed via GCP1, although you cannot post a manual SPL document via GB01, you can still rollup to SPL in a closed period. We have tried even O

  • Access level with no modifier

    Hello Hello I read in Access Level in http://java.sun.com/docs/books/tutorial/java/javaOO/accesscontrol.html and know that I cannot access "no modifier" from a subclass. So I try public class Exam { String myString; //no modifier keyword public class