Why not Microsoft MPEG4 Files?

I'm trying to use JMF to write an applet that will play .wmv file created with Windows 7 encoder. This is Microsoft's MPEG4 format (which, in case anyone at Sun hasn't noticed, is fast becoming the only video format worth supporting). JMStudio 2.1.1a will play these files okay, but my applet reports an error:
Error: Unable to realize com.sun.media.amovie.AMController@581784
It took me about 20 minutes to get this to work with Microsoft tools. I've spent about 4 weeks on it using JMF.
It's very frustrating to see how easily JMStudio can display these files while I grind on endlessly with my futile try-and-error efforts, picking through the JMStudio code, trying to discover what JMStudio is doing that isn't provided by the mediaplayer bean. I've programmtically loaded and set different codecs (including the elusive MPeg4Video codec from IBM's Haifa lab) but nothing works outside of JMStudio.
I'd appreciate any suggestions. (My boss's suggestion has been to dump Java. .NET here I come.)

I think you should check out the IBM site , they have news about MPEG4 . - I didn't read it but it seems that maybe it is what you are looking for .

Similar Messages

  • Why require cap file why not only class file as in java

    why do we convert .class to .cap file why not simply load the .clss file to the card

    If Java Card has to accept .class file, it's certain
    that JCVM developers are going to spend more and more
    nights in their office.
    Just kidding. I'm one of them.LOL :)
    Put the CAP file converter on-card.

  • Why wont my mpeg4 files link to itunes?

    Windows 7. Cant get my mpeg4 files to linm to itunes, latest version. Any ideas?

    *On the Home screen, check the Wi-Fi status bar. Make sure it has at least two bars for signal strength.
    * If your device has cell service, make sure it's turned on: Tap Settings > Tap Cellular > Tap the Cellular Data slider so that it's on (green).
    * Make sure your software is up to date: Tap Settings > Tap General > Tap Software Update.
    * Make sure you can connect to the Internet.
    * Make sure the time zone is correct: Tap Settings > Tap General > Tap Date & Time.
    * Try resetting (turning off and then on again) your Wi-Fi router.
    If none of these actions fix your issue, try troubleshooting your Wi-Fi network and connection using the steps in this article:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    If you still can't connect to iTunes, contact our AppleCare support team:
    Contacting Apple for support and service
    http://support.apple.com/kb/HE57

  • ITUNES will NOT add mpeg4 files to library!!!!

    So I've tried many video converters on many settings...the files are fine. They play fine in quicktime.
    I cannot get the newly made video files into Itunes. .mp4 and .mov files will not add to the library. When i try, absolutely nothing happens
    Itunes WILL add .WMA Files to the library and actually play them. These files will not convert to ACC format so i can play them on my ipod however.
    all files meet the video file requirements that apple claims will work. (320x240, under 768kbps, etc.)
    HELP MEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE!!!!!!!!!!!!!!
      Windows XP  

    YEs, files downloaded before Monday are fine, coul add them ti library.
    I'Ve now changed the FTP client, from Transmit to Cyberduck, and can now add new files to the library. All files transfered via Transmit however remain unacceptable to iTunes. It is a pity, as Transmit is much faster and user-friendly.
    HAve written to Transmit for their input.

  • Can't open mpeg4 files

    Why can i not play mpeg4 files on my Mac? I have a new video recorder (flash card type) but cannot download the movies even though the camera is supposed to work with imovies. I've been told i may need to install a driver to play/download mpeg4 files. I also can't play avi files. I have a converter that would convert the files to work but this would take ages for movie editing. Any help would be appreciated.

    Probably not a problem with your MacBook, so you might need to repost this in another board, such as the iMovie forum for the version you're using.
    I've got one suggestion: download & install the Perian set of codecs and see if that helps:
    http://www.versiontracker.com/dyn/moreinfo/macosx/30931
    If that doesn't do the trick, go here:
    http://discussions.apple.com/category.jspa?categoryID=141
    And look at the top for the version of iMovie you are using. Repost this topic over there & those folks will try to help you.
    Good luck!
    ~Lyssa

  • Not poen pdf file in nokia asha 200

    Why not open pdf file in nokia asha 200

    Hi there Im also having the same problem. I thought Nokia Asha 200 would have ''very small'' font size option but I was mistaken. I wish there would be an update about the fonts. Thank You So Much! More power to Nokia 

  • Microsoft.WebApplication.targets 182 5 error MSB3030 Could not copy the file because it was not found

    We use Visual Studio Online and the integrated continuous integration (build server) from Microsoft. We have a solution that contains multiple projects two of which are latest MVC projects. I updated a bunch of our Nuget packages yesterday and now we are
    getting a build error one of our MVC projects. Any help is greatly appreciated as I have exhausted my resources trying to understand why the error is occurring!
    We use nuget for our external libraries, the solution and projects and set to use Nuget Restore (no packages persisted in TFS).
    We updated Angular to the latest version using Nuget updates inside of visual studio. Here an excerpt from packages.config in the project file. The first block is what was found in the packages.config before the update and the second block is after the
    update.
    <package id="Angular.UI.Bootstrap" version="0.11.0" targetFramework="net451" />
    <package id="angularjs" version="1.2.23" targetFramework="net451" />
    <package id="Angular.UI.Bootstrap" version="0.12.0" targetFramework="net451" />
    <package id="angularjs" version="1.3.8" targetFramework="net451" />
    After I noticed the build error I scheduled another build with Diagnostic level logging turned on, here is the excerpt from the build highlighting the errors
    Task "Copy" (TaskId:395)
    16:42:43.027 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-animate.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.031 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-animate.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Creating directory "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts". (TaskId:395)
    Copying file from "Scripts\angular-aria.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-aria.js". (TaskId:395)
    Copying file from "Scripts\angular-aria.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-aria.min.js". (TaskId:395)
    16:42:43.033 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-cookies.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.033 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-cookies.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-csp.css" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-loader.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-loader.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Copying file from "Scripts\angular-messages.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-messages.js". (TaskId:395)
    Copying file from "Scripts\angular-messages.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-messages.min.js". (TaskId:395)
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-mocks.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-resource.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-resource.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-route.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-route.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-sanitize.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-sanitize.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-scenario.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-touch.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-touch.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Copying file from "Scripts\bootstrap-select.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.js". (TaskId:395)
    Copying file from "Scripts\bootstrap-select.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.min.js". (TaskId:395)
    Copying file from "Scripts\bootstrap-select.js.map" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.js.map". (TaskId:395)
    I looked at the change log of my check-in and noticed that the errors occur for Angular script references that were updated. New angular references (adds in the TFS changeset) are being copied without errors. Example: angular-animate.js was edited
    in the Angular update in TFS but angular-aria.js is a new file in the package so new file in TFS. 
    Using Source Control Explorer I verified the location of the files, the new and the existing files from the Angular nuget package can all be found in the Scripts folder of the MVC project. I can also view the content of each file file without issue.
    The references in the project file (csproj) are all consistent too, I can't see any differences between the files that cause failure and those that do not. The following block is a direct copy/paste from the csproj file
    <Content Include="Scripts\angular-animate.js" />
    <Content Include="Scripts\angular-animate.min.js" />
    <Content Include="Scripts\angular-aria.js" />
    <Content Include="Scripts\angular-aria.min.js" />
    <Content Include="Scripts\angular-cookies.js" />
    <Content Include="Scripts\angular-cookies.min.js" />
    <Content Include="Scripts\angular-csp.css" />
    <Content Include="Scripts\angular-loader.js" />
    <Content Include="Scripts\angular-loader.min.js" />
    <Content Include="Scripts\angular-messages.js" />
    <Content Include="Scripts\angular-messages.min.js" />
    <Content Include="Scripts\angular-mocks.js" />
    <Content Include="Scripts\angular-resource.js" />
    <Content Include="Scripts\angular-resource.min.js" />
    <Content Include="Scripts\angular-route.js" />
    <Content Include="Scripts\angular-route.min.js" />
    <Content Include="Scripts\angular-sanitize.js" />
    <Content Include="Scripts\angular-sanitize.min.js" />
    <Content Include="Scripts\angular-scenario.js" />
    <Content Include="Scripts\angular-touch.js" />
    <Content Include="Scripts\angular-touch.min.js" />
    Is there anything I forgot to mention that would help me figure out what is going on?
    What else can I try with the exception of rolling back the changeset and re-adding the nuget package?
    Thank you very much in advance!
    -Igor
    -Igor

    Hi Igor,
    For your situation, make sure you checked in your source files after updating Angular. You can also check the whether the foders for the Angular reference are under source control in source settings tab of your build definition.
    You can also build locally using MSBuild to see if the building works fine. We have to make sure local build succeed before VSO build since TFS build use MSBuild as its default compiler. Check the links below to see if they are helpful:
    https://social.msdn.microsoft.com/Forums/en-US/f43ceb9e-f253-46e3-a496-05f8cd77f634/msb3030-could-not-copy-the-file-because-it-was-not-found-error?forum=winappswithcsharp
    https://social.msdn.microsoft.com/Forums/en-US/01a29ce7-da2a-40af-9dce-3db1f8998cc2/could-not-copy-the-file-consoleappnameexemanifest-because-it-was-not-found?forum=TFService
    Best regards, 
    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.

  • Why my safari browser is not opening pdf files?I'm currently using the lat 2013 macbook pro with os mavericks and all my software is uptodate?

    Why my safari browser is not opening pdf files?I'm currently using the lat 2013 macbook pro with os mavericks and all my software is uptodate? 

    Back up all data.
    If Adobe Reader or Acrobat is installed, there should be a setting in its preferences such as Display PDF in Browser. I don't use those applications myself, so I can't be more precise. Deselect that setting, if it's selected. Otherwise do as follows.
    Triple-click anywhere in the line of text below on this page to select it, the copy the selected text to the Clipboard by pressing the key combination command-C:
    /Library/Internet Plug-ins
    In the Finder, select
    Go ▹ Go to Folder
    from the menu bar, or press the key combination shift-command-G. Paste into the text box that opens (command-V), then press return.
    From the folder that opens, move to the Trash any items that have "Adobe" or “PDF” in the name. You may be prompted for your login password. Then quit and relaunch Safari, and test.
    The "Silverlight" web plugin distributed by Microsoft can also interfere with PDF display in Safari, so you may need to remove it as well, if it's present. The same goes for a plugin called "iGetter," and perhaps others — I don't have a complete list.
    If you still have the issue, repeat with this line:
    ~/Library/Internet Plug-ins
    If you don’t like the results of this procedure, restore the items from the backup you made before you started. Relaunch Safari again.

  • Why is Microsoft Publisher not a supported format for creating pdfs?

    I am a newsletter editor and I have been creating pdfs from Publisher for years. However, today when I went to my Adobe Acrobat X to create a pdf from a MS Publisher file, I discovered that MS Publisher is not on the Files of type list of supported formats. Luckily, there is a toolbar tab in MS Publisher to convert the file to an Adobe Acrobat (.pdf) file. Why can I get there from MS Publisher and not from Adobe Acrobat X?
    Also, I like to use different fonts in my newsletter, but the conversion process baulks. Is there a list of no-no fonts for conversion?

    The requisite programming / coding to assure PDFMaker can function with the MS Office applications is non-trivial.
    Only MS Word has the "full boat". Historically it was MS that asked Adobe to come up with what is now called "PDFMaker".
    Specifically the request was for MS Word. An overwhelming number of MS clients (enterprise in particular) wanted an easier way to create not only PDF but better, interactive PDF.
    The "success" was announced in a major MS hosted "conclave" back in the day.
    (a good history research project for those who are skeptical)
    Some "outlying" MS applications have never been PDFMaker friendly. MS Publisher and MS Access are two of the more notables.
    As Adobe provides a page layout program of its own (InDesign - and, yes Publisher too is a "page layout" application) I've always found it odd that Adobe's Acrobat team expended resources on MS Publisher.
    I've had MS Publisher with every version of Office I've had. While I do not use it "professionally" (FrameMaker please) I use it enough to know it does not support PDFMaker functionality very well.
    As PDF is an ISO Standard and Microsoft (as well as Adobe) are active participants on the U.S. Committee for PDF-Reference (ISO 32000) the question is better posed to Microsoft's MS Publisher management.
    The questions you need to ask of the MS Publisher development team are:
    "Why are you not providing acceptable support for output of well-formed, ISO 32000 compliant PDF (which by the way would include PDF/UA-1 compliance ablity)?
    The MS Word team is doing it.
    Adobe's InDesign team is doing it.
    So, what is the problem with the MS Publisher team?
    In short the issue rests with the business decisions made by the MS Publisher team's management.
    Again, PDF is an ISO STANDARD not something held captive by Adobe.
    Be well...

  • PLEASE HELP AS SOON AS POSSIBLE! Why did my word document become/turn into a Microsoft Messenger file?

    I need to open an incredibly important document... but somehow, and I have absolutely not a clue as to why, it "became" a Microsoft Messenger file. In other words, I click on the document, and Messenger opens up. What the heck happened and how do I recover this file?!?!!? I don't even have a Messenger ID, so I am not sure if I should make one. Please help. Thank you very much in advance.

    Hi,
    You have the desktop version of Reader/Acrobat DC but posted the question in the wrong forum.  This forum (All Communities > Reader/Acrobat DC for mobile) is for the mobile version.
    On your Windows computer, please try opening the PDF document in other non-Adobe PDF viewers to see if the picture turns gray.  You can even drag and drop your PDF document to Google Chrome (web browser) to open it.
    If most of the PDF viewers that you tried show the gray box, you can conclude that the PDF document (generated by Microsoft Word 2013) itself is faulty.  It means that Microsoft Word 2013 has bug(s) in converting Word to PDF.
    I'd recommend visiting the Microsoft Word 2013 Support site to get answers.
    https://support.microsoft.com/en-us/product/office/word-2013
    Hope this helps.

  • Why is my .psd file not rendering correctly in ae

    Some layers of the .psd document are not rendered correctly. However they are imported.
    The strange thing is that when I first move from Photoshop to Illustrator, save it as an .ai file it is rendered properly (in Ae).
    I am kind of clueless as to what is causing this issue.
    Kind regards,
    Jelle

    Okay if more information is needed, i'll provide. However you may disregard my initial comment about illustrator. It flattens the photoshop layers so I do not have any flexibility in After Effects. In other words, my main question remains: why is my psd file not rendering correctly in ae?
    Further details:
    -photoshop cc and after effects cc.
    -macbook pro retina
    If still not clear enough, please tell me what details you are looking for furthermore

  • I am running Vista and Windows Mail, I can not open PDF files when in Windows Mail, I must save to Desktop first, this has changes recently and I do not know why or how to fix

    I am running Vista and Windows Mail, I can not open PDF files when in Windows Mail, I must save to Desktop first, this has changes recently and I do not know why or how to fix.
    Why after 6 year's this has changed?
    I would like to open PDF's straight from Window Mail.

    Good day Jeff.
    I am running most current Adobe Reader X.
    Tks Mark

  • I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is j

    I am batch processing in PS 2014 (watermark and saving as jpeg from ps file). I get the message for some but not all 'this file needs to be saved as a copy with this option'. And then I have to save it manually. Does anyone know why this happens? (It is just a plain photoshop file, a watermark is added, then save as jpeg - the jpeg is saved to a different folder than the original photoshop file.)  It happens for about 10 of 30/40  files approximately . Thank you, Kathryn

    I believe I have figured it out - I need to flatten the image, even though there are no layers except for layer 0, first.

  • Why can't I open a pdf file on my desktop?  I keep getting this message: Adobe Reader could not open '8pdk_96_4.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and w

    Why can't I open a pdf file on my desktop?  I have Adobe Reader and running OS 10.10.1  I keep getting the same message: "Adobe Reader could not open '8pdk_96_4.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded)."

    I tried that.
    I saved the file 8pdk_96_4.pdf to my desktop and tried to open it using Adobe Reader but I get the same message: Adobe Reader could not open '8pdk_96_4.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).

  • Why does iPhoto 9.4.3 not recognise RAW files from a Pentax K3 camera?

    Why does iPhoto 9.4.3 not recognise RAW files from a Pentax K3 camera? It does from a K7.

    Because it requires Mavericks - http://support.apple.com/kb/ht5955
    OS X Mavericks provides system-level support for digital camera RAW formats from the following cameras.
    Supported by Digital Camera RAW Compatibility Update 5.04*
    Fujifilm X-E2
    Fujifilm X-T1
    Nikon D3300
    Nikon 1 AW1
    Panasonic LUMIX DMC-GM1
    Pentax K-3
    LN

