RichEditableText: export().equals() and HTML export

1. How can I find out that two richEditableText.export() are equal?
At least the order of the attributes in the TextFlow element is random which means that exported strings cannot be compared directly. Take for example the trunk.mxml from http://bugs.adobe.com/jira/browse/SDK-21836 and compile+run it several times and you see the different order of attributes. Is there a utility method somewhere to compare two exports? (BTW releasing the source of TLF would ease these kind of bug hunting...)
I know how to use richEditableText.textFlow.generation but this only indicates changes in the current component.
2. Is supporting html import/export on the roadmap?
(This question got burried in the information stream... http://forums.adobe.com/message/2042067#2042067)
Gordon Smith: TLF's TextFilter class supports importers and exporters for HTML_FORMAT, but I haven't tried them and don't know how robust they are.
I think the HTML export in TLF is not yet stable. The thing is that once
it is stable there is pretty much no way to insert the import
functionality into RichEditableText without rewriting most of the
component. In my opinion, it should be either integrated into
RichEditableText even at this early stage or RichEditableText should be
refactored to allow extending it in an easier way.
Thanks for any hints,
Marc

Hi Abhishek,
Nice conversation I do not expect that TLF covers the full HTML standard. After all, browsers are too good when it comes to HTML rendering...
with varying degrees of fidelity.
I remember reading in the TLF forum, that HTML import/export was experimental. That's why I wrote that HTML is not ready for prime time. Also your comment shows that HTML is a poor choice from a Flex perspective. Unfortunately, it's unclear what varying degrees of fidelity really means as I'm not aware of any precise documentation or code.
Concerning your idea about passing around a (mutable) instance of TextFlow, I'm not a great fan. The power of markup is besides others, that it is a comparable description of content and format. So I definitely prefer an equal function. If this function doesn't make it into the Flex 4 release, I  reluctantly add to each TLF markup a dirty flag which is based on TextFlow.generation.
As mentioned before, I prefer TLF could export all content and formatting into HTML compliant format. There are many reasons why HTML is a huge benefit over any new, widely undocumented format (this is not specific to TLF or FXG). A few reasons that come to my mind:
- Server side: Apache Lucene has a battle-proof extractor. With TLF or FXG, I had to write and configure my own.
- Server side: Extract and modify links in content. This is obviously very easy with HTML as there are age-old libs available.
- Flash Player: Compare two TLF markups. There might be also no actionscript lib for HTML available. But I'd happily start a project for HTML but not for a new format without underlining code and thorough doc.
- HTTP communication: what's the mime type of TLF or FXG?
- Every developer knows HTML, TLF/FXG must be learned. I regard this learning as a high barrier as TLF does not seem to be a big step forward compared to HTML.
Note that I don't prefer HTML because it is an "open standard". It's because the whole world knows HTML and that brings a much higher engineering efficiency (and that's maybe due to the open standard). If not all information of TLF can be export HTML, it's a pity but just document it.
Looking forward to your thoughts/comments,
Marc
abhishek.g wrote: Hi Marc,
Thanks for your reply.
TLF supports many different markup formats (TLF, FXG, Plain text, HTML) with varying degrees of fidelity. It would simply not do to compare HTML because there isn't a 1:1 correspondence between TLF and HTML capabilities. From that perspective, TLF format would be your best bet though I realize there is the problem of inconsistent attribute order.
Perhaps your scenario is better addressed by having utilities to compare TextFlow instances rather than comparing corresponding markup (this needs additional thought).
As for HTML import/export, it is obviously be beyond TLF's scope to implement the full HTML standard. The current implementation is loosely based on the HTML capabilities of flash.text.TextField (see htmlText property), which itself is a small subset of the standard, and deviates from it in some ways. When you say HTML support is not ready for prime time, are you referring to this limited scope, or have you encountered specific bugs in the implementation? If the former, I'd like to know what your expectations are. If the latter, please report them.
Thanks
Abhishek
(Adobe Systems Inc.)
This message was sent to: faindu
To post a reply to the thread message, either reply to this email or visit the message page:
http://forums.adobe.com/message/2059470#2059470
--end--
mail transfer stalled...

Similar Messages

  • IR export options and embedded HTML

    Good day,
    Apex 3.2.1.00.12, 9.2.0.8 DB, on AIX 5.3.
    I have an IR where in I use html in the SQL that defines it to format certain columns such as the below
    "<div style=""overflow:auto;height:50px;"">column value here</div>"I then define the display type as ' Standard Report Column '.
    That obviously allows me to have some "formatting" power that the IR does not give by default.
    Problem is when I do the export to a CSV I get the html markup included as the value of the column.
    Is there a way I can keep my formatting desires and export without the html included in the value ?
    Also, can I export the whole result set to CSV, not just whatever I have pagination set to ?
    I do NOT have a print server.
    Thanks for your time,
    CLG

    What export option you used.
    I am using default export option and it exports all the records on report. Not current page.
    Furthermore for your requirment I ahve done lot of test regaring same thing. But I didnt find any solution. So what I did was create my own export function for those reports and then use that.
    Thanks
    * If this answer is helpfull or correct then please mark it and grant the points.

  • Sp3 and pdf export with diadem

    Dear all;
    We use Diadem 11 with windows XP SP2, and we use the functions PDF and Html Export . After upgrading from pack 2 to windows xp pack 3 we could no longer use these functions. We now the recieve error message : Access Violation r The printer is not ready ...
    We repaired DiAdem, and checked if the pdf printer converter exists and it is there .
    Any ideas !!!

    That might or might not work. Let's try closing ID again, log in withthe old user, then delet the files, if they exist, inthe list you'll find at Adobe Forums: InDesign crashes at startup
    Your user library is hidden in 10.8, so if yo don't kow how to show those files, see Access hidden user library files | Mac OS 10.7 Lion
    Now restart ID using the Keyboard shortcut to remove the prefs (hold down Cmd + Control + Shift + Opt keys as soon as you launch ID and choose Yes when asked if you want to replace the prefs. If you don't see the confirmation message, you weren't fast enough, so you need to try again).

  • How to import pdf with hyperlink and and maintain its hyperlink while exporting it as HTML?

    We can import pdf in indesign either using plaacemultiplefile script or using place submenu  under file menu but both of them import pdf as graphic object and lost its all hyperlink. no doubt when i again export its as pdf than hyperlink are there as it is but when i export it as HTML,IDML or other format than than all hyperlink are lost so is there any way to maintain this if no than is there any way to write some new script utilities which will do the same .one solution i think is first convert pdf into docx and than import it as docx indesign import  it as text frame and maintain all hyperlink but in this process pdf file lost its some formating while converting it into docx .

    I probably should've remembered "rtfm" before writing all that.  It seems to me now that I need to create a Master Page for each of the different layouts, then dynamically select the one I want to use at run-time, maybe with a script event ?  The Master Page creation is a bit messy ... the only way I seem to be able to get multiple Master Pages is to open each Word doc, let Livecycle import it, then copy all the content into a new Master Page in my main document.  That is, there doesn't seem to be a way to import a series of Word docs directly into separate Master pages of a single Livecycle form.  I'll continue with the "read" part of "rtfm" ...

  • Concept to html and css export in FWCS5

    Hi,
    I'm trying to "play" with the image to html/css for website design.
    I have a site http://bhbws.com/fairy/index02.php
    that I'd like to try this out on.  I have several issues...
    when I go to export it's exporting as .tiff and I can't find in the preferences where to change this.
    how do I export it when I have "simple rollovers" for the navigation??
    I think I can figure out the rest...
    TIA

    After adding slices to your document, use the Optimize panel to select image formats for the slices and compression levels. When finished, choose File > Export. In the Export dialog window, choose export as CSS and images, or HTML and images. Export to your predefined Dreamweaver site.

  • In Firefox 3, I was able to import and export to an HTML my bookmarks. This either does not exist any more or is well hidden. Your support answer is not up to date with your current level.

    Organize bookmarks no longer exists on Firefox 4. I have been to your support page "Exporting bookmarks to an HTML file" and this level of Firefox is in 3 and below. Can you help me be able to transport my bookmarks from Firefox to Firefox on different machines.

    Go to Bookmarks menu--> Show All Bookmarks ( Ctrl + Shift + B ) --> Import and Backup --> Export HTML

  • Interactive reports - Removing search field from html export

    Hi,
    I have an IR with "download formats" HTML enable , set within Report atributes.
    I disabled search bar (also search field).
    I have a button with request=HTMLD .
    The html file saved is ok , except that it contain a search field.
    How to generate the html export , without this "search field".
    Thanks.

    Hi, Andre.
    Thank you for your advice.
    I do, however, respectfully disagree.
    Think about this from the end users' point of view. Most end users expect ANY criteria (lwhether it be a quick search filter or an explicit filter) to check all columns in a report, not just those displayed. If the user receives a "no data found" message after invoking a quick search filter, what should they do: begin adding each of the hidden columns one at a time to see if the "no data found" message goes away? That would get very frustrating. And I believe it would be equally frustrating if users got inconsistent results based on the type of filter applied. Using an explicit filter searches all report columns while a quick search filter only checks displayed columns-- confusing for end users.
    This has been my experience and see these reactions from end users.
    In any case, that's my two cents on it.
    Again, thank you for your help. It is appreciated.
    Elie

  • Can Someone PLEASE Tell Me Why My Muse Site Will Not Work Upon HTML Export?

    Sorry for the long title!
    I've had a few threads going regarding troubles with my Muse site. These issues have been on-going, and once I was no longer able to upload to Fetch—and had to export to html via FileZilla—it just seems the problems continue to snowball.
    I have a web site. I will disclose the URL here now: www.jamescdarling.com
    When this site was html-based (its original form), using my yahoo small business web host and Fetch, it worked like a charm. All Flash files functioned at 100%, embedded videos/players all played great, etc. Then, I switched over to Muse 1.) because I was excited by the potential, and 2.) I wanted to re-design my site, anyway.
    So, I created my site in Muse, and uploaded it all into Fetch. I soon found that some of my Flash files and videos were not working. This was the case for a long time. I finally gave up after trying everything and asking lots of questions here.
    Just recently, I set out to fix these issues as I was afraid this half-assed site would appear to make me look unprofessional and like I had no idea how to use Flash. I had some problems with the new Muse Update (had to ditch Fetch and use "export with html" using FileZlilla). Changes made to my Muse file were not taking... and each time I viewed my updated site, the updates were not there—it still looked like the previous incarnation of the site. However, with some help from some of the good folks here, I was able to make my site not only update, but work nearly perfectly—or so I thought!
    I just clicked on my personal web site URL link in my LinkedIn page, and I see the old-looking site! The bookmark I have of my site is near-perfect—only the videos still will not load. However, it would seem that my site only functions as well as it does on MY computer only—that is, URL's I have been sending out probably are of the old non-functioning site? The changes I make are not being recognized.
    If you will, click on my above URL (in bold)..... If you click on "Resume", you should see light blue rules separating each section. But I bet you will see heavier gray bars with headers inside them. Also, if you view my Flash work, go to the "Epiphone Casino Mini Site".... the "Finshes" and "Features" pages' interactive elements will not function as they should (never mind the video page!)—but they work perfectly when accessing my site from my bookmark on my computer.
    Can someone please tell me how to make my site update web-wide, and how to get my Flash files to function?
    Thanks!!!
    Message was edited by: darling67

    It seams a lot of folks are haveing issues with FTP upload. Try these areas to look at. Maybe the right answer. I dont use Flash on my sites for a long time now. Anyhow, check these out.
    http://tv.adobe.com/watch/muse-feature-tour/adobe-muse-publishing-and-managing-your-site/
    http://www.adobekb.com/using_3rdparty_ftp.html#usingftp-understandinghowftpworks

  • Jumpy playback from image sequences rendered in Apple Prores and then exported to h264

    I will start by saying I have been using FCP since 1.0 and am in no way new to this software, but this issue has me going crazy.
    First the Specs:
    MacPro 2 x 2.66 Quad cor Intel Xeon
    16 gig Ram
    OS 10.9.2
    FCP 7.0.3 (sorry but I am not a fan of FCP10 at all)
    In other words, a beast of a system that has played back everything I have ever built on it for years until now. So now for the issue: I work with an amazing 3D Max builder and we have created a building animation exported from that program into and image sequence ( we have tried JPG, TGA and PNG still all with the same effect). I open Quicktime 7 Pro, build the image sequence, save as .mov, import into FCP and drop it into my 1080p30 Apple Prores (HQ ... we also tried SQ) timelines. The timeline renders perfectly and I can play the video perfectly through my system out of Firewire 800 to my Motu V4HD device which then converts the signal to HDMI to my 55" LED TV. The video and playback is perfect.... until:
    If I try to play back the same exact time line into an exported video file, the file will play back with random jumpyness in it. I say random since you can play it back 10 times and it will hiccup during playback at different spots in the video. If you review every frame in the file though using Quicktime 10, 7 or VLC viewer, every frame is perfect. So, it must be the data rate right? Wrong. I have exported now to H264 MP4, M4V, MOV , ect, etc at different data rates from 4mb to 40 mb per second. They all have the same randow jumpyness to it. So it must be my computer right? Nope. I have a Macbook pro that is more powerful than this machine and I rebuild the file using the same method (something I have done a thousand times before) and the exported file does the same thing on that machine. I had my friend do it on his machine... same thing. ERRRR....
    We have even tried using After Effects and Premier to the same result. Rendered it straight from Quicktime Pro, same. Rendered it to 720p30, same. Render it to 24fps, same. I had another editor render it using whatever methods he wanted to use... same. Tried Compressor, SAME.  Tried Adobe Media Encoder, SAME......We even, god forbid, used a PC running Premier and built the image sequence and rendered to h264 at 30fps, 5mbs.... @#$@#$ SAME!
    We just remade the 3D Studio Max export into a 60fps animation since I thought that the individual frames we appearing too far apart and thus causing the jumpyness. That was causing the playback of the upclose objects flying across the screen fast to appear jittery, but not the random playback jumps. The 60fps did smooth out the animation greatly during fast flybys, but the playback jumps are still there in all players, QT, VLC, the web, etc.
    I was starting to think this issue is realted to Mavericks, but since the PC did the same thing that is not it either. I have linked a sample of the clip below exported to 720p30, 25mbs... something that is much smaller than the original and should playback smooth very easily on any of my systems.
    FYI: I have now opened numerous projects I have edited over the last few years and noticed that all of them are now jumpy, so this isn't just an image sequence issue. While the other projects don't use image sequences and instead are shot footage edited together, there is still the random jump (far less than the image sequence as you will see) but they are now there... ***? I have cleared preferences in FCP which helps for a short period of time, but once exported I get the same glitch.
    As I said... I am stumped... ANYONE have ideas for me to try?
    Here is a sample file for you all to see and please tell me if anyone does not see the issue after playing it several times in a row.
    www.media3lv.com/switch/NORTH-sample-720p30_25mb-sec.zip
    One last thing to note... my main goal for these videos is YouTube or Vimeo playback via our company website. I have a few other animations online right now using YouTube and the problem is also showing there. At first I thought it was just my videos, but I have looked at numerous YouTube videos now showing 3D animation and alot of them are jumpy.
    www.supernap.com/supernap-building-design.html
    www.supernap.com/supernap-tscif-exchange.html
    These don't show the issue as bad since the camera fly is much slower, but why is this occuring and is it coming from my source, or is this a known youtube issue? I can program this using out own modules, but YouTube and Vimeo allow for multiple resolutions and a checker script which makes it easier to share over all devices at all quality up to 1080p.
    Advice is welcome and appreciated?

    I have tried at actual, full screen, using 1080p30 size from the original compressed to 4mbs (something my system can handle without blinking), 720p30, etc. etc. etc.  Nothing stops the jumps. Even the activity monitor shows only 5%-15% processing being used by QT and/or FCP.
    I plan to pull my old G5 out of the closet, it runs 10.6.8 and is still rock solid for video editing in FCP7.  If it plays smooth on that 8 year old system then I know it's Mavericks. I'll try that tonight. It floors me though why the original 1080p30 will playback perfect via FCP and Motu, but once I turn of external monitoring and just try to play it via the preview monitor it is jumpy as **** and then the exported file does the same thing.  So strange.  I even deleted prefences of FCP and that does help with screen playback initially, but it always gets jumps in it after playing for a while.
    I knew I should not have started using Mavericks and I HATE FCP10.

  • How do you create an installer/bundle for PPro with extension, a plugin (export-controller) and some

    Hi
    As my topic says
    How do you create an installer/bundle for PPro with extension, a plugin (export-controller) and some custom presets?
    Assume you have Flash Builder 4.5, CS Extension builder 2.0, Xcode 4.5.1 running under MacOS 10.8.

    I understand why you need updated running headers in your book. To a sighted reader these serve as a guide to where you are and help you find things quickly.  In addition, if you are exporting your data to XML or HTML from the tagged PDF it would also be important to have these in the proper location. 
    But for accessibility purposes, it doesn't have to be there because the screen reader reads everything in linear order, line by line.  No one is looking at the page.  A user listening to the screen reader read the page is going to hear this heading, just before the actual word itself. So they will hear the first word on the page twice.  It's not the end of the world if it's there, but such headings are not necessary for accessibility unless they are not repetitive and contain information that is not otherwise available.
    So I would say, fine if you need them or want them there, it's just one word. 
    I think you should try exporting your book to PDF (or even just a chapter of the book) and look at the tags panel in Acrobat to see if you are getting the result you want.  I can't tell you exactly what you should do to get those results, you are using a plug-in I don't have. 
    I can tell you I didn't have to add the headers to any article at all, they just automatically export if the other articles in the file are added and you don't select the header style option "not for export as XML."
    You may not experience the same results with your plug-in, but I think it will probably work the same way. 
    Give it a try and best of luck.

  • ALV in Web dynpro ABAP - Export option as HTML

    Hi All,
    I am developing a webdynpro application for which output will be in ALV.
    Here the requiremnet is to save the file in HTML format.
    But the Standard ALV in web dynpro has only the option to export the result in Excel and PDF.
    Could any one suggest or tell me that is there any customized way to add the HTML format option in the ALV.
    The output of the ALV should be saved as HTML.
    Note: In R/3, The ALV provides us with both Excel and HTML format.
    Thanks,
    Aruna

    Hi,
    You should be looking [http://weblogs.sdn.sap.com/cs/blank/view/wlg/20046?page=last&x-order=date|http://weblogs.sdn.sap.com/cs/blank/view/wlg/20046?page=last&x-order=date]
    And also look in code exchange place .

  • Export pdf as html by Acrobat 9.2 on windows 7

    Dears,
    i have a problem with exporting pdf as html by Acrobat 9.2 on windows 7.
    after exporting, images and text may have wrong positions or wrong width and height of the images.
    is the problem in the compatibility between acrobat 9.2 and windows 7 ?
    what can i do ?
    Thank you in advance....
    amt

    thank you, but i think that i can get 90% representation of the pdf,
    but that didn't occure,
    also i saw examples for some tools which can do that, but for pdf version 1.5 and i think that is on old windows too.

  • Manual backup of bookmark json file is empty, export of bookmark html file "self-deletes"

    I'm now using Firefox 17.0.11esr in Win 7 at work and 26.0 in Win XP at home. I tried 24.2.0esr at work, but had to return to the earlier version, because of this problem below, which also happens with my home machine:
    I cannot save, manually or automatically, a usable bookmarks json file for use as a backup. The files are always empty.
    When I try to export a bookmarks html file, it begins to create and save it, but then "self-deletes" it before it's done.
    Why is this a problem with 24.2.0esr and 26.0, but not 17.0.11esr? What can I do about it?
    Thanks

    You can try to create a new profile and keep both profiles open at the same time.<br />
    You can do that by starting the second instance with the -no-remote command line switch (see further down).
    Then you can do a copy and paste of the bookmarks in the Bookmarks Manager (Library) from the current profile to the Library of the new profile to create a new places.sqlite database file.<br />
    If that works then you can copy this places.sqlite file to your current profile folder.<br />
    You will lose the history, but it is possible to copy history items to a bookmarks folder in the new profile.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    You can also opt to keep using the new profile and transfer some files from the old profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox
    See:
    *http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows
    Use the -no-remote command line switch to open another Firefox instance with its own profile and run multiple Firefox instances simultaneously.
    *http://kb.mozillazine.org/Opening_a_new_instance_of_Firefox_with_another_profile
    *https://developer.mozilla.org/Mozilla/Multiple_Firefox_Profiles

  • Exporting "CSS and images (.htm.)" from Fireworks CS4?

    Is this an effective process for developing CSS based layouts? Are there any proven tricks to improve the quality of the resulting structure?

    It's a starting point, but it does not exempt you from understanding 
    XHTML and CSS. Currently there are some limitations to what the script 
    will export: it ignores additional states, javascript behaviors and 
    won't export more than 1 page at a time. Keep in mind this is just the 
    "first kick" and we'll no doubt see this feature embellished.
    I recommend that you download and read about the updated CSS and 
    Images export script, modified by Matt Stow. You can find the new 
    script and his article here:
    http://www.adobe.com/devnet/fireworks/articles/standards_compliant_design.html
    The article also provides some tips on how to best plan your designs 
    if you plan to use the script.
    HTH
    Jim Babbage
    NewMedia Services
    http://www.newmediaservices.ca
    Community MX Partner -
    http://www.communitymx.com/author.cfm?cid=1036
    Adobe Community Expert
    http://www.adobe.com/communities/experts/members/206.html
    Author - Lynda.com
    http://movielibrary.lynda.com/authors/author/?aid=188
    Author: Peachpit Press
    http://www.peachpit.com/store/product.aspx?isbn=0321562879

  • Missing images in html export of execution plan

    Hi %,
    I need to print a rather long execution plan and for this purpose I exported it to html. But unfortunately the little images are missing, which is not soooo bad, but when I distribute this to our developers it just looks better. I've searched the whole disk, but didn't find them. Can someone please help me? Where is the trick? btw: Version 2.1.0.63
    best regards
    Andreas

    You can request this at the SQL Developer Exchange, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

Maybe you are looking for

  • Infopackage in process chain taking long time to run

    HI Experts, One of the element (Infopackage) in process chain(Daily process chain) is taking much longer time(6 hr and still runing) as generally it takes 15-20 mins to complete and the status is in yellow and still running in process monitor without

  • Developing a replica of SMS applicatio​n

    Hi All , I am working on getting a BB application, which can be a replica of the inbult messaging service , developed which can perform the following : -> Real time message sync through the BB application. -> On the basis of the message  sync , the B

  • Get certificate error trying to access yahoo mail, and there is no exception to bypass the error.

    I am getting a certificate error trying to access https://mail.yahoo.com. Unlike most other certificate errors, there is no option for "I understand the risks" to add an exception for the page, just the following: mail.yahoo.com uses an invalid secur

  • Leading text for select-option in Query

    Hi, In sq02 in the DATA codebox, I have added a "select-option for field". However, the title/leading text for the field in the selection screen is useless. How can I program my own text for this selection ? PS I have tried selection-screen begin of

  • Obiee dsn setup

    hi everyone, can anyone tel me hw to setup a dsn to import metadata from a existing 10g/11g rpd? r dere any drivers required to setup the dsn fr d same? currently i do nt hv any oracle drivers since i hv installed d obiee plus 11g client,which gives