Gumbo text elements and embedded fonts

Hi again,
ok I found the solution. The first time, I searched in the "CSS Advanced Selectors" spec document for the solution and I found nothing about it. Then I had the "great" idea to look in the only right place which is of course "Text Primitives (TextBox, TextGraphic, and TextView)". There I found the hint about "DefineFont4" which, with some search, led me to the solution:
1. Add the new property "cff: true" in the "@font-face" css block
2. Set the property fontLookup="embeddedCFF" for the text element
et voilà!
I hope this will save somebody else some time!
Haykel Ben Jemia
Allmas
Web & RIA Development
http://www.allmas-tn.com

OK,
I have given up messing with stylesheets, trying display:
block, inline, different ways of formatting the XML, messing with
XML.ignoreWhiteSpace, and XML.prettyPrinting etc.
I went down the route of encodeURI, using a RegExp to strip
out all tabs, linefeeds and carriage returns. This now gives
consistent results for all situations, even embedded and none
embedded fonts.
e.g.
_text:String = TEXT FROM XML, HTML TEXT etc
var st:String = encodeURI(_text);
var pattern:RegExp = /(%09)+|(%0A)+|(%0D)+/g;
st = st.replace(pattern, "");
st = decodeURI(st);
YOUTEXTFIELD.htmlText = st;
The <p> tags still behave as a <br/> tag, but you
can add an extra <br/> to simulate a paragraph.
Here is the example again with the updates,
Hope this helps someone

