How to apply one character tag to paragraphs having different tags?

Hi,
I'm using FrameMaker 8 on Windows.
I'm trying to create a character tag that marks certain paragraphs so they're easier to find later. The only thing I want to change is the color. I want all the other attributes, regardless of the paragraph tag, to remain as they are.
Here's what I've done:
First, I highlighted the text to be changed. The text in this paragraph had font size 10 and regular weight.
I selected New Format from the Commands menu, named it "Rewrite" and added it to the catalog.
In the Character Designer, I set the size and weight to "As is", selected the new color, and clicked "Apply".
So far, so good - the text is the same as before in every way except the color.
Later, I wanted to mark some other text with this character tag. This text was in a paragraph that had a font size of 14 and bold weight. I highlighted the text and applied the "Rewrite" character tag.  I was expecting to see the highlighted text change color, but remain the same otherwise.
However, instead of changing only the color, the character tag changed the font size to 10 and the weight to regular. It seems that, when I created the character tag and selected "As is" for the font size, this was interpreted as meaning, "Use the font size that is currently defined in this paragraph tag as the font size for this character tag." Sure enough, when I looked at the character Designer, the size was set to 10 and the weight to regular, instead of "As is" for both.
Am I misunderstanding how to use "As is?" How can I get it to work the way I want it to?
Thank you!
Joyce Wermont

CAVEAT: I'm working from memory, and this may work differently in later releases.
To create a completely As Is character format, deselect all text before using the character designer. The "SeSet the values for the properties you want in the format. Click Create, or Update All.
To make it work without problems, select all the text in a paragraph, but don't select the paragraph mark, then apply the character format to the selection. Applying a character format to the paragraph mark confused earlier FM releases - not sure if it's still true in later releases.
HTH
Regards,
Peter
Peter Gold
KnowHow ProServices
jwermont wrote:
Hi,
I'm using FrameMaker 8 on Windows.
I'm trying to create a character tag that marks certain paragraphs so they're easier to find later. The only thing I want to change is the color. I want all the other attributes, regardless of the paragraph tag, to remain as they are.
Here's what I've done:
First, I highlighted the text to be changed. The text in this paragraph had font size 10 and regular weight.
I selected New Format from the Commands menu, named it "Rewrite" and added it to the catalog.
In the Character Designer, I set the size and weight to "As is", selected the new color, and clicked "Apply".
So far, so good - the text is the same as before in every way except the color.
Later, I wanted to mark some other text with this character tag. This text was in a paragraph that had a font size of 14 and bold weight. I highlighted the text and applied the "Rewrite" character tag.  I was expecting to see the highlighted text change color, but remain the same otherwise.
However, instead of changing only the color, the character tag changed the font size to 10 and the weight to regular. It seems that, when I created the character tag and selected "As is" for the font size, this was interpreted as meaning, "Use the font size that is currently defined in this paragraph tag as the font size for this character tag." Sure enough, when I looked at the character Designer, the size was set to 10 and the weight to regular, instead of "As is" for both.
Am I misunderstanding how to use "As is?" How can I get it to work the way I want it to?
Thank you!
Joyce Wermont

