View in html?  trying to embed object

hi i am trying to embed an object from a website
it is a music store for my band
how would i embed it? its just coming up as html code
can i view my website as html to include it?
thanks

Jessica ~ With iWeb 1 you'll need to do some post-publishing editing of the HTML files of your published site in order to embed custom HTML. And you'll have to do that editing +each time you change your site+. This can be done manually ~ in iWeb, you would publish your site to a folder, then edit the files using, say, +Taco HTML Edit+:
http://tacosw.com/index.php
...or there are some other tools to help, e.g.
http://iwebmore.ctrl-j.eu/iWebMore.html
http://web.mac.com/cbrantly/iWeb/Software/iWeb%20Enhancer.html
You won't need to do post-publishing editing if you upgrade to iLife'08 ~ you can use iWeb 2's +HTML Snippet+ feature to easily add custom HTML:
http://www.apple.com/ilife/iweb/#widgets
...This would be the best way.

Similar Messages

  • View an HTML Page in a object

    Hi to All,
    I have created a custom TAB in a CRMD_ORDER.
    I want add a html page(external link) in custom container (like a browser).
    On the forum I did't find anything, can you help me?
    Best regards.
    Umberto

    Result:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fdf8ee2a-0301-0010-e598-9a1ad4189bdd

  • BISoapException when trying to embed BI report in a simple jspx page

    I'm trying to embed BI report in a simple jspx page in a simple application (without security). When I tried to run the page, I'm getting BISoapException: The connection retrieval failed. But when I test the BI Presentation Services connection in JDEV, it connects successfully. The connection.xml and jspx content are shown at the bottom. Any pointers will be greatly appreciated.
    <ReferenceStoreHelper> <createReference> No credential could be loaded for Reference = Reference Class Name: oracle.bi.presentation.soap.connection.BISoapConnection
    , SecureRefAddr = un. Setting default value of "".
    <ReferenceStoreHelper> <createReference> No credential could be loaded for Reference = Reference Class Name: oracle.bi.presentation.soap.connection.BISoapConnection
    Type: un
    Content:
    , SecureRefAddr = pw. Setting default value of "".
    <ReferenceStoreHelper> <getReferencesMapEx> Incomplete connection reference object for connection:bips
    <BISoapConnectionFactory> <_getConnectionFallback> Cannot lookup the connection,bips using fallbacks
    oracle.bi.presentation.soap.connection.BISoapException: The connection retrieval failed. Please see the log file fore more details.
         at oracle.bi.presentation.soap.connection.impl.BaseBISoapConnection.initSawSession(BaseBISoapConnection.java:774)
         at oracle.bi.presentation.soap.connection.impl.RTBISoapConnection.<init>(RTBISoapConnection.java:62)
         at oracle.bi.presentation.soap.connection.BISoapConnectionFactory.getObjectInstance(BISoapConnectionFactory.java:715)
         at oracle.adf.share.jndi.ReferenceStoreHelper.getObjectForReference(ReferenceStoreHelper.java:296)
         at oracle.adf.share.jndi.ContextImpl.findObject(ContextImpl.java:651)
         at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:150)
         at oracle.adf.share.jndi.ContextImpl.lookup(ContextImpl.java:155)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at oracle.bi.presentation.soap.connection.BISoapConnectionFactory._getConnectionFallback(BISoapConnectionFactory.java:522)
         at oracle.bi.presentation.soap.connection.BISoapConnectionFactory._getConnectionImpl(BISoapConnectionFactory.java:296)
         at oracle.bi.presentation.soap.connection.BISoapConnectionFactory._getConnectionAndAddIfNecessary(BISoapConnectionFactory.java:580)
         at oracle.bi.presentation.soap.connection.BISoapConnectionFactory.getConnection(BISoapConnectionFactory.java:163)
         at oracle.bi.presentation.runtime.binding.BIRegionBinding.getHtmlContent(BIRegionBinding.java:320)
         at oracle.bi.presentation.view.faces.renderkit.ReportBaseRenderer.encodeAll(ReportBaseRenderer.java:100)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:858)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:422)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:438)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:69)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:148)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:151)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:80)
         at org.apache.myfaces.trinidad.render.CoreRenderer.delegateRenderer(CoreRenderer.java:452)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.DocumentRenderer.encodeAll(DocumentRenderer.java:106)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:858)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:979)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:408)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:208)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    <BIRegionBinding> <getHtmlContent>
    oracle.bi.presentation.soap.connection.BISoapException: Please check the log file for more details.
         at oracle.bi.presentation.runtime.binding.BIRegionBinding.getHtmlContent(BIRegionBinding.java:325)
         at oracle.bi.presentation.view.faces.renderkit.ReportBaseRenderer.encodeAll(ReportBaseRenderer.java:100)
         at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1432)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:858)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:422)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:438)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:69)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:148)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:151)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:80)
         at org.apache.myfaces.trinidad.render.CoreRenderer.delegateRenderer(CoreRenderer.java:452)
         at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.DocumentRenderer.encodeAll(DocumentRenderer.java:106)
         at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:358)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:858)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:937)
         at javax.faces.component.UIComponent.encodeAll(UIComponent.java:933)
         at com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:266)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:197)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:979)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:408)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:208)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    =================================
    Here is the connections.xml for the simple app.
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <References xmlns="http://xmlns.oracle.com/adf/jndi">
    <Reference name="bips" className="oracle.bi.presentation.soap.connection.BISoapConnection" credentialStoreKey="bips" xmlns="">
    <Factory className="oracle.bi.presentation.soap.connection.BISoapConnectionFactory"/>
    <RefAddresses>
    <SecureRefAddr addrType="un"/>
    <SecureRefAddr addrType="pw"/>
    <StringRefAddr addrType="pc">
    <Contents>http</Contents>
    </StringRefAddr>
    <StringRefAddr addrType="hst">
    <Contents>slcag180.us.oracle.com</Contents>
    </StringRefAddr>
    <StringRefAddr addrType="pt">
    <Contents>30621</Contents>
    </StringRefAddr>
    <StringRefAddr addrType="ctx">
    <Contents>analytics</Contents>
    </StringRefAddr>
    <StringRefAddr addrType="uctx">
    <Contents>analytics-ws</Contents>
    </StringRefAddr>
    <StringRefAddr addrType="res">
    <Contents>http://slcag180.us.oracle.com:30621/analytics</Contents>
    </StringRefAddr>
    <StringRefAddr addrType="imp">
    <Contents>true</Contents>
    </StringRefAddr>
    <StringRefAddr addrType="res_auto">
    <Contents>true</Contents>
    </StringRefAddr>
    <StringRefAddr addrType="adf_cookies_to_skip">
    <Contents/>
    </StringRefAddr>
    <StringRefAddr addrType="bi_cookies_to_maintain">
    <Contents/>
    </StringRefAddr>
    <StringRefAddr addrType="bi_cookies_to_skip">
    <Contents/>
    </StringRefAddr>
    </RefAddresses>
    </Reference>
    </References>
    ==========================
    Here is the jspx page.
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:adfbi="http://xmlns.oracle.com/adf/bi/report"
    xmlns:tr="http://myfaces.apache.org/trinidad">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view locale="en">
    <tr:document id="d1">
    <tr:form id="f1">
    <adfbi:content id="content1" width="1024px" height="768px"
    value="#{bindings.biExecBinding1}"/>
    </tr:form>
    </tr:document>
    </f:view>
    </jsp:root>

    Harry,
    I'm not really sure why this error is showing up. I did not have any items in my content area. However, I just tested with another content area where I posted items, and the same problem is occurring. We have already set intermedia running, so the searching/indexing functions should be working.
    The search navbar is a separate navbar from the default one associated with the content area. However, I still created it under that content area.

  • Outputing html with svg embed tag

    Hi,
    I'm trying to output a html file with a svg file embeded in it. I can view the html file on my local machine and through the web server if I directly access the page but when I try to render it through the servlet (which I need to do because I change what SVG the user see's depending on thier last action) it does not display the SVG.
    The code to output the file is:
    response.setContentType("text/html; charset=UTF-8");
    PrintWriter out2 = response.getWriter();
    out2.write(sb.toString());
    out2.close();
    sb is a StringBuffer which has the html contents, which look fine when I do a view source.
    I have tried using the outputstream with no success either. The html file is:
    <HTML>
    <BODY>
    <embed name ="graph" src="../objects/ExponentSvgGraphing.svg" width="720" height="500"
         TYPE="image/svg+xml" PLUGINSPAGE="http://www.adobe.com/svg/viewer/install/"/> <!--TYPE="image/svg+xml" -->
    </BODY>
    </HTML>
    Like I say can view locally and through the web server so it must be something I am doing wrong in the Servlet, I have tried changing the content type to image/svg+xml and image/svg-xml but to no effect. Any help / suggestion.
    Thanks
    Andre

    Just a guess:
    src="../objects/ExponentSvgGraphing.svg"This path is relative to your servlet, I believe. If you used the HTML you posted there in a static HTML page, then the path would be relative to that page instead. Maybe that's why the difference.

  • Cannot view the HTML preview

    When I try to view the HTML preview after creating the presentation it is giving the following error:
    Cannot Preview BPM Object Presentation.The BPM Object has errors that need to be resolved.
    thanks,
    Regards,
    Archana

    Hi,
    I tried that way but it couldn't work.
    It is giving the following error
    Cannot Preview BPM Object Presentation.The BPM Object has errors that need to be resolved.
    Illegal character in path at index 12: file:/C:/New Folder/cd-1/New Folder/webapps/workspace/
    java.net.URISyntaxException: Illegal character in path at index 12: file:/C:/New Folder/cd-1/New Folder/webapps/workspace/
         at java.net.URI$Parser.fail(Unknown Source)
         at java.net.URI$Parser.checkChars(Unknown Source)
         at java.net.URI$Parser.parseHierarchical(Unknown Source)
         at java.net.URI$Parser.parse(Unknown Source)
         at java.net.URI.<init>(Unknown Source)
         at java.net.URL.toURI(Unknown Source)
         at fuego.designer.formdesigner.actions.HtmlPreviewAction.performShowHTMLPreview(HtmlPreviewAction.java:124)
         at fuego.designer.formdesigner.actions.HtmlPreviewAction.runAction(HtmlPreviewAction.java:83)
         at fuego.designer.formdesigner.actions.FormDesignerAction.actionPerformed(FormDesignerAction.java:43)
         at fuego.ui.peer.swt.SwtToolBarItem$AdapterListener.executeAction(SwtToolBarItem.java:251)
         at fuego.ui.peer.swt.SwtToolBarItem$AdapterListener.handleEvent(SwtToolBarItem.java:239)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)
         at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
         at org.eclipse.core.launcher.Main.run(Main.java:977)
         at org.eclipse.core.launcher.Main.main(Main.java:952)
    Regards,
    Archana

  • Slices Made In PS CS5 "Break Up" When Trying To Embed Video

    Try and make this short and sweet. Have been searching and asking other places. I made a website in PS CS5, and exported slices, to Dreamweaver. When trying to embed Flash(Via HTML or Insert/Media), the video won't go "On" to the section/slice I'm trying for. It, pushes it over, basically. Same thing happens with Quicktime. I had started the website in Dreamweaver, using a template and HTML, and when doing the same, it works fine. I can make a "Hotspot", but then will have to make a number of new pages, and prefer the video to just pop up. Any help is appreciated.

    We are having the same issue.
    Windows 7 x64
    Microsoft Office 2013 (Word)
    Adobe Reader XI (11.0.0)
    Whenever someone tries to embed a PDF file into a Word document, the following error occurs:
    The program used to create this object is AcroExch. That program is either not installed on your computer or it is not responding. To edit this object, install AcroExch or ensure that any dialog boxes in AcroExch are closed.
    I have looked at alot of articles online that say to 'Disable' Protected Mode.  This does not resolve the issue.  This option is not set by default in our environment.
    Do we have any confirmation or information from Adobe on this issue? 

  • Can't install Updater and view my HTML page online!

    Hi all,
    I do have the most recent version of Macromedia Dreamweaver
    MX 2004 ver. 7.0.1. But I was trying to install the updater anyway.
    As I was trying to install the Updater I received a Severe Error
    message which says: "This folder does not contain Dreamweaver MX
    2004." This happens when I choose the destination as to where I
    should install the files. And I do have Dreamweaver installed on my
    machine. Although I probably don't need the updater, I wanted to
    install it because I am having problems viewing my html file (which
    embeds an swf) when I upload it to the server. I can view it
    locally but when I view the page online, it just hangs there
    forever.
    I sent my html file to someone else and she was able to
    upload it to her server and when I viewed her source code, I
    noticed that she had some JavaScript. When I asked her about it,
    she said that the JS file that's in the html was automatically
    added by Dreamweaver to overcome the Microsoft click to activate
    limitation. The script writes the Flash embed code to the page
    dynamically. That didn't happen for me, so I'm confused as why my
    html page which embeds Flash can't be viewed online correctly.
    Please help! Thanks!

    "This folder does not contain Dreamweaver MX 2004."
    That only means that it doesn't contain DW7.0 - which you
    already know.
    Since you have already updated to 7.0.1, this is the expected
    error message
    when you try to update again.
    > it just hangs there forever.
    Post a link to the page, please.
    > I sent my html file to someone else and she was able to
    upload it to her
    > server and when I viewed her source code, I noticed that
    she had some
    > JavaScript. When I asked her about it, she said that the
    JS file that's in
    > the
    > html was automatically added by Dreamweaver to overcome
    the Microsoft
    > click to
    > activate limitation.
    Not if you are using 7.0.1 it doesn't. A look at your page
    would reveal
    all, though.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "respondplease" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi all,
    >
    > I do have the most recent version of Macromedia
    Dreamweaver MX 2004 ver.
    > 7.0.1. But I was trying to install the updater anyway.
    As I was trying to
    > install the Updater I received a Severe Error message
    which says: "This
    > folder
    > does not contain Dreamweaver MX 2004." This happens when
    I choose the
    > destination as to where I should install the files. And
    I do have
    > Dreamweaver
    > installed on my machine. Although I probably don't need
    the updater, I
    > wanted
    > to install it because I am having problems viewing my
    html file (which
    > embeds
    > an swf) when I upload it to the server. I can view it
    locally but when I
    > view
    > the page online, it just hangs there forever.
    >
    > I sent my html file to someone else and she was able to
    upload it to her
    > server and when I viewed her source code, I noticed that
    she had some
    > JavaScript. When I asked her about it, she said that the
    JS file that's in
    > the
    > html was automatically added by Dreamweaver to overcome
    the Microsoft
    > click to
    > activate limitation. The script writes the Flash embed
    code to the page
    > dynamically. That didn't happen for me, so I'm confused
    as why my html
    > page
    > which embeds Flash can't be viewed online correctly.
    >
    > Please help! Thanks!
    >
    >
    >

  • Viewing downloaded html-code in a webview -AppleEventhandler failed(-10000)

    I am trying to view downloaded html-code in a webview in AppleScript Studio. Showing the raw html text in the textwindow works ok, but I am getting an error message trying to output the code to the webview.
    I really googled for a solution to this before posting, but haven´t found anything.
    It´s the last line "call method "loadHTMLString:baseURL:"....." that is giving me the error.
    What´s wrong?
    on launched theObject
    -- this downloads the source from www.google.com into the variable myhtml
    -- and displays the source in a text view window:
    set myhtml to do shell script "curl www.google.com"
    set contents of text view "textwindow" of scroll view "textwindow" of window "textwindow" to myhtml
    -- this should give a variable that points to the webview in the webview window
    -- everything in this window is labeled "webwindow" in the applescript properties in IB:
    set webwindow to call method "mainFrame" of object (view "webwindow" of window "webwindow")
    call method "loadHTMLString:baseURL:" of webwindow with parameters {myhtml, null}
    end launched
    AppleScript Error
    AppleEvent handler failed. (-10000)
    [Session started at 2008-12-30 14:09:48 +0100.]
    2008-12-30 14:09:49.395 webkladd2[15485:10b] * -[NSCFNumber absoluteURL]: unrecognized selector sent to instance 0x2cea40
    2008-12-30 14:09:49.397 webkladd2[15485:10b] An exception was thrown during execution of an NSScriptCommand...
    2008-12-30 14:09:49.399 webkladd2[15485:10b] * -[NSCFNumber absoluteURL]: unrecognized selector sent to instance 0x2cea40

    Hello
    IF I'm not mistaken, you should provide "http://www.google.com/" for baseURL of your html source obtained from "http://www.google.com" unless this page defines its own base.
    So you might try something like -
    --SNIPPET
    set myhtml to do shell script ("curl " & "http://www.google.com")
    set nsstring to call method "stringWithString:" of class "NSString" with parameter "http://www.google.com/"
    set urlstring to call method "stringByAddingPercentEscapesUsingEncoding:" of nsstring with parameter 4 -- UTF-8
    set nsurl to call method "URLWithString:" of class "NSURL" with parameter urlstring
    set webwindow to call method "mainFrame" of object (view "webwindow" of window "webwindow")
    call method "loadHTMLString:baseURL:" of webwindow with parameters {myhtml, nsurl}
    --END OF SNIPPET
    cf.
    http://developer.apple.com/documentation/Cocoa/Reference/Foundation/ObjC_classic /
    Snippet is NOT tested, though I did go by the book as best I could.
    Good luck,
    H

  • View DW html web pages in Bridge?

    My apologies if this is deemed as a “double
    post”, but my question has been on the Bridge Forum for over
    a week with no response. Hopefully someone can assist.
    Am I able to view htm / html web pages from my Dreamweaver
    local site as thumbnail previews in Bridge CS3?
    Initially when I installed the CS3 suite and was just
    glancing through Bridge, I thought I was able to view the thumbnail
    previews of these pages, but now that I am utilizing Bridge more as
    tool, all I see is the IE7 icon for web pages on my local site
    (local hard drive). Image files all show up okay. I may be mistaken
    and was never able to view the web pages as thumbnail previews, but
    a definitive answer would certainly be helpful as I have been
    searching the FAQ section, the knowledge base and the forums
    without finding the proper topic.
    I have tried resetting the preferences and deleting the cache
    in Bridge.
    (CS3 Design Premium; Windows XP SP2; P4 3.0 GHZ; 2GB RAM)
    Thanks.

    Can I install Xcode for Windows?
    Is there any other method to test the application using safari browser of ipad in Windows?
    Pls help us on the same.

  • Unable to view local HTML content from "Help Content Only" SSL  iFrame

    Hi
    Can anyone confirm whether it is possible to view local HTML files within an iFrame when generating Help Content Only SSL content which is also locally deployed?
    I have had no problem viewing local html files from within an iFrame with a locally viewed Browser-Based Help project but despite trying a number of variations on the syntax, I simply cannot obtain the same result from a Help Content Only SSL that is then incorporated within a merged help system. I can however create hyperlinks to view local content using the following syntax (file:/C:\folderName\fileName.html - the only drawback for local preview is that you must right-click and select "open in new tab"). Essentially, I am trying to eliminate the requirement to have to right-click and open in new tab to view local html files.
    The project I am working on is deployed both locally and remotely and this whole process is necessary for emergency management and business continuity purposes.
    I hope my explanation isn't too convoluted and would be glad to clarify it further if required. I would appreciate any assistance!

    Hi John
    I appreciate you and Peter obtaining this  information from Adobe and I appreciate your continuing patience in  trying to understand what I am doing.
    I will start  from the beginning and hopefully clarify my process when deploying my  application locally (my remote process differs somewhat but is not  germane to this discussion). Obviously this will contain some repetition from previous posts but I hope it helps...
    The project itself integrates content created from Adobe RoboHelp with content created within Adobe Dreamweaver
    First, I should mention that I am using RoboHelp 8 as I don't believe I have addressed which version I am using. There's nothing particularly unusual about the project itself.
    Utilizing Dreamweaver I have created a self-contained HTML-only (no server-side functionality) website which is placed at the root level of the C: drive
    Within the RoboHelp project I create a hyperlink to access the local HTML files from the RoboHelp topic pages. The process I use to do so is from within the HTML view of the specific topic page and I use the following file path: "file:/C:\folderName\fileName.html". The only end-user requirement is that they must right-click and select "open in new tab", otherwise the link does not work. Please note, this is ONLY required for accessing the local HTML files.
    I output my RoboHelp project using the Adobe Air SSL, with the output type set to "Help Only Content" which creates the .rha files. I utilize multiple .rha files within my project as each .rha file constitutes a module specific to an individual municipality (in my particular instance)
    I use the Help Viewer Wizard from the RoboHelp "Toolbox" pod to create what I refer to as the "shell" .air file. Once the "shell" .air file created from the Help Viewer Wizard is  installed, it creates a shortcut on my desktop.
    I place an XML .helpcfg file within the directory on C:Program Files where my "shell" .air file has been installed to reference each .rha module which must be placed at the root level of the C: drive in order to be properly referenced by the .helpcfg file
    By double-clicking on the desktop shortcut created in Step 6 it opens the "shell" module which, in turn, loads in each individual .rha file which can be accessed individually from the drop-down menu in the top-right corner
    Why do I do it this way?? My organization severely restricts admin privileges on our workstations. We have one IT person / several hundred officers so I needed to create a system where the only time we need IT assistance is in the initial installation of the "shell" .air file created from the Help Viewer Wizard and placement of the .helpcfg file within the C: Programs folder. Once this is done, because the .rha files are on the C: drive, I can swap these out and update as necessary (we currently have an annual renewal cycle) and we require no further IT intervention. The local system I have just described has hyperlinks to the online browser-based help so that users can also access it and see any content updates made throughout the course of the school year
    Having said all that, based on the model I have just described, I have been trying to create iFrames from within my RoboHelp 8 topic pages (placed on my C: drive) to access the local HTML Dreamweaver site (also on my C: drive). The problem I have been having is that the resultant iFrames display only a blank white page and I have tried a number of variations on the syntax of the file path without success.
    The process I have been using to create the iFrame is as follows:
    In Design view, select Insert >> HTML >> iFrame
    In the iFrame dialog box, provide a name for the iFrame and then navigate to the local file on my C: drive level Dreamweaver HTML-only website that I want to link to.
    Click "Apply" and from the resulting dialog box states that "This action will create an external link to the help system... Do you want to continue?", I click "Yes"
    The resultant file path is "../../../../../folderName/fileName.html" which obviously won't work but I have created the iFrame and now I switch over to HTML view and insert the file path that I have been using for the hyperlinks ("file:/C:\folderName\fileName.html"). I also modify the width to 100% and the height to 1000 px
    The user is not being directed to a different domain. So, if as Adobe states, that iFrames are "supported in local AIR Help (.rha) as well" then I don't know why it will not work for me. Again, this is the file path that allows me to create a hyperlink which will access my local Dreamweaver HTML files: "file:/C:\folderName\fileName.html" so if that syntax works for a hyperlink, why will it not work for the iFrame?
    The videos I referenced are also contained within the local Dreamweaver HTML site
    My usage of the term "merged help" may have been unclear and hopefully steps 1-8 outline what I am doing
    Again, I am very grateful to all who have joined this discussion to try to help me! I think it should be manifestly evident by now that I am self-taught and basically that's the only excuse I can offer in my defense for my poor articulation. Not too many years ago I wanted nothing whatsoever to do with computers!

  • When will firefox be able to support html files in embed tags again?

    A previous question was answered here that stated that firefox did not work with html files in embed tags. Is this a problem that is currently being worked on, or does Firefox just no longer support this?

    hello, a html file is no suitable content for an <embed>-tag. you'll have to use ''iframe ''or ''object ''for it instead...
    https://developer.mozilla.org/en-US/docs/Web/HTML/Element/embed

  • JDAPI Error: ORA-04020: deadlock detected while trying to lock object

    I have written a JDAPI program to perform read-only impact analysis and report any problems.
    The following error is occurring:
    "A deadlock among DDL and parse locks is detected.
    This deadlock is usually due to user errors in the design of an application or from issuing a set of concurrent statements which can cause a deadlock.
    ORA-04020: deadlock detected while trying to lock object /NSPC6/CHECK_FOR_FORM_CHANGE"
    The error refers to a procedure in a PL/SQL library.
    In one case the error occurred after my final "end of processing" message, which is followed only by a call to "Jdapi.shutdown()".
    Any ideas?
    Thanks,
    Neville Sweet.

    I have written a JDAPI program to perform read-only impact analysis and report any problems.
    The following error is occurring:
    "A deadlock among DDL and parse locks is detected.
    This deadlock is usually due to user errors in the design of an application or from issuing a set of concurrent statements which can cause a deadlock.
    ORA-04020: deadlock detected while trying to lock object /NSPC6/CHECK_FOR_FORM_CHANGE"
    The error refers to a procedure in a PL/SQL library.
    In one case the error occurred after my final "end of processing" message, which is followed only by a call to "Jdapi.shutdown()".
    Any ideas?
    Thanks,
    Neville Sweet.

  • FPN - error trying to lookup object - remote role assignment not working

    Hello everyone,
    We have implemented a Federated Portal Network connection in our landscape between our portals.
    We use only remote role assignment functionality.
    Everything was working fine, but since 2 days we encounter the following error in the Default trace.
    Error trying to lookup object: alias: <role name>
    It is possible to open the producer portal in the Portal Content Administration and also searching for the Producer portal roles is possible in User administration. But when we assign the remote role the tab is not displayed in the portal only the above mentioned error is shown in the default trace. Our portals run SP 12 and BI Java SP14.
    Is there a solution or workaround for this issue ?
    Martin

    Hi,
    I have the same issue as you, I cannot see role tabs in Consumer portal and I get the same error in the defaulttrace as you.
    What did you do to resolve this issue?
    Many thanks
    Gordon

  • Printing to PDF with Ctrl-P (use Adobe Professional 9.4.5) tries to embed a font (WCrSarah) that is not used in the css, nor used on the page itself). Why? Cheers, vernooij@brill.nl

    Hi all,
    Printing a page to PDF with Ctrl-P (use Adobe Professional 9.4.5) tries to embed a font that is on my computer (WCrSarah) that is not used in the css, nor used or named in the page itself. Why? Cheers, [email protected]

    Your template contains an IE Conditional Comment that is adding 30px of top padding to  #sidebar1.  This padding may required in older versions of IE but not IE9.
    &lt;!--[if IE]>
    &lt;style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    &lt;![endif]-->
    To fix it, change [if IE]  to [if lt IE 9]
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Viewing an HTML file in a portlet &

    Dear reader:
    I need to view an HTML file in a portlet according to a specified parameter passed via URL address, can i use url.display_url or not, and how? and if not what should i use?
    and related to that how can i call a portlet (or a page published as portlet)to override an existing one (programatically)?
    thank you for your time.

    Check out the multi page portlet in the February PDK for an example of how to display a second portlet in place of the first portlet. As for your first question, please try posting your question to the Oracle Portal Development Kit (PDK) forum, where you'll find the expertise you require.

