Typographic features used in Styles disappear randomly?

Hi there. I've been making a document in Pages '08 with paragraph styles that involve typographical features (from Typography under the gear menu in the Fonts panel; e.g. uppercase numbers, swash caps, etc.). It all works great, except that occasionally when Pages isn't open, somehow the typographical features get reset to the defaults. All the fonts and sizes and everything stay the same, but the typographical features die. Just recently I exported a PDF of the document, which retained the typography styles, but just recently they were removed in the actual document (they also don't show up in the Quick Look preview at this point). I have to go back and add them all manually. This has happened multiple times. What's going on? Can I prevent this from happening again?

Hello Tom
As the components of a Pages documents are files with no resource fork, the mode of transfer can't be the culprit as far as the OP may open the doc.
The only drawback is that on some medias the structure of the Package is not recognized (this is why zipping it is a good practice). But in such a case, the Index.xml.gz file is unavailable and the doc don't open … which is not the described behavior.
The typographical attributes are described this way in the Index.xml file:
<sf:anon-styles>
<sf:paragraphstyle-ref sfa:IDREF="SFWPParagraphStyle-10"/>
<sf:characterstyle sfa:ID="SFWPCharacterStyle-7" sf:parent-ident="character-style-null">
<sf:property-map>
<sf:atsuFontFeatures>
_<sf:mdata sfa:ID="NSMutableData-0" sl:b64data="AA4ABA=="/>_
</sf:atsuFontFeatures>
</sf:property-map>
</sf:characterstyle>
<sf:layoutstyle-ref sfa:IDREF="SFWPLayoutStyle-17"/>
<sf:characterstyle sfa:ID="SFWPCharacterStyle-8" sf:parent-ident="character-style-null">
<sf:property-map>
<sf:atsuFontFeatures/>
</sf:property-map>
</sf:characterstyle>
<sf:paragraphstyle sfa:ID="SFWPParagraphStyle-52" sf:parent-ident="paragraph-style-32">
<sf:property-map>
<sf:atsuFontFeatures>
_<sf:mdata sfa:ID="NSMutableData-1" sl:b64data="AAEACgAEAAE="/>_
</sf:atsuFontFeatures>
<sf:fontName>
<sf:string sfa:string="MyriadPro-Regular"/>
</sf:fontName>
</sf:property-map>
</sf:paragraphstyle>
<sf:characterstyle sfa:ID="SFWPCharacterStyle-9" sf:parent-ident="character-style-null">
<sf:property-map>
<sf:atsuFontFeatures>
_<sf:mdata sfa:ID="NSMutableData-2" sl:b64data="AAoABA=="/>_
</sf:atsuFontFeatures>
</sf:property-map>
</sf:characterstyle>
<sf:layoutstyle-ref sfa:IDREF="SFWPLayoutStyle-14"/>
<sf:characterstyle sfa:ID="SFWPCharacterStyle-10" sf:parent-ident="character-style-null">
<sf:property-map>
<sf:atsuFontFeatures>
_<sf:mdata sfa:ID="NSMutableData-3" sl:b64data="AAoAAw=="/>_
</sf:atsuFontFeatures>
</sf:property-map>
</sf:characterstyle>
<sf:layoutstyle-ref sfa:IDREF="SFWPLayoutStyle-10"/>
</sf:anon-styles>
My guess is that in this kind of entry:
<sf:mdata sfa:ID="NSMutableData-3" sl:b64data="AAoAAw=="/>
the string sl:b64data=… is specific to a machine (linked to available fonts).
If I am right, it may be described as a design flaw.
Yvan KOENIG (from FRANCE jeudi 9 octobre 2008 16:25:08)

