[CS3 JS] Question about collecting overridden style settings

Hi!
I can use the styleOverridden to check every item in a textStyleRange for overrides. But is there a smart way to collect the attributes actually overridden? (The attributes showing up neatly in the tooltip when you hold the mouse cursor over an overridden style name.)
My script needs to add a clean character style for every overridden style, recreating the behaviour of the add new character style dialogue, creating the new style based on the overrides.
Kind regards,
Andreas

Ah, it looks like it's beginning to work now :-)
I thought I had tried some of these things before, but obviously not. Thanks Peter, for your assistance. Now even assigning the whole properties collection of the TextStyleRange objects to the new character style object works! There's a lot of properties created, which I'd really would have preferred not to show up (in the summary of the character style dialogue box), since they are (as far as I can see) the default values, but I like the easy code this approach results in:
var selText = app.selection;
var srs = selText[0].textStyleRanges;
for (var iTSR=srs.length-1; iTSR>=0; iTSR--){
]if (srs[iTSR].styleOverridden){
]]// This is an overridden style we need to create a style for
]]var ch = srs[iTSR];
]]newStyle = app.activeDocument.characterStyles.add(ch.properties);
]]if (app.activeDocument.characterStyles.item('newstyle'+iTSR.toString())!=null) app.activeDocument.characterStyles.item('newstyle'+iTSR.toString()).remove();
]]newStyle.name = 'newstyle'+iTSR.toString();
I'm not yet quite clear on how to treat overridden paragraph styles. Perhaps I need to check whether the properties of the new character style are already the same as the ones of an possibly applied paragraph style, and if so, not assign (or remove) that property from the new character style.
Also... possible need to name all uniquley auto-generated styles and find a way to apply the same style again (not to risk creating a large number of character styles just setting "bold").
Andreas