Similar Messages

  • How to apply a Character Style that's already been made in a template document?

    First of all I'd like to thank everyone that helps. I'm a complete beginner at scripting and appreciate all your help.
    I'm basically using GREP expressions to find patterns in a document and apply a Character Style which has already been made. This Character style was not made using script, but just in InDesign when making and setting up the template.
    var myDoc = app.activeDocument;
    //Clear the find/change grep preferences.
    app.findGrepPreferences = NothingEnum.nothing;
    app.changeGrepPreferences = NothingEnum.nothing;
    //Set the find options.
    app.findChangeGrepOptions.includeFootnotes = false;
    app.findChangeGrepOptions.includeHiddenLayers = false;
    app.findChangeGrepOptions.includeLockedLayersForFind = false;
    app.findChangeGrepOptions.includeLockedStoriesForFind = false;
    app.findChangeGrepOptions.includeMasterPages = false;
    //GREP Expression for finding all HEADERS
    app.findGrepPreferences.findWhat = ".+\n";
    //Applying formatting changes to put into All Caps, Bold and changing the font size to 12 pt.
    app.changeGrepPreferences.capitalization = Capitalization.allCaps;
    app.changeGrepPreferences.fontStyle = "Bold";
    app.changeGrepPreferences.pointSize = "12";
    myDoc.changeGrep();
    //Clear the find/change preferences after the search.
    app.findGrepPreferences = NothingEnum.nothing;
    app.changeGrepPreferences = NothingEnum.nothing;
    This is how I currently have it. I will manually define the changes to the text. The problem is, each template uses a different set of fonts and not all of them use Bold e.g. Sabon can use CE Bold.
    I would like to learn how to apply a Character Style and have tried looking around but nothing seems to work.
    Any help would be much appreciated.
    Thanks.

    select the text where u went  and run below  script after change group as per ur template.
    var myDoc = app.activeDocument;
    var mySel = app.selection[0];
    //Clear the find/change grep preferences.
    app.findGrepPreferences = NothingEnum.nothing;
    app.changeGrepPreferences = NothingEnum.nothing;
    //Set the find options.
    app.findChangeGrepOptions.includeFootnotes = false;
    app.findChangeGrepOptions.includeHiddenLayers = false;
    app.findChangeGrepOptions.includeLockedLayersForFind = false;
    app.findChangeGrepOptions.includeLockedStoriesForFind = false;
    app.findChangeGrepOptions.includeMasterPages = false;
    //GREP Expression for finding all HEADERS
    app.findGrepPreferences.findWhat = "role";
    //Applying formatting changes to put into All Caps, Bold and changing the font size to 12 pt.
    //app.changeGrepPreferences.capitalization = Capitalization.allCaps;
    //~ app.changeGrepPreferences.fontStyle = "Bold";
    //~ app.changeGrepPreferences.pointSize = "12";
    app.changeGrepPreferences.appliedCharacterStyle=myDoc.characterStyleGroups.item("Style Group 1").characterStyleGroups.item("Style Group 2").characterStyles.item("Header")// Header is name of character name
    mySel.changeGrep();
    //Clear the find/change preferences after the search.
    app.findGrepPreferences = NothingEnum.nothing;
    app.changeGrepPreferences = NothingEnum.nothing;
    If it's help then click yes
    Mi_D

  • How to check one character NSString if it is A-Z?

    How to check a one character long NSString, to see if it falls between the range A-Z? including upper and lower case.
    thanks

    I think for anything Unicode, the meaning is self-defining. By this I mean "Marks" are the set of characters they have grouped together and called "Marks". I found this site that explains the categories. A German eszett ß is actually a lowercase character, not a mark. It seems that the Marks are special combining characters in Arabic, Hebrew, Tamil, etc.
    The key thing to keep in mind is that MacOS X is designed to work in all of those languages. So, if you are writing code to "check for lowercase", you have to realize that there are literally thousands of lowercase letters. You should probably have a graceful way to handle ß and similar characters. One thing I have done in the past is just substitute some special character for anything that isn't strictly "a-z". That way, regardless of the input, I know what the output will be. That worked for my particular application, but it isn't appropriate in all or even most applications.

  • How to apply bold character style with grep

    finding bold characters in a particular paragraph style
    I want to apply a character style
    app.findGrepPreferences = app.changeGrepPreferences = null;
    app.findGrepPreferences.string = String.Bold;
    if (app.findGrepPreferences.appliedParagraphStyle == myPar) {
    app.changeGrepPreferences.appliedCharacterStyle = myCar1;
    app.activeDocument.changeGrep();
    app.findGrepPreferences = app.changeGrepPreferences = null;

    Try this,
    app.findGrepPreferences = app.changeGrepPreferences = null;
    app.findGrepPreferences.fontStyle = "Bold";
    app.findGrepPreferences.appliedParagraphStyle = "myPar";
    app.changeGrepPreferences.appliedCharacterStyle = "myCar1";
    app.activeDocument.changeGrep();
    app.findGrepPreferences = app.changeGrepPreferences = null;
    Vandy

  • How to change one character string to char

    hi all
    i got string but only one character
    i got 1,2,3,E
    since i got 'E' here..........
    i need to convert to it to character....
    but how to change it.... i only know String to integer using Integer.parseInt() method....
    but i don't know about char...................

    You should really check the API first:
    http://java.sun.com/j2se/1.4.2/docs/api/index.html
    Take a look at String.charAt(int index) method.
    /Kaj

  • How to apply conditional build tags to the topic title that is displayed in Search tab of CHM?

    I have the project in which 2 different words are used to reffer to one objects (this word/term depends on the customer). All other information related to functionality, steps, etc. are common. So:
    In the help content (body of the files), I created 2 conditional build tags (CBT) for these terms.
    In TOC, if topic title contains the term, I created 2 different topics reffered to the single topic file, but the title of the topic shows correct term (depends on CBT).
    File names of this topics contain only term1.
    The problem occurs when I generate CHM for CBT2 and search for the term1 (marked with CBT1) using the Search tab. All occurrencies where term1 presence in the file name, appear in the found results.
    How can I resolve the issue?
    These topics must be found by search (that's why "Exclude from search" option is not a decision).

    Ahhh, you are correct. I believe it was Version 10 introduced that.
    So here's what I'd suggest. Even though you are unable to use a variable in a Topic Title, it can still be used in other places such as the TOC, the Index and in the Topic content. So I'd still recommend that you declare and use a variable for those items. Just to simplify things.
    As for any topics that have the term in the title, you could create two topics. One with the term one way and the other with the term the opposite way. Then use a Conditional Build Tag to exclude and remove the one that shouldn't be found.
    This may cause you a bit of a maintenance issue by having the same topic content in more than one place. (one for each topic)
    So to overcome that, you would be able to add the main body information to a topic and use an Inline Frame in the two topics that would then simply be shells with appropriate Topic Titles. Either that or declare a snippet and use the snippet in both topics. Put the main part in the snippet.
    Cheers... Rick

  • How to apply one exact menubar for multiple pages?

    I have a sidebar witch repeat itself over 7 other pages.
    If I come to neccesary to edit one or few components in sidebar's content, I have to cross all seven files and edit each individually.
    I came to conclusion that it would be much more confortably to have this sidebar in such manner which creates sidebar's modifications to all other files, after it's changed in one of them.
    Just how?
    Create it as seperated file and then, in some way, embed it into others? ("Just how?" once again)
    Any suggestions will be appreciated...

    Have a look at using a server side include (SSI).
    If I get what you mean, you put your HTML in a seperate file and call it say, navigation.php and then you can put a php include where you want the navigation in the page.  For php you would need to ensure that it is available on your server and you need to use .php for your file extensions.
    It's really easy to do.  Once you crack it, you can use php includes for other consistent elements of your page like say, your footer and header.  You do need to pay attention to links used in the include file because if you change the folder the page is in that calls the include file, the links might end up pointing to the wrong place.
    Once you're set up, you can easily edit the navigation.php code and it will update wherever you have that php include.  I can only do it with PHP but this technique is available with other flavours.
    Regards
    Martin

  • How to get one character at a specified index and put it in a mutablestring

    I am new in cocoa programing and i am stock.
    I am trying to get a character in a NSString and i want to put it in a NSMutableString with the command appendString.
    For now it's not working. I try with different approach but i didn't find the right way to do that. It's probably very simple but i just don't see hit.
    I try with characterAtIndex and with getCharater. And now i am thinking to use charcaterRange but i don't know how to articulate an NSRange.
    Maybe somebody could show an example of of what i have to do to do that.
    I put this <<<<<<<<<<<<<<<< to show where in my code it's not working
    Thanks a lot for your help it's very appreciate.
    *The header:*
    #import <Cocoa/Cocoa.h>
    @interface Controleur : NSObject
    NSMutableArray *touche_presser;
    NSMutableArray *typedevariable;
    NSMutableString *formule;
    int calculencours;
    int i;
    int n;
    IBOutlet NSTextField *affichagede_laformule;
    IBOutlet NSTextField *informationdesupport;
    -(void) awakeFromNib;
    -(IBAction)touche_clear:(id)sender;
    -(IBAction)touche_0:(id)sender;
    -(IBAction)touche_1:(id)sender;
    -(IBAction)touche_2:(id)sender;
    -(IBAction)touche_3:(id)sender;
    -(IBAction)touche_4:(id)sender;
    -(IBAction)touche_5:(id)sender;
    -(IBAction)touche_6:(id)sender;
    -(IBAction)touche_7:(id)sender;
    -(IBAction)touche_8:(id)sender;
    -(IBAction)touche_9:(id)sender;
    -(IBAction)touche_plus:(id)sender;
    -(IBAction)touche_moins:(id)sender;
    -(IBAction)touche_multiplier:(id)sender;
    -(IBAction)touche_diviser:(id)sender;
    -(IBAction)touche_egale:(id)sender;
    -(NSString *) constructionde_laformule;
    -(NSNumber *) analysed_unerafale: (NSString *) elementd_uneformule;
    @end
    *The Methode:*
    -(NSNumber *) analysed_unerafale: (NSString *) elementd_uneformule;
    // Ici, j'analyse une partie de la formule et retourne le résultat (nsnumber)
    // dans la variable resultatde_l_analyse_de_larafale
    int ia;
    int nombrede_caractere_dans_element_de_laformule;
    NSNumber *resultat_actuel;
    resultat_actuel = [[NSNumber alloc]initWithInt:0];
    NSNumber *resultat_precedant;
    resultat_precedant = [[NSNumber alloc]initWithInt:0];
    NSNumber *resultatde_l_analyse_de_larafale;
    resultatde_l_analyse_de_larafale = [[NSNumber alloc]init];
    NSMutableString *caractere_x;
    caractere_x = [[NSMutableString alloc]init];
    NSMutableString *operateur;
    operateur = [[NSMutableString alloc]init];
    nombrede_caractere_dans_element_de_laformule = [elementd_uneformule length];
    ia = 0;
    for (n=1; n <= nombrede_caractere_dans_element_de_laformule; n = n+1)
    ia++;
    char y = [elementd_uneformule characterAtIndex:ia]; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< here
    NSString *x = [[NSString alloc] initWithUTF8String: y]; //[NSString stringWithFormat:@"%@", y]; <<<<<<<<<<<<< and here
    [caractere_x setString:@""];
    [caractere_x appendString:x];
    return resultatde_l_analyse_de_larafale;
    @end
    P.S.
    Excuse my bad english i am french speaking

    I also couldn't figure out what your code is doing, but hope this sample code will help:
    NSString *firstString = @"Canada";
    NSMutableString *secondString = [NSMutableString stringWithCapacity:10];
    int index = random() % [firstString length];
    // get a substring of length 1 at the index position of firstString
    NSString *oneCharString = [firstString substringWithRange:NSMakeRange(index, 1)];
    // append the single-character substring to secondString:
    [secondString appendString:oneCharString];
    NSLog(@"firstString=%@ index=%d secondString=%@", firstString, index, secondString);
    I was testing the above when your first reply was posted. It uses the same method Et suggested, but I didn't want to just throw it away.

  • How to apply one animation to play 30 different images?

    I'm brand new to Edge Animate and I'm struggling to find the answer to this.
    I have an image that comes on to the screen from the left, then stops, then user clicks a button and the image exits stage right and next image needs to come on from stage left and do the exact same thing; user clicks same button as before, new image exits stage right and next image comes in stage left.
    This is repeated 30 times for 30 different images of drinks, so instead of animating every image is there a way to code it so i can get each image to automatically come on next after the user has clicked the button and the current image has exited?
    It's probably really straight forward but I just can't figure it out!

    Here is how I would do it but this is just me! Smarter people do other things.
    do no use the main timeline
    make one symbol with an out transition and an in transition of an empty div the size of your image or put the image in.
    add labels in and out
    if your images are all the same size you can load them in the same div as a background image or change your image to img instead of div a load the images
    load your images on a click event and play the symbol's labels
    var images = ['cat','dog','mouse','chicken','rabbit'];
    i=0;
    click event
    i++;
    sym.getSymbol('SymbolName').play('in');
    // as a background image of a div
    sym.getSymbol('SymbolName').$('imageContainerName').css({'background-image':'url("images/' +images[i]+'.jpg")';
    // as an img  (you need to change the div to img by selecting the image and changing div to img (top left of the left panel)
    sym.getSymbol('SymbolName').$('imageContainerName').attr('src','images/' + images[i]+'.jpg');
    You can also write the click event in composition ready:
    sym.$('button').click(function(){
    i++;
    sym.getSymbol('SymbolName').play('in');
    // as a background image of a div
    sym.getSymbol('SymbolName').$('imageContainerName').css({'background-image':'url("images/' +images[i]+'.jpg")';
    // as an img  (you need to change the div to img by selecting the image and changing div to img (top left of the left panel)
    sym.getSymbol('SymbolName').$('imageContainerName').attr('src','images/' + images[i]+'.jpg');
    You could also do that with a json file to load your images into your symbol:
    see rudimentary example i made a long time ago for a history course sample here: https://app.box.com/s/nadfi5pjmida4jplci6i
    Hope this makes sense.

  • How to apply inmath character style to fraction values

    Hi
    I try to apply inmath style to fraction values in indesign file.
    My code here:
    app.findGrepPreferences = NothingEnum.nothing;
                   app.changeGrepPreferences = NothingEnum.nothing;
                   app.findGrepPreferences.findWhat = myText;
                   app.changeGrepPreferences.appliedCharacterStyle = "Fraction Answers";
       app.changeGrep();             
    But it throws error "Invalid value for set property 'appliedCharacterStyle'
    Thanks
    Sangeetha

    Try this,
    app.findGrepPreferences = app.changeGrepPreferences = null;
    app.findGrepPreferences.fontStyle = "Bold";
    app.findGrepPreferences.appliedParagraphStyle = "myPar";
    app.changeGrepPreferences.appliedCharacterStyle = "myCar1";
    app.activeDocument.changeGrep();
    app.findGrepPreferences = app.changeGrepPreferences = null;
    Vandy

  • How to use one iPad on multiple computers on different networks using one AppleID

    Hi everybody.
    I'm living in two places, 250 km distant, both equiped with PCs, one running Windows 7 and the other Windows XP. They run last version of iTunes ans I use the same Apple Id.
    As one is the backup of the other, both have all the videos I'd like to broadcast on may iPad (not enough place, so no download). Some of them are TV shows I bought from iTunes, other one are personnal videos.
    All was perfect on the first PC (the one running Windows 7) until I activate the same setups on the second one. Now all is fine on that PC, but home sharing on the first one doesn't work anymore. When I open Videos (the application) on iPad, the only thing I see on the menu is "TV show", wich allow me to download the TV shows I bought. I guess they are donwloaded from Internet, not from the computer running iTunes on the local network. And I don't see anymore the "shared" menu I saw before that allow me to broascast personnal videos.
    The Apple support say that what I'd like to do is not supported yet, but I'm not shure they really understand my configuration.
    Does anybody use successfully the same configuration, or did someone encounter the same problem ?
    Thank's

    I do not understand the qestion.  When you get a CC subscription you get it for specific software... or you can get a plan that covers multiple applications.

  • How to use one ipod on another computer using different music

    Here's my situation: I want to use my son's ipod on my computer. I want to erase the tunes on his ipod and use my itune playlist (Not to worry-I've bought him a new nano...) with his ipod.
    I also want to be able to install the new nano and have the new nano read his existing itune list on his computer. Any advice?

    You just need to connect the iPod and if it is set for automatic update you will get a message that your iPod is linked to a different library and asking if you want to link to this one and replace all your songs etc. Pressing "Yes" will remove all the songs currently on the iPod and replace them with yours. Alternatively you can restore your iPod, this will erase the hard drive, reload the software and put it back to default settings. Once the restore is complete it should connect to iTunes and give you a prompt to rename the iPod and automatically update your library onto the fresh installation: Restoring iPod to Factory Settings
    For info: iPod 101
    The iPod offers three ways to transfer music from your computer. You can select one of the following update modes from the iPod Preferences menu in iTunes (Edit=>Preferences=>'iPod' tab):
    1) Automatically update all songs and playlists. This is the default mode, in which your entire music library, including playlists, is automatically synced to your iPod. If the music library on your computer exceeds the iPod storage capacity, you are prompted to select a different update method.
    2) Automatically update selected playlists only. With this option, iTunes automatically copies the playlists you have selected to the iPod when you connect it to the computer.
    3) Manually manage songs and playlists. You can also choose to transfer music to the iPod manually. This allows you to drag and drop individual songs and playlists from iTunes to the iPod.
    As for the new one, just connect it to your son's computer and it will walk you through the installation and update from his iTunes.

  • How to install one app on several iPhones with different AppleID

    Hi all,
    I have to roll out a view iPhones (approx. 500) in the next days and all of them need one app on it in advance before I can provide the user with the unit.
    All iPhones should work with a different AppleID and the app has to be updated by iTunes Store in the future.
    To be more specific:
    approx 500 iPhone 5
    MobileIron is the app
    every iPhone uses a different AppleID in the future
    Is there any way to install the MobileIron app with NO APPLEID and the future used AppleID will be implemented into the app so that it will be updated with the real users AppleID in the future?
    I think there must be a way without using an own "App Store" in the company or without a general AppleID for all users ...
    Any help appreciated
    Thanks

    I think Apple has this same problem with all of the MDM solutions that use an app.
    Apple, Enterprises need to be able to push these MDM agents out, update and maintain versions.  Sharing an Apple ID and making every user bring their device in so we can use configurator is ridiculous when you purchase an MDM solution you expect to be able to handle app deployment without Apple Store interference.  Also ridiculous is making people that don't want Apple IDs set them up, we can't make people do this.  So we can't make them keep their apps up to date, and we have to have them bring their devices in to us to manually update.
    Integrating Apple devices into the Enterprise is setting us back 20 years in support.  We've learned to automate deployment for everything now these devices come along with the app store and they are so consumer focussed that they cannot even be managed in an Enterprise properly.

  • Transfer assets from one asset class to another having different depreciation keys.

    Hi Gurus,
         I am a noob in FICO, and I am facing a problem while transferring assets from one asset class to another.
    Below is the scenario.
    I created two assets 100000000000-0 under asset class 4690a and 200000000000-0 under asset class 4690b. And I am trying to transfer the
    asset from class 4690b to 4690a by selecting the option ‘New Asset’ in the transaction ABUMN. While doing this, I am receiving an error message as below.
    'Posting with trans. type 300 not possible (No acquisition posted).'
         Message No. AA324.
    Diagnosis:
         Transaction type 300 belongs to a transaction type group, which can only be used to post to assets to which posting has already been performed. However, no postings have been made to this asset.
    Procedure:
         Use a transaction type from a transactio type group, which can be used for the first acquisition to an asset.
    The error is related to the transaction type which I hadn’t explicitly created anywhere. But, when checked in transaction AO76, the transaction  type 300 belongs to the transaction type group 30. In this group I am not able to find any solution related to the error.
    Moreover, in some of the threads in SCN, I read that modifying the transaction type group might lead to something fatal.
    Kindly help me in the below.
    1. What exactly the error message is related with?
    2. Is there any other method to transfer the asset to another class?
    Please let me know if any further details are required regarding the scenario.

    Hi ,
    I understand that you want to transfer the old asset to new asset with different asset class with different depreciation keys and the old asset is not yet capitalized and does not have any Asset Values.
    Assuming that since the First Asset is not yet capitalized, that seems to be that its just that ASset Master is created and no Asset Values appear in the Asset.(in other words no acquisition, capitalization, no dep. start etc.)..
    Alternatively this asset can be advised to be blocked and flagged for deletion and create a new Asset in the new Asset Class and then capitalize the new asset by doing the acquisition according to the business process i.e. either via PO based process(GR) or Non PO based process.
    The transfer of asset is required incase the old asset still have the values and you are transferring the old asset to new one with the left over values.
    Also would request you to kindly share some screenshots of the AW01n of the old asset and screenshots of the AS03 to have more idea on it and provide a better solution to the same..
    Warm Regards,
    Vineet

  • How to change character tag

    Hi, does anyone know how to change the character tag, I want to change it from body to link for some marks, thanks in advance.

    I have a sample that shows how to apply a character format... perhaps that is what you need? I'm thinking that "changing a format" really just means "apply another format." You can get it here:
    FrameMaker ExtendScript Samples - West Street Consulting
    Russ

Maybe you are looking for

  • Ac power adapter is not working

    i bought this item apox. 9/10 months ago from Tesco so i dont know if i have any cover? HP Photosmart Plus All-in-One Printer - B209a ac power adapter is not working and i ready own hp printers and dont want to have to splash out on another. please

  • MY HP ENVYM6 WILL NOT PRINT FROM MY Canon DEFAULT PRINTER

    My notebook HP ENVY M6  will not print when asked i have a Canon MX515 as my default printer and using wireless conection. I also have a HP pavilion dv6000 that works fine on the same wireless connection. My HP ENVY M6 is on windows 8.1 and my HP pav

  • Exception in OSM 7.0 when XSLT Automator received message from JMS

    Hi I have been prototyping on OSM 7.0 on Linux. I have a simple project, with two "Automated tasks" and some manual tasks. The first Automated task is using a XSLT Sender, and sends a message to a JSM queue "A". The second Automated task is using a X

  • DVDs that worked on the older computer get spat out in the macbook pro

    My imac G4 could pretty much only read and write on Sony DVD-R Ver. 2.0/1x-8x. It could write on TDK DVD-R 8x but not read it. Now the new macbook pro can read the TDKs with out any problems but not the many SONY dvds that I have been using on the im

  • Debugging using browser.

    HI, We need to debug the code using the browser.and we are using the external ITS . For this we have added the parameter rdisp/tpda_for_ext = 1 to the application servers profile.and also Set an external breakpoint. Go to SE80 Utilities->Settings->AB