Maybe you are looking for

  • Styles in mail Suck

    Is there a way to get the styles in mail to not suck? I consistently use 3 paragraph/type styles in my emails, but the style setup in mail is horrible. Apple please update this to be consistent with iWork's styles. (hightlight, title, blockquote are

  • Generate discoverer viewer output directly to excel

    hi all i am using discoverer viewer 10g and i am able to export the sheet to an excel pivot table and its work fine . but can i make the output directly go to an excel and not show the sheet to the user ? i am running the sheet using a parameter form

  • Help! Colours are all washed out

    Hi Folks, I have an LG Flatron M2380 DF monitor/tv which I have calibrated with a Pantone Huey Pro to D65 colour temp and 2.20 gamma. My photoshop CS5 colour settings are set shown below. The pictures look great on the screen but if I print on my Eps

  • Batch renaming lots of files without zeroes (0065) and without 1(2), 2(2)

    Hi there, When renaming say 100 images, you can select three digits, and create something like: Image _001 Image _002 Image _003 Image _004 Image _005 Image _067 Image _068 Image _069 and so forth. But if you select one digit it comes out like: Image

  • Multiple calendars for a group?

    Hi guys, what I want to do is having about 5 calendars shared among all the users. I thought of delegating every individual calendar to all other users, but then I thought of group calendars. I managed to show the group's calendar in iCal and tried t