Similar Messages

  • Illustrator CS3 won't retain/keep type style settings when pasting within same or different document

    I'm working with Windows XP PentiumR 4 CPU 2.8 GHz, 2 GB RAM in Illustrator CS3. When pasting copy within same file (or pasting into new files) Illustrator won't consistently retain/keep the font's type style settings. Why?
    Thank you!

    Hi Sheri,
    Are you facing this problem with any particular type of font?
    I have tried copy paste with different font styles and it is retaining the style correctly.
    Are you using XP SP2 or SP3?
    Thanks
    Anish

  • IPod touch 4th gen question about restoring to factory settings

    I smashed the screen on my sons iPod still working but I bought a new one for him. I synced/backed up the smashed one and then connected the new one to the computer (iTunes) and restored it to the apps photos etc from the old one. We run on wi-fi. Now both iPods are working with all the same stuff on them both have the same apple Id and password and are synced to each ogher. My question is if I restore the old one to factory settings on the actual device  will it also restore the new one?? Please help and Thankyou for your time anyone who replies.

    No.  How you sync one iPod does not affect the other. The same goes for restoring your iPod.  It will have no affect on the other one. 
    B-rock

  • Some questions about Collections

    getItem(index or name): when to throw an exception when to return null?
    getIndex(Item): when to return -1 when exception?
    Is it better to have two versions of a method?

    What if I pass in -1 as the index?
    What if there are 10 items and I pass in 100,000?jschell,
    The choice to throw an exception or to return null is
    dependent on the application. If the container so
    feels that -1 or 10,000 shall impair its functionality
    or has impaired its functionality and it cannot
    recover from it - by all means, go ahead and throw
    your exception.Certainly. But the question wasn't addressing a specific application but rather a single component.
    Given that my presumption would be to write the component based on the standpoint of a library and not an application.
    That means that the component must make a decision based on correctness for the component, which is obvious since it can't do it based on correctness of the application.
    This would suggest that if a index is passed in that exceeds the boundaries of the collection that throwing an exception is the correct decision. Because it exceeds the correctness of the average collection. Naturally that might not be true for a specific kind of collection, but the question wasn't addressing a specific kind of collection.
    >
    Vector is just an instance of a type of container - no
    body stops you from creating your own container and
    also in Vector - please notice that both are
    RuntimeException.
    Yes Vector uses a unchecked exception for boundary problems. Which one could take to suggest that in the general case that is a good idea.
    In the ultimate equation, it is the form that you
    chose that shall dictate wether you return null or
    throw an Exception. There is nothing absolute in this
    matter. My point was more subtle (to point to you, if
    you have failed to notice) - "Do not throw Excception,
    until you are sure that you cannot recover from the
    problem and proceed correctly".I agree there are no absolutes. But I also think that when boundary conditions are exceeded in libraries then exceptions should be used most of the time. I believe most third party libraries take this stance. As an alternative sometimes they also provide a checked and unchecked versions which allows the user to decide the best recourse.

  • Few questions about reset to factory settings

    Hey!
    When you reset your laptop to factory settings (HDD Recovery), does Windows get deleted too? And audio, webcamera etc?
    I mean, when you have restarted the laptop, is it ready for use? Can you just use it like normal? Or do you have to install drivers and so on?
    I appreciate help.

    Hello Elodie and welcome to Toshiba forum.
    I will try to offer some answers:
    > When you reset your laptop to factory settings (HDD Recovery), does Windows get deleted too?
    Generally speaking everything will be deleted. With other words certain partition will be formatted at first and OS (recovery image) will be installed.
    > And audio, webcamera etc?
    Yes, everything. The whole partition content.
    > I mean, when you have restarted the laptop, is it ready for use?
    When the recovery image installation is finished after notebook restart it will be ready for use.
    > Can you just use it like normal?
    Yes.
    > Or do you have to install drivers and so on?
    Original Toshiba recovery image contains operating system, all necessary drivers, Toshiba specific tools/utilities and some additional software so everything will be installed.
    If you have more questions you are welcome. ;)

  • Questions about H264 and MPEG2 settings in CS5

    I am working on a composition based on the setting 1920x1080 (1.00) 29.97fps. I encounter problems with the H264 and MPEG2 formats at the output module:
    - If I choose MPEG2 as the format, a Settings Mismatch sign appears. It reads,'Output file will be resized to 720x576 (1.46PAR) to meet format constraints. Warnings: Frame rates will be adjusted from 29.97 fps to 25 fps to meet format constraints.' But when I export the same composition to Premiere, I am able to render it out as a MPEG2 1920x1080 (1.00) 29.97fps using Media Decoder without adjusting the setting at all. So what is the MPEG2 default format setting? Is it different from software to software even within Adobe? Can I change that in AE?
    - If I choose H264 as the format, I am able to export the file in the same setting as the composition. But I wouldn't be able to play the file on Windows Media Player when done. The note says it may require codec. Does it mean other people will have troubles playing the file also? Did I do something wrong with the setting?

    Thank you for both of your responses. I wasn't actually mixing up H264 and MPEG2 formats. I was just trying to export a composition as either one of them. But the H264 file is not playable. Still dunno why. And the MPEG2 format sets the file as 720x576. If I re-size the file, the frame rate is still not right; and I don't know how to adjust that. Combined with the audio problem I 'd mentioned on the other post, now I always have to use Premiere to import the composition, render it, and then export it to Media Decoder.

  • [JS CS3] A question about clearing scriptArgs

    Do parameters remain in the app object until they are cleared? I'm invoking scripts from indesign server, supplying parameters which the scripts read using app.scriptArgs.getValue().
    Should I call app.scriptArgs.clear() in all scripts, after the "args" have been read? Or are there other mechanisms clearing these arguments?
    Kind regards, Andreas

    Hi Lan and Marc,
    Unfortunately the DI API has never been particularly stable when processing larger amounts of data over extended periods. The error message you receive may not actually be related to the problem. Some patches are better than others. Are you able to do any testing on a different patch?
    Is there any monitoring you can do (eg track the memory usage of your add-on over time) on a workstation?
    Also, if you are not already doing so, I recommend you garbage collect any DI API objects as soon as you've finished with them:
    public static void DisposeObjects(Object obj)
        System.Runtime.InteropServices.Marshal.ReleaseComObject(obj);
        obj = null;
        GC.Collect();
    Kind Regards,
    Owen
    P.S. Incidentally the way that the DI API runtime files are copied to the workstation is changing in 8.82 so, if you can't find a solution in your current version, you could look at 8.82 to see if that makes an improvement.

  • Question about Collection

    Hello!!
    My boundary is based on AD Sites and my System Discovery is configured to discovery All Forest.
    When i try create a Collection based on IP Subnet 10.12.0.0, the collection retrieves only 2 computers but the subnet have more than 200 computers.
    The IP Subnet 10.12.0.0 is NOT registered in AD Sites and Services... this is a problem? How to solve?
    My query in Collection:
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where SMS_R_System.IPSubnets = "10.12.0.0"
    Thanks!!
    Atenciosamente Julio Araujo

    If you've done your homework on your network, you should have a map of subnets to ranges so that you know what IPs are covered all around.
    That being said, If you MUST use IPs, I'd use IP ranges instead.
    If your environment is constructed simply, such as straight Class Bs or Cs, this is pretty easy with code such as this:
    select
    SMS_R_SYSTEM.ResourceID,
    SMS_R_SYSTEM.ResourceType,
    SMS_R_SYSTEM.Name,
    SMS_R_SYSTEM.SMSUniqueIdentifier,
    SMS_R_SYSTEM.ResourceDomainORWorkgroup,
    SMS_R_SYSTEM.Client
    from
    SMS_R_System
    WHERE
    SMS_R_System.IPAddresses LIKE "10.100.25.%"
    If your environment is supernetted, you may need to have a LIKE statement such as this:
    WHERE
    SMS_R_System.IPAddresses LIKE "10.100.7[2-9].%"
    Lastly, if your environment is supernetted, AND runs across 10s ranges, such as 10.100.208.1 - 10.100.215.254, you'll need to adjust because of some SQL restrictions on these types of queries:
    where
    SMS_R_System.IPSubnets like '10.100.20[8-9].0'
    or
    SMS_R_System.IPSubnets like '10.100.21[0-5].0'
    Hope this helps.

  • Question about the default style of af:inputText in ADF

    Hi all,
    Here's the situation I am facing:
    in the jspx page, I have a <af:inputText inlineStyle="bk_bean.defaultStyle"... onchange="validate(this)"/>
    in the javascript:
    function validate(control){
    // when the input is invalid:
    control.style.backgroundcolor='pink';
    // when the input is valid:
    control.style.backgroundcolor='#FFFFFF';
    because of the above assignment, the border of the <af:inputText> looks like 3D and lost its original look and feel. I need to keep the original border style. What I am thinking is that I will
    assign the default border style after assigning the background. But I don't know what the default border styles for <af:inputText> in ADF. Could someone help me with this? I tried to find one in this URL:
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/skin-selectors.html
    but still couldn't see one that look like what I am looking for.
    Your help is highly appreciated!
    Shawn
    P.S. I tried this:
    function validate(control){
    // when the input is invalid:
    control.style.backgroundcolor='pink';
    // when the input is valid:
    control.style.backgroundcolor='#FFFFFF';
    control.style.border-style='solid';
    Not working at all, still had 3D look and feel.
    Edited by: shawn_abc on Feb 4, 2010 5:48 PM

    Hi Prasad,
    Thanks for your reply. I actually tried a similar way using the <style>. The thing is that whenever I set the background, the 'inset' style is applied implicitly. But now we use this: control.style.backgroundColor='' whenever the input is valid, then after correcting the input, the style goes back to whatever the original style. Though the 'inset' style is still applied when backgroundcolor is set when input is incorrect, but we accept that as long as after correcting input, the style goes back to the original style.
    Thanks for all inputs from everyone!
    Shawn

  • Questions about Collections.shuffel and error message

    I am trying to get my poker game to work but it comes up with an error when it trys to score the hand
    *public class PokerTester{*
    Deck deck *=* new Deck*();*
    public PokerTester*()*
    playGame*();*
    public void playGame*()*
    *{*+//stacks hand+
    Hand hand *=* new Hand*();*
    for(int i*=* 0*;* i*<* 5*;* i*++)*
    hand*.*add*(*deck*.*getTopCard*());*
    System*.*out*.*println*(*"Player's Hand:"*);*
    hand*.*showHand*();*
    public static void main*(*String*[]* args*)*
    new PokerTester*();*
    public class Hand*{*
    ArrayList<Card> hand=new ArrayList<Card>();
    int[] values = new int[5];
    public void add(Card card)
    hand.add(card);
    +
    public String getHandValue()
    +
    String win= "";
    for(int i= 0; i<5; i++)
    *values=values[((Card)hand.get(i)).getValue()];*
    Arrays.sort(values);
    if(checkRoyalStraight()&&checkFlush()) win="Royal Flush";
    else if(checkFlush()&&checkStraight()) win="Straight Flush";
    else if(checkOfAKind(4)) win = "4 of a Kind";
    else if(checkFullHouse()) win = "Full House";
    else if(checkFlush()) win = "Flush";
    else if(checkStraight()) win = "Straight";
    else if(checkOfAKind(3)) win = "3 of a Kind";
    else if(checkOfAKind(2)) win = "Pair";
    else win = "High Card";
    return win;
    +
    public boolean checkOfAKind(int n)
    +
    boolean kind=false;
    if(n==4)
    if(values[0]==values[3]||values[1]==values[4])
    kind=true;
    if(n==3)
    if(values[0]==values[2]||values[1]==values[3]||values[2]==values[4])
    kind=true;
    if(n==2)
    for(int i=0; i<4; i++)
    *if(values[i]==values[i+1])*
    kind=true;
    return kind;
    public boolean checkFullHouse()
    boolean fullhouse=false;
    if(values[0]==values[2]&&values[3]==values[4])
    fullhouse=true;
    else
    if(values[2]==values[4]&&values[0]==values[1])
    fullhouse=true;
    return fullhouse;
    public boolean checkFlush()
    int suit = ((Card)hand.get(0)).getSuit();
    for(int i=1; i<5; i++)
    if(((Card)hand.get(i)).getSuit() != suit)
    return false;
    return true;
    public boolean checkStraight()
    int count=0;
    for(int i=0; i<4; i++)
    *if(values[i]+1==values[i+1])*
    count++;
    if(count==4)
    return true;
    else return false;
    public boolean checkRoyalStraight()
    int n=10;
    for(int i=0; i<5; i++)
    *if(values[i]==10)*
    n++;
    if(n==15)
    return true;
    else return false;
    +
    public void showHand() +
    +
    +
    for(int i= 0; i<5; i++)
    int suit=hand.get(i).getSuit();
    String s="";
    if(suit==0)
    s="Hearts";
    else if(suit==1)
    s="Spades";
    else if(suit==2)
    s="Clubs";
    else s="Diamonds";
    System.out.println(((Card)hand.get(i)).getValue()+" of "+s);
    System.out.println("Hand value: "+getHandValue());
    public class Deck
    Card*[]* cards *=* new Card*[*52*];*
    ArrayList*<*Card*>* deck *=* new ArrayList*<*Card*>();*
    public Deck*()*
    for(Integer i*=*0*;* i*<*4*;* i*++)*
    for(Integer n*=*1*;* n*<=*13*;* n*++)*
    deck*.*add*(new* Card*(*n*,* i*));*
    +
    Collection*.*shuffle*(*deck*);*
    +
    public Card getTopCard*()*
    Card topCard *=*deck*.*get*(*0*);*
    deck*.*remove*(*0*);*
    return topCard*;*
    public class Card*{*
    private int value;
    private int suit;
    public Card(int value,int suit)
    this.value=value;
    this.suit=suit;
    public int getValue()
    return value;
    public int getSuit()
    return suit;
    {color:#000000}
    This is what i get when I run the program{color}
    1 of Hearts
    2 of Hearts
    3 of Hearts
    4 of Hearts
    5 of Hearts
    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 5
    at Hand.getHandValue(Hand.java:22)
    at Hand.showHand(Hand.java:145)
    at PokerTester.playGame(PokerTester.java:16)
    at PokerTester.<init>(PokerTester.java:6)
    at PokerTester.main(PokerTester.java:21)
    Also I cannot get the Collections.shuffle() to work correctly does anyone know how to use this properly, Thank you

    When you use the letter "i" for an array index without using the code tags, the forum interprets that to mean "start italic" and your code is mangled - converted to italic and changed.
    Repost using code tags:
    [code]
    Put your code here
    [/code]
    This error
    Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 5means that an array index value is greater than the max value allowed for the array.
    If you can't fix this, identify the line where the error is happening (it's line 5)

  • A question about the option Reset All Settings

    Hello, I have a question about the reset all settings function in the IPad. I need to keep all of the installed applications on the device yet I need to remove any log in information and contacts. Is this the correct option or would the Erase All Content and Settings be what I want?

    If you read the OP's request, they "need to keep all of the installed applications on the device".  Selecting "Erase All Content and Settings" will do just that, erase everything.
    Faroff, you can remove accounts in Settings/ Mail, Contacts, Calendar ... that would remove contacts only if the contacts were synced to such an account.  If contacts were synced from iTunes, you'd have to un-sync them from iTunes by changing the sync settings.  If the contacts were just manually entered and not synced with anything, you have to delete them one by one.  However, iOS will remember past usage of a contact, so even if you remove them they may be recalled by you initiating an email or iMessage to something close to what used to be in the Contacts app.  The only way to clear that I think is to do a full erase of the iPad.
    As for log-in information, go to Settings/ Safari/ Passwords & Autofill, where you can erase passwords and saved credit card info.  You can also clear cookies and data in this menu.
    You might be better off doing a full erase of the iPad.  Why do you not want to remove the apps?  You can re-sync them from iTunes or re-download them if necessary.  Or did you inherit this device from someone else and you're wanting to keep their apps installed but remove their private information?

  • Questions about using Styles Window for formatting a book in Apple Works.

    Help says "You can create your own styles in any document type." Not clear on how to do that.
    I wish to have one Style or group of Styles associated with one document of say 500 pages for a book. Each chapter Heading. as a single column layout, is separated by Section Breaks from previous and following text in 2 column layout.
    Question 1. How do I make Styles window settings (Edit/Done) specific for this entire document? Can I edit settings in Styles window and have them remain specific and locked to this particular document? Or are the Styles window settings constant across all documents?
    Question 2. (If Styles window settings are not specific and locked to this document) Do I need to make a NEW Style for each purpose within the document, as in Book Heading, Book Subheading, Book Body, Book special paragraph style, and etc.
    Question 3. When importing multiple sections of the work (by copy and paste) from other AW documents how can I have the imported text follow the book’s Style settings (and vice versa how to keep tab settings that are specific in some areas). Sometimes the imported work refuses to conform to the Book document’s style say line spacing for instance.
    Thank you
    Hilary Fish
    iBook G4 Mac OS X (10.4.8) AppleWorks 6.2.9

    Hi Hilary,
    I haven't used styles enough to give definitive answers to your questions, but I'm sure others will join in and correct any errors in what follows.
    A "Style" is essentially a set of paragraph level format settings that can be collectively applied to a paragraph or contiguous set of paragraphs as a set, rather than having to apply each attribute individually. Once a style is applied to various parts of a document, changes made to the style specification will apply to every part of the document to which that style has been applied.
    AppleWorks also includes two other types of Styles—Outline styles (Diamond, Harvard and Legal), used to identify hierarchical levels of paragraphs, and Table styles, used to format tables.
    Question 1: From the Help article "Using Styles":
    You can copy the collection of all the styles available in a document and make them available in another document. This is called exporting and importing a stylesheet.
    I read this as saying that styles you create are specific to the document in which they are created, but may be exported to other documents. "Other documents" would includes documents saved as templates, which could be used to create the various sections of a book.
    Question 2:
    As the set of styles is specific to the document it is created in (or into which it is imported), you can probably leave "Book " off the names of the styles (but may decide that leaving it on makes it easier to know what the styles are for). You will need to use an existing style or create a new one for each purpose within the document.
    Question 3:
    Copy copies the text AND formatting of the selected material.
    Paste pastes the text AND formatting of the selected material.
    Paste also inserts the pasted material into the target document at the insertion point. All of the pasted material goes into the same Section. If the pasted material includes a section break, then a new section will be created in the target document.
    If you export the set of styles from the master document and apply them to the parts of the source document before transferring the material to the master document, I suspect the formatting will be carried over.
    Another possibility is to leave the source document with no formatting at all beyond paragraph breaks, and to apply the formatting (styles) after transferring the text.
    Regards,
    Barry

  • Question about personal hotspot. I know I can share GSM / 3G but I would like to know if my iPhone is connected to a wifi can I also share that wifi collection, through personal hotspot?

    Question about personal hotspot. I know I can share GSM / 3G but I would like to know if my iPhone is connected to a wifi can I also share that wifi collection, through personal hotspot? And if so can it be through wifi or does it have to be Bluetooth or USB?
    Sounds like an odd question but my phone will connect to BT Openzone so I want to share that with my iPad via personal hotspot. I could use 3G but then it comes off my data allowance and I don't want to have to buy a separate SIM for my iPad if I can avoid it. I can swap my sim from my phone, but that's a pain!
    Thanks
    Luke

    No, unfortunately Personal Hotspot will only use your 3G plan.

  • Basic questions about permanent Collections

    I am just learning about Collections, discovering that a Collection preserves all of the work I done in the collection. I am assuming then, that the images in a collection are virtual copies that can be adjusted in the Develop Module to be different than they would be displayed in the general catalog under the original imported folders. I also assume that a modified image cannot be locked to prevent further changes, say if another virtual copy were to be made.
    I gather that Collections need to be protected somehow, for instance if I have one collection with images adjusted to look good on the web, and another collection of the same images adjusted to look good using a certain printer.
    Maybe I will never need to adjust images for different applications, except outside of Lightroom for CMYK applications in offset printing. Since various settings for Slide Show, Web and for Print can all be contained in one collection, it might probably be best to use the same images without changing the images for each output.
    Can some of you who are more experience add thoughts here to how best to use Collections. My goal is to keep things simple.
    TIA,
    Ken

    There are not enough gold stars to go around but you all deserve them for the helpful answers.
    I see on pg 175 of the Lightroom Classroom In A Book (in which there are also an unusual amount of typos) that "In the Quick Describe metadata set, the Metadata panel shows the Filename, Copy Name (if the image is a virtual copy..." This is more evidence that Lightroom and the system of Metadata is quite well developed itself, including the 'Copy Name' for a virtual copy. I have found already, in my short experience with Lightroom, that I want to work on a Virtual Copy when I'm not quite sure of the direction I want to take with a photo's adjustments. By retaining the Master 'as is' (with modest adjustments) I can always quickly go back to view the starting point (best image with modest adjustments) while I continue to work on a Virtual Copy for more experimental adjustments.
    On the one hand, my shooting is going on hold while I learn Lightroom, but I feel it is a worthwhile investment to become as familiar as possible with Lightroom's capabilities. It seems to add more to my desire to capture images more accurately, because I know I have so much to work with once I get the images back into the studio. Crisper images with optimal lighting will make me as happy as a pig in mud when I get them into Lightroom.

  • Question: about accessing Nik collection through Lightroom

    I have recently purchased and installed Nik collection. I have no problem reaching the plug-ins in Photoshopbut can't in Lightroom (except for HDR)

    Thanks!  Technology senses my fear and always makes it difficult for me! Ha! I can use the Nik programs so if I have to, I'll work on them there.
    Date: Sat, 13 Apr 2013 16:27:45 -0700
    From: [email protected]
    To: [email protected]
    Subject: question: about accessing Nik collection through Lightroom
        Re: question: about accessing Nik collection through Lightroom
        created by trihelm2 in Photoshop Lightroom - View the full discussion
    I suspect there are potential issues on some systems with the Google "combined" version, when I installed it I had recieved a copy of the Google complete version free because of my purchase history. I was advised that I could install over the Individual Plugins I had. I never got as far as trying it with Lightroom, only in Elements. The plugins appeared but the load times were abysmal and I mean realy bad , far longer than the Nik individual Installs, so I dumped it and reverted to the originals. Pity cos I wanted the Sharpen Plugin that I have'nt got. After reverting all was back to normal The Nik individual Plugins load very quickly. It was this that convinced me there is a difference in the Google setup.There are people on here with far more knowledge than me, hopefully one of them can help you, alternatively you might try asking Google for help with this.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5232723#5232723
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5232723#5232723
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5232723#5232723. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Photoshop Lightroom by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for