Maybe you are looking for

  • How do I stop Safari from automatically loading a URL when I start typing the first few letters in the URL/search bar?

    My question concerns a bug (or feature, I'm not sure which) that I've been seeing for some time on my Safari installations. I'm running Lion (the latest patched version) with Safari (ditto). I've noticed that every so often, if I open a new tab and s

  • How can I disable an integrated webcam?

    Hi @ all! I got Arch Linux running on a Samsung Q45 Danyal here which works pretty fine. Since I'm trying to run it at the least powerconsumption possible when on the road I wrote a small bash-script to handle things: #!/bin/bash hal-disable-polling

  • Should SD R/3 be connected with CRM server , No Org. data  in CRM

    Hi Experts, while creating the org. model in CRM server ( ppoca_crm  - tcode) , I tried to assign its busines attribue as sale organisation. It  throw the error saying ," No connection with OLTP", Detailed message says that " No RFC connection with t

  • Room role to user assignments

    Hi, Can anyone tell me where the user to collaboration room role assignments are stored? UME? KM? Portal DB? It would really help me understand the room architecture. Also if a user gets deleted out of our LDAP (not via the portal) I would like to be

  • Dynamic OLAPLOOKUP script logic

    Hi all, Has anyone been able to work out how to retriev in a lookup the dynamic parent member of the time dimension. So, if the logic is executed or 2008.FEB for example, I want the lookup to pick up 2008.TOTAL, for 2009.APR it would be 2009.TOTAL *O