"Render text as HTML" feature broken in Flash CS6

******BUG******
Concise problem statement:
Classic text field set to render in html mode does not display the left margin correctly for the 2nd and subsequent paragraphs once you exit edit mode on the text field.  Instead, all paragraphs render as though they have the same left margin as the first paragraph.  It displays incorrectly at runtime as well.
Steps to reproduce bug:
1. Create a "classic text" mode text field as dynamic text with "render as html" button checked and set to multiline.
2. Enter a title line, press enter, then create a second paragraph, press enter, then create a 3rd paragraph.
3. Select the 2nd paragraph and increase the left margin.
4. Select the 3rd paragraph and set the left margin to something different than the 1st or 2nd paragraph.
5. Deselect the text field to finish editing.
Results:
While editing the text field, the left margins on the second and third paragraphs are displayed correctly with independent values, but once you finish editing it and deselect the text field, the entire text field displays as though all paragraphs have the same margin as the first paragraph.  If you resume editing, the indentation re-appears, so it's not lost, but it's not being displayed correctly unless you're in edit mode for the text field.  It also displays incorrectly at runtime in the final SWF.
Expected results:
The indentation should be visible regardless of whether I'm in edit mode for the text field.
This feature (html mode display of text) is unusable at design time or runtime, because the text field does not display correctly unless you're actively editing it.
FYI: Things like different colors, fonts, etc. seem to be preserved, but anything related to paragraph formatting is lost.  If I trace the htmlText at runtime, it's clear that none of the unique paragraph formatting was preserved from the editor, because all paragraphs seem to have taken on the same textformat attributes as the first paragraph.

