Project resizing issues.

Hi there, hope someone can help.
I recorded my project and converted it to .swf before realising that the majority of the users of the video will be viewing it in a lower resolution. I initially didn't think this would be a problem until I realised that using the html shortcut doesn't resize the video in their browser automatically which means having to scroll which is no good.
I was left with the option of having to resize the project to that which will match the resolution of the viewers. However having done this the filesize of the .swf file has increased in size, despite the project being smaller in physical size. All the backgrounds have dropped down in filesize as their smaller but overall the .swf file is bigger! Why is this so? This is posing a problem as it is now at a level which may cause potential performance risks. What can I do without having to spend hours recording this video again from scratch?
Thanks in advance.

Thanks for your reply Lilybiri.
I'm using Captivate 5 for my project. In terms of resizing the project, I simply went to Modify > Rescale Project > User Defined (and kept aspect ratio) > Finish.
I then went straight to publishing my project as .SWF using exactly the same settings as I had done previously before my original sized project. The .SWF file before resize was 2.5mb (resolution of project was 1005 x 790) and then afterwards it is now 3mb (resolution is now 700 x 550).
Thanks for your help.

Similar Messages

  • Please help-Trying to compress to Mpeg-2 for Convention, also resizing issues

    Hello,
    I just recently finished making an AMV in Adobe Premiere 5.5, and I am having trouble trying to figure out how to compress it into an Mpeg-2 source for a competition/convention.
    I also have these massive black borders on the side of my video that I know is probably due to improper resizing on my part, and although I have tried to remedy this with a new avisynth script of the exported uncompressed AVI (before compressing to MPEG-2), whenever I try to run the avisynth script in either VirtualDubMod or TMPGEnc (the converting program recommended by: http://www.animemusicvideos.org/guides/mpegforcons/) it crashes, although the original video does work.
    This is the avisynth script I have created for the post-video:
    FFVideoSource("C:\Users\Freeman\Desktop\Fight the Power.avi")
    FFCopyrightInfringement("C:\Users\Freeman\Desktop\Fight the Power.avi")
    AssumeFPS("23.976")
    SSRC(48000)
    LanczosResize(720,352)
    AddBorders(0,64,0,64)
    per the recommendations from the guide listed below
    I do not know if the resizing I have set up in the new avisynth script will fix my resizing issues, and I would like to improve that as much as possible, so if someone could clarify for me, that would be greatly appreciated.
    You may also notice some audio issues throughout the video, however on further playback this never appears to happen in the same place. I believe this is caused by poor audio quality, and I have a friend of mine working on setting up a lossless source that I will try to recompress with the video before friday, however if someone else might know what is causing this, any advice would be greatly appreciated.
    Here is the current MPEG-2 I have, however for obvious reasons, I do not consider it acceptable as of yet:
    http://www.megaupload.com/?d=IIKYWRXF
    The original export from Premiere is Microsoft AVI Uncompressed, and then attempted to convert to MPEG-2 (I tried multiple settings, they all have the same sizing issues), and as I said before, no matter what I try to do with the avisynth script, it crashes.
    I have even tried taking out every line from the new avisynth script except for the first two detailing the location of the video and audio, however this does nothing, it still crashes.
    I had to convert all my original source avisynth scripts to AVI files (that are massive, as I am editing from 52 episodes of Fullmetal Alchemist: Brotherhood), and so editing the original scripts is impossible at this point, because to my knowledge, that would mean I would have to reconvert them all to AVI, which took over 16 hours, and then that would probably make me have to re-edit this entire video (which if you look at it, based on length and how much work I've put into it: is impossible, especially given the time constraints).
    So anything that I can do to fix this will have to be done to the export from Premiere, unless there is a way to work with the AVI's that I made from the avisynth scripts.
    The source is primarily 16:9 DVD (Fullmetal Alchemist) and very few parts from a 4:3 DVD (Naruto). (You can recognize these parts in the video, it is whenever someone is rowing in a boat during the lyrics "Row Row")
    The avisynth script for all the fullmetal alchemist DVD's is as follows:
    mpeg2source("F:\DVD RIPS\Music Video Rips\Brotherhood\Disc 1 (1-7)\MainMovie\FMA_BROTHERHOOD_P1_D1\FMAB 1-7.d2v", cpu=4)
    ConvertToYV12()
    Spline36Resize(848,480)
    #TTempSmooth()
    FastLineDarkenMod()
    LSFmod(strength=120)
    LUTDeRainbow()
    And the avisynth script for the one Naruto DVD is as follows:
    mpeg2source("F:\DVD RIPS\Music Video Rips\Random\Row Row\MainMovie\ROW ROW\VTS_01_1.d2v")
    TFM()
    TDecimate()
    Spline36Resize(848,636)
    Crop(0,78, 0,-78)
    These recommendations came from what I could figure out from:
    http://www.animemusicvideos.org/guides/avtech31/
    If anyone is curious, the song is "Libera me from Hell", and it is 44100 from what I could tell when I ran it in WINAMP (I converted it from mp3 to wav through WINAMP, if there is a better way that I am unaware of, please let me know).
    I know this is extremely long, and thank you anyone who has taken their time to look through it, it is greatly appreciated.
    The deadline for this is friday (5/20/11), so I need help with this ASAP and thanks,
    Dexter

    Dexter,
    Those "black borders," if they are visible in the Program Monitor, are most likely due to a mis-match between the Source Files and the Sequence Preset.
    If they are only showing up upon Export, then there is likely a mis-match between your Sequence and your Export, and could be either with the Aspect Ratio, or if using non-square pixels, the PAR (Pixel Aspect Ratio).
    I'll defer any commens on AVISynth to the experts here.
    Good luck,
    Hunt

  • Develop a Integrated Report of Program and Project Risks, Issues and Opportunities from Project Sites

    Does anyone know if it is possible to create an integrated report of all program / project risks, issues and opportunities as identified on project sites? We plan on having our project teams identify and manage these on their project sites but would like
    to  ability to roll this information up into a report for management review.  Need to know if this is possible and how it might be done. Thanks.

    Hi,
    are you asking for a Reporting Services Report? You can find this information in Reporting DB (2010) resp. schema dbo for reporting (2013).
    Here a simple query:
    SELECT PROJ.ProjectName
    , ISSUE.Title AS Issue
    , RISK.Title AS Risk
    FROM dbo.MSP_EpmProject_UserView AS PROJ
    LEFT OUTER JOIN dbo.MSP_WssIssue_OlapView AS ISSUE ON PROJ.ProjectUID = Issue.ProjectUID
    LEFT OUTER JOIN dbo.MSP_WssRisk_OlapView AS RISK ON RISK.ProjectUID = PROJ.ProjectUID
    Or are you looking for something different?
    Regards
    Barbara
    To increase the value of this forum, please mark the replies that helped to solve your issue as answer. If you find answers to questions from other forum participants to be helpful, please mark them as helpful. Your participation will help others to find
    an appropriate solution faster. Thanks for your support!

  • [svn:bz-trunk] 18389: Eclipse Project Classpath issues:

    Revision: 18389
    Revision: 18389
    Author:   [email protected]
    Date:     2010-11-01 03:49:03 -0700 (Mon, 01 Nov 2010)
    Log Message:
    Eclipse Project Classpath issues:
    - Fixing class path entries.
    - Instead of jars pointing to the actual projects.
    Modified Paths:
        blazeds/trunk/development/eclipse/projects/java/blazeds-proxy/.classpath
        blazeds/trunk/development/eclipse/projects/java/blazeds-team.war/.classpath

    Figured out that it was failing while building a product for MacOS. I updated Tycho to use version 0.15.0 and all work well.
    For more information on the bug (case sensitive file systems) see:
    bugs.eclipse.org/bugs/show_bug.cgi?id=349877

  • Find Project From Issue?

    Hi  , I want to find project from Issue ? I have Issue guid number and ref guid number but ı am not finding project ?
    thanks for helps .

    This is PC
    Got the (ANSI-Latin 1) down. We have a project that in D10 we
    had to localize in Russian. Problem is that D10 did not support
    that code to display Russian correctly when working within D10.
    This support is in D11.
    So if I understand you correctly D10 is in ANSI-Latin 1. This
    is confusing cause when we upgrade the files it defaults to some
    Turkish code page. Does D11 auto read this formating when upgrading
    the files and if so should we be allowing the default or should we
    be telling D11 to use ANSI-Latin 1?

  • Has the wallpaper resizing issue been fixed for iOS7?

    When I upgraded to iOS7, I immediatley downgraded back to iOS6 because I was unable to resize my wallpaper picture and I didn't care for the new look. Does anyone know if the resizing issue has been fixed???

    You mean for the Lock Screen, how it won't let you shrink it?
    No, that issue still exists in 7.0.3.

  • Captivate 5 Widget on a Slidelet causes resize issue

    Wondering if anyone has encountered this...
    I needed to have a set of answers show when a user rolled over an area or clicked it so I used a slidelet. All was well. Then - only on ocassion - I needed to link to a website. No problem, I thought, I'll insert a button. Could not do that - annoying. This in turn was easily resolved using a button widget supplied with the Adobe eLearning bundle and all was well again - except this annoyance...
    When the project is published to flash and posted on the web everything works OK unless the browser is set to less than 100%. It may be  important to note that a local preview of the project WILL resize OK. But, when posted, and the browser is set to resize its display (try 75%) a portion of the flash is chopped on the right and bottom! What a pain.
    I tried various things to correct but anytime a widget is inserted on a SLIDELET, the resultant Flash output will chop right and bottom when trying to use a smaller browser size (as when using a laptop, for instance).If the Widget is removed from the Slidelet, all works as expected.
    I have actually not tried to insert the  widget on a "1st level" slide to see if it also interferes with sizing but will try it.
    Any idea of why inserting a widget (esp. a button widget) on a slidelet would cause the flash to not be shown correctly when the web browser is resized?
    Same issue on MSIE8 and latest release of Firefox.
    Thanks!

    Hi Manish,
    No problem with the new edit.
    This worked for the original issue of resetting browser zoom level (OK now for MSIE, Firefox and Chrome)
    and for proper display of the widget in Captivate.
    Thanks much!
    Dan

  • Window resize issue (borderless form)

    Hello!
    Resizing window (height) programmically does not work correctly. Here's the problem in visual form:
    When resizing the window height from (715; 375) to (715;600) (or even to its MaximumSize (715; 660)) using commands as which are listed here, operation leaves parts
    of the bottom elements under the StatusStrip control bat. No matter if the window max height/height is set to say 800, always the same issue.
    Is it the missing borders behind the issue or is the StatusStrip height just unnoticed? Is there some solution available to get it resize correctly?
    (VC++ 2013.4, .NET 4.5x, Windows 7)

    OK, you can download the fPEQGUI-10MC project from
    http://jiiteepee.tripod.com/home.html (I couldn't get the build from this source to work properly in 64-bit Windows 10 so better try with 32-bit build).
    It's quite messy coding there but you should be able to repeat the issue by commenting (just use the find-replace feature) the graf_splitter and pref_splitter lines from methods (there's no window resize commands now but you can try by adding
    ones into these methods listed below):
    fWButton_Click,
    menu_options_preferences_file_write_interval_Click,
    menu_options_preferences_cutoff_freq_Click,
    initDefaults,
    setGainForRIAAFiltersToolStripMenuItem_Click,
    gui_show_graph_Click_1
    NOTE: You probably can't load the project into Designer because of I have edided all the font definitions by adding a font size multiplier (DPI scalar) in InitializeComponent() method (least I can't load without removing the multipliers).

  • First post:  In total desperation...Simple resizing issue and keeping images centered on stage.  Giving a demonoid account for solution :)

    Ok long story short I purchased a fullscreen xml gallery from FlashDen that is supposed to resize.  Here is the link to the demo...
    http://flashden.net/item/xml-resizeable-fullscreen-dark-gallery/full_screen_preview/19966
    Well problem is it only resizes the images based on their width and not their height.  (Panorama would show fine but a tall portrait would just go off the page)  You will notice in that demo how the resizing is fixed to the side of the painting and not the bottom.
    Well, to me this seams useless because I really need every user to be able to see the full pictures no matter what screen resolution they are at and no matter how they adjust their browser window.
    Believe me when I come posting on threads it means I have spend many many hours trying to figure it out myself...In this case I have spent 30 hours trying to solve this in the last two days....Now I am over the deadline I gave to my client/family member and am still at square one basically.
    Thank you so much for any tips/advice/input you can offer.
    Also note I have figured out how to make it so that it fixes to the bottom and thus shows the tall images in full but when I do this it is no longer centered in the page.
    I am really tired and worn out but would love to work with someone's advice to make this a reality.
    Attached is everything you would need.  Please note that by downloading this attachment you are agreeing to only using these files to help out your new friend Sean and would never think about using this for your own project.
    Thanks so much for helping out the new guy.  I will owe you big time!
    Also, Here is the version I am working on...
    http://nasso.us/new/
    It's going to be pretty cool huh?
    Also, in my version on nasso.us..You will notice I got it to almost work for the tall images..Still not there yet...and it all goes off center with that code...To get those resualts though I switched this....
    //determine image size
    resizeImage = function(getResizeClip){
         //eval(getResizeClip);
         stageWidth = Stage.width;
         stageHeight = Stage.height;
         bgWidth = eval(getResizeClip)._width;
         bgHeight = eval(getResizeClip)._height;
         heightRatio = stageWidth/bgWidth;
         widthRatio = stageHeight/bgHeight;
         if(heightRatio<widthRatio){
              eval(getResizeClip)._width = widthRatio*bgWidth;
              eval(getResizeClip)._height = widthRatio*bgHeight;
         }else{
              eval(getResizeClip)._width = heightRatio*bgWidth;
              eval(getResizeClip)._height = heightRatio*bgHeight;
    with this
    //determine image size
    resizeImage = function(getResizeClip){
         //eval(getResizeClip);
         stageWidth = Stage.width;
         stageHeight = Stage.height;
         bgWidth = eval(getResizeClip)._width;
         bgHeight = eval(getResizeClip)._height;
         heightRatio = stageWidth/bgWidth;
         widthRatio = stageHeight/bgHeight;
         if(heightRatio<widthRatio){
              eval(getResizeClip)._width = widthRatio*bgWidth;
              eval(getResizeClip)._height = widthRatio*bgHeight;
         }else{
              eval(getResizeClip)._width = heightRatio*bgWidth;
              eval(getResizeClip)._height = heightRatio*bgHeight;
    THANK YOU THANK YOU THANK YOU

    You are welcome. I'm glad you got it back up.
    (1) You say you did the symbolic link. I will assume this is set correctly; it's very important that it is.
    (2) I don't know what you mean by "Been feeding the [email protected] for several weeks now, 700 emails each day at least." After the initial training period, SpamAssassin doesn't learn from mail it has already processed correctly. At this point, you only need to teach SpamAssassin when it is wrong. [email protected] should only be getting spam that is being passed as clean. Likewise, [email protected] should only be getting legitimate mail that is being flagged as junk. You are redirecting mail to both [email protected] and [email protected] ... right? SpamAssassin needs both.
    (3) Next, as I said before, you need to implement those "Frontline spam defense for Mac OS X Server." Once you have that done and issue "postfix reload" you can look at your SMTP log in Server Admin and watch as Postfix blocks one piece of junk mail after another. It's kind of cool.
    (4) Add some SARE rules:
    Visit http://www.rulesemporium.com/rules.htm and download the following rules:
    70sareadult.cf
    70saregenlsubj0.cf
    70sareheader0.cf
    70sarehtml0.cf
    70sareobfu0.cf
    70sareoem.cf
    70sarespoof.cf
    70sarestocks.cf
    70sareunsub.cf
    72sare_redirectpost
    Visit http://www.rulesemporium.com/other-rules.htm and download the following rules:
    backhair.cf
    bogus-virus-warnings.cf
    chickenpox.cf
    weeds.cf
    Copy these rules to /etc/mail/spamassassin/
    Then stop and restart mail services.
    There are other things you can do, and you'll find differing opinions about such things. In general, I think implementing the "Frontline spam defense for Mac OS X Server" and adding the SARE rules will help a lot. Good luck!

  • Making Projects Resizable in SCORM

    Hi There,
    I've built a series of modules in Cap3. We've done most of
    our testing using the HTML output. I have been editing the HTML to
    make the height and width of the flash object 100%. This makes the
    project auto-resize so that it will fit the screen whatever size
    you make the browser window.
    Now we have come to publish in SCORM in order to upload these
    to the LMS. The issue I have is that the auto-resize doesn't work.
    In fact the page is blank when you launch the scorm course. I
    believe it has something to do with the JavaScript in the HTML file
    that gets produced but unfortunately I am no JavaScript expert by
    any stretch of the imagination.
    If anyone has any idea what I need to add to make this work I
    would be very grateful.
    Thanks
    Craig

    Sorry for the confusion.
    I only mentioned the LMS once in my original post and that
    was only to reference that we were getting ready to upload the
    course to it.
    Here's what happens:
    I publish my course using the normal HTML output (no
    reporting). I open the htm file that gets created and change the
    height and width of the flash object from 800*600 to 100%. Then
    when I open the course in IE it fills the browser window. When I
    resize the browser the course resizes too. This is fantastic as
    some of the end users have tiny laptops (and apparantly super
    eyesight) and others have huge screens (and obviously terrible
    eyesight). Everyone is happy as the course will fit the screen no
    matter what size their browser window is.
    The problem:
    We want the course to report to an LMS that a user has
    completed it. So in Captivate I set reporting to SCORM 1.2, i set
    the appropriate flags etc. (this aspect of it works perfectly) I
    publish the course as normal. Now when I open the htm file it is
    full of JavaScript that launches the SCORM API. At the bottom of
    the file is the Flash object that launches the .swf. Now when I
    change the size of the object from 800*600 to 100% it doesn't work.
    I double click on the htm file - blank screen, I open it in Reload
    SCORM player - blank screen. I upload it to the LMS - blank screen.
    I notice in the code that it wraps the Flash object in a HTML
    table, so i edited the table so that it has a width of 100%, then
    edited the Flash object and set the width to 100% but left the
    height at 600. This displayed the course. Then if I went back and
    changed the height to 100% the course vanished!
    I'm sure there is a realy easy fix for this but I don't know
    enough about JS and HTML to figure it out.
    Thanks

  • Front Panel Mass Binding Project Variables Issue

    Hello -
    When attempting to bind controls to shared variables through the front panel mass binding option, there is an issue where you can not seem to bind a "project item" to the control. The method of binding I am using is to export a text list of control names, urls, mode, and function to a text editor utilizing the front panel binding mass configuration options.  The text editor shows, in the fourth column, a "0" for no function, a "1" for network item, and a "2" for project item. when attempting to import the list back into the front panel binding mass configuration, all "2" indications become "1", as all items are treated as network. Thus one can not effectively bind to a project shared variable item.
    The binding works fine manually by means of utilizing the properties selection of the control, but it is difficult to do this for 821 controls, as in my application.
    My application is based on a OPC served group of 821 variables which are linked to controls and indicators through the shared variable representation for each item created in the multiple variable editor.
    Does anyone have a work around for this issue, as it is a showstopper right now, ie, you can not effectively bind a large quantity of controls or indicators to project located shared variables as required.
    The rationale behind utilizing project located variables instead of network located variables is to reduce the amount of calls to the OPC server which was causnig a large latency in the refresh of the 821 items. With the items defined as shared variables within the project, a single call is issued, which has tremendously sped up the refresh cycle for the list of variables.
    Thank you in advance for your insight in this matter,
    John DeCroos

    Hello Brian A.,
    In response to you comment --
    "in 2006, and John did not follow up with any more information for Efosa"
     -- a great deal of information was provided to NI (Efosa and many, many others, up to the product manager for the DCS module). I have never heard back on a fix for this bug for the identified version of LabVIEW. The reply by Efosa here was well after we had shipped our product -- (please see date + Efosa's apology) -- we had found our own solution as is identified in the original post.
    My solution was, as is also indicated in my original post, to manually bind each variable. This was unbelievably time consuming, but was all I had.
    The version of software I am now working on uses far less variables, manually bound to avoid the multiple binding issue we had in the past.
    I have checked the mass binding function in LV 8.5.1, it works fine now. I guess it would have been nice to have had a reply that the bug had been resolved ---- would have helped me out a bit.
    Thank you,
    John DeCroos

  • Project Backup Issue

    We have a situation where single project backup is reported as "completed successfully" , but when we try to restore it, it gives error.
    The Oracle Tech Support is horrible beyond imagination. For two weeks they kept telling me that they are working on it, and now they want to start over and want another backup sample. This tells me clearly, they have no clue, just fishing around to find something. Here is the entire conversation:
    Quote:
    I am surprised that this simple realization came after two weeks.This is really worst tech support I have ever seen, inspite of paying top dollars. Is there any place in Oracle which tracks the quality of technical support provided to clients or is it free for all.
    Well, just for your information, we have also started looking at some other options to replace Contract manager due to the bad support.
    I will send you the backup as desired.
    Oracle Support - April 16, 2012 2:15:23 PM GMT-04:00 [ODM Action Plan]
    Data Request
    Thanks for your reply.
    Based on the information you have provided and the support team's previous
    experience with the issue I believe the project itself may be corrupt in some way.
    Therefore when one attempts to restore the project the restore process fails the
    validity check due to possible missing data within the project.
    Because the .JAR file itself is corrupt I'm unable to view its contents using an XML editor
    or other means.
    Please upload a copy of a database export of the Oracle database where this project
    exists. This way I can restore the data here and query the contents of the project
    itself to confirm whether there is missing or invalid data within the project.
    See DOC ID 908371.1 (attached in the related articles section of this SR) for steps
    of how to perform the export.
    Thank you.
    [email protected] - April 16, 2012 9:31:18 AM GMT-04:00 [Update from Customer]
    This is really frustrating to receive such responses for a paid service contract after more than two weeks of pending SR. Did you read my entire post before posting your question or you just want me to start all over again. Last time you said that you have reproduced the issue, then why do you need another backup?
    Anyway the replies are as under:
    1. This is happening with one project and not multiple projects ( read my earlier responses)
    2. No, there were no errors reported ( read my earlier responses)
    3. It was saved on local drive
    4.As I understand you were able to reproduce the issue, then why do you need me to send you another backup. If so, please define the backup should be under what environment variables, because I dont want you to come back 2 weeks later and ask for another backup with different variables.
    Oracle Support - April 13, 2012 3:21:27 PM GMT-04:00 [ODM Action Plan]
    Hello.
    1- So am I understanding that this is only happening with ONE project and not multiple projects?
    2- When this single project backup was originally taken did any errors or unusual behavior occur?
    3- Where is the backup file being saved when it is taken? On the local machine or to a network drive on some other machine?
    4- Please create another single project backup of this project and attempt to restore that new backup to the new database
    group. Let me know how this works out.
    [email protected] - April 11, 2012 7:23:42 PM GMT-04:00 [Update from Customer]
    We are unable to do a backup only for this project. All other projects are working OK. Let me know if you need anything else.
    Thanks
    Oracle Support - April 11, 2012 5:56:53 PM GMT-04:00 [ODM Action Plan]
    Hello. I have reproduced the issue and am currently still investigating the issue. I will reply
    back shortly with next steps and or further questions. Thank you for bearing with us.
    [email protected] - April 11, 2012 2:07:53 PM GMT-04:00 [Update from Customer]
    When can we expect a reply?
    [email protected] - April 9, 2012 1:23:40 PM GMT-04:00 [Update from Customer]
    Do we have a time line for a fix of this issue?
    Oracle Support - April 2, 2012 11:47:40 PM GMT-04:00 [Notes]
    Thank you for uploading the single project backup. I will try to restore
    to a test system here to try and reproduce the issue.
    [email protected] - April 2, 2012 9:41:47 AM GMT-04:00 [Update from Customer]
    Upload to gtcr successful for the file EXP_SFP1_SFP1.JAR.
    [email protected] - April 2, 2012 9:40:16 AM GMT-04:00 [Update from Customer]
    Attached is a single project backup which was backed up successfully, but gives error while restoring. i havetried to restore it on two seperate installation of CM13, and both gave a message "error were encountered......."
    [email protected] - April 2, 2012 7:35:33 AM GMT-04:00 [Update from Customer]
    1. This happens with Single project backup with all the projects we have.
    2.yes, it is being restored to another group in the Same installation of Contract Manager.
    As expalined earlier, this was happening without any error until we installed the Contract Management Exchange Module. Since then we have uninstalled the module, but the error continues.
    Oracle Support - April 2, 2012 12:37:10 AM GMT-04:00 [Notes]
    Hello. Thanks for your reply.
    1- Does this issue happen with one single project backup or multiple backup files?
    2- Is the single project backup being restored to the same version of Contract Management system as where the backup was
    taken?
    3- If only happening with one backup please upload the single project backup file to this SR. This way I can restore the file to a test environment for research.
    [email protected] - March 30, 2012 9:31:50 PM GMT-04:00 [Update from Customer]
    1. The version is 13.0.5.0, build 2085
    2. "Errors encountered during restore"
    3. No
    4.Weblogic
    Let me know if you need anything else.
    Thanks
    Oracle Support - March 30, 2012 5:30:53 PM GMT-04:00 [ODM Action Plan]
    Data Request
    Hello. Thank you for contacting Oracle Primavera support.
    A few questions:
    1- What is the version and build of Contract Management? (This can be found in the upper right corner of the log on screen)
    2- What is the error message or behavior that occurs when attempting to restore the backup?
    3- Does the project already exist in the group to which the backup is being restored?
    4- What application server is being used with Contract Management? JBOSS or Weblogic?
    - If you are unsure which app server is being used do the following
    a. On the web server machine right click my computer and choose manage > expand services and apps > click on services
    b. Scroll through services and look for the service named either Contract Manager or Primavera Contract Management. If this service exists
    then open My Computer > open the drive that has your installed programs and look for a folder named JBOSS 5.0.1 GA
    c. If both of the above exist then your running JBOSS if neither of the above exist then go to step d.
    d. Open My computer and look for either of the below folders:
    [drive letter]:\bea\user_projects\domains\[Contract Management domain name]
    [drive letter]:\Oracle\Middleware\user_projects\domains\[Contract Management domain name]
    e. If either of the above folders exist then it is likely that Weblogic is being used as the application server.
    Thank you.
    [email protected] - March 30, 2012 3:24:01 PM GMT-04:00 [Customer Problem Description]
    1) Does your issue impact all of your users, or just some?
    All users
    2) Does your issue occur in a single project, or in multiple projects?
    all projects
    3) ### Impact on Business ###
    We back up the project before processing monthly pay requisitions, so that it can be restored in case the process is to be reversed. Till last month it was working properly. This problem started after we installed Contract Management Exchange Program to export the Pay Requisitions. Since then we have uninstalled this program, but the error continues.
    [email protected] - March 30, 2012 3:24:01 PM GMT-04:00 [Customer Problem Description]
    Problem Description: Unable to restore Project backup created in from one group to another group.
    Unquote:
    Anyone have any idea about this error message?
    Thanks

    I've experienced this also and I would then try the same project the next day and it worked OK. Sometimes the backup file does not get completely written for whatever reason. Try again sometime when there is no one else logged in. ALSO, and more importantly, make sure that you are selecting a LOCAL path when backing up. As in your local C or D drive. Don't assume that your "My Documents" folder is local either because in many organizations that is on a network drive somewhere.

  • Accordion - Ajax within accordion panel resize issue

    Hi,
    I'm in a little bit of a fix.
    I have an accordion whose panels have ajax enabled regions
    within them.
    The ajax enabled regions have search forms which give a
    search result within the same page (which is basically within the
    panel as well) once a button is clicked.
    My issue is that once I click search, my result set increases
    the size of the page causing the accodion panel to enable a scroll
    bar. Is there some way in which I can have spry resize the panel
    instead of it enabling a scroll bar?
    If I open and close the tab ofcourse, the region is resized
    to cater to the search results as well with no scroll bar.
    Incase this is not possible, is there a way to reopen the
    selected panel on a page refresh event as all the tabs are closed
    when a refresh occurs.
    Thanks!
    When the accordion opens up, it shows

    Hi kundalani,
    If you are using Spry.Utils.updateContent() to load the
    contents of the panel, you can pass in a callback that sets the
    height of the AccordionPanelContent to "auto" after the new content
    has loaded:
    function LoadContent(ele, url)
    ele = Spry.$(ele);
    Spry.Utils.updateContent(ele, url, function() {
    ele.style.height = "auto"; });
    <a href="#" onclick="LoadContent('e1p2',
    '../../data/frag1.html'); return false;">Frag 1</a> |
    <a href="#" onclick="LoadContent('e1p2',
    '../../data/frag2.html'); return false;">Frag
    2</a></p>
    <p> </p>
    <div id="example1" class="Accordion" tabindex="0">
    <div class="AccordionPanel">
    <div class="AccordionPanelTab">Panel 1
    </div>
    <div id="e1p1" class="AccordionPanelContent">
    <p>Panel 1</p>
    </div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab">Panel 2
    </div>
    <div id="e1p2" class="AccordionPanelContent">
    <p>Panel 2</p>
    </div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab">Panel 3
    </div>
    <div id="e1p3" class="AccordionPanelContent">
    <p>Panel 3</p>
    </div>
    </div>
    <div class="AccordionPanel">
    <div class="AccordionPanelTab">Panel 4
    </div>
    <div id="e1p4" class="AccordionPanelContent">
    <p>Panel 4</p>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    var example1 = new Spry.Widget.Accordion("example1", {
    useFixedPanelHeights: false });
    </script>
    --== Kin ==--

  • Flex 3 Window Resize Issue

    Hello all,
    I'm a beginning Flex programmer and I've run into an issue I
    don't know how to resolve. The problem is this: when my app is
    compiled under Flex 2 all of my window components resize nicely
    when the browser window is resized (<mx:Application width="100%"
    height="100%">). However, when I compile under Flex 3 this
    doesn't work; all components stay the same size and I get
    scrollbars at the edges of the browser window if I shrink the
    browser window.
    The backwards compatibility and migration documentation
    doesn't say anything about this functionality being changed. Anyone
    have any idea why this is happening, and how I can get the older
    functionality back?

    Setting the scroll policy to off certainly gets rid of the
    scrollbars, but it doesn't actually fix the resize behavior of the
    application.
    I ended up fixing this problem by cheating: I set up a resize
    handler for mx:Application that resizes the main Container in the
    app.
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    xmlns:custom="components.*" layout="absolute"
    width="100%" height="100%" minWidth="780"
    minHeight="580">
    <mx:resize>
    <![CDATA[
    try { bpanel.width = width; bpanel.height = height; }
    catch (err:Error) {}
    ]]>
    </mx:resize>
    A hack, yes, but at least things work again.

  • Help on font sizes and browser resizing issues

    When browsers resize the text, they can have a significant impact on the my designs. I am using CSS positioning, and not tables. I am also using relative font sizes, usually ems. I can get everthing to look right on my pages when the browsers are set at the normal or medium text size. But, i run into problems when the browser is set at the large or largest text size. I need help dealing with this issue in general. But, here's an example that best illustrates the problem:
    I set some white-colored text on a dark background in a  banner at set at 800px x 50px. The font size is set at 1 ems. The background color for the rest of the page is white. So, when the white-colored text fits easily within the banner, everything works okay. But, when the browser resizes the text, the white text flows beyond the dark background color of the banner and becomes invisible on the white background of the page. Is there some way to use margins, padding, or line size to manage this type of situation?
    What are the best tactics to use regarding font size when using CSS positioning ?
    Thanks for any help on this question.

    Thank you for your prompt response. I will put my page on a test server when I can. But, for now, here is my code below.
    I get your point about flexibility.The question is how? What are the best approaches to use?  I have the sense that more experienced designers have some conventional tactics for ensuring the pages read reasonably well even when the text size is enlarged in the browsers, but I am not sure what approach might work in general.
    Part of the issue with this particular design is that I am actually using a background image in the header/banner. And it has a set height:51 px. I don't want it to repeat it vertically whenever someone enlarges the text size in their browser.
    Again, I would appreciate any help offered.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    <style type="text/css">
    <!--
    body,td,th {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 1em;
    body {
         margin-left: 0px;
         margin-top: 0px;
         margin-right: 0px;
         margin-bottom: 0px;
         background-color: #000000;
    #Container {
         height: 600px;
         width: 800px;
         margin-right: auto;
         margin-left: auto;
         background-color: #FFFFFF;
    #Banner {
         width: 800px;
         background-image: url(images/800x51bluebackgroundbanner.jpg);
         background-repeat: repeat-x;
         background-position: left top;
         height: 51px;
    #astandardlink {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 1em;
         color: #333399;
         text-align: left;
    #FlashArea {
         float: left;
         height: 400px;
         width: 800px;
    #leftBlock {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 0.8em;
         color: #000000;
         text-align: justify;
         float: left;
         width: 58%;
         margin-right: 1%;
         margin-left: 1%;
         line-height: 1.5;
    #rightBlock {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 0.8em;
         color: #000000;
         text-align: justify;
         float: right;
         margin-right: 1%;
         margin-left: 1%;
         width: 32%;
         clear: right;
         line-height: 1.5;
    #Logo {
         text-align: left;
         vertical-align: middle;
         float: left;
         margin-right: 1em;
    #Bannertext {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 0.8em;
         color: #FFFFFF;
         text-align: center;
         float: left;
         width: 30%;
         line-height: 3;
         white-space: normal;
         display: block;
    #Email {
         font-family: Arial, Helvetica, sans-serif;
         font-size: 0.8em;
         color: #FFFFFF;
         text-align: right;
         margin-right: 0.3em;
         line-height: 1.5;
         background-repeat: no-repeat;
         background-position: left top;
         margin-bottom: 1%;
         padding-bottom: 1%;
    .imageleft {
         vertical-align: middle;
         float: left;
         clear: left;
         margin-right: 1em;
    a:link {
         color: #FFFFFF;
         text-decoration: none;
    a:visited {
         text-decoration: none;
         color: #FFFFFF;
    a:hover {
         text-decoration: underline;
         color: #CC0000;
    a:active {
         text-decoration: none;
         color: #FFFFFF;
    -->
    </style>
    </head>
    <body>
    <div id="Container">
       <div id="Banner">
         <div class="imageleft" id="Logo"><a href="pricinginfo.html"><img src="images/Logo177x51.jpg" alt="Darragh Logo" width="177" height="51" border="0" usemap="#Map" /></a>
    <map name="Map" id="Map"><area shape="rect" coords="8,7,166,41" href="pricinginfo.html" alt="Darragh Logo" />
    <area shape="rect" coords="167,39,168,53" href="#" /></map></div>
         <div id="Bannertext">wines to savor with family and friends </div>
         <div id="Email"><a href="mailto:Darragh Cellars, Proprietor, Andrew Aitken [email protected]">Darragh Cellars, Proprietor, Andrew Aitken [email protected]</a></div>
       </div>
       <div id="FlashArea"><img src="" alt="" name="FlashArea" width="800" height="400" id="FlashArea" style="background-color: #CCCCCC" /></div>
       <div id="leftBlock">Darragh Cellars produces boutique wines that express a balance between earth and fruit. Our wines are crafted to provide a rich wine experience for all palates.- Proprietor, Andrew Aitken Produced &amp; Bottled ByCRUSHPAD San Francisco, CA www.crushpadwine.com </div>
       <div id="rightBlock"><a href="pricinginfo.html" id="astandardlink">Reservations & Contact Information</a>: Darragh Cellars offers an extremely limited supply of Pinot Noir and Chardonnay vintage wines. Reservations may be placed directly with Proprietor Andrew Aitken. </div>
    </div>
    </body>
    </html>

Maybe you are looking for