Similar Messages

  • AFEFontManager,TextLayoutFramework and embedded fonts

    Should we not use AFEFontManager in conjunction with TextLayoutFramework and embedded fonts. I have a project that was using the compiler argument -managers=flash.fonts.AFEFontManager. I would embed fonts from a loaded swf, but the fonts would be of type "embedded" instead of "embeddedCFF". Since the type wasn't embeddedCFF, the font wouldn't display correctly.
    I removed the -managers=flash.fonts.AFEFontManager argument and it works perfectly.
    So, is there a different way to reference the AFEFontManager? Or perhaps it's not necessary to do so at all?
    thanks.

    I think this question needs to go to the flex forum, since it is more about AFEFontManager. "embedded" fonts work with TextField, "embeddedCFF" fonts work with TLF and flash.text.engine. It's possible there is a way for you do this with embeddedCFF, that is a question for the Flex group, they are the best source fr information about the compiler.
    Thanks,
    - robin

  • Status gui, text elements and screens in Abap in Eclipse

    Hello everybody,
    Today i start using AiE, but i see that i can't create status gui, text elements and screens, the only method to achieve this is open sap gui (from eclipse) and create this directly there. I don't know if i am doing something wrong but i can't see how to create this objects in eclipse.
    Is SAP working to implement this options directly in Eclipse without having to go to sap gui?, if that's right, when are we going to see this options directly in eclipse?.
    In advance thank you very much.
    Best regards.
    Jhon Jairo Teran.

    Hi Jhon Jairo Teran,
    you are right, some development objects are currently only supported in AiE using the SAP GUI integration. However, with each release more and more features become available. For example, editing message classes was added in a recent release. The best way to keep up-to-date with the features of AiE is to follow the AiE space on SDN (ABAP in Eclipse).
    On thing to keep in mind is, that the availability of some features depends on the version of the backend system. Thomas Fiedler created a blog that contains the information which features are available with which backend version: ADT Feature Availability Matrix for AS ABAP Releases.
    Christian

  • Table for text elements and selection texts

    Hi All,
    In which DB table does SAP stores program name and corresponding text-elements and selection texts used in that program.
    There is a table D010TINF which just stores basic information but not the text elements number and name.
    Thanks in advance.
    Regards,
    Atish

    hi,
    table name - RS38M (take se11 and give this, u can confirm)
    field name  - STEXTT
    rgds
    anver
    if hlped pls rwrd points

  • Call text element and command in smart forms

    Hi, I have create a smart form that have one text element and one command. The command is for do a page break.
    I have seen that you can call the smart form from a program doing:
    1.-'SSF_FUNCTION_MODULE_NAME'
    2.-call function fm_name
    That is not ok for me because I want to call to the smart forms manually as befores it done with sap-script, open form, write , close form...
    What function Have I to use to call to the text element?
    What function Have I to use to call to the command?
    Someone have and example calling a smart form from an abap.
    Thanks in advance.
    MANUEL

    Hi Vinod, I do not understand very good that you propose.
    I explain more details of I have to do:
    I have a abap program that read and write some data, I want to pass every line of the report to smart form, and in some lines comes a break page that I have to force also in the smart form, the idea
    LOOP AT ITAB.
       IF ITAB-LINE EQ '<BREAK>'.
    BREAK PAGE IN SMART FORM
       ELSE.
    PASS ITAB-LINE TO SMART FORM
       ENDIF.
    ENDLOOP.
    In order to do that I have created in the smart forms one text element X_LINE that represents every line and a command NEWPAGE that force page break.
    Is possible to do that I want by the way that you propose?
    Thanks in advance.
    MANUEL

  • Dynamic text and embedded font

    Hi,
    I'm new to Flash and AS3, and I'm having a problem when I do
    the following: I create an empty dynamic text field in the
    authoring environment, click "Embed...", and choose the character
    sets that I want (I get the same results when I embed the entire
    font). The first time I change the contents of the text field with
    the command:
    text_field.text = "string 1";
    I get good results--the text appears in the correct font.
    However, subsequent attempts to update the .text property fail with
    no error message, and the field becomes blank.
    If I remove the embedded font by clicking "Don't embed" in
    the embedding dialog, then every time I update the field's .text
    property, it displays correctly using a local machine font.
    I've also tried embedding the font in the swf by creating a
    dynamic text field in the authoring environment, into which I place
    no text, creating a second, functional text field in actionscript,
    formatting it, using the "embed = true" property, and repeatedly
    updating the .text property with the same bad results as described
    above.
    I haven't tried using the [embed] metatag to dynamically load
    the font.
    I've tested the swf in IE7 and Firefox on two machines with
    the same results. What am I doing wrong?
    Thanks,
    Dave

    Okay, here's more information. The font that I've been trying
    to embed is Bitstream Vera Sans Mono. If I embed a different font,
    like Bitstream Vera Sans, I have no problem. It seems to me that it
    must be that my Bitstream Vera Sans Mono is corrupted, my .fla and
    .swf files are corrupted, or there's a bug in flash...

  • Flex and embedded fonts

    Hi everyone, I have an application that embeds some fonts with an XML configuration file:
    <?xml version="1.0" encoding="utf-8"?>
    <flex-config>
         <compiler>
             <fonts>
                 <local-font-paths>
                     <path-element>C:/windows/Fonts/Arial</path-element>
                 </local-font-paths>
             </fonts>
         </compiler>
    </flex-config>
    I use these fonts with a css like this:
    @font-face
         fontFamily: arialEmbeddedFont;         
         src: local("Arial");
         embed-as-cff:true;
    .teamName
         color:#FFFFFF;
         font-size:10px;
         horizontal-align:center;
         text-align:center;
         font-family:arialEmbeddedFont;
    My application shows a popup window  when there's a specific event (like a new friends connected in nomal  chat softwares). When I try to raise an event with this popup window, I  get this error:
    TypeError: Error #1034: Type Coercion failed: cannot convert  mx.managers::WindowedSystemManager@8e04971 to  flashx.textLayout.compose.ISWFContext.
    I searched on  the net but I found only another programmer with the same problem and,  unfortunately, no solutions... can somebody help me?
    Thanks!
    Davide

    TypeError: Error #1034: Type Coercion failed: cannot convert mx.managers::WindowedSystemManager@84ecdd1 to flashx.textLayout.compose.ISWFContext.
        at spark.components::Label/createTextLinesFromTextBlock()[E:\dev\4.x\frameworks\projects\spa rk\src\spark\components\Label.as:884]
        at spark.components::Label/createTextLines()[E:\dev\4.x\frameworks\projects\spark\src\spark\ components\Label.as:808]
        at spark.components::Label/http://www.adobe.com/2006/flex/mx/internal::composeTextLines()[E:\dev\4.x\frameworks\proje cts\spark\src\spark\components\Label.as:474]
        at spark.components.supportClasses::TextBase/measure()[E:\dev\4.x\frameworks\projects\spark\ src\spark\components\supportClasses\TextBase.as:533]
        at mx.core::UIComponent/measureSizes()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\ UIComponent.as:8216]
        at mx.core::UIComponent/validateSize()[E:\dev\4.x\frameworks\projects\framework\src\mx\core\ UIComponent.as:8140]
        at mx.managers::LayoutManager/validateSize()[E:\dev\4.x\frameworks\projects\framework\src\mx \managers\LayoutManager.as:617]
        at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:733]
        at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1072]

  • Link and embedded fonts

    Hi,
    I'm using this to set the general format of my text flow:
    <TextFlow xmlns='http://ns.adobe.com/textLayout/2008' fontSize='16' textIndent='0' paragraphSpaceAfter='0' paddingTop='5' paddingLeft='0' paddingRight='0' lineHeight='100%' fontFamily='RockwellCFF'>
    <TextLayoutFormat color='#ff0000' id='hoverOverBrand' />
    <TextLayoutFormat color='#00ff00' id='mouseDownOverBrand' textDecoration='underline' />
    <TextLayoutFormat color='#0000ff' id='defaultLinkBrand'/>
    <TextLayoutFormat color='#0000ff' id='hoverOverEmail'/>
    <TextLayoutFormat color='#0000ff' id='mouseDownOverEmail' lineThrough='true' />
    I'm also loading some embedded fonts, that's working ok.
    When I apply a link to the current selection, I use this code:
    IEditManager( textFlow.interactionManager ).applyLink( url, linkTarget, false);
    The problem I have is that when the link is applied, the selection looses it's font family value and there is no way to re-format it again.
    is it possible to declare a CFF setting in the "defaultLinkBrand" so all links keep the original font family?
    any ideas will be appreciated.

    Seems to work for me.  Attached is a complete example that I can build and run.  The dump methods show what fonts are actually used.  I don't have RockwellCFF so I used a different font.  If you could modify this example until its broken and pass it back we'd be in a much better position to figure out where the issue is.
    http://drop.io/oscar7878/asset/oscar7878-as
    (not sure how to attach a file here - let me know if this doesn't work)
    This is the output I get (I removed the clusters dump as that's not interesting).  It shows that the embedded font was used - it appears to be visually the case as well.
    <?xml version='1.0' encoding='UTF-8'?>
    <line ascent='11.09375000000' descent='3.45312500000' rotation='0'>
      <elements>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='43' pointSize='16.00000000000' x='0.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='72' pointSize='16.00000000000' x='11.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='79' pointSize='16.00000000000' x='18.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='79' pointSize='16.00000000000' x='21.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='82' pointSize='16.00000000000' x='24.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='y' fontName='myMinionPro' isBold='n' isItalic='n' gid='45' pointSize='16.00000000000' x='32.00000000000' y='0.00000000000' rotation='0' color='#FF0000CC'/>
        <glyph isEmbedded='y' fontName='myMinionPro' isBold='n' isItalic='n' gid='74' pointSize='16.00000000000' x='40.70410156250' y='0.00000000000' rotation='0' color='#FF0000CC'/>
        <glyph isEmbedded='y' fontName='myMinionPro' isBold='n' isItalic='n' gid='79' pointSize='16.00000000000' x='44.99218750000' y='0.00000000000' rotation='0' color='#FF0000CC'/>
        <glyph isEmbedded='y' fontName='myMinionPro' isBold='n' isItalic='n' gid='76' pointSize='16.00000000000' x='53.82421875000' y='0.00000000000' rotation='0' color='#FF0000CC'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='58' pointSize='16.00000000000' x='61.76025390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='82' pointSize='16.00000000000' x='75.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='85' pointSize='16.00000000000' x='83.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='79' pointSize='16.00000000000' x='88.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='71' pointSize='16.00000000000' x='91.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='3' pointSize='16.00000000000' x='99.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
      </elements>
    </line>
    <?xml version='1.0' encoding='UTF-8'?>
    <line ascent='11.09375000000' descent='3.45312500000' rotation='0'>
      <elements>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='43' pointSize='16.00000000000' x='0.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='72' pointSize='16.00000000000' x='11.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='79' pointSize='16.00000000000' x='18.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='79' pointSize='16.00000000000' x='21.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='82' pointSize='16.00000000000' x='24.00000000000' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='y' fontName='myMinionPro' isBold='n' isItalic='n' gid='45' pointSize='16.00000000000' x='32.00000000000' y='0.00000000000' rotation='0' color='#FF0000CC'/>
        <glyph isEmbedded='y' fontName='myMinionPro' isBold='n' isItalic='n' gid='74' pointSize='16.00000000000' x='40.70410156250' y='0.00000000000' rotation='0' color='#FF0000CC'/>
        <glyph isEmbedded='y' fontName='myMinionPro' isBold='n' isItalic='n' gid='79' pointSize='16.00000000000' x='44.99218750000' y='0.00000000000' rotation='0' color='#FF0000CC'/>
        <glyph isEmbedded='y' fontName='myMinionPro' isBold='n' isItalic='n' gid='76' pointSize='16.00000000000' x='53.82421875000' y='0.00000000000' rotation='0' color='#FF0000CC'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='58' pointSize='16.00000000000' x='61.76025390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='82' pointSize='16.00000000000' x='75.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='85' pointSize='16.00000000000' x='83.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='79' pointSize='16.00000000000' x='88.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='71' pointSize='16.00000000000' x='91.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
        <glyph isEmbedded='n' fontName='Times New Roman' isBold='n' isItalic='n' gid='3' pointSize='16.00000000000' x='99.47900390625' y='0.00000000000' rotation='0' color='#FF000000'/>
      </elements>
    </line>
    Richard

  • How to print a text of type text element and include text in same line

    hi,
    I am working on forms,
    i have to display like this in the form
    1.RFQ number, 2.Header text
    explanation for numbers
    1. The RFQ number is displayed using a variable so the text type is Text Element
    2. Header text, has to be got form the standard text , so the text type is include text.
    how can i print both in the same line.

    Hi ,
    You can use a charecter variable whos length >= length of RFQ no + Length of Header string .
    Concatenate both in this variable. And print the variable.
    Pls reward if useful.
    Laxman

  • Problem with PDF export and embedded font (characters disappear)

    Designer: Crystal Reports 2008 SP 2
    Engine: CR4E 2.0 SP2 (runtime_12.2.203)
    Hi there!
    we found a problem in the pdf export. It seems like there would be a problem with the embedded fonts, the problem is as follows:
    Rpt file with, for example only a text box which contains the german string " Änderungs Schlüssel ".
    Export the Rpt file with CR4E to a pdf file.
    When we open the pdf file in Adope Reader 8, the text appears to be correct,
    but if we print the PDF file from the Adope Reader, the text changes to " nderungs Schl sselu201C,
    here we are missing ther german umlaute.
    When we open the file for example with an alternative PDF reader like Foxit Reader, there they are also missing.
    After i found some posts here in the forum, there are people facing the same problem, since i couldn't find a solution in the forum, we build a little workaround for it that works for us.
    For all of you that have the same problem here the workaround:
    We used the IText JAVA library, this jar can can help as to fix the PDF file so the text is displayed correctly.
    Here the code:
    ReportClientDocument doc = new ReportClientDocument();
    doc.setReportAppServer(ReportClientDocument.inprocConnectionString);
    doc.open("C:\XY.rpt", OpenReportOptions._openAsReadOnly);
    //... database logon,.....
    InputStream inputStream = doc.getPrintOutputController().export(ReportExportFormat.PDF);
    inputStream = PDFHealer.heal(inputStream);
    //... write the stream some where

    The helper class using IText:
    import java.io.ByteArrayInputStream;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import com.lowagie.text.Document;
    import com.lowagie.text.DocumentException;
    import com.lowagie.text.pdf.PdfContentByte;
    import com.lowagie.text.pdf.PdfImportedPage;
    import com.lowagie.text.pdf.PdfReader;
    import com.lowagie.text.pdf.PdfWriter;
    public class PDFHealer
       public static InputStream heal(InputStream in) throws DocumentException, IOException
          try
             ByteArrayOutputStream out = new ByteArrayOutputStream();
             PdfReader reader = new PdfReader(in);
             // we retrieve the total number of pages
             int n = reader.getNumberOfPages();
             // step 1: creation of a document-object
             Document document = new Document();
             // step 2: we create a writer that listens to the document
             PdfWriter writer = PdfWriter.getInstance(document, out);
             // step 3: we open the document
             document.open();
             // step 4: we add content
             PdfContentByte cb = writer.getDirectContent();
             int i = 0;
             while( i < n )
                document.newPage();
                i++;
                PdfImportedPage page1 = writer.getImportedPage(reader, i);
                cb.addTemplate(page1, 0, 0);
             // step 5: we close the document
             document.close();
             ByteArrayInputStream ret = new ByteArrayInputStream(out.toByteArray());
             out.close();
             return ret;
          finally
             in.close();

  • Text elements and key figures with multiple restrictions

    Hi,
    I'd like to display text elements in my query according to the restricted key figures in it. There is a restricted key figure used multiple times with different base of restriction. (For exmple Sales in the past week and yesterday.)
    KF restricted by <i>actual calendar week</i>,  and
    KF restricted by <i>actual calendar day</i>
    When displaying text elements, only calendar week appears, however, if KF restricted by calendar week is removed from the query, calendar day is being displayed. (I suppose that both time characteristics are taken as filter values.)
    Is that possible to display both filter values at once? Or at least calendar day meanwhile still having the week-based restriction in the query?
    Thanx in advance,
    Gabor

    One option would be to not use the *MVAL keyword and load the amount and quantity in separate Data Manager package imports wherby you can easily assign the NA to the appropriate dimension.  When you import amount -- assign NA to P_UNIT and when you import quantity -- assign NA to P_CURRENCY.
    However I suppose you would prefer to have one import process. Unfortunately I think you will have to find an ABAP custom solution by calling the END_Routine BADI from the transformation file to deal with the currency and unit dimensions.
    Best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Applications Regional Implementation Group (RIG)

  • Problem with v9.4.4 and embedded fonts

    I have been using Acrobat for several years and have created and saved hundreds of PDF documents. Since upgrading to v9.4.4, all those are now unreadable. When I open any pdf saved to a previous version or new document saved to a PDF, I get the following error message:
    "Cannot extract the embedded font 'TDVVWC+MyriadPro-BoldCond'. Some characters may not display or print correctly."
    I don't know if this is a problem with Acrobat Pro or with Reader, but it has rendered every pdf file I ever created useless. Any help would be greatly appreciated.
    I use a MacBook Pro
    Mac OS X 10 v 10.6.7
    Acrobat 9 Pro v9.4.4
    Thanks,
    Jim

    aliday2 wrote:
    Larry and Phillip,
    Thanks for your help. I'm sure you both are right that it is a problem with OSX. Unfortunately, the font fix didn't work. What is odd is that the original documents open fine in Pages, and even the PDF's look and print fine if opened in Preview. It's only when the PDF's are opened in Acrobat that the fonts get messed up.
    The other thing that is strange is I emailed a PDF to a friend who opened the file in Windows. He got a similar error message (problem with embedded fonts...) but the fonts were not distorted and the PDF appeared fine.
    That's because the defective font was embedded in you document;  but, his machine likely has no issue with the font or is setup to use local fonts only.

  • How to display query variable in text element and format the text element

    Hi All,
    I want to display the value of the value of variable against fiscper3 and the value of the variable against 0fiscyear in the web application template from the query in the text element in the web template in BI 7 Web application designer.
    Also, in the web application designer I need to format the text element in the web application designer to set the text element to center the display change the size and make it bold. I am bit lost I cannot find these properties in the web application designer against the text element.
    Appreciate if you could kindly help.
    Thanks
    Karen

    Hi
    hope below tags would help you
    Re: Search by text on a variable
    Re: Need to display text part of TEXT variable in query designer
    regards
    nag

  • Resource Bundles and Embedded fonts - best practice

    Hello,
    I am in digging into creating a localized app and I would
    like to use embedded fonts.
    Ideally, I would like to have two locales (for example), each
    with a different embedded font and/or unicode range.
    For example, how do I set up my localized app so that EN uses
    Arial (Latin Range), and JP uses Arial Unicode MS with Japanese
    Kanji unicode range ?
    Note that I do know how to embed fonts with different ranges,
    I just don't know how to properly embed them into resource bundles
    and access them easily in style sheets.
    Thanks!
    -Daniel

    Hello!
    This is a very pertinent question, however as many things in life there is no one size fits all here.
    We basically recommend, as best practice, to allocate for each specific context only the estimated needed resources. These values should always come from a previous study on the network patterns/load.
    To accomodate for growth and scalability it is strongly advised to initially keep as many resources reserved as possible and allocate the unused resources as needed. To accomplish this goal, you should created a reserved resource class, as you did already, with a guarantee of 20 to 40 percent of all ACE resources and configure a virtual context solely with the purpose of ensuring that these resources are reserved.
    As you might already know ACE protects resources in use, this means that when decreasing a context's resources, the resources must be unused before then can be reused by other context. Although it is possible to decrease the resource allocations in real time, it typically requires additional overhead to clear any used resources before reducing them.
    Based on the traffic patterns, number of connections, throughput, concurrent SSL connections , etc, for each of the sites you will be deploying you will have a better idea on what might be the estimated needed resources and then assign them to each of the contexts. Thus this is something that greatly depends on customer's network environment.
    Hope this helps to clarify your doubts.

  • Missing Fonts and Embedding Fonts

    I've run into some strange behavior using Flash Catalyst, and I can't seem to find a solution.
    I've created a project that uses a custom font. The font displays just fine in the design window, however whenever I open the project it says the font is "missing". Yet the font still shows up in the font list and is properly installed in my font directory on OSX.
    Additionally, when I deploy the project to the web I select "embed fonts". When I load up the website, the font initially appears correctly, however hovering over or clicking on the text buttons changes the font to a default font in a very strange and unpredictable way. Here's the website for reference: http://www.neighbors-film.com
    I believe this is related to FC being unable to find the font file, however I'm not sure how to tell it where the file is located.
    Any suggestions?

    Hey Mykill G,
    To use preflight tool, you might need to go to Tools > Print Production > Preflight > PDF fixups > Embed fonts >Edit
    Then, Edit Profile window will appear. In this, select Fonts under Embed fonts category and click 'unlock' from the right hand side.
    You can now click on 'Add' button to add the desired fonts.
    Also, You might check font permissions for Acrobat at the following link:
    Additional License Rights, font permission list | Adobe
    Please let me know whether your query is resolved.
    Regards,
    Anubha

Maybe you are looking for

  • Disk images will not mount

    Error message keeps popping up saying something like "disk image not configured" or something, even from sites like mozilla. I recently took the HD out of my old iBook G4 and put it into a Powerbook, because the battery wouldn't charge on the iBook a

  • DEBMAS text mapping

    Hi all, we send DEBMAS-IDocs out of a SAP 4.7 system to XI. The target is a MS SQL db (connected via JDBC), where the segments are mapped into several tables. I have difficulties to map texts from IDoc to SQL-table. In the SQL-DB there is only one ta

  • Solution for iTunes error 0x80092013

    Hello everybody! You receive this error when you try to log in to your account iTunes or try to get access to iTunes Store. I found a solution for this error. Try these instructions, and if it helps, please write about it here. Thank you! 1. Disable

  • Os update failure system reverts

    get a failure when updating and system has to revert. I restored the system to original and still have the same problem. The system tells me it has updates. I tell it to go ahead which takes hours and then it fails. Anyone have any suggestions. I hav

  • Olympus E-PM1 raw files

    Does anyone know how I can edit Olympus E-PM1 raw files in Photoshop elements?....is there a plugin or something?