If I was going to do everything in ActionScript, I wouldn't have bought Flash Professional, I'd have just compiled with the flex compiler for free.  99% of my stuff is pure AS3 anyway, with a lot of drawing commands and even embedded objects like pixel shader binaries.  It's just annoying that I can't use the Flash Professional visual designer as intended to perform WYSIWYG layout, because paragraph formatting is broken.  It's not copying the values from the UI into the final HTML for the text field.  I find like 3 new serious bugs every single day I use Flash, and for the amount of time I spend debugging the IDE and filing bug reports, Adobe should be paying me to use their product, not the other way around.
The only real "workaround" to perform proper paragraph formatting in the visual editor is to use the TLF, which should have been integrated into the Flash Player to begin with instead of existing as an RSL that has to be specially referenced by any project that uses it, cluttering the external library reference list.  Someone needs to build a Flash IDE inside Flash that specifically generates classes for library symbols with all the necessary code in the constructor to build the symbol, so it runs online and is truely WYSIWYG (perhaps something like Gliffy: http://www.gliffy.com/gliffy/#templateId=blank&signup=1 (this link bypasses login)
I still can't get a static text field to look the same as the dynamic one.  The closest I can get it match is by setting render as HTML on and setting the field to multiline, but characters still shift slightly.  TLF text, on the other hand, has perfect consistancy, and edit mode lines up perfectly with non-edit mode, which is exactly how it should have operated from the beginning (like back in MX days).
Then of course there is this problem: http://www.stevensacks.net/2010/05/28/flash-cs5-tlf-engine-causes-errors-with-loaded-swfs/

Similar Messages

  • Render Text as HTML

    Has anyone else had trouble with the Render Text As HTML function in CS4? I want to use two different fonts in the one textfield. Looks fine in Flash but when I export the swf, only the first font is used.

    Yeah this has happened to me a few times since I started this thread a few weeks back.
    Say for example, I have a paragraph of black text set in Helvetica Neue 55 Roman on the stage. I change the colour of some words to red and change some other words to Helvetica Neue 75 Bold. When I export the swf, the words that are set in red are still visible but those words set in 75 Bold are MISSING COMPLETELY, not just changed back to 55 Roman. Back in the Flash file if I select the text which is set in 75 Bold and look to the properties panel it tells me that the text is set in 27 Ultra Light Condensed even though by looking at the stage I can see that the text is clearly set in 75 Bold. What the duck?!?
    I'm thinking it's another CS4 bug. They fixed a few bugs in the update back in May but this particular issue hasn't been resolved I guess.
    Prabug, it sounds like you are loading your text dynamically and applying CSS styles. Is that correct?

  • How to include text as HTML elements (see DOMElement)

    I am working with Flash PRO CC v. 14.0.  to convert my Flash website to HTML5 / javascript
    I have converted a file to the HTML5 Canvas
    I am very happy that the new Flash Pro has the feature to convert to HTML5 canvas
    HOWEVER:
    In my original .FLA file project I use only one font: Copperplate Bold.  I use several sizes of that font within the project / scene
    In the original file for all text I use static text, Letter spacing, AntiAlias, AutoKern and single line (Linetype)
    - none of which the HTML5 canvas seem to allow / support?
    How do I maintain the FONT look that I have chosen in my original FLASH project, after I convert to HTML5 canvas?
    Is there a way in the HTML canvas to maintain the FONT look that I want?
    HTML5 canvas will not allow Font embedding
    The device font destroys the LOOK of my Copperplate Bold font.
    How do I include text as HTML elements (see DOMElements)?
    WARNINGS generated when I convert the original file into an HTML Canvas:
    Warnings generated while copying/importing in 140827a HTML test.fla:
    * AntiAlias is not supported in HTML5 Canvas document, and has been converted to DeviceFonts in an instance of Text.
    * AutoKern is not supported in HTML5 Canvas document, and has been removed in an instance of Text.
    * Frame Scripts have been commented
    * LetterSpacing is not supported in HTML5 Canvas document, and has been converted to 0.0 in an instance of Text.
    * LineType is not supported in HTML5 Canvas document, and has been converted to MultiLineNoWrap in an instance of Text.
    * Some artwork contains Hairline stroke, which is not supported in HTML5 Canvas document, and has been converted to Solid.
    * StaticText is not supported in HTML5 Canvas document, and has been converted to DynamicText in an instance of Text.
    New HTML Canvas Document created.
    NOTE:  So far the only way I have been able to maintain the font look is to convert the fonts to .png files
    This is painstaking work that I would like to avoid.
    Even then I still get a WARNING when I test my scene - (no doubt because I left the original FONT text  in guide layers)
    After conversion ON TEST SCENE:
    WARNINGS:
    Frame numbers in EaselJS start at 0 instead of 1. For example, this affects gotoAndStop and gotoAndPlay calls. (18)
    Only circular (not oval) radial gradients are supported. (85)
    Text support is limited. It is generally recommended to include text as HTML elements (see DOMElement). (6)
    Color effects are published as a filter and subject to the same limitations. (4)
    Filters are very expensive and are not updated once applied. Cache as bitmap is automatically enabled when a filter is applied. This can prevent animations from updating. (2)
    Content with both Bitmaps and Buttons may generate local security errors in some browsers if run from the local file system.
    HOW CAN I MAINTAIN the FONT LOOK that I have chosen for my project?
    How do I include text as HTML elements (see DOMElements)?
    ANY HELP will be appreciated
    A good, in depth, tutorial on the subject (FONTS) would be a BIG help to many using the convert to HTML5 canvas features.

    GOOGLE HAS
    https://www.google.com/fonts
    choose a font from above site
    then:
    google generates instructions on how to embed that font
    Montserrat
    3. Add this code to your website:
    <link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
    4. Integrate the fonts into your CSS:
    The Google Fonts API will generate the necessary browser-specific CSS to use the fonts. All you need to do is add the font name to your CSS styles. For example:
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Montserrat Alternates', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;

  • How can i render a dynamic html file in jsp page

    Hi everybody,
    i am trying to render a dynamic html file in jsp page with the result of querying a database.
    The response of the query is a xml document. And i have a stylesheet to transfer it to html.
    How can i render the html in a jsp file?

    I am using below code for HTML files
    private var appFile:String="index.html";
    if (StageWebView.isSupported)
                        currentState = "normal";
                        webView.stage = stage;
                        webView.viewPort = new Rectangle( 10, 130, (stage.stageWidth)-20, 750 );
                        var fPath:String = new File(new File("app:/assets/html/aboutus/"+ appFile).nativePath).url; 
                        webView.loadURL(fPath);
                        addEventListener(ViewNavigatorEvent.REMOVING,onRemove);
                    else {
                        currentState = "unsupported";
                        lblSupport.text = "StageWebView feature not supported";
    above code is working fine for me.

  • Displaying Text as HTML in the UIscrollbar component

    Greetings.
    I have a window on my Flash stage that has some scrollable copy in it.  The problem is, I can't seem to have any formatting for the text ... if I select a word or two to make bold, it all turns bold.  I gather I need to use the "Display Text as HTML" checkbox and then paste in some HTML formatted text but this doesn't seem to work.  I searched this forum and found that others were designating "htmlText" in Actionscript instead of just "text" ... that didn't work either.  I probably just did it wrong, or maybe it's becuase I'm using the UI component "UIscrollBar" for it's scrolling of the text.
    Is there anything else I need to do to be able to format some text with strong tags and maybe some href links?
    I have my properties inspector with the following check marks:
    Display as HTML
    Multiline
    Dynamic Text
    selectable
    Thanks everyone.

    Shamelss bump

  • Embedding HTML Music-Player in Flash-Website?

    Hello everyone!
    I am a music composer and I'm working on a site to use as a sort of web-presence/portfolio. I'd love to be able to designate one of the "pages" in my animated site to my music, and the best way I can think of would be by using a scrolling pane and various instances of some flash player (I love the quicktime one's simplicity, but it allows you to download the music, and I'd prefer to just have my audience listen and not copy =). I like the google player best after the quicktime one for it's minimalistic look (and if you check out the site-in-progress, you'll see why I favor the sleek, grey players =)
    That, or ditch the scrolling pane and have a static page with a player/playlist of my tracks. Either way, I'd like the listener to be able to select one song at a time. (I also do SFX work, and I'd like to have use a similar format to let the listeners hear the various sound effects.
    Anyways, that's enough out of me... Is there any way to embed an HTML player into a flash movie clip or something? I'm really new to this stuff, you'll see in my little "blog" area under  "profile" on the site that I just opened flash for the first time last weekend.
    If HTML doesnt work in flash, what other options do I have? I'd love to be able to incorporate a streaming player!!
    Thank you in advance!!
    site:
    http://hawkduncan.com/1index.html
    **Please turn your speakers down, the site is still using the templates sound effects and they are kinda "crunchy" sounding for some reason**

    Thanks Ned!!!
    Ok, I'm going to look into the Actionscript 2 music player options out there.
    One question, incase I have a hard time finding what I need, would it be too difficult to have a text box open a new window, and in that window, have all the HTML music player?  I found this site and I'd be OK with something like this:
    http://digitalmedia.oreilly.com/2005/02/23/mp3_embed.html
    My only criteria would be to not have a download file link and that it would stream. Just curious if this would be an option since I've had such terrible luck trying to figure this whole music thing out.
    Thanks again, Ned!!!

  • Flash CS6 Text Disappearing

    I have been using Flash CS6 running on a Windows 7 work laptop since January. Not a single problem until last week.
    Say I have a text box inside a banner symbol. The text says "WELCOME".  Normally you click the symbol to edit in place, click the text box and you get a blinking cursor where you can change the text to "HELLO".  You click the stage to back out of the text and the symbol and every thing is good. Now you have a banner that says HELLO.
    Here is what I am getting as of last week:
    I click the symbol to edit in place. When I get to the level where the text box is located, the text disappears. If I click around eventually it will select the text box containing "WELCOME" but the text box now appears down and to the right of where it actually is.  When I double click to edit the text box, the text is now visible and back in the right spot. Once I change it to HELLO and click out of the text box, the text disappears again. If I return to the main stage, the symbol still says "WELCOME" but once I render the new word "HELLO" shows in the SWF.
    Ever seen that?  Our IT department has jacked with it and can't fix it. I am waiting for someone to come back and re-install Flash to see if that fixes the issue.  The only other thing I have noticed is that if I start a new project as AS3, add text directly to the stage, it causes the same problem. But if I start a new project as AS2, it's fine and with no text issues. I can't find anything online about this issue. Wondering if I have an AS3 setting wrong or a corrupt library file.

    try resetting your preferences, FAQ: How do I reset Flash professional to default configurations and preferences?

  • HTML link to a Flash file frame

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3299492325_1333456
    Content-type: text/plain;
    charset="US-ASCII"
    Content-transfer-encoding: 7bit
    Hi
    I've got a client who has a HTML site on a laptop for a
    presentation and
    within this site he's wants a link that attaches to a AS2
    .swf that I've
    developed.
    The thing is it he wants it to link to specific area of the
    file and not to
    play it all. How would I do this as he's just asked for the
    specific address
    of the area it needs to jump to.
    Any help would be much appreciated bearing in mind my
    ActionScript is pure
    novice so a step by step would be handy.
    thanks
    --B_3299492325_1333456
    Content-type: text/html;
    charset="US-ASCII"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>HTML link to a Flash file frame</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Calibri, Verdana, Helvetica,
    Arial"><SPAN STYLE=3D'font-size:11pt=
    '>Hi<BR>
    I've got a client who has a HTML site on a laptop for a
    presentation and wi=
    thin this site he's wants a link that attaches to a AS2 .swf
    that I've devel=
    oped.<BR>
    <BR>
    The thing is it he wants it to link to specific area of the
    file and not to=
    play it all. How would I do this as he's just asked for the
    specific addres=
    s of the area it needs to jump to.<BR>
    <BR>
    Any help would be much appreciated bearing in mind my
    ActionScript is pure =
    novice so a step by step would be handy.<BR>
    <BR>
    thanks</SPAN></FONT>
    </BODY>
    </HTML>
    --B_3299492325_1333456--

    What do you mean about opening a flash file? Do you want the
    .fla file
    to open in flash? Or is it a swf that you imported into
    Director? Or
    is it an exe that was published from flash? Or a website that
    was
    created with Flash?
    If you are opening a .exe and you know the path to it, then
    you can use
    Director's built-in open command
    open the moviePath&"flashFile.exe"
    for most other things, I would use BuddyAPI. To open an exe,
    baRunProgram(). To open a fla or swf, baOpenFile.
    To make Director open a swf on the stage, import it and
    simply tell the
    button to go to that frame.

  • HTML page within a Flash Movie?

    I have an HTML page on my server that I'd like to be able to
    have inside my Flash movie, is there any way this could work? I
    don't want to use the external Text file method. I've been trying
    to use an iframe over a Flash movie to fake it but I just get all
    kinds of browser problems when I try to do that. I'd just like
    Flash to be able to display an HTML page like an iframe does. Is
    that possible?
    Thanks in advance!

    nope. this exact question gets asked here from time to time
    and the answer is really just that
    simple - no - but flash does support some HTML tags for text
    but HTML as a language is completely
    different animal from flash player.
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->
    gadillion wrote:
    > I have an HTML page on my server that I'd like to be
    able to have inside my
    > Flash movie, is there any way this could work? I don't
    want to use the
    > external Text file method. I've been trying to use an
    iframe over a Flash
    > movie to fake it but I just get all kinds of browser
    problems when I try to do
    > that. I'd just like Flash to be able to display an HTML
    page like an iframe
    > does. Is that possible?
    >
    > Thanks in advance!
    >

  • I have FB4 and Flash Pro CS5 installed and get the message "This feature requires Adobe Flash CS5"

    Hi,
    I have installed both FB4 and Flash CS5 as trial versions. I installed FB4 as a plugin into eclipse Gallileo and then installed CS5. When trying to create a new Flash Project in Eclipse I get the message "This feature requires Adobe Flash CS5 or higher to be installed.", although CS5 is installed.
    I tried reinstalling FB4 but it didn't help.
    If FB4 is installed as standalone, then its eclipse IDE has no problem creating new Flash Projects.
    Any idea why the plugin doesn't detect my Flash Pro CS5 installation?
    Thanks.
    RaamEE-IL

    Hi,
    I've attached the logs you requested.
    You should know that I am using Windows-7 64bit
    Thanks for the help.
    Bye,
      RaamEE-IL
    <?xml version="1.0" encoding="utf-8" ?>
    <AMTLIB_PDApp xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="AMTLIB-PDApp.xsd">
        <amtlib_parameters>
            <key name="AdobeCode">{4429F632-6999-48AE-9251-9591031C7241}</key>
            <key name="AdobeIDCreated">true</key>
            <key name="AppAMTBkGndFilePath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\LMResources\background.png</key>
            <key name="AppAMTConnectionFAQFilePath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\OBLRes\en_US\ConnectionFAQ.html</key>
            <key name="AppAMTLicenseAFAQFilePath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\OBLRes\en_US\LicenseFAQ.html</key>
            <key name="AppAMTLogoFilePath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\LMResources\adobelogo.png</key>
            <key name="AppAMTPath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT</key>
            <key name="AppDriverAMTPath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT</key>
            <key name="AppDriverLEID">FlashBuilderPlugin-CS5-Win-GM</key>
            <key name="AppEULAFolderPath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\Legal</key>
            <key name="AppHostAppType">ALM_HostAppType_LicensedProduct</key>
            <key name="AppLaunchPath"></key>
            <key name="AppListOfLocales">en_US</key>
            <key name="AppName">Adobe Flash Builder 4 Plug-in</key>
            <key name="AppPath">C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse</key>
            <key name="AppProcessID"></key>
            <key name="AppRunningLEID">FlashBuilderPlugin-CS5-Win-GM</key>
            <key name="AppRunningLocale">en_US</key>
            <key name="AppSerialNumber">952307006650319154206597</key>
            <key name="BonusLaunchCode"></key>
            <key name="BuyURL">http://www.adobe.com/go/buy?productID=424&release=4.0&platform=2&locale=en_US</key>
            <key name="ClaimSource">nag_trial</key>
            <key name="DriverAdobeCode">{4429F632-6999-48AE-9251-9591031C7241}</key>
            <key name="ExtendedProfileRegURL">http://www.adobe.com/go/adobemembership?productID=424&release=4.0&platform=2&locale=en_US& source=PCSTHX</key>
            <key name="ForcedActivation">0</key>
            <key name="HasSAASBit">0</key>
            <key name="LaunchMode">postchrome</key>
            <key name="NoTrial">0</key>
            <key name="ShowEULA">false</key>
            <key name="TrialExpired">0</key>
            <key name="TrialGrace">60</key>
            <key name="TrialLeft">52</key>
            <key name="UpgradeCheckRequired">0</key>
            <key name="WorkFlowType">Subsequent_Launch</key>
        </amtlib_parameters>
    </AMTLIB_PDApp>
    2010-05-24 17:58:28 [3976]  AMT: START SESSION, library version 3.0.0.64,3.0
    2010-05-24 17:58:28 [3976]  AMT: Initializing C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\
    2010-05-24 17:58:28 [3976]  AMT: Adobe License Manager version 3.2 (build 64.0) RELEASE
    2010-05-24 17:58:28 [3976]  AMT: Virtualization Turned off
    2010-05-24 17:58:28 [3976]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\adobe_caps.dll
    2010-05-24 17:58:28 [3976]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\adobe_caps.dll
    2010-05-24 17:58:28 [3976]  PCDService: PCD Service in threaded mode
    2010-05-24 17:58:28 [3976]  performance: AMTPreObtainProductLicense took 2.547850 ms
    2010-05-24 17:58:28 [3976]  PCD thread: PCD thread started
    2010-05-24 17:58:28 [3976]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\Adobe_OOBE_Launch er.dll
    2010-05-24 17:58:28 [3976]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\Adobe_OOBE_Launch er.dll
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [0] = en_US
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [1] = en_US
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [2] = ja_JP
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [3] = de_DE
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [4] = fr_FR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [5] = zh_CN
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [6] = ru_RU
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [7] = ko_KR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [8] = en_GB
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [9] = ar_AE
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [10] = da_DK
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [11] = el_GR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [12] = fi_FI
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [13] = he_IL
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [14] = nb_NO
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [15] = ro_RO
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [16] = zh_TW
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [17] = fr_CA
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [18] = es_ES
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [19] = es_MX
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [20] = it_IT
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [21] = pt_BR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [22] = nl_NL
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [23] = sv_SE
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [24] = cs_CZ
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [25] = pl_PL
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [26] = tr_TR
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [27] = hu_HU
    2010-05-24 17:58:28 [3976]  AMT: App Product Locale [28] = uk_UA
    2010-05-24 17:58:28 [3976]  config: Loading configuration for C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\application.xml
    2010-05-24 17:58:28 [3976]  config: Found payload code {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  PCDService: found driver code {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: config: Host app was installed, using installed license configuration.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [FLMap] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: Setting current license to the driver at startup because no mapping was found.
    2010-05-24 17:58:28 [3976]  config: Setting current license to FlashBuilderPlugin-CS5-Win-GM [ALL]
    2010-05-24 17:58:28 [3976]  config: payload code: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: driver payload code: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: driver licensing code: FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  config: current licensing code: FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  config: current locale code: ALL
    2010-05-24 17:58:28 [3976]  config: Done loading configuration
    2010-05-24 17:58:28 [3976]  AMT: Locale from PCD [0] = en_US
    2010-05-24 17:58:28 [3976]  AMT: Reordered Installed App Product Locale [0] = en_US
    2010-05-24 17:58:28 [3976]  config: Setting insalled locales
    2010-05-24 17:58:28 [3976]  config: Changing locale to "en_US" because old locale "" is not in the new list of installed languages
    2010-05-24 17:58:28 [3976]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\asneu.dll
    2010-05-24 17:58:28 [3976]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\asneu.dll
    2010-05-24 17:58:28 [3976]  AMT: config: Finding license info for payload: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  AMT: config: PayloadCode: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  AMT: config: Driver PayloadCode: {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  AMT: config: Installed LicensingCode: FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [BridgeTalkCode] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [BridgeTalkCode] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ISO_TAGGING_DISABLED] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [EULA] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Registration] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Registration] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  AMT: config: No BridgeTalkCode found in configuration; Bridgetalk will be disabled.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SuiteFeatureCount] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  AMT: Application can be serialized (sif file found).
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  config: Setting current license to FlashBuilderPlugin-CS5-Win-GM [ALL]
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  AMT: Subsequent launch (serial [95230700665031915420] in trial).
    2010-05-24 17:58:28 [3976]  AMT: Application state initialized.  Obtaining Product License.
    2010-05-24 17:58:28 [3976]  AMT: Obtaining client features from cache.
    2010-05-24 17:58:28 [3976]  AMT: Obtaining client product info from cache.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  AMT: Running in PROV_APP
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [MediaTag] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  config: No media tag found for payload {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: Using default media policy RET
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [EULA_ACCEPTED] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [EULA_PHASE] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:28 [3976]  uiswitch: Suppressing EULA display on requst
    2010-05-24 17:58:28 [3976]  AMT: This is a subsequent launch. Deferring services.
    2010-05-24 17:58:28 [3976]  performance: AMTObtainProductLicense took 179.272598 ms
    2010-05-24 17:58:28 [3976]  AMT: Pre-Validating Product License.
    2010-05-24 17:58:28 [3976]  AMT: Services not yet loaded in this session.
    2010-05-24 17:58:28 [3976]  AMT: Loading services in background to get ready for Validate call.
    2010-05-24 17:58:28 [3976]  AMT: Spawning background thread to load services.
    2010-05-24 17:58:28 [3976]  performance: AMTPreValidateProductLicense took 4.600975 ms
    2010-05-24 17:58:28 [3976]  AMT: Starting work on prevalidate thread.
    2010-05-24 17:58:28 [3976]  AMT: AMT: PreValidating Product License.
    2010-05-24 17:58:28 [3976]  AMT: Launch Workflow not yet done in this session.
    2010-05-24 17:58:28 [3976]  AMT: Starting Background Subsequent Launch Workflow
    2010-05-24 17:58:28 [3976]  AMT: Starting ALM workflow.
    2010-05-24 17:58:28 [3976]  AMT: Initializing ALM for serialized activation.
    2010-05-24 17:58:28 [3976]  ALMService: Initializing as licensed app
    2010-05-24 17:58:28 [3976]  ALM: _info_: Start ALM 3.2 Release (build 3.2.64.0)
    2010-05-24 17:58:28 [3976]  SLCoreService: Starting up SLCore 1.0 Release (build 1.0.13.199023).
    2010-05-24 17:58:28 [3976]  SLCoreService: Service construction took 0.0 ms and succeed.
    2010-05-24 17:58:28 [3976]  ALM: _info_: LEID passed FlashBuilderPlugin-CS5-Win-GM is used to configure SLCore = 0
    2010-05-24 17:58:28 [3976]  ALM: _info_: Host app is Licensable App
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [FlashBuilderPlugin-CS5-Win-GM{|}2] in hive [SSC-CS5-LE-Dominance] in master.
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found LEID FlashBuilderPlugin-CS5-Win-GM with AMT Path C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found LEID WebSuitePremium-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\WebSuitePremium-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found LEID MasterCollection-CS5-Win-GM with AMT Path C:\Program Files (x86)\Common Files\Adobe\ssc\MasterCollection-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [MediaTag] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  config: No media tag found for payload {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  config: Using default media policy RET
    2010-05-24 17:58:28 [3976]  ALM: _info_: MediaTagPolicy is RET
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [NTL_WO_SN] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:28 [3976]  ALM: _info_: Canonical LEID is FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Driver LEID is FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [952307006650319154206597] in hive [RejectedSNDomain_CS5] in cache.
    2010-05-24 17:58:28 [3976]  SLCoreService: Reading product config [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\SLConfig.xml]
    2010-05-24 17:58:28 [3976]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2010-05-24 17:58:28 [3976]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2010-05-24 17:58:28 [3976]  ALM: _info_: Set Running Locale to en_US
    2010-05-24 17:58:28 [3976]  ALM: _time_: (func: ALM_Initialize, duration: 0.016 sec)
    2010-05-24 17:58:28 [3976]  AMT: Performing ALM silent license verification.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [EncryptedSerial] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in cache.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Serial] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in cache.
    2010-05-24 17:58:28 [3976]  config: No pre-serial number found in {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [PSN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US provisional serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [PSN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL provisional serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Validate license at Post-Chrome time, running locale is en_US
    2010-05-24 17:58:28 [3976]  ALM: _info_: Searching license for locale en_US ...
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found no existing serialization
    2010-05-24 17:58:28 [3976]  ALM: _info_: Searching serial number for all possible LEIDs ...
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [WebSuitePremium-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in WebSuitePremium-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [WebSuitePremium-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in WebSuitePremium-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [MasterCollection-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in MasterCollection-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [MasterCollection-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in MasterCollection-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  ALM: _info_: Found no serial number
    2010-05-24 17:58:28 [3976]  ALM: _info_: This is the running locale, stop the search
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}en_US] in cache.
    2010-05-24 17:58:28 [3976]  config: No en_US licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [952307006650319154206597] in hive [RejectedSNDomain_CS5] in cache.
    2010-05-24 17:58:28 [3976]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Checking if lang pack is installed for ALL
    2010-05-24 17:58:28 [3976]  ALM: _info_: alm::IsLangPackForLocaleInstalled - Lang pack is not installed
    2010-05-24 17:58:28 [3976]  config: Setting current license to FlashBuilderPlugin-CS5-Win-GM [ALL]
    2010-05-24 17:58:28 [3976]  SLCoreService: Syncing to license store...
    2010-05-24 17:58:28 [3976]  SLCoreService: Found client mkey.
    2010-05-24 17:58:28 [3976]  SLCoreService: Loading license references...
    2010-05-24 17:58:28 [3976]  SLCoreService: Found 2 license file(s)
    2010-05-24 17:58:28 [3976]  SLCoreService: Parsing license file [174626573.lic] succeed.
    2010-05-24 17:58:28 [3976]  SLCoreService: Parsing license file [3254477.lic] succeed.
    2010-05-24 17:58:28 [3976]  SLCoreService: License store synchronization took 76.7 ms and succeed.
    2010-05-24 17:58:28 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53614 seconds.
    2010-05-24 17:58:28 [3976]  SLCoreService: Feature ALM_FlashBuilderPremCS5GM_4.0 is enabled.
    2010-05-24 17:58:28 [3976]  SLCoreService: Feature FlashBuilder_4.0 is enabled.
    2010-05-24 17:58:28 [3976]  SLCoreService: Feature FlashBuilder_Base_4.0 is enabled.
    2010-05-24 17:58:28 [3976]  SLCoreService: Feature FlashBuilder_Prem_4.0 is enabled.
    2010-05-24 17:58:28 [3976]  ALM: _info_: Performing Block Check
    2010-05-24 17:58:28 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53614 seconds.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Subscription] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Subscription] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [ACT_NOINTERNET] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SERVICE_ONLINE] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:28 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53614 seconds.
    2010-05-24 17:58:28 [3976]  ALM: _time_: (func: ALM_License_SilentValidate, duration: 0.078 sec)
    2010-05-24 17:58:28 [3976]  ALM: _info_: ALM_License_SilentValidate return license status: Valid Not Activated
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [SN] in hive [FlashBuilderPlugin-CS5-Win-GM{|}ALL] in cache.
    2010-05-24 17:58:28 [3976]  config: No ALL licensed serial number found in FlashBuilderPlugin-CS5-Win-GM
    2010-05-24 17:58:28 [3976]  AMT: License check shows product is still in trial.
    2010-05-24 17:58:28 [3976]  AMT: Prevalidation finds app not activated.  Requiring foreground validate.
    2010-05-24 17:58:28 [3976]  AMT: Calling AUM API to create scheduler entry to be used by updater.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:28 [3976]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2010-05-24 17:58:28 [3976]  ServiceLoader: looking for library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\updaternotificati ons.dll
    2010-05-24 17:58:28 [3976]  ServiceLoader: Found library C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\plugins\com.adobe.flexide.amt_4.0.0.272416\os\win32\x86\updaternotificati ons.dll
    2010-05-24 17:58:28 [3976]  AUMService: IsUpdaterEnabled call
    2010-05-24 17:58:28 [3976]  AUMService: IsUpdaterEnabled call succeeded
    2010-05-24 17:58:28 [3976]  AUMService: Get LEID xml call
    2010-05-24 17:58:28 [3976]  AUMService: Get LEID XML call succeeded
    2010-05-24 17:58:28 [3976]  AMT: AUM GetLEID called with status =0.
    2010-05-24 17:58:28 [3976]  AMT: Starting Data Collection for SWTag_Init()
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() productCanonicalLEID = FlashBuilderPlugin-CS5-Win-GM;outMappedLEID =  FlashBuilderPlugin-CS5-Win-GM, unused =
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() productPayloadCode = {4429F632-6999-48AE-9251-9591031C7241};driverPayloadCode =  {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:28 [3976]  AMT: SWTag_Init() Tags Arguments Adobe Flash Builder 4 Plug-in; FlashBuilderPlugin-CS5-Win-GM;
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() License Status = trial
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() Tags 952307006650319154206597; 4.0; TRIAL
    2010-05-24 17:58:28 [3976]  AMT: DoISOTagging() Product Version 4; 0
    2010-05-24 17:58:28 [3976]  AMT: Prevalidate indicates license is bad or UI is required.
    2010-05-24 17:58:28 [3976]  performance: PreValidate thread took 265.950806 ms
    2010-05-24 17:58:29 [3976]  AMT: AMT: Validating Product License.
    2010-05-24 17:58:29 [3976]  AMT: Launch Workflow not yet done in foreground in this session.
    2010-05-24 17:58:29 [3976]  AMT: Starting Foreground Subsequent Launch Workflow
    2010-05-24 17:58:29 [3976]  AMT: Running in PROV_APP
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [MediaTag] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  config: No media tag found for payload {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:29 [3976]  config: Using default media policy RET
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [EULA_ACCEPTED] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [EULA_PHASE] in hive [FlashBuilderPlugin-CS5-Win-GM] in cache.
    2010-05-24 17:58:29 [3976]  uiswitch: Suppressing EULA display on requst
    2010-05-24 17:58:29 [3976]  AMT: ALM workflow completed in this session.
    2010-05-24 17:58:29 [3976]  AMT: Product is not activated.  Starting ALM launch-time product licensing UI.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53613 seconds.
    2010-05-24 17:58:29 [3976]  SLCoreService: Query license: type = 1, duration = 60 days, remaining = 30 day(s) 53613 seconds.
    2010-05-24 17:58:29 [3976]  ALM: _info_: Entered ALM_NeedANAG
    2010-05-24 17:58:29 [3976]  ALM: _info_: Exiting ALM_NeedANAG
    2010-05-24 17:58:29 [3976]  AMT: App is not to be relaunched.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [EULAFolderName] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  EULA: EULAFolderName key not found for license, using default name "Legal"
    2010-05-24 17:58:29 [3976]  EULA: EULA folder found relative to folder containing licensing AMT folder.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [EULAFolderName] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  EULA: EULAFolderName key not found for app, using default name "Legal"
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [NTL_WO_SN] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [STORE_URL] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  AMT: Running in PROV_APP
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value WorkFlowType [Subsequent_Launch]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value ShowEULA [false]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value TrialGrace [60]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value TrialLeft [31]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value BuyURL [http://www.adobe.com/go/buy?productID=424&release=4.0&platform=2&locale=en_US]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value LaunchMode [postchrome]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AdobeIDCreated [true]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppLaunchPath []
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTBkGndFilePath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\LMResources\background.png]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTLogoFilePath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT\LMResources\adobelogo.png]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTLicenseAFAQFilePath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\OBLRes\en_US\LicenseFAQ.html]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTConnectionFAQFilePath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\OBLRes\en_US\ConnectionFAQ.html]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AdobeCode [{4429F632-6999-48AE-9251-9591031C7241}]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value DriverAdobeCode [{4429F632-6999-48AE-9251-9591031C7241}]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppName [Adobe Flash Builder 4 Plug-in]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppRunningLEID [FlashBuilderPlugin-CS5-Win-GM]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppDriverLEID [FlashBuilderPlugin-CS5-Win-GM]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppRunningLocale [en_US]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppListOfLocales [en_US]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppProcessID []
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppPath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppAMTPath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppDriverAMTPath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\AMT]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppHostAppType [ALM_HostAppType_LicensedProduct]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppEULAFolderPath [C:\Program Files (x86)\Adobe\Adobe Flash Builder 4 Plug-in\eclipse\Legal]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value TrialExpired [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value AppSerialNumber [952307006650319154206597]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value NoTrial [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value UpgradeCheckRequired [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value BonusLaunchCode []
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value HasSAASBit [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value ForcedActivation [0]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value ExtendedProfileRegURL [http://www.adobe.com/go/adobemembership?productID=424&release=4.0&platform=2&locale=en_US& source=PCSTHX]
    2010-05-24 17:58:29 [3976]  uiswitch: Key Value ClaimSource [nag_trial]
    2010-05-24 17:58:29 [3976]  uiswitch: Subsequent_Launch
    2010-05-24 17:58:29 [3976]  uiswitch: PDApp
    2010-05-24 17:58:29 [3976]  uiswitch: Launched
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [AdobeUpdaterCodeV2] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [Updates] in hive [{4429F632-6999-48AE-9251-9591031C7241}] in master.
    2010-05-24 17:58:29 [3976]  AUMService: config: No AdobeUpdaterCode found in configuration; AUM will be disabled.
    2010-05-24 17:58:29 [3976]  AUMService: IsUpdaterEnabled call
    2010-05-24 17:58:29 [3976]  AUMService: IsUpdaterEnabled call succeeded
    2010-05-24 17:58:29 [3976]  ALM: _info_: Deactivation menu is disabled
    2010-05-24 17:58:29 [3976]  AMT: Completed Launch Workflow successfully.
    2010-05-24 17:58:29 [3976]  AMT: Checking client features against cache.
    2010-05-24 17:58:29 [3976]  AMT: Feature FlashBuilder_Prem 4.0 is licensed (was licensed).
    2010-05-24 17:58:29 [3976]  AMT: Feature FlashBuilder_Base 4.0 is licensed (was licensed).
    2010-05-24 17:58:29 [3976]  AMT: Validating client product info against cache.
    2010-05-24 17:58:29 [3976]  PCDService: No value for key [ExpirationDate] in hive [FlashBuilderPlugin-CS5-Win-GM] in master.
    2010-05-24 17:58:29 [3976]  AMT: Starting Data Collection for SWTag_Init()
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() productCanonicalLEID = FlashBuilderPlugin-CS5-Win-GM;outMappedLEID =  FlashBuilderPlugin-CS5-Win-GM, unused =
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() productPayloadCode = {4429F632-6999-48AE-9251-9591031C7241};driverPayloadCode =  {4429F632-6999-48AE-9251-9591031C7241}
    2010-05-24 17:58:29 [3976]  AMT: SWTag_Init() Tags Arguments Adobe Flash Builder 4 Plug-in; FlashBuilderPlugin-CS5-Win-GM;
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() License Status = trial
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() Tags 952307006650319154206597; 4.0; TRIAL
    2010-05-24 17:58:29 [3976]  AMT: DoISOTagging() Product Version 4; 0
    2010-05-24 17:58:29 [3976]  AMT: AMT: Product License Validated.
    2010-05-24 17:58:29 [3976]  performance: AMTValidateProductLicense took 50.538868 ms

  • In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    Please don't post the same question multiple times!

  • I recently bought a new macbook pro and set it up using the migration assistant and my mac mini.  I can't get the text message forwarding feature to work with both computers.

    I recently bought a new macbook pro and set it up using the migration assistant from my mac mini.  I can't get the text message forwarding feature to work with both computers.  It keeps saying that I only have 2 devices setup, my iPad and my macbook pro.  When I mess with the setting on my mac mini, it goes from saying that that is one of the devices to my macbook pro being the 2nd device.  I think that something happened as a result of my using the migration assistant and now it thinks that my macbook pro and my mac mini are one and the same computer.  Any ideas?

    Thanks, Sig.
    The old computer is a 2.6 Ghz Intel Core 2 Duo
    The new one is a 2.3 GHz intel core i7
    In going over this, thanks to "tallking it out" with you, I did discover the Text Edit problem.  Because I've still been unable to get the new computer text size (fonts or whatever) to match the old computer, I did not notice that the curser is now different--the line midway down the curser has to be placed on the line I am working upon, otherwise the edits go elsewhere on the page.  Now, with a bit of difficulty, I am able to get Text Edit to work correctly.
    If you have any ideas as to why my menu bar and Text Edit type are still so slow, I'd love to have them. 
    (I went through the process you suggested earlier, re my Trackpad preferences, and found no improvement.)

  • Problem to extract text from HTML document

    I have to extract some text from HTML file to my database. (about 1000 files)
    The HTML files are get from ACM Digital Library. http://portal.acm.org/dl.cfm
    The HTML page is about the information of a paper. I only want to get the text of "Title" "Abstract" "Classification" "Keywords"
    The Problem is that I can't find any patten to parser the html files"
    EX: I need to get the Classification = "Theory of Computation","ANALYSIS OF ALGORITHMS AND PROBLEM COMPLEXITY","Numerical Algorithms and Problem","Mathematics of Computing","NUMERICAL ANALYSIS"......etc .
    The section code about "Classification" is below.
    Please give any idea to do this, or how to find patten to extract text from this.
    <div class="indterms"><a href="#CIT"><img name="top" src=
    "img/arrowu.gif" hspace="10" border="0" /></a><span class=
    "heading"><a name="IndexTerms">INDEX TERMS</a></span>
    <p class="Categories"><span class="heading"><a name=
    "GenTerms">Primary Classification:</a></span><br />
    � <b>F.</b> <a href=
    "results.cfm?query=CCS%3AF%2E%2A&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">Theory of Computation</a><br />
    � <img src="img/tree.gif" border="0" height="20" width=
    "20" /> <b>F.2</b> <a href=
    "results.cfm?query=CCS%3A%22F%2E2%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">ANALYSIS OF ALGORITHMS AND PROBLEM
    COMPLEXITY</a><br />
    � � � <img src="img/tree.gif" border="0" height=
    "20" width="20" /> <b>F.2.1</b> <a href=
    "results.cfm?query=CCS%3A%22F%2E2%2E1%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">Numerical Algorithms and Problems</a><br />
    </p>
    <p class="Categories"><span class="heading"><a name=
    "GenTerms">Additional�Classification:</a></span><br />
    � <b>G.</b> <a href=
    "results.cfm?query=CCS%3AG%2E%2A&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">Mathematics of Computing</a><br />
    � <img src="img/tree.gif" border="0" height="20" width=
    "20" /> <b>G.1</b> <a href=
    "results.cfm?query=CCS%3A%22G%2E1%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">NUMERICAL ANALYSIS</a><br />
    � � � <img src="img/tree.gif" border="0" height=
    "20" width="20" /> <b>G.1.6</b> <a href=
    "results.cfm?query=CCS%3A%22G%2E1%2E6%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">Optimization</a><br />
    � � � � � <img src="img/tree.gif" border=
    "0" height="20" width="20" /> <b>Subjects:</b> <a href=
    "results.cfm?query=CCS%3A%22Linear%20programming%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">Linear programming</a><br />
    </p>
    <br />
    <p class="GenTerms"><span class="heading"><a name=
    "GenTerms">General Terms:</a></span><br />
    <a href=
    "results.cfm?query=genterm%3A%22Algorithms%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">Algorithms</a>, <a href=
    "results.cfm?query=genterm%3A%22Theory%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">Theory</a></p>
    <br />
    <p class="keywords"><span class="heading"><a name=
    "Keywords">Keywords:</a></span><br />
    <a href=
    "results.cfm?query=keyword%3A%22Simplex%20method%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">Simplex method</a>, <a href=
    "results.cfm?query=keyword%3A%22complexity%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">complexity</a>, <a href=
    "results.cfm?query=keyword%3A%22perturbation%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">perturbation</a>, <a href=
    "results.cfm?query=keyword%3A%22smoothed%20analysis%22&coll=ACM&dl=ACM&CFID=22820732&CFTOKEN=38147335"
    target="_self">smoothed analysis</a></p>
    </div>

    One approach is to download Htmlparser from sourceforge
    http://htmlparser.sourceforge.net/ and write the rules to match title, abstract etc.
    Another approach is to write your own parser that extract only title, abstract etc.
    1. tokenize the html file. --> convert html into tokens (tag and value)
    2. write a simple parser to extract certain information
    find out about the pattern of text you want to extract. For instance "<class "abstract">.
    then writing a rule for extracting abstract such as
    if (tag is abstract ) then extract abstract text
    apply the same concept for other tags
    Attached is the sample parser that was used to extract title and abstract from acm html files. Please modify to include keyword and other fields.
    good luck
    import java.io.BufferedReader;
    import java.io.FileReader;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.InputStreamReader;
    import java.util.ArrayList;
    import java.util.List;
    public class ACMHTMLParser
         private String m_filename;
         private URLLexicalAnalyzer lexical;
         List urls = new ArrayList();
         public ACMHTMLParser(String filename)
              super();
              m_filename = filename;
          * parses only title and abstract
         public void parse() throws Exception
              lexical = new URLLexicalAnalyzer(m_filename);
              String word = lexical.getNextWord();
              boolean isabstract = false;
              while (null != word)
                   if (isTag(word))
                        if (isTitle(word))
                             System.out.println("TITLE: " + lexical.getNextWord());
                        else if (isAbstract(word) && !isabstract)
                             parseAbstract();
                             isabstract = true;
                   word = lexical.getNextWord();
              lexical.close();
         public static void main(String[] args) throws Exception
              ACMHTMLParser parser = new ACMHTMLParser("./acm_html.html");
              parser.parse();
         public static boolean isTag(String word)
              return ( word.startsWith("<") && word.endsWith(">"));
         public static boolean isTitle(String word)
              return ( "<title>".equals(word));
         //please modify according to the html source
         public static boolean isAbstract(String word)
              return ( "<p class=\"abstract\">".equals(word));
         private void parseAbstract() throws Exception
              while (true)
                   String abs = lexical.getNextWord();
                   if (!isTag(abs))
                        System.out.println(abs);
                        break;
         class URLLexicalAnalyzer
           private BufferedReader m_reader;
           private boolean isTag;
           public URLLexicalAnalyzer(String filename)
              try
                m_reader = new BufferedReader(new FileReader(filename));
              catch (IOException io)
                System.out.println("ERROR, file not found " + filename);
                System.exit(1);
           public URLLexicalAnalyzer(InputStream in)
              m_reader = new BufferedReader(new InputStreamReader(in));
           public void close()
              try {
                if (null != m_reader) m_reader.close();
              catch (IOException ignored) {}
           public String getNextWord() throws IOException
              int c = m_reader.read();   
              if (-1 == c) return null; 
              if (Character.isWhitespace((char)c))
                return getNextWord();
              if ('<' == c || isTag)
                return scanTag(c);
              else
                   return scanValue(c);
           private String scanTag(final int c)
              throws IOException
              StringBuffer result = new StringBuffer();
              if ('<' != c) result.append('<');
              result.append((char)c);
              int ch = -1;
              while (true)
                ch = m_reader.read();
                if (-1 == ch) throw new IllegalArgumentException("un-terminate tag");
                if ('>' == ch)
                     isTag = false;
                     break;
                result.append((char)ch);
              result.append((char)ch);
              return result.toString();
           private String scanValue(final int c) throws IOException
                StringBuffer result = new StringBuffer();
                result.append((char)c);
                int ch = -1;
                while (true)
                   ch = m_reader.read();
                   if (-1 == ch) throw new IllegalArgumentException("un-terminate value");
                   if ('<' == ch)
                        isTag = true;
                        break;
                   result.append((char)ch);
                return result.toString();
    }

  • Read Text from HTML-Pages and want to solve "ChangedCharSetException"

    Hello,
    I have an app that connect via threads with pages and parse them an gives me only the Text-version of a HTML-page. Works fine, but if it found a page, where the text is within images, than the whole app stopps and gave me the message:
    javax.swing.text.ChangedCharSetException
            at javax.swing.text.html.parser.DocumentParser.handleEmptyTag(DocumentParser.java:169)
            at javax.swing.text.html.parser.Parser.startTag(Parser.java:372)
            at javax.swing.text.html.parser.Parser.parseTag(Parser.java:1846)
            at javax.swing.text.html.parser.Parser.parseContent(Parser.java:1881)
            at javax.swing.text.html.parser.Parser.parse(Parser.java:2047)
            at javax.swing.text.html.parser.DocumentParser.parse(DocumentParser.java:106)
            at javax.swing.text.html.parser.ParserDelegator.parse(ParserDelegator.java:78)
            at aufruf.main(aufruf.java:33)So I tried to catch them with "getCharSetSpec()" and "keyEqualsCharSet( )" from the class "javax.swing.text.ChangedCharSetException" and hoped that this solved the problem. But still doesen't work...
    Then I looked at the web and found, that I have to add the line:
    doc.putProperty("IgnoreCharsetDirective", new Boolean(true));"doc." is a new HTML Dokument, created with the HTMLEditorKit. I do not have much knowledge about that and so I hope, that someone can explain me, how I can solve that problem, within my code.
    Here we go:
    import javax.swing.text.*;
    import java.lang.*;
    import java.util.*;
    import java.net.*;
    import java.io.*;
    import javax.swing.text.html.*;
    import javax.swing.text.html.parser.*;
    public class myParser extends Thread
            private String name;
            public void run()
                    try
                            URL viele = new URL(name);                       // "name" ia a variable with a lot of links
                    URLConnection hs = viele.openConnection();
                    hs.connect();
                    if (hs.getContentType().startsWith("text/html"))
                            InputStream is = hs.getInputStream();
                            InputStreamReader isr = new InputStreamReader(is);
                            BufferedReader br = new BufferedReader(isr);
                            Lesen los = new Lesen();
                            ParserDelegator parser = new ParserDelegator();
                            parser.parse(br,los, false);
            catch (MalformedURLException e)
                    System.err.print("Doesn't work");
            catch (ChangedCharSetException e)
                    e.getCharSetSpec();
                    e.keyEqualsCharSet();
                    e.printStackTrace();
            catch (Exception o)
            public void vowi(String n)
                    name = n;
    }and for the case that it is important here is the class "Lesen"
    import java.net.*;
    import java.io.*;
    import javax.swing.text.*;
    import javax.swing.text.html.*;
    import javax.swing.text.html.parser.*;
    class Lesen extends HTMLEditorKit.ParserCallback
            public void handleStartTag(HTML.Tag t, MutableAttributeSet a, int pos)
                    try
                            if ((t==HTML.Tag.P) || (t==HTML.Tag.H1) || (t==HTML.Tag.H2) || (t==HTML.Tag.H3) || (t==HTML.Tag.H4) || (t==HTML.Tag.H5) || (t==HTML.Tag.H6))
                                    System.out.println();
                    catch (Exception q)
                            System.out.println(q.getMessage());
            public void handleSimpleTag(HTML.Tag t,MutableAttributeSet a, int pos)
                    try
                            if (t==HTML.Tag.BR)
                                    System.out.println(); // Neue Zeile
                                    System.out.println();
                    catch (Exception qw)
                            System.out.println(qw.getMessage());
            public void handleText(char[] data, int pos)
                    try
                            System.out.print(data);                                           // prints the text from HTML-pages
                    catch (Exception ab)
                            System.out.println(ab.getMessage());
    }Thanks a lot for helping...
    Stephan

    parser.parse(br,los, false);
    parser.parse(br,los, true);

  • How to convert a Word document to text or html in an ABAP program

    Hi,
    At my client's site, for the recruitment system, they have the word processing system set to RTF, instead of SAP Script. This means that all the correspondence is in Word format. A standard SAP program takes the word letter, loads word, does the mail merge with the applicant's info and then sends the document to a printer.
    The program name is RPAPRT05. The program creates a document proxy (interface I_OI_DOCUMENT_PROXY) and manipulates the document using the methods of the interface.
    Now what we want to do is to instead of sending the document to a printer, we want to email the document contents to the applicant. But I don't know how to get the content from the Word document into text or html format so that I can make an email from it.
    I know I can send an email with the word document as an attachment, but we'd prefer not to do that.
    I would appreciate any help very much.
    Thanks

    Ok, here's what I ended up doing:
    First of, in order to call FM 'CONVERT_RTF_TO_ITF' you need the RTF document in a table with line length 156. The document is returned from FM 'DP_CREATE_URL' in a table with line length 132. So first I convert the table:
        Transform data table from 132 character lines to
        256 character lines
          LOOP AT data_table INTO dataline.
            IF newrow = 'X'.
            Add row to new table
              APPEND INITIAL LINE TO xdatatab ASSIGNING .
              newrow = space.
            ENDIF.
          Convert the raw line of old table to characters
            ASSIGN dataline TO .
          Check line lengths to determine how to add the
          next line of old table
            newlinelen = STRLEN( newline ).
            ADD addspaces TO newlinelen.
            linepos = linemax - newlinelen.
            IF linepos > datalen.
            Enough space available in new table line for all of old table line
              newline+newlinelen = oldline.
              oldlinelen = STRLEN( oldline ).
              addspaces = datalen - oldlinelen.
              CONTINUE.
            ELSE.
            Fill up new table line
              newline+newlinelen(linepos) = oldline(linepos).
              ASSIGN newline TO .
              newrow = 'X'.
            Save the remainder of old table to the new table line
              IF linepos < datalen.
                oldlinelen = STRLEN( oldline ).
                addspaces = datalen - oldlinelen.
                CLEAR newline.
                newline = oldline+linepos.
              ELSE.
                CLEAR newline.
              ENDIF.
            ENDIF.
          ENDLOOP.
        Write the last line to the table
          IF newrow = 'X'.
            APPEND INITIAL LINE TO xdatatab ASSIGNING .
    Next I call FM 'CONVERT_RTF_TO_ITF' to get the document in SAPScript format:
        Convert the RTF format to SAPScript
          CALL FUNCTION 'CONVERT_RTF_TO_ITF'
            EXPORTING
              header            = dochead
              x_datatab         = xdatatab
              x_size            = xsize
            IMPORTING
              with_tab_e        = withtab
            TABLES
              itf_lines         = itf_table
            EXCEPTIONS
              invalid_tabletype = 1
              missing_size      = 2
              OTHERS            = 4.
    This returns the document still containing the mail merge fields which needs to be filled in:
          LOOP AT itf_table INTO itf_line.
            WHILE itf_line CS '«'.
              startpos = sy-fdpos + 1.
              IF itf_line CS '»'.
                tokenlength = sy-fdpos - startpos.
              ENDIF.
              token = itf_line+startpos(tokenlength).
              REPLACE '_' IN token WITH '-'.
              ASSIGN (token) TO .
              ENDIF.
              MODIFY itf_table FROM itf_line.
            ENDWHILE.
          ENDLOOP.
    And finally I use FM 'CONVERT_ITF_TO_ASCII' to convert the SAPScript to text. I set the line lengths to 60, since that's a good length to format emails to.
        Convert document to 60 char wide ascii document for emailing
          CALL FUNCTION 'CONVERT_ITF_TO_ASCII'
            EXPORTING
              formatwidth       = 60
            IMPORTING
              c_datatab         = asciidoctab
              x_size            = documentsize
            TABLES
              itf_lines         = itf_table
            EXCEPTIONS
              invalid_tabletype = 1
              OTHERS            = 2.
    And then the text document gets passed to FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' as the email body.

Maybe you are looking for

  • Recorded presentation - can't open file

    Let me know if anyone can help.  We recorded a presentation which created a 150MB .cp file.  Unfortunately we can't open the file to be able to publish it.  Not sure if it is too large in size. This was recorded using Captivate 4 and there is no erro

  • Design View Fails To Render Some Pages Correctly.

    Dreamweaver appears to have problems rendering some CSS in Design View. Here are links to an HTML page and a style sheet, both of which appear to be valid, but the page "breaks" in the Design View of both DW8 and DW CS3: http://wspitt.com/csstest/ind

  • How do i organize iphone photos w/o using icloud on ios8

    I don't want to see my pictures on a timeline, I want to see them in albums but I don't know how to create new albums and I don't want to use photostream. I just want the photos on my iphone available on my iphone in an easy to navigate way - and thi

  • Changing search engine box also changes default search engine in URL bar

    I just updated to 23.0, and for some reason changing the search engine in the search box also changes the default search engine in the URL bar as well. I'm not sure if this is intended functionality (I hope it isn't), but it is kind of irritating. I

  • Reporting option in C1 not working

    When I select Tools, Zenworks inventory, Reporting nothing happens. I have configured the database and I also have loaded all the snapins (using C1 update and downloading them from Novell). We are using C1 3.1.6D. I need to get to the reports. Any he