HELP! Problems retaining content & layouts b/w sessions.

I prepared a layout, upload content for a meeting back on July 21st,
Then, on July 29th I changed the layout and content and ran a different meeting
Today, when I logged in to update my content from July 29th I found all my changes were gone and the meeting space had reverted BACK to what I had on July 21st instead of having retained my changed made on July 29th.
I lost all my work - why?  When I look at "uploaded content' I can see what I uploaded is there, but for some reason the layout and use of the content did not.
Please advise!

Was this issue ever resolved?

Similar Messages

  • Premiere Pro CS6 - Project frame won't retain its layout or location between opening and closing?

    I filed this as a bug, but perhaps I'm thinking through this wrong and would like to seek help.
    I'm finding that the Project frame in Premiere Pro CS6 does not retain its layout between opening and closings.
    Here's what I do:
    1) Open a project.
    2) Create several bins and populate them with media. Expand the contents of a bin by clicking the disclosure triangle to the left of the folder.
    3) Undock the Project frame only.
    4) Close the Project frame with Command-W
    5) Use ****-1 to reopen the Project frame.
    Repeat steps 4 and 5. The result is that the Project frame does not remember which bin was open. Furstratingly, it also does not retain which bins were expanded or collapsed.
    And worst of all, it will also open in random areas of the screen. (The expected result is that it would reopen in the same spot of the desktop where you last closed it, no?)
    I'm a big organizer -- tons of footage across many different bins. I open bins, close them, keep some open, close others... easily dozens or hundreds of times during an edit session. I'm beginnging to feel like I'm swatting flies or playing whack-a-mole just to get my bin views correct!
    Or mm I approaching this wrong?

    But really, the real solution for me was to not update Premiere Pro CS6 after a reinstall. The most recent updates just do not like my computer, I guess.
    Figured I should post this solution here in case anyone in the future has this problem. (relevant: xkcd: Wisdom of the Ancients)
    -Sam

  • Help with creating a layout.

    I need help creating a layout for my program, but am having tons of problems. I just an't that good at creating this, and it's been driving me insane.
    Here's the link to how I want it to look like. http://s94182144.onlinehome.us/randomstuff/layout.JPG
    In panel 1... that will be a cartesian plain, so it will pretty much be empty until lines and stuff are drawn in there.
    In panel 2, there will be two drop down menus and a couple of buttons
    In panel 3, there will be a bunch of things, with two buttons on the bottom.... and this section has to be scrollable.
    Any help with the basic layout will be helpful... I can put in the buttons myself. For reference, the whole programs size is 400x800.
    Thanks,
    sachit

    Read this section from the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html]How to Use Layout Managers. You can combine multiple Layout Managers to get the effect your want. By default the content pane uses the BorderLayout, so one approach might be:
    JPanel center = new JPanel(new BorderLayout());
    center.add(panel1, BorderLayout.CENTER);
    center.add(panel2, BorderLayout.SOUTH);
    getContentPane().add(center, BorderLayout.CENTER);
    getContentPane().add(panel3, BorderLayout.EAST);
    It turn you would layout panel1, panel2 and panel3 with the appropriate layout manager. Panel2 could be something like:
    JPanel panel2 = new JPanel( new BorderLayout() );
    panel2.add(comboBox1, BorderLayout.WEST);
    panel2.add(comboBox2, BorderLayout.EAST);
    JPanel bottom = new JPanel();
    bottom.add(button1);
    buttom.add(button2);
    panel.add(bottom, BorderLayout.SOUTH);

  • HTML content layout substitution tags

    Hi,
    We have a multi-language Portal 10.1.4 and use HTML content layout substitution tags in a HTML Template. The problem is that we would like to use the ITEM.PUBLISHDATE.LABEL and the ITEM.UPDATESDATE.LABEL tags but the text rendered isn't exactly what we would like to get (f.e. in English it's 'Publish Date' and in French it's 'Date de mise à jour').
    I looked in the documentation and found that the text rendered correspond to the display name of the attribut (not 100% sure of this). But, those attributs are in the Shared Objects and we can't modify them.
    1. We would like to modify the display name of those attributs (both in French and in English) or find any other way to make it.
    2. We also want to apply an other format to the date retreived with the ITEM.PUBLISHDATE.VALUE and the ITEM.UPDATEDDATE.VALUE tags.
    Can someone help us with those issues ?
    David

    Yes, we added languages in the Translation tab of the shared object pagegroup properties.

  • Problems with the Layout Priority in KM

    Hello, I have some problems with the Layout Priority in KM..
    I'm using a KM Navigation Iview with "<i>Layout Set</i>"=NewsBrowser (this Layout Set uses a Collection renderer that sorts the folder's contents by "last modified") and "<i>Layout Set Mode</i>"=exclusive.
    In the KM folder I setted in <i>Details->Settings->Presentation</i> as "<u>rndSortProperty</u>"=name because I need to order my files by FileName property.
    Despite that in see that the contents showed in my iview are ordered by Last Modified...
    The "<i>Layout Set Mode</i>" exclusive gives the higher priority to the Folder Settings..
    I don't understand..
    Thank you in advance.

    Thank you Shyja,
    your post was helpful, but another issue is occurred.
    Maybe en example could be useful..
    My scenario:
    - I need to show a km folder with layout set "<i>ConsumerExplorer</i>" on root folder (no "property of sorting" setted on its collection renderer) and "<i>TabExplorer</i>" (no "property of sorting" setted on its collection renderer).
    - I need to sort files and folders by "last modified". By default seems that they are sorted by "name".
    - With my administrator user I open my folder details (in Content Admin->KM Content is used the Layout "<i>AdminExplorer</i>"), and in "Settings->Presentation->Additional Parameters" I add two parameters "<i>rndSortOrder</i>=descending" and "<i>rndSortProperty</i>=modified" (the others are parameters of AdminExplorer Layout).
    - Then I check "Apply Settings to All Subfolders" and "Use Settings for All iViews (Preferred Presentation)".
    result:
    I see the "<i>ConsumerExplorer</i>" on root folder, the subfolder are sorted by "last modified" (everything ok).
    I click on a subfolder, the "TabExplorer" si showed, the Tabs and the content are sorted by "last modified" BUT..
    .. into the tabs are showed <u>nameFolders</u> (in link style), <u>the action command</u>, and the properties of "<u>author</u>" and "<u>last modified</u>" (normally into the tabs are showed just the folderNames in text style)...
    Why?? Is possible that the "AdminExplorer" parameters of the km folder affect the Tab component??
    Thank you

  • URGENT ! JDEV 10.1.2 Problem with data control generated from session bean

    I got a problem with data control generated from session bean which return a collection of data transfer object.
    The dto's seem to be correct. The session bean load correctly the data into and the object's are plenty of data. Using the console to display the dto content is ok.
    When generating a data control from this session bean and associate the dto included in the collection only the first object level and one-to-one dto object are correctly setted in the data control. Object that represent collection into the dto (one-to-many foreign key) are setted as collection with an iterator but the structure of the object is not setted. I don't know how to associate this second level of collection with the dto bean class to obtain the attributes definition.
    I created a case with hr schema like the hrApp demo application in the tutorial with departments and employees table. I got the same problem.
    Is it a bug ?
    It exists a workaround to force the data control to understand the collection data structure ?
    Help is welcome ! this is urgent !!!

    we found the problem by assigning the child dto bean class to the node representing the iterator in the xml file corresponding to the master dto.

  • Developers Sample, Content | Layout bar

    Ok, this is a weird question, but here goes. Looking over the template files for the content | Layout link bar, I can't find for the life of me what file actually calls it! I use JSPTabContainer & JSPEditContainer, and have found a few references to it in the files themselves, but never have been able to find the file that actually controls it's content (I want to adjust the code myself).
    Thanks

    Eureka, that's it! Next question. What file calls this code? You were 100% correct, that is the file I want, but I am also curious as to moving it from the top of the developers sample to the bottom, so I need to find out what "higer-level" file is including it.
    Somewhat related question: Is there any documentation on how the "templating" system works? Looking over the portal documentation really has given me much help. I figured out the theme sysetm by just pouring over the files, but there are just too many folder and files to understand the "desktop" scheme and how the different portions are organized (Perhaps even documentation on creating a desktop from scratch. Currently, as you can probably guess, I am starting with the developer sample desktop and modifying it piece by piece until I get what I need). Any other docs out there that might be of some assistance?

  • Bug in HTML Content Layout ?

    Dear all,
    I'm facing something weird...
    I've created an HTML Content Layout to display ITEMS on my own way.
    If i want to display the CREATEDATE like this
    htp.p('#ITEM.CRETEDATE.VALUE#');
    or like this
    htp.p(to_date('#ITEM.CRETEDATE.VALUE#', 'DD/MM/YY'));
    everything's correct.
    But if i want to display the PUBLISH_DATE like this :
    htp.p('#ITEM.PUBLISHDATE.VALUE#'); ---> OK
    but
    htp.p(to_date('#ITEM.PUBLISHDATE.VALUE#', 'DD/MM/YY')); ---> returns nothing !
    Same behaviour with my own "DATE attribute".
    htp.p(to_date('#ITEM.MYDATE.VALUE#', 'DD/MM/YY')); returns nothing...
    Thanks for any ideas.
    Max.

    I think the problem is that the publish date includes date AND time so you'll need to also add the time format when doing TO_DATE. Then you can TO_CHAR it to whatever format you want to show, if you want it different than the default for your system. In the following, I'm changing the date format on our system to be shown as DD/MM/YYYY w/o the time.
    HTP.P(TO_CHAR(TO_DATE('#ITEM.PUBLISHDATE.VALUE#','DD-MON-YYYY HH12:MI PM'),'DD/MM/YYYY'));

  • HELP! Can I retrieve my previous session? I only just ticked the "open with previous session" preference but it seems too late! Can I still get the old pages/tabs I had open?

    HELP! Can I retrieve my previous session? I only just ticked the "open with previous session" preference but it seems too late! Can I still get the old pages/tabs I had open?

    That could be a problem, unfortunately.
    But most likely the pages you were on are stored in the History list. Try pressing Cmd+Shift+H to get the History window.
    To help prevent this from happening to you again in the future, I can recommend the extension [https://addons.mozilla.org/en-US/firefox/addon/2324/ Session Manager]. It is quite powerful but may not be able to help you any more than the History at this point.
    Please let us know how above works out, and if we can be of further assistance. Detailed feedback is appreciated and helps us to help more users with similar problems.

  • HELP! Can I retrieve my previous session? I only just ticked the "open with previous session" preference but it seems too late!

    HELP! Can I retrieve my previous session? I only just ticked the "open with previous session" preference but it seems too late! Can I still get the old pages/tabs I had open?

    That could be a problem, unfortunately.
    But most likely the pages you were on are stored in the History list. Try pressing Cmd+Shift+H to get the History window.
    To help prevent this from happening to you again in the future, I can recommend the extension [https://addons.mozilla.org/en-US/firefox/addon/2324/ Session Manager]. It is quite powerful but may not be able to help you any more than the History at this point.
    Please let us know how above works out, and if we can be of further assistance. Detailed feedback is appreciated and helps us to help more users with similar problems.

  • HTML Page skins and content layouts

    We're running Portal 10.1.4 and trying to use page skins and content layouts to override the portal-generated html to comply with our accessibility standards.
    Portal still inserts some of its html, even though I attach my own html templates to the region and page.
    For example: it surrounds each item in my regions with another HTML table, and throws in an iframe tag with some custom JS.
    Our templates do not use tables for layout, but the html code Portal inserts in between is breaking our pages.
    Any thoughts?

    That's what I was afraid of too. I just took some Oracle training on Portal, and when I asked our instructor about this particular issue, he kind of dodged the question.
    I'll look into the docs some more for the custom renderers.... but won't it do what HTML content layouts already do for you?
    I looked at the W3C WCAG, Oracle claims Portal is AA compliant (Priority Level 1 and 2)
    Priority 1:
    5.1 For data tables, identify row and column headers.
    5.2 For data tables that have two or more logical levels of row or column headers, use markup to associate data cells and header cells.
    I don't think Portal includes the row and column identifiers.
    Priority 2:
    Do not use tables for layout unless the table makes sense when linearized. Otherwise, if the table does not make sense, provide an alternative equivalent (which may be a linearized version).
    5.4 If a table is used for layout, do not use any structural markup for the purpose of visual formatting.
    I don't think the tables, when linearized, will make sense to Screen Readers, especially if the page design contains many regions. (ie nested tables) We've tried the JAWS screen reader in the past, and it red across table columns, not down. (problem when you have a 3-column layout, the reader reads the first text item in the first column, then jumps over to the first line of text in the middle content column and so on...)

  • Problems previewing content on iPad

    Hello there,
    I am also new to CC membeship and still havent got the files cloud to work - surprisingly it not instantaneous which I think it's a shame - and maybe because of that, I have the same problem, I use an Window 7 PC and I can't get the folio to show on the Content Viewer on my Ipad. The folio looks quite allright since its been published - just for testing - on the Folio Priduction page. i tried all the suggestions above and none of them worked. I also tried to share with a friend whos CC files Cloud is already working but he could see it on the content viewer either. Please help.

    I do see the folio and its published ( I dont know where but it is)
    Look at attached image
    Marcelo Sodré
    Descrição: http://www.amatraca.com.br/logo_email.gif
    t.: 11 3672.0797 | 992.430.400
      <http://www.amatraca.com.br/> www.amatraca.com.br
    De: Bob Levine [email protected]
    Enviada em: sexta-feira, 14 de março de 2014 15:21
    Para: martilas01
    Assunto: Problems previewing content on iPad
    Re: Problems previewing content on iPad
    created by Bob Levine <http://forums.adobe.com/people/BobLevine>  in Digital Publishing Suite - View the full discussion <http://forums.adobe.com/message/6210171#6210171

  • WPC - Select Content Layout

    We just applied Patch 1 of SP14 to fix the issue with transports of pages that include portal iviews. This problem has been resolved, but we are no longer able to select the content layout of content within a page.  The menu option is greyed out.  Selections that were made before the patch was applied have now reverted back to the default layout.   Selections that were made before the patch was applied is being remembered though.
    Is there some additional configuration that needs to be done?
    Here's the entry from the log that seems to indicate some problem.  Has anyone seen this issue?
    #1.5 #005056B245B90093000000E8000024E0000447A73E42F616#1204683536359#com.sap.nw.wpc.core.toolbar.LayoutAction#sap.com/irj#com.sap.nw.wpc.core.toolbar.LayoutAction#mwohl#3584##n/a##8aaea2a0ea5611dc9418005056b245b9#Thread[PRT-Async 16,5,PRT-Async]##0#0#Error##Java###Error checking applicability of toolbar command
    [EXCEPTION]
    #1#java.lang.NullPointerException
         at com.sap.nw.wpc.km.service.layout.DefaultLayoutAdapter.mergeWithLayouts(DefaultLayoutAdapter.java:304)
         at com.sap.nw.wpc.km.service.layout.DefaultLayoutAdapter.getLayouts(DefaultLayoutAdapter.java:275)
         at com.sap.nw.wpc.km.service.layout.DefaultLayoutAdapter.getLayouts(DefaultLayoutAdapter.java:211)
         at com.sap.nw.wpc.core.toolbar.LayoutAction.isApplicable(LayoutAction.java:70)
         at com.sap.nw.wpc.core.toolbar.ToolBarManager.getHoverMenuString(ToolBarManager.java:422)
         at com.sap.nw.wpc.runtime.ContainerComponent.doDesign(ContainerComponent.java:114)
         at com.sap.nw.wpc.runtime.ContainerComponent.doEditinplace(ContainerComponent.java:63)
         at sun.reflect.GeneratedMethodAccessor832.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:134)
         at com.sap.nw.wpc.runtime.AbstractDisplayComponent.service(AbstractDisplayComponent.java:101)
         at com.sapportals.portal.prt.component.CachablePortalComponent.service(CachablePortalComponent.java:273)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:375)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:388)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    Edited by: Vijay on Mar 5, 2008 11:57 AM

    This issue has been resolved in SP14 Patch 2

  • Plsql in html content layout

    Hi,
    I define an item type and a content layout to display that item type.
    in the content layout, it is need to call some API package in PORTAL schema.
    between <oracle></oracle> tag, I made a call like
    package_name.procedure_name(parameters) but it fails.
    PORTAL.package_name.procedure_name(parameters) also fails.
    how to make that call works? how to specify a shcema for plsql?

    You may wanna see the item attributes defined for your item.
    If it is a custom item of type 'none', then check the following:
    * go to Navigator, pull up the item through search, and click Edit in front of the item types.
    * now click the second tab (Attributes)
    * see if the item has in its attribute properties Plsql Execute Options listed or not.
    In order to process a text using pl/sql commands we should have a PLSQL Execute option in this list of attribute properties.
    one other way to test it is to just write some simple statement like the following within the <oracle> tabs and see if your item responds.
    <oracle>
    declare
       v_user    varchar2(10):=portal.wwctx_api.get_user;
    begin
       htp.p(v_user||'<br>');
    end;
    </oracle>hope that helps.
    AMN
    [br]

  • Problem with content: 7 - Bad sound Data

    When I do the following...
    Voice = new Sound();
    Voice.loadSound("test.mp3", true)
    I get the error...
    Problem with content: 7 - Bad sound Data
    AND
    Problem with content: 7 - The sound data format is not
    recognized.
    I am using the test.mp3 files that comes with Flash8.
    Thanks!
    Bob

    OK. This combo works!
    version flash Player 8
    action script 2.0
    Audio Stream: MP3, 128 kbps, Stereo best
    Audio event: MP3, 128 kbps, Stereo best
    Override sound settings (unchecked)
    But this combo does not!!
    version flash lite 2.0
    action script 2.0
    Audio Stream: MP3, 128 kbps, Stereo best
    Audio event: MP3, 128 kbps, Stereo best
    Override sound settings (unchecked)
    Still get the error on all Nokias except Nokia 90 which gets
    no error but just does not play the file

Maybe you are looking for

  • Upgrading from Snow Leopard to Yosemite

    Hello, Long-time user of the forums, first-time poster (such a fantastic wealth of knowledge here!). One question prior to installing Yosemite: Does anyone have any experience installing from Snow Leopard to Yosemite - ideally with a Macbook Pro 15-i

  • Why is my 4s once reset to factory setting

    why would my 4s once reset not be able to pull up the internet without being connected to wifi.  need help thanks.

  • LR5 upgraded catalog is only giving LR4 Develop module options - help!

    After a successful upgrade to LR5 from LR4 on an old catalog I'm encountering an unusual situation: when I use the Develop module the palette options are not LR5. Instead of Shadows, for example, my LR5 catalog is showing Recover and Fill Light from

  • How to extract ZIP/JAR files?

    Hello, How can I extract zip/jar files ? Eric

  • Printing re-crops photo

    After working fine for printing the photos I cropped, 2 weird things started happening. Every time I cropped a photo and went to print it, the thumbnail in the print window looked correct, but the edit window under the print window automatically put