HTML viewer component

Hi,
Does anyone know of a third party component that I can use in flash to view HTML pages?
Thanks in advance.

no - I searched some time ago but theres nothing useful for free.
for money you get all you want!

Similar Messages

  • HTML viewer component based on Java AWT ?

    Who knows about projects/sourcecode/etc. for a browser component based on only AWT and NO SWING ? I only need a simple HTMLViewer which does not use Swing (restriction because I want to run it on PDA with PersonalJava). I do not necessarily need a full blown browser, but just the most common and basic HTML tags.
    Any help would be highly appreciated.
    Kar;

    no - I searched some time ago but theres nothing useful for free.
    for money you get all you want!

  • HTML view - Display KM file

    Hi Team,
    I would like to display a html page which is placed on Portal KM inside a Visual composer Model.
    I tried using HTML view but could not succeed.
    When i give the URL and test it during the design time it displays properly but during run time i'm getting 404 resource not found error.
    And i'm able to access other URL's but not the files which are on portal.
    Any suggestions..?

    Hi Hareesh,
    Check the URL path of the KM HTML page in your VC HTML view component in the run time.
    Maybe VC renders it in an unexpected way, or unexpected space in the beginning or end of the URL.

  • HTML Viewer: Copying images+text to another component

    Hi folks,
    I'm working on a Java app for a research project where I'd like to be able to view a webpage in one panel (with some HTML viewer) and then be able to select pictures AND text from it (web browser-style), click a button, and have it copy the images and text (even the HTML code behind it would be sufficient) to some JTextArea or whatever.
    In other words, I'm trying to find an HTML viewer or browser which will be able to select both text and images and be able to copy the selection (as the real objects or even as HTML code, either way) so that it could be sent to some other component.
    I believe that JEditorPane supports viewing HTML, but you can only copy text from it. So, can anyone recommend an API class or even some 3rd party software (no funds since it's academic research, so free is preferable) that can do anything close to this? Alternatively, does anyone know of some other work around -- for example, selecting in IE or another browser, then dragging it onto some component into the Java app?
    Thanks a ton for any help!
    -Jon

    Try this..
    create a new flex project and add a folder called "src"
    create a new MXML component named "VideoComp.mxml" and copy/paste
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300">
    <mx:Script>
    <![CDATA[
    [Bindable]
    public var videoWidth:int = 300;
    [Bindable]
    public var videoHeight:int = 300;
    ]]>
    </mx:Script>
    <mx:Label text="Vidoe" />
    <mx:TextInput text="{videoWidth}" id="w" change="this.videoWidth = int(w.text);" />
    <mx:TextInput text="{videoHeight}" id="h" change="this.videoHeight = int(h.text);" />
    </mx:VBox>
    create a new MXML component named, "SharingComp.mxml" add copy/paste this..
    <?xml version="1.0" encoding="utf-8"?>
    <mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml" width="400" height="300">
    <mx:Script>
    <![CDATA[
    [Bindable]
    public var videoWidth:int;
    [Bindable]
    public var videoHeight:int;
    ]]>
    </mx:Script>
    <mx:Label text="Sharing Comp." />
    <mx:Label text="{videoWidth}" />
    <mx:Label text="{videoHeight}" />
    </mx:VBox>
    and here is the main.mxml file
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
    xmlns:src="src.*">
        <mx:Script>
            <![CDATA[
                private function doSomething():void
                 sharingComp.videoHeight = videoComp.videoHeight;
                 sharingComp.videoWidth = videoComp.videoWidth;
            ]]>
        </mx:Script>
       <src:VideoComp id="videoComp" />
       <mx:Button click="doSomething()" label="copy" />
       <src:SharingComp id="sharingComp" />
    </mx:Application>
    Hope this helps,
    BaBo,

  • Dynamic Image Url html view

    Hi all,
    I am currentyl trying to display an image, which can be accessed by a http-url refering to an external server.
    The problem is, that that the displayed image is linked with the content...that means, that the image url has to be dynamic.
    Does anybody know how to solve this problem. I am currently mapping an url to the url-input of the html-view, but by starting the application the following error occurs:
    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No parser configuration entry for the tag HtmlView
    Does anybody know how to solve this problem?
    Thank you in advance.
    Kind regards, Patrick

    Hi Patrick,
    Are you still looking for the answer?
    Did you try the expression editor of the image control, where based on expression (ie., your content), image will be displayed.
    Are you storing the data (from where you pass the content to next UI component or next screen) in a data store; and taking the data store value in the expression editor of the image component?
    Let me know if it helps
    Regards,
    Vani

  • Simple HTML Viewer

    I wanna create a HTML Viewer ,that is if I type HTMLcode at the left pane then simultaneously the corresponding display should come at the right side .
    Please help me by telling ,which all inbuilt classes should be used for this aplication .Here THe main problem will be the allignment of components to great accuracy .
    Thanks

    Swing has only very basic html support built in. What you need is a component that can render HTML pages. One way is to integrate Mozilla Gecko into your java application.
    http://jrex.mozdev.org/
    That said, Firefox has very nice plugins that can do exactly what you want to build, so maybe you can save yourself the time.

  • Problem with image in Hierarchy Viewer component

    Hi All,
    I am using Hierarchy Viewer component in my application developed in Jdeveloper 11.1.1.6.0
    Actually, my requirement is to pick the name of the "content id" stored as a value in a field in the table. Hence written code as follows, which is not showing the image.
    <af:image id="img3"
    inlineStyle="border-color:Black; border-width:1px; width:85px;height:120px;"
    source="#{documentsService.latestReleasedVersionURL['UUCM#dDocName:#{node.EmpImage}']}"
    rendered="true"/>
    Please help me out ....
    Thanks & Regards
    Sneha
    Edited by: 1002482 on Jun 6, 2013 12:46 AM
    Edited by: 1002482 on Jun 6, 2013 12:48 AM

    Timo,
    It is supposed to pick up the image from the content server and display on the page.
    I have tried the following, it worked.
    1) Checked in the image in the content server with content id : SAMPLE_IMG
    2) modified the code as
    <af:image id="img3"
    inlineStyle="border-color:Black; border-width:1px; width:85px;height:120px;"
    source="#{documentsService.latestReleasedVersionURL['UUCM#dDocName:SAMPLE_IMG']}"
    rendered="true"/>
    Now that, I want to store the value "SAMPLE_IMG" in a field in a table, and want my application to pick up that value.
    Sneha

  • Report shows up in HTML view but blank in PDF view

    Hey
    I have a quick question .
    My report runs fine and shows in HTML view .
    When I click on PDF view it shows up blank and doesnot even show any header footer company logo .
    Any idea/advice ?
    Thanx
    Edited by: pooja... on Oct 14, 2008 8:41 AM

    Hi Pooja,
    It seems u have succeeded in getting your report on HTML. This is with Interactive Reporting.
    In the Dashboard section i have an Embedded Browser with the url set in the properties that returns the xml response. But then we are unable to read or view it. Can you help me with that as i am new to this.
    Thnks & appreciate your help.
    JB
    Edited by: user10454571 on Oct 21, 2008 9:31 AM

  • PCUI - open New Window via Button (to call custom URL / HTML viewer)

    Hello group,
    I have followed the "Use CRM PCUI HTML viewer to call a custom URL" in order to create a custom URL to BW web template.
    However, instead of displaying the URL in a tab (this works fine), I want a Button in the Accounts view to open up a New Window displaying the URL there.
    Here is what I have done:
    Create Field Group & Structure
    Create Event
    - Usage: Layout-Relevant
    - Text: Web template call
    Added Event to Toolbar Group ACC_OIC
    Define Application Layout (CRMM_ACCOUNT) for Event
    - Position: New Window
    - Screen Element Type: HTML
    - my field group
    - my structure
    Define Application Set (COMM_BUPA)
    - my structure
    - my access class
    The button is there, when clicked the read-method of my access class is executed, but no New Window is opened with the URL displayed.
    Is there something I am missing? Can the HTML viewer not called in a new window?!
    I appreciate any input you can provide me.
    Thanks and regards,
    Erik

    I have the same problem. PCUI toolbar button open url http://www.google.com in new window   .
    It sames so easy open a link on web page.
    why so hard in PCUI !
    My god , who design the PCUI.
    anyone solve this problem , let me know please. Thanks!
    [email protected]

  • List view component not being ordered

    I am using the list view component to represent my table data. for creating a new row, i use a popup which has a separate taskflow in which i create a new row. Now i need to refresh the list view component after this new row is created. I am doing that using contextual events. I just re execute the query of the vo based on which the list view component is made. But in order to get the in memory rows, i set the view objects query mode to scan view rows as well as entity based rows. This however makes the vo query's order by clause to not work. I am not sure why but the list view data is no longer ordered.
    Also if anyone has any idea how to refresh the entire list view component, that is load data again, it would be of great help.
    Thanks in advance,
    Jithesh

    Hey,
    I'm new at this so i'm going to try to help (although it problably won't work or do what you want).
    You said you want to refresh the entire list view component, well, normally i have my views/data controls connected to a binding variable in my bean class and if i want to update something (lets say a selection) i use this code:
            AdfFacesContext adfFacesContext = AdfFacesContext.getCurrentInstance();
            adfFacesContext.addPartialTarget(dimFactSales);
    dimFactSales = variable binded to one of my views.
    Hope that helps,
    Frederico.

  • HTML View using an iView dynamically

    Hello Visual Composer experts,
    I want to use a SAP Enterprise Portal iView in a VC Model.
    For that I use VC HTML View.
    In the URL I put SAP EP IView reference, for instance :
    http://<xxx>:50000/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fevery_user!2fgeneral!2fcom.sap.portal.afpFavorites
    <xxx> stands for development portal.
    When I transport my VC model to quality portal I need to manually replace <xxx> by <yyy>.
    How can I avoid this ? How can I dynamically address the portal ?
    I found something about using "portal:" that will replace http://<server>:<port>/irj/servlet/prt/portal/prtroot/  but did not succeed to make it works.
    In the VC HTML view I tried to used "pcd" instead of "http" but again did not make it.
    Can someone give me a clue ?
    Rgds
    Gilles

    Hello Udi,
    Thansk for your answer. Let me try to clarify my need.
    I would like, for instance, to execute "My home" page in SAP EP using a VC HTML view.
    I want this to work in all my SAP EP systems (Development, Quality and Production).
    My current solution is :
    a VC model with an HTML view, a variable where URL is hardcoded @URL and passed to this HTML view (similar as what you describe)
    to import the VC model in each EP environment
    change the URL to address the EP
    deploy the model
    I'm looking for a way to achieve this without modifying my VC model (@URL ) in each environnement.
    So I'm looking for a way to address dynamically the system.
    As explained I did try, without succes, with :
    1) Using "portal:"  in the variable @URL
    2) using pcd parameter in the VC HTML view (I did not understand how to use it)
    I was expecting a dynamic way without calling a service.
    Kind Regards
    Gilles

  • Problem with HTML viewer

    Dear All ,
    I am facing a problem with HTML Viewer . My senario is as follows :
    1. I have created one HTML page . On that page there are 4 Images
    2. I imported that HTML page in SAP with the help of transaction SMW0
    3. I Called that HTML page in my ABAP program using the method "load_html_document" of class cl_gui_html_viewer
    4. This is happening perfectly ok on the machine on which all this developement was done.
    But the issue is when I execute my ABAP program on a different machine , those Images on that HTML page are not displaying.
    Can you please guide me how to remove that machine dependancy?
    Regards,
    Nikhil

    Hi Nikhil,
    Please check if the image is properly imported properly. Also check if there is any option which you might have forgotten while imported like dependeency.
    Regards
    Abhii...

  • The internal html viewer is not working in coldfusion builder 2.

    It is so frustrating how hard this is. I finished setting up coldfusion and coldfusion builder 2 with an apache local webserver and was hoping to make use of the internal html viewer but it won't come on! All I see is a blank grey page with no content. After creeping around the forums for a while it seemed that the simplest solution was to use the internal coldfusion server so I uninstalled everything and did just that, reverting my administrator page to http://localhost:8500/CFIDE/administrator/index.cfm (working and launchable from the IDE), placing my webroot at C:\ColdFusion9\wwwroot and with all the folders in their right place. The server is running ok and when I launch the run as "coldfusion administrator" option to run my index file, it succesfully opens the external browser and displays the page.
    I have the same setup on my desktop at home, the same files, installation, everything! and it works but not on my laptop. I followed Ben Forta's instructions to a T and yet I still am not getting the html preview. I even tried to hard code the absolute url in the html preview settings and still nothing but that annoying grey.
    Is this a bug? There doesn't seem to be anything about it in the bug reports. It is quite infuriating how something that seems so miniscule could be such an annoyance. I have already gotten quite used to the preview pages and coldfusion and I would prefer to code that way rather than making use of dreamweaver which I feel I am being forced to use, but at least it's consistent.
    Please if anyone could provide some answers and help I would really appreciate it! I have only so much hair left!
    Thanks!

    Perhaps others may recognize and resolve this for you. I and others here often can and do offer quick solutions to many problems. And I can appreciate that it’s reasonable to think that something so simple should just work. But in this case I think are simply too many variables that could explain why things are not working for you. And while I can also appreciate that you will prefer to get a solution for free if anyone can offer it, I just can’t even begin to offer all the possible problems and solutions, at least by email, in this case. Again, maybe someone else will make a quick connection.
    But I will point out that if you’re willing to pay US$75, I offer a service of remotely troubleshooting any one CFBuilder problem for that fixed price. Hopefully I might help you solve it quickly (when I can see exactly what’s going on in your environment), but you will not pay if I don’t solve the problem in up to 2 hours effort. If you may be interested, see www.carehart.org/consulting/ for more, and if you want to set up a time to get together (over the web), drop me an email at [email protected]
    Finally, please note that I don’t often point out this service here on the forums. I generally just offer suggestions (sometimes lengthy ones) without any commercial expectation, so please don’t regard this as me engaging in “abusive unsolicited commercial email”. I’m just offering a possible solution, given the OPs sincere challenge in solving things.
    /charlie

  • Export in Query Ready mode not Working.for FR reports in HTML view

    Hi,
    When we run the FR reports in HTML view in Workspace,there is an option at the bottom to "Export in Query Ready mode",it's not exporting the report in Smart view excel .
    But some of our users are able to export the report in SV.We are using EPM 11.1.1.3. I have checked the IE 7 settings with other users and it's same.
    Does anybody has any idea what could be the cause?
    Thanks in advance.
    BC

    It is the behavior, Query ready mode will only pulls the members which are in Essbase (no FR calculated fields)
    Regards
    Celvin
    http://www.orahyplabs.com

  • RH8--Changes made to HTML not persistent in HTML viewer

    During our pre-release QA, we discovered that many of our topics had lost the line of code that called the ehlpdhtm.js file:
    <?rh-script_start ?><script src="../ehlpdhtm.js" type="text/javascript"
            language="JavaScript1.2"></script><?rh-script_end ?>
    I'd run into this problem before and knew the fix was to add this string in just below the <body> tag. The good news is the fix works.
    The wierd news is, the changes disappears from HTML view when you save &check the topic back in to RSC. Opening the topic in an external editor proves the topic  was modified, and the next build propagates the change as desired, but even clearing the project files an reloading from source control doesn't display the change in the HTML viewer.
    Does RH store that view somewhere? We have the option checked to rebuild the .cpd file every time we get the file out of Source Control. I've also filed this as a bug with Adobe.
    .MW

    You cannot edit messages in place. You need to copy them and send them to the same or another queue.
    JMS != JDBC...
    Regards,
    Colin.
    http://hermesjms.com