Similar Messages

  • Screen orientation rotating randomly, ability to use touchpad/keyboard disappearing randomly.

    On occasion, for no apparent reason, my screen will rotate to any orientation. I have to put it into, and out of, sleep mode in order to get the orientation back to where needed.
    Also, on occasion, for no apparent reason, I lose the ability to use my touchpad and keyboard, and need to use the touchscreen in order to do anything. I also need to put it into, and out of, sleep mode in order to regain use of the touchpad and keyboard. 
    I've updated all software and drivers out of frustration, but nothing has helped. Help!! 

    I have a ThinkCenter All in One Desktop - this exact problem is happening to me year three into owning it.  I've unplugged the mouse, the keyboard, installed new drivers, uninstalled drivers, bought and returned mouse - and all of my equipment is attached, so there is no bluetooth to place the blame
    did anyone find a solution to this problem on their own before i have to spend more time calling Lenovo directly?

  • My batch feature in bridge has disappeared completely after update, I uninstalled everything adobe CC using the cleaner tool

    My batch feature in bridge has disappeared completely after update, I uninstalled everything adobe CC using the cleaner tool.
    I sue the batch feature for my job everyday to batch multiple images with a custom action, I need this feature back ASAP
    Iam on a new 27 IMAC OSX 10.9.4
    Adobe CC 2014 newest version completely up to date.

    The cleaner tool doesn't touch presets, templates or other user data. All it does is flush the installer database to remove blockages. The last time it actualyl deleted any files and folders was with CS3. so whatever you did, you may have hit the wrong button. And while I underrstand your frustration, the download pages states that you are advised to backup your data, regardless...
    Mylenium

  • Repost:Use Page style feature for portlet

    All,
    How do i simulate the 'use page style' feature for a custom portlet ? Currently, I have to hard code the style.
    thanks

    The following is from one of the sample portlets (comments incl):
    Display the content of the portlet in the show mode.
    Use the wwui_api_portlet.portlet_text() API when generating the content of the portlet so that the output uses the portlet CSS.
    htp.p(wwui_api_portlet.portlet_text(
    p_string => 'Hello World - Mode Show'
    ,p_level => 1
    I assume this is what you are looking for--the level would be the Portlet Text level, and you could substitute a parameter.
    HTH!

  • How to simulate 'Use Page style' for a portlet

    All,
    How do i simulate the 'use page style' feature for a custom portlet ? Currently, I have to hard code the style.
    thanks

    uploaded gif under mime repository

  • [svn:fx-trunk] 11027: Changes to enable using multiple style managers.

    Revision: 11027
    Author:   [email protected]
    Date:     2009-10-20 08:50:09 -0700 (Tue, 20 Oct 2009)
    Log Message:
    Changes to enable using multiple style managers.
    Multiple style managers are not the default yet. Can be enabled by compiling with -create-style-manager.
    QE notes: None.
    Doc notes: None.
    Bugs:
    Reviewer: Alex, Paul
    Tests run: checkintests, all mustella
    Is noteworthy for integration: Yes.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/containers/FormItem.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/DateField.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridColu mn.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/dataGridClasses/DataGridItem Renderer.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/Application.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/FlexChangeEvent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/CursorManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/DragManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/managers/dragClasses/DragProxy.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/halo/BusyCursor.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSStyleDeclaration.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManager.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleManagerImpl.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/StyleProtoChain.as
        flex/sdk/trunk/frameworks/projects/halo/src/mx/skins/halo/BusyCursor.as
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingExtension. java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/common/CompilerConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleDef.vm
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StyleModule.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/css/StylesContainer.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/ImplementationGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/InterfaceGenerator.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/MxmlConfiguration.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/gen/ClassDefLib.vm
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/lang/StandardDefs.java
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/mxml/rep/MxmlDocument.java
        flex/sdk/trunk/tools/dependencychecker/flex/tools/dependencychecker/FrameworkSwcDependenc yRules.java
    Added Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/CSSMergedStyleDeclaration.as

    add type: 'random', to the script below and see what, IF anything happens. I've added after fit: and height: (see below)
    <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow         slideshowAddCaption=false;
    $(document).ready(function() {
    $('#slideshow').cycle({
      after:   slideshowOnCycleAfter, //the function that is triggered after each transition
      autostop:   false,     // true to end slideshow after X transitions (where X == slide count)
      fx:    'fade,',// name of transition effect
      pause:   true,     // true to enable pause on hover
      randomizeEffects: false,  // valid when multiple effects are used; true to make the effect sequence random
      speed:   2000,  // speed of the transition (any valid fx speed value)
      sync:   false,     // true if in/out transitions should occur simultaneously
      timeout:  5000,  // milliseconds between slide transitions (0 to disable auto advance)
      fit:   false,
    type: 'random',
      height:     '600px',
      width:         '0px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
    if (slideshowAddCaption==true){
       $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>

  • Layer Styles Disappearing from my list

    When I first launch Photoshop and load a preset layer style I can get a full list of available presets to load. After clicking on an element and actually using a layer style on it I no longer can get my full list of available presets to load. The list is cut to 1/3 of the original list.
    So the full list is available and in the folder but once using a layer style it seems most of the layers styles disappear from the load menu. I have had no problem with this for months and made no changes over the last few days so this is mind boggling.
    Is this a known bug? Any suggestions?

    Hi there! Because the forum you originally posted in is for beginners trying to learn the basics of Photoshop, I moved your question to the Photoshop General Discussion forum, where you'll get more specialized help.
    To help others help you, please read through this article and provide any additional relevant details.

  • FAQ: What features use the GPU and how do I troubleshoot GPU issues?

    Photoshop CS6 GPU FAQ
    Introduction
    This document provides a quick reference guide to video card usage in Photoshop.  Some features require a compatible video card to work; if the video card or its driver is defective or unsupported, those features will not work at all.  Other features use the video card for acceleration and if the card or driver is defective those features will run more slowly.
    Mercury Graphics Engine
    The Mercury Graphics Engine (MGE) represents features that use video card, or GPU, acceleration. In Photoshop CS6, this new engine delivers near-instant results when editing with key tools such as Liquify, Warp, Lighting Effects and the Oil Paint filter. The new MGE delivers unprecedented responsiveness for a fluid feel as you work.
    MGE is new to Photoshop CS6, and uses both the OpenGL and OpenCL frameworks. It does not use the proprietary CUDA framework from nVidia.
    In order to use MGE, you must have a supported video card and updated driver. If you do not have a supported card, performance will be degraded. In most cases the acceleration is lost and the feature runs in the normal CPU mode. However, there are some features that will not work without a supported video card.
    GPU features added in Photoshop CS6
    Adaptive Wide Angle Filter (compatible video card required)
    Liquify (accelerated by compatible video card with 512MB VRAM, GPU mode unavailable on Windows XP)
    Oil Paint (compatible video card required)
    Warp and Puppet Warp (accelerated by compatible video card, GPU mode unavailable on Windows XP)
    Field Blur, Iris Blur, and Tilt/Shift (accelerated by compatible video
    card supporting OpenCL, GPU mode unavailable on Windows XP)
    Lighting Effects Gallery (compatible video card required with 512MB
    VRAM, unavailable on Windows XP)
    New 3D enhancements (3D features in Photoshop require a compatible video card with 512MB VRAM, unavailable on Windows XP):
    Draggable Shadows
    Ground plane reflections
    Roughness
    On-canvas UI controls
    Ground plane
    Liqht widgets on edge of canvas
    IBL (image based light) controller
    * Note that all 3D features are unavailable on Windows XP in Photoshop CS6
    GPU features added in previous versions of Photoshop
    Scrubby Zoom. See Zoom continuously
    Heads Up Display (HUD) color picker. See Choose a color while painting
    Color sampling ring. Choose colors with the Eyedropper tool
    Brush dynamic resize and hardness control. See Resize or change hardness of cursors by dragging
    Bristle Brush tip previews. Bristle tip shape options
    Rule of thirds crop grid overlay. Crop images
    Zoom enhancements. Smooth display at all zoom levels and temporary zoom. See Zoom continuouslyTemporarily zoom an image
    Animated transitions for one-stop zoom.
    Flick-panning.
    Rotate the canvas. Use the Rotate View tool
    View nonsquare pixel images. Adjust pixel aspect ratio
    Pixel grid. Hide the pixel grid
    Adobe Color Engine (ACE).
    Draw Brush tip cursors. Resize or change hardness of cursors by dragging
    Adobe Bridge GPU features
    Preview panel
    Full-screen preview
    Review mode
    See Preview and compare images in Adobe Bridge CS6 Help for information on all of these features.
    GPU/OpenGL preferences in Photoshop CS6
    The advantages of using a compatible video card (GPU) with Photoshop are that you can experience better performance and more features.   Problems can occur if you have an older video card with limited VRAM or if you use other programs at the same time as Photoshop that use the GPU.
    Choose Edit > Preferences (Windows) or Photoshop > Preferences (Mac OS).
    In the Performance panel, make sure Use Graphics Processor is selected in GPU Settings.
    Click Advanced Settings and specify the following options:
    Mode > Basic
    Mode > Normal
    Mode > Advanced Provides the benefits of Normal mode as well as newer OpenGL advances that can result in improved performance.
    Use Graphics Processor to Accelerate Computation
    Use OpenCL Uses the GPU to accelerate the new blur filters (Field Blur, Iris Blur, and Tilt-Shift) – OpenCL will only be available on newer GPUs that support OpenCL v1.1 or higher
    Anti-Alias Guides And Paths Allows the GPU hardware to smooth the edges of drawn guides and paths.
    30 Bit Display (Windows only) Allows Photoshop to display 30 bit data directly to screen on video cards that support it
    Quick GPU Troubleshooting Steps
    You can experience problems such as artifacts, errors, and crashes if there are incompatibilities between Photoshop and the display components that access the GPU.
    If you experience crashes, incorrectly rendered windows or objects, redraw issues, or performance issues while running Photoshop, first determine whether OpenGL is causing the problem.
    Turn off OpenGL.
    Choose Edit > Preferences (Windows) or Photoshop > Preferences (Mac OS).
    In the Performance panel, uncheck Use Graphics Processor. Click OK.
    Restart Photoshop, and perform the same function.
    If the problem recurs while OpenGL Drawing is disabled, OpenGL is not the cause. For additional troubleshooting, see Troubleshoot system errors and freezes | Adobe software on Windows (cpsid_82252) or Troubleshoot system errors and freezes | Adobe software on Mac OS 10.x (cpsid_82414).
    If the problem resolves, proceed with the rest of the troubleshooting steps to fix OpenGL.
    Make sure that you're using the latest update of Photoshop.Updates fix bugs and issues.
    Update the display driver.Updated display drivers can fix many issues, such as crashing, incorrectly rendered objects, and performance problems. Determine what video card you have and go directly to the manufacturer's website (nVidia or ATI/AMD) and download the latest driver. (Note: Simply doing a Windows Update is does not guarantee you are using the latest driver. You must go directly to the nVideo or ATI/AMD websites to get the absolute latest driver.) After you update your driver, turn on Use Graphics Processor in Photoshop preferences.
    Reset preferences.
    Resetting preferences returns OpenGL settings to their default status. Reset Photoshop preferences by pressing and holding Shift+Ctrl+Alt (Windows) or Shift+Option+Command (Mac OS) immediately after you start Photoshop.
    Click Yes when asked if you want to delete the Adobe Photoshop Settings File.
    Retry the function that caused the problem.
    Change the OpenGL mode to Basic.
    Setting the OpenGL mode to Basic uses the least amount of GPU memory and the most basic GPU feature set.
    Close all documents.
    Choose Edit > Preferences (Windows) or Photoshop > Preferences (Mac OS)
    In the Performance panel, click the GPU Settings Advanced Settings button.
    Choose Mode > Basic
    Restart Photoshop.
    If this solution resolves the problem, switch to Normal mode. See if the issue recurs. If the issue recurs, return to Basic mode.
    Note:  If you’re changing GPU preferences to troubleshoot a problem, re-launch Photoshop after each change.
    If you are using more than one video adapter, remove the additional cards.
    Multiple video adapters can cause problems with GPU accelerated or enabled features in Photoshop. It's best to connect two (or more) monitors into one video adapter. If you have to use more than one video adapter, make sure that they are the same make and model. Otherwise, crashes and other problems can occur in Photoshop.
    Note: Using two video adapters does not enhance Photoshop's performance.
    Check your Cache Levels setting.
    If you've set your Cache Levels to 1 in Photoshop preferences, you can experience performance issues with GPU features. Reset Cache Levels to the default setting, which is 4.
    Choose Edit > Preferences > Performance (Windows) or Photoshop > Preferences (Mac OS)
    In the Performance panel, choose Cache Levels > 4.
    The GPU Sniffer
    To help guard against Photoshop crashes related to bad GPU hardware or drivers, Photoshop employs a small program called the GPU Sniffer. Every time Photoshop is launched, Photoshop launches the sniffer. The sniffer runs rudimentary tests of the GPU and reports the results to Photoshop. If the sniffer crashes or reports a failure status to Photoshop, Photoshop will not use the GPU. The Use Graphics Hardware checkbox in the Performance panel of the Preferences will be unchecked and disabled.
    The first time the sniffer fails, Photoshop will display a dialog indicating that it has detected a problem with the GPU. On subsequent launches the dialog will not appear unless the Photoshop preferences are reset.
    If the user corrects the problem, either by replacing the video card or by updating the driver, then the sniffer will pass on the next launch and the Use Graphics Hardware checkbox will be enabled and returned to its previous state (enabled or disabled).
    Tested video cards for Photoshop CS6
    Adobe tested the following video cards before the release of Photoshop CS6. This document lists the video card by series. While the minimum amount of VRAM supported on video cards for Photoshop CS6 is 256MB, some features require 512MB of VRAM to be enabled.
    Note: Adobe tested laptop and desktop versions of the following cards. Be sure to download the latest driver for your specific model. (Laptop and desktop versions have slightly different names.)
    nVidia GeForce 8000, 9000, 100, 200, 300, 400, 500 series 
    nVidia Quadro 400, 600, 2000, 4000 (Mac & Win), CX, 5000, 6000
    AMD/ATI Radeon 2000, 3000, 4000, 5000, 6000, 7000 series
    AMD/ATI FirePro 3800, 4800, 5800, 7800, 8800, 9800, 3900, 4900, 5900, 7900
    Intel Intel HD Graphics, Intel HD Graphics P3000, Intel HD Graphics P4000
    Note: ATI X1000 series and nVidia 7000 series cards are no longer being tested and are not officially supported in CS6 – some basic GL functionality may be available for both these cards.
    Note: 3Dand some Open GL features are disabled on Windows XP, as stated on : http://labs.adobe.com/technologies/photoshopcs6/

    I've had several timeout since the pings were started. Got a some response times > 1ms (nothing greater than 7 or 8ms), but no timeouts.

  • XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    XML page cannot be displayed cannot view XML input using XSL style sheet Please correct the error and then click the REfresh

    Is the error message displayed in Firefox or in IE, or in a customized window that doesn't identify the browser?
    ''If it displays in Firefox:''
    It's possible that the Troubleshooter doesn't work correctly unless IE is your default browser. You could test that possibility by having IE make itself the default and testing the Troubleshooter again.
    ''If it displays in IE or embedded in another Microsoft application:''
    In a web search I found these suggestions:
    (1) Reset your Internet Explorer settings, according to http://answers.microsoft.com/en-us/ie/forum/ie8-windows_7/cannot-view-xml-using-xsl-style-sheet/ccfe80c6-c0db-4594-a7e3-475f9eac0e85
    (2) Try the System File Checker, according to http://ask-leo.com/why_do_i_get_the_xml_page_cannot_be_displayed_after_running_a_microsoft_troubleshooter.html
    Any luck?

  • I am trying to use old style figures in Page '14 I guess, the latest version. Do I need to use a specific font? Where should I look.

    I am trying to use old style figures for a school typology project. I can't find them. I think I might need a specific font, but I dont know what that would be.

    austinjschafer wrote:
    The gear was at the top left, not the bottom. Just for future help.
    Thanks!  I guess they were bored with having at the bottom for 10 years....
    You will probably find that the typography panel in Pages 5 is kind of broken, you need to close it and reopen for each new font, and I think small caps and various other things do not work yet.

  • How to find out where i'm using a style

    Hello everyone
    I am an user of Indesign CS4, a few days ago I was working with some files and I had a very particular need. I want to know where some paragraph and character styles are being used in the content of my document. Is there any way, maybe a plugin that allows me to find them? let me use an example:
    I have a large file in indesign, lets say 100 pages and I have 25 Styles in it, sometimes when I select the unused styles in the stylesheet, I see marked as used some styles that I don't remember where were used, so, I have to click every paragraph to get the information, and that is a very time consuming task.
    is there any way I can select a style on the stylesheet and get information about the text where has been used? and not from the oposite side like everyone knows .?
    Thanks to anyone who can give me answer to my question

    You can use Find/Change to search for any paragraph or character style. Just click on the More Options button to access formatting options.
    For a global at-a-glance overview you could change the style to use a custom underline, like a thick pink underline that’s shifted up so it acts more like a highlighter. Use a custom spot colour then se the Separation Preview panel to show only that colour. Any page without anything on it doesn’t use that style.

  • How to effectively use Character Styles

    Hello, I am fairly new to InDesign, but have an extensive background with FrameMaker. I am having trouble figuring out how to best use character styles in ID, because of the difference between it and FM.
    Lets say I have two different body text styles, which use different fonts or different sizes, each of which is saved as a paragraph style.
    In Framemaker, when you go into the Character Style editor, for each value you can select the value "As Is". So if I want to make a Bold character style, I leave the font and size attributes set to "As Is" and I change only the weight attribute to Bold.
    Now, I can select either Body Text 1 or Body Text 2 for the paragraph style and if I want to bold a word, I just highlight that word and select the Bold character style. The text is bolded but everything else that is unique to that paragraph style remains. If I ever need to unbold the word, I can just select it and then select No Style from the Character Style catalog
    But in ID, it looks like you have to define the value for each attribute in the Character Style editor. So I would need to create two separate bold styles, one for each paragraph style, because if I define the font and size, it will switch those  values as well as the weight. And if I need to create a separate Bold Character style for each paragraph style in which the default font is not bolded, what is the advantage of using character styles? Why not simply highlight the text and select the bold value from the Character palette, which then modifies the paragraph style just for those words that you bolded?

    Thanks,
    I was looking at some existing documents, which I think were created by folks who didn't know what they were doing (I am new to this job and all of the previous folks doing what I do are gone - and they clearly did not understand how to properly use styles). All of the fields had values in them, and when I didn't see an "As Is" value, it never occurred to me that I could just highlight the value and delete it to get rid of it.
    When you use a bunch of different Adobe products, even though they  have  fairly similar user interfaces, it is those differences that really get you.....
    Thanks, again

  • How to define the style for JTextArea using synth style xml file.

    Hi all,
    How can we align the text inside the JTextArea using synth style xml file.
    We defined a style for the TextArea. But the text is displayed immediately after the border. So we want to provide some space between the border and the text.We specified the insets as given below. But it is not reflecting during runtime.
    <insets top="3" left="3" bottom="3" right="3"/>
    Please help me if any one knows

    Hi Anju,
    This may help you.
    http://www.xenta.nl/blog/2009/10/28/oracle-soa-suite-11g-setting-and-getting-preferences/
    Preferrence Variable can be updated either thorugh EM console or ConfigPlan
    Regards,
    Richa

  • Cannot view XML input using XSL style sheet. Please correct the error and..

    Hi All,
    Scenario XML to IDOC.
    The interface determination decides whether to create IDOC X or IDOC Y based on a xml segment value.
    I have an error in the SXMB_MONI:
    <!--  Interface Determination
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="IF_DETERMINATION">CX_ID_PLSRV</SAP:Code>
      <SAP:P1>Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160).</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error when determining the inbound interface: Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Problem evaluating a condition: Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Exception CX_SWF_RLS_RULE occurred (program: CL_SWF_RLS_CONDITION==========CP, include: CL_SWF_RLS_CONDITION==========CM00Q, line: 160). Exception CX_SWF_RLS_OPERAND_MISSING occurred (program: CL_SWF_RLS_COMPARISON=========CP, include: CL_SWF_RLS_COMPARISON=========CM002, line: 63). Exception CX_SWF_RLS_OPERAND_MISSING occurred (program: SAPMSSY1, include: , line: 0). Exception CX_SWF_EXP_EVALUATE occurred (program: CL_SWF_EXP_EXPRESSION=========CP, include: CL_SWF_EXP_EXPRESSION=========CM027, line: 38). Exception CX_SWF_EXP_EXPRESSION occurred (program: CL_SWF_EXP_EXPRESSION=========CP, include: CL_SWF_EXP_EXPRESSION=========CM01Z, line: 520). Exception CX_SWF_EXP_EXPRESSION occurred (program: CL_SAI_SWF_RULE_ENGINE========CP, include: CL_SAI_SWF_RULE_ENGINE========CM00S, line: 42). Problem extracting values from the Payload: Check line 2 column 1 of the XML document</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    From the SXMB_MONI, the inbound message payload is truncated with an error:
    - <ProductIdentification>
      <GlobalProductIdentifier />
    - <PartnerProductIdentification>
    The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    The following tags were not closed: Pip3B12ShippingOrderConfirmation, ShippingOrder, ShipmentLineItem, isContainsHazardousMa...
    ">   <GlobalPartnerClassificationCode />
      <ProprietaryProductIdentifier>000000000000101369</ProprietaryProductIdentifier>
      </PartnerProductIdentification>
      </ProductIdentification>
    - <QuantityInformation>
    - <confirmedQuantity>
      <ProductQuantity>1.00</ProductQuantity>
      </confirmedQuantity>
    I've checked that the xml format is OK.
    As a matter of fact, if I try to resend the xml file from directory, the message is processed correctly and the payload shows all the xml file.
    Thanks.
    Daniele
    Edited by: Daniele*Verdone on Feb 1, 2010 11:22 AM
    Edited by: Daniele*Verdone on Feb 1, 2010 11:23 AM

    Hi Suraj,
    That option is not available in FTP mode..
    This option is applicable only for the File adapter. If you enter a value in this field when configuring the sender FTP adapter, it will have no effect.
    Yes, you're right !!
    Are you sure that the message is not getting picked in half-way
    Now, at this time, I can't see the XML data in the CC monitoring because the tool shows only the recent polling execute in the last 10 minutes. If the error recurs, I will check the payload of CC.
    How can I solve the problem with reading incomplete file (FTP mode)?
    ...Meanwhile I will try with Full cache refresh.
    Thanks
    Daniele

  • Using CSS Styles with Gridpanel

    Hello,
    It seems to me that the gridpanel component (and renderer) are
    producing incorrect HTML (or at least HTML that fails in IE and
    Netscape).
    The component has an attribute rowClass that renders as
    <TR class=specifiedClass> in the resulting table.
    Both IE and Netscape won't use the CSS class definition for
    the TR tag. They will however, use a style definition -- as in:
    gridpanel should have an attribute called rowStyle that is rendered
    as <TR style="specifiedStyle"> in the resulting table.
    Can anyone confirm this? Dispute this? Suggest a workaround?
    (other than creating my own component and renderer?
    Thanks!
    -Wile E

    This is a wrong forum for questions related to NetBeans and Spring.

Maybe you are looking for

  • How to Check product warranty in CRM based on R/3 invoice creation date

    Dear all, As per our client business process, for a sales product warranty starts once after creation of Invoice in ECC system. in that case, how to perform warranty check in CRM Complaints based on ECC Invoice creation date. Please suggest me the st

  • XML file to RFC (BAPI)

    hi can you please give the configuration steps that i have to follow while doing xml file to RFC, 1)configurations in XI part 2)configurations in R/3 part and i am using bpm in this scenario, is there any need of  "program id " while doing configurat

  • I keep getting error message 6001 on my Canon MX920 Printer.

    I keep getting error message 6001. I followed the instructions for that error code. No benefit. Help me. I need my printer to work!

  • Sample data extracts wanted

    My team is developing a custom reporting tool for the financial services industry. We are wondering if Oracle provides sample data (examples that we may see in the real world to test our reports). Does anyone know if Oracle provides sample data extra

  • T61 Win 7 Pro internal error 800106bb

    During boot-up I got the following error message: An internal error occurred (bpwb: bp-wb-dpi-ed-wbebu)). The option to swipe my finger did not occur.  I went to a normal signon with the password. That worked OK. I have had strange boot-ups in the la