Embedded objects in theme templates

I'm using "Elegant" which has a nice picture frame around the page. Somehow, I lost the side borders--and can't figure out how to replace them without building a whole new landing page. (The upper and lower frames can be copied and pasted--but I can't figure out how to get the side portions back--or even how I lost them.)
TIA

Try choosing another theme from the menu at the bottom of the page and then choose Elegant again.
If that fails do Cmd-Z a multiple time to restore the old situation.
Otherwise, add a new Elegant page and copy/paste your own objects, delete the old page and rename the new page to the old name.
Other solutions possible.

Similar Messages

  • Copy & paste embeded object to file system

    Cross-post at:
    http://stackoverflow.com/questions/27685791/copy-paste-embeded-object-to-file-system
    Background:
    I wrote a large piece of VBA code in an Excel workbook to help handle a lot of repeating jobs. I found it is painful to maintain and modify the code by using the "pool" VBA Editor. Then, I decided to move those VBA code to C# solutions, which I
    suppose I can benefit from the modern editor - Visual Studio.
    Problem:
    Although I don't know too much about VBA, I know even less about C#. Hence I got some problem when I try to "translate" my VBA code to C#, and here is one of them:
    I create a document-level solution for Excel. I need to embed some files (.cab, .exe) into the solution, so when I run a method (e.g. by clicking a button), those files will be copied to the file system, and do some job.
    In VBA, I embedded those files in the Excel workbook, then I can copy the embedded objects to the clipboard by using the following VBA code:
    Sheet1.OLEObjects("obj_cab").COpy
    And then I can paste the object to the file system by using the following VBA code:
    CreateObject("Shell.Application").Namespace("C:\Sample\").Self.InvokeVerb "Paste"
    In the C# solution, I can use the following equivalent method to copy the embedded object to the clipboard:
    Microsoft.Office.Interop.Excel.OLEObject OLEobj = (Microsoft.Office.Interop.Excel.OLEObject)sheet1.OLEObjects("obj_cab");
    OLEobj.Copy();
    Then I stuck here, I don't know how to get this object from clipboard and put it to the file system. The 'CreateObject' method does not exist in C#.
    Anyone can help? Either a better way to embed those files or a working way to paste those objects (files) from clipboard to the file system?
    Thanks a lot!

    Hi FantaC,
    It's possible to save the oleobject to the disk. But it's not very simple. Because when you call the Copy method of OLEObject to clipboard, it's actually not the exact the oleobject file itself, it's actually a wrapper of the file, it means that it has different
    file headers and some other information from the original oleobject file.
    To save oleobject on the disk, you need to analyze the byte array by yourself, this would be a little complicated. You could check the answer in this thread for the code sample:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/1ab7a178-8021-4c67-a14b-5031a254fd9c/saving-oleobject-content-to-a-file
    The original poster of this thread also write a blogpost about this, you can check it here:
    Saving OLEObject Content To File
    Detailed information and code samples are provided in this blogpost.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Where are the objects of the templates stored?

    Virtually all hte themes in iweb 08 have little png files here and there. I know I can cpy form one them and past to another but I would really like to know where these files are kept! Their titles are generally given in the metrics ispector (such as star.png, for instance from the travel theme).
    I do a spotlight search for star.png expecting a folder where template graphics are stored and find nothing! I would like to know where all these objects are so perhaps, as I create my own templates, I have one place to view what is available rather than opening each page within each theme individually just to see what kind of little stock graphics are included with iweb 08. I suppose i don't HAVE to know where these are but it's killing me that all these objects with file names cannot be searched and found anywhere on my mac! Any ideas? Thanks!

    theme individually just to see what kind of little stock graphics are included with iweb 08. I suppose i >don't HAVE to know where these are but it's killing me that all these objects with file names cannot >be searched and found anywhere on my mac! Any ideas? Thanks!
    Spotlight doesn't seem to index items within .app packages, therefore it is quite useless to search anything inside a .app package (an application).
    You need to get into Unix to get around this limitation, there are a few Unix CLIs to accomplish this... my favorite is locate (this also needs indexing)... a quick locate gave me these:
    /Applications/iWeb.app/Contents/Resources/English.lproj/Templates/About Me/Road Trip About Me.webtemplate/star.png
    /Applications/iWeb.app/Contents/Resources/English.lproj/Templates/Movie/Road Trip Movie.webtemplate/star.png
    /Applications/iWeb.app/Contents/Resources/Themes/Road Trip.webtheme/Shared/star.png
    There you go, star.png is in Road Trip theme/template, there is no need for another app

  • Query on field of embedded object - "Unknown state or association"

    I'm trying to define a query which selects entities on the basis of a field nested in an embedded field of the entity class.
    The query looks like:
    select inv from Invoice inv where inv.weekNo.year = :year AND inv.weekNo.weekNo = :week AND
    inv.member.id = :memberCode
    where:
        @Embedded
        public BusinessDate getWeekNo() {And the BusinessDate class has a year and weekNo field defined for persistence.
    The result is :
    Exception Description: Unknown state or association field [year] of class [com.cc.ei.model.data.BusinessDate].
    Hibernate compiles this query OK but toplink rejects it.
    What I'd like to do is put this under the Member entity as a filtered query (I need Invoices for a specific week for a given member) but there's no @Filter in the javax.persistence stuff, that I can find.

    Toplink essentials.
    The year attribute is simply an integer field, mapped to a "YEAR_NUMBER" column.
    The @Filter I'm talking about is an extra facility in Hibernate annotations (outside of the javax.persistence stuff). The idea is that when you've got a one-to-many relationship you don't always want every child record, in this case, for example, I want the invoices under a Member limited to a specific business week (matching week number and year).
    It's not very elegant to have to, effectively, ignore the existing relationship and use a stand-alone Query.
    As to the original problem I've concluded the best way is probably to put the year and week number fields in the Invoice entity separately, and build my BusinessDate object from them. Using BuisnessDate as an embeddable would have been more elegant, but it's not the end of the world.

  • Creating your own theme-templates for printing?

    Can I create my own theme-templates for printing?
    /BonneSwe

    No, iTunes printing is quite simple and only works off it's own templates. If you want to customise templates you'd be better advised to look at on of the specialised cover printing programs that are available. DiskLabel is one that springs to mind.

  • Trex error: No embedded object found in document (Errorcode 14037)

    Hi,
    we have following problem with our crawler:
    in the crawler 50 % of documents are returning the error "No embedded object found in document (Errorcode 14037)" and are not displayed in the trex monitor. All other documents are indexed correctly an are in the trex monitor in "OK".
    We are on Stack 14 Patch 4.
    Regards,
    Gerhard

    Hi Gerhard,
    Typically, errors codes 14XXX are related to filter problems during the preprocessing of documents. Details about TREX error codes are explained in the help portal and in the note 898404.
    Unfortunatelly, filter problems could not be easily fixed. However, a good starting point would be to use a newer TREX release. If this doesnt help please open a Customer Message and attach documents, which causes the mentioned error. Please attach only not sensible documents!
    Kind regards,
    Roland

  • Embedded objects when converting a word document

    Hello ng,
    a word document contains other documents as embedded objects shown as a symbol. When converting this document with Acrobat Standard or Professional the symbols are converted as non functional picture. So the embeddes document can't be opened.
    So here's my question: Is it possible to convert embedded objects shown as symbol to functional embedded object within PDF?
    Example is shown below.
    Many thanks!
    Susanne

    It cannot be done. For all intents remember that creating the pdf is akin to printing the document out. If you were to print document to your printer, you would not expect to be able to click on the paper to launch the object. Now it is true that one can have things like hyperlinks preserved, but specialized coding was created for this functionality and is not available in all applications nor on all platforms. However, your wish is a reasonable feature request. I suggest you might ask here:
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Custom Renderer / Embedded Objects

    In looking over the developer's guide, it suggests that one would have to create a custom XML renderer to handle deep structured documents (i.e., embedded objects). Is my reading of the renderer chapter correct?
    Thanks in advance.

    Check out the technical brief on a XSL Renderer sample application at:
    http://technet.oracle.com/products/ifs/

  • Custom sendemail in sharepoint 2013 designer workflow using dictionary object with email template from list

    I  am looking for custom sendemail in sharepoint 2013 designer workflow using dictionary object with email template from list
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Hi Greetings.
    pls check if it helps you.
    http://msdn.microsoft.com/en-us/library/office/jj554504(v=office.15).aspx
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • Muse theme template onegenius.muse keeps crashing when entering Preview mode

    I downloaded the Muse theme template onegenius.muse and it consistently crashes when put into preview mode.  I have updated Adobe Air as well as the most up to date Muse version. Here's the interesting piece, now - This does not happen with any of the previous muse websites I have worked on. Just this template I downloaded from muse-themes.com. Here is the direct link to that template: http://www.muse-themes.com/products/onegenius What are my next steps? I have "saved as", relinked assets...everything I could think of! Any suggestions would be appreciated.

  • Missing LOIO & PHIO objects for Web template

    Hi,
    I have transported web template to QA from Dev. system and I am getting error message " Object not consistent obiviously because I have not transpoted LOIO & PHIO objects alongwith Web template.
    I am trying to find these LOIO and PHIO object in transport connection(RSA1), <b>AS BHANU and others have suggested in this forum</b>, under web Template and where not, but I couldn't find it. My question is -where to find these objects or do I have to install any paches or something?
    we have not created any role or workbook for any reports.
    Sunny

    Hi, ALL
        I face some problem as Sunny, anyone can help us for transport LOIO & PHIO?  and how I know how much LIIO & PHIO related to the special webtemplate ?
    thanks very much

  • Custom Mapping: Storing embedded objects to column of Oracle Object type

    Hello,
    How hard in your opinion it would be to write custome mapping to store an
    embedded object which only have simple fields in it (no references to other
    persistent classes) to oracle object column. What superclass is the best for
    the job?
    Simplest approach I see is to define "none" mapped class for my embedded
    object and use transformation mapping to do the job
    What if I need to reference other persistent objects in my embedded one - do
    you think it will make any difference?
    Thank you for your assistance
    Alex

    overriding loadProjection() took care of this issue
    "Alex Roytman" <[email protected]> wrote in message
    news:cjslsb$uo6$[email protected]..
    Looks like transform mapping would not work - Kodo does not support object
    mappings (use stream instead) or I am missing something?
    "Alex Roytman" <[email protected]> wrote in message
    news:cjshqv$ref$[email protected]..
    Hello,
    How hard in your opinion it would be to write custome mapping to store an
    embedded object which only have simple fields in it (no references to
    other persistent classes) to oracle object column. What superclass is the
    best for the job?
    Simplest approach I see is to define "none" mapped class for my embedded
    object and use transformation mapping to do the job
    What if I need to reference other persistent objects in my embedded one -
    do you think it will make any difference?
    Thank you for your assistance
    Alex

  • Problem with embedded objects

    Hi,
    I have problem with embedded objects which contained embedded objects.
    When I create an Object in the persistent memory and commit this object I get the following error:
    ORA-22805: cannot insert NULL object into object tables or nested tables
    In the constructor of my persisten object I create the embedded members in the transient memory:
    ATestPersObj::ATestPersObj() : m_count(0), m_lang(NULL), m_cost(NULL) {
      m_lang = new AEnumLanguage_OraType();
      m_cost = new AAmount_OraType();
    }Or when I dereference a reference I get this error:
    ORA-00600: internal error code, arguments: [kokeicadd2], [16], [5], [], [], [], [], []
    Can somebody give me a hint?
    I've defined the following Type:
    CREATE OR REPLACE TYPE AENUM_ORATYPE AS OBJECT (
                             VALUE  NUMBER(10,0)
                           ) NOT FINAL ;
    CREATE OR REPLACE TYPE AENUMLANGUAGE_ORATYPE UNDER AENUM_ORATYPE (
                           ) FINAL " );
    CREATE OR REPLACE TYPE ACURRENCY_ORATYPE AS OBJECT (
                             ISONR          NUMBER(5,0)
                           ) FINAL ;
    CREATE OR REPLACE TYPE AAMOUNT_ORATYPE AS OBJECT (
                             CCY        ACURRENCY_ORATYPE,
                             LO32BITS   NUMBER(10,0),
                             HI32BITS   NUMBER(10,0)
                           ) NOT FINAL ;
    CREATE OR REPLACE TYPE ATESTPERSOBJ AS OBJECT (
                             COUNT    NUMBER(4),
                             LANG     AENUMLANGUAGE_ORATYPE,
                             COST     AAMOUNT_ORATYPE   
                           ) FINAL ;
    oracle::occi::Ref<ATestPersObj> pObjR = new(c.getConnPtr(), "TTESTPERSOBJ") ATestPersObj();
    pObjR->setCount(i+2001);
    pObjR->setLang(AEnumLanguage(i+1));
    pObjR->setCost(AAmount(ACurrency(), 2.5));
    c.commit();
    c.execQueryRefs("SELECT REF(a) FROM TTESTPERSOBJ a", persObjListR);
    len = persObjListR.size();
    {for (int i = 0; i < len; i++) {  
      oracle::occi::Ref<ATestPersObj> pObjR = persObjListR;
    pObjR->getCount();
    pObjR->getLang();
    c.commit();
    With kind regards
    Daniel
    Message was edited by:
    DanielF
    Message was edited by:
    DanielF

    Hi,
    I have problem with embedded objects which contained embedded objects.
    When I create an Object in the persistent memory and commit this object I get the following error:
    ORA-22805: cannot insert NULL object into object tables or nested tables
    In the constructor of my persisten object I create the embedded members in the transient memory:
    ATestPersObj::ATestPersObj() : m_count(0), m_lang(NULL), m_cost(NULL) {
      m_lang = new AEnumLanguage_OraType();
      m_cost = new AAmount_OraType();
    }Or when I dereference a reference I get this error:
    ORA-00600: internal error code, arguments: [kokeicadd2], [16], [5], [], [], [], [], []
    Can somebody give me a hint?
    I've defined the following Type:
    CREATE OR REPLACE TYPE AENUM_ORATYPE AS OBJECT (
                             VALUE  NUMBER(10,0)
                           ) NOT FINAL ;
    CREATE OR REPLACE TYPE AENUMLANGUAGE_ORATYPE UNDER AENUM_ORATYPE (
                           ) FINAL " );
    CREATE OR REPLACE TYPE ACURRENCY_ORATYPE AS OBJECT (
                             ISONR          NUMBER(5,0)
                           ) FINAL ;
    CREATE OR REPLACE TYPE AAMOUNT_ORATYPE AS OBJECT (
                             CCY        ACURRENCY_ORATYPE,
                             LO32BITS   NUMBER(10,0),
                             HI32BITS   NUMBER(10,0)
                           ) NOT FINAL ;
    CREATE OR REPLACE TYPE ATESTPERSOBJ AS OBJECT (
                             COUNT    NUMBER(4),
                             LANG     AENUMLANGUAGE_ORATYPE,
                             COST     AAMOUNT_ORATYPE   
                           ) FINAL ;
    oracle::occi::Ref<ATestPersObj> pObjR = new(c.getConnPtr(), "TTESTPERSOBJ") ATestPersObj();
    pObjR->setCount(i+2001);
    pObjR->setLang(AEnumLanguage(i+1));
    pObjR->setCost(AAmount(ACurrency(), 2.5));
    c.commit();
    c.execQueryRefs("SELECT REF(a) FROM TTESTPERSOBJ a", persObjListR);
    len = persObjListR.size();
    {for (int i = 0; i < len; i++) {  
      oracle::occi::Ref<ATestPersObj> pObjR = persObjListR;
    pObjR->getCount();
    pObjR->getLang();
    c.commit();
    With kind regards
    Daniel
    Message was edited by:
    DanielF
    Message was edited by:
    DanielF

  • Themes/Templates from iPhoto 07 or 06

    Hi there!
    I just have installed Leopard and I'm missing the themes from iPhoto 07 and 06. iPhoto had one theme that was perfect for a baby album.
    What's the best way to get those themes/templates back??
    Thanks for a hint!!
    Georg

    Rachel and George
    Welcome to the Apple uase discussion forums
    There is no iPhoto 7 - iPhoto '08 (current version 7.1.1) replaced iPhoto 6
    iPhoto '08 has different themes than previous versions - so far no one has posted a way to use older themes or customize the existing ones - you should suggest it to Apple - iPhoto menu ==> provide iPhoto feedback
    A great resource for looking at the iPhoto '08 themes is Liz Castro's iPhoto theme web page - take a look - http://www.lizcastro.com/iphotobookthemes/ - it should help you choose an available theme to work in.
    LN

  • New iWeb theme templates for sale

    I thought I saw several new iWeb theme templates for sale several weeks ago about the time the 1.1 themes came out. They were priced at around $12 or $15 dollars or so. Anyone know where they are?
    Thanks,
    Chuck

    Hi Chuck!
    It's been a long time since I've seen you around! Welcome back.
    Suzanne Boben is the queen of the iWeb templates. She sells her custom created templates on her website:
    http://www.11mystics.com
    Take a look. Hope it's what you were looking for. I know she's been busy with her latest creation "Aerolite". Good luck.

Maybe you are looking for

  • Java RFC lookup from XSLT mapping

    I tried to implement a generic Java RFC Lookup class to be called as a Java extension from my XSLT mapping. I found the How-To-Guide "Easy RFC lookup from XSLT mappings using a Java helper class" ([Easy RFC lookup pdf site|http://www.sdn.sap.com/irj/

  • How to send a large email

    I am trying to email a newsletter as an attachment.  The newsletter has several photos in it, and my verizon email says that it is too big to send. I have tried to compress the file, zipping it, but it doesn't reduce the size very much. Am I doing so

  • Calling Sql*Loader from oracle Form builder

    How do i call sql* loader from my forms to import the external data in different formats into my existing database? Specify the flexibility of sql* loader to import external data from .txt files or .xls files. Would be thankful if certain examples ar

  • Is it possible to switch a IPAD on supervised mode without a MAC PC?

    Hi There! We are about to use iPads and IPods for a Point of Sale solution for a customer. I need to activate the supervised mode to use some of our SOTI MobiControl MDM features. Since I have no Mac available is it possible to activate the supervise

  • Error when deploy webapp to weblogic

    Hi, i am trying to deploy war file from jdeveloper to weblogic and i get this error: conn_ucm = the name of the connection that i add to my project. 11:26:22 AM] Weblogic Server Exception: weblogic.application.ModuleException: [HTTP:101216]Servlet: "