Maybe you are looking for

  • How to give a popup with back end data in struts

    I have a page having information corresponding to a particular role..and there is a button for mapping/unmapping resources to that particular role...The problem is this button should open a pop-up with the whole resources' list with checkmark in alre

  • UTL_MAIL --- ORA-30678: too many open connections

    Hello, I have a pl/sql package that sends out emails using UTL_MAIL pkg pointing to an Exchange server, an APEX app calls this pkg.. This package used to work fine for months but I recently noticed that some emails are not being sent as expected. The

  • Must Restart Frequently in Order to Regain Lost Internet Access

    Ever since upgrading my iPhone 4 to 4.1, I'm frequently having to restart the iPhone, because of the inability to connect to the Internet (even though "Cellular Data" is definitely turned on). This is getting to be frustrating. Is anyone else having

  • CFGRID HTML named target will not open new window

    I'm finally TRYING to make the move to CF8 and honestly I love Cold Fusion but I encounter bug after bug without going crazy trying to do things. I'd appreciate any guidance here. In this case I am trying to switch over from applet CFGRIDS to HTML CF

  • Flash CS5 + DatagramSocket class error

    As you all know, Flash CS5 is now released. It is confusing me as AIR2.0 is still in beta. I tried to use DatagramSocket class but failed import flash.net.DatagramSocket Up to this point, evrythings ok var ds:DatagramSocket = new Datagramsocket()