JNLP j2se version tag - possible bug ?

Hi,
I would like to confirm if this is a bug and if so, I will place an official bug report;
I'm using Java 1.4.1, or at least Java Web Start 1.2...
In the .jnlp file of my application I have this tag:
<j2se version="1.4+" href="http://java.sun.com/products/autodl/j2se"/>
I'm sure it worked at some time in the past, but now my application is not started with the latest J2RE on my machine.
I have these Java Runtime Versions Enabled in my Java Web Start 1.2 configuration:
1.4.1_01 (Yes, it was just released)
1.4.0
1.4.0_01
1.4.1
From the JNLP Spec, using "1.4+" should tell jws to use 1.4.1_01 ...
By default, when a customer install a new JRE, I will have to tell him
to deactivate his old JRE in JWS if it was problematic with my app !?
Martin

hello Martin,
Am having trouble even having my application run with just one JRE!
Am using spring layout, so works fine normally with 1.4.1_01 (the one thats installed on my machine). But when I specify the same as:
<j2se version="1.4+"" href="http://java.sun.com/products/autodl/j2se"/>
or
<j2se version="1.4.1_01" href="http://java.sun.com/products/autodl/j2se"/>
java web start loads the application but looks like its downloading a wrong JRE.. my screens dont show up properly (painting issues)..
any ideas?
would really appreciate your hel[p
Thanks
Gokul

Similar Messages

  • J2se version tag

    Please tell me if I have missinterpreted the functionality of the j2se version tag.
    I have in my jnlp file something like this:
    <resources>
    <j2se version="1.4.1_02+" href="http://myServer/asp/jreinstaller.asp"/>
    <jar href="mySignedJar.jar" main="false" download="eager"/>
    </resources>
    where the asp-file will generate a jnlp file that download and install a JRE 1.4.1_02 version...
    I believe(d) that if the client machine already had jre 1.4.1_02 (or a higher version) installed - it would just fetch the wanted jar file, and if the client machine only had earlier versions of jre installed - it would download my 1.4.1_02 version before fetching the jar.
    But when I test this, jws will start downloading the jre regardless of which jre(s) are already available at the client machine (whether its older or newer, i.e. 1.3.something or 1.4.2_01) . Only if the 1.4.1_02 version is already downloaded once - jws will skip attempting to download it again...
    Please tell me if I'm using the j2se version tag incorrectly or if you have any other idea of why it does not behave as I thought it would.
    /Matt

    Actually, it is because the href tag is overloaded.
    First: it says where to go look for a jre if non is available on the client.
    Second: it uniquely identifies the jre. On any client there may be a 1.4.1 from Sun, and other ones from IBM, or Blackdown, or any other licensee.
    Without an href, the jre specification is a "platform version".
    <j2se version="1.4"/> means "anyones jre you find that implements the Java 1.4 specification"
    In practice, Java Web Start (on windows) searches the registry for sun registered jre's, and so assigns them all the sun href (java.sun.com/products/autodl/j2se) . Also, when you ask for a "product version" Java Web Start contacts the default sun site.
    It would have been beter to use a differant arg for "product version" than fo the download location such as:
    <j2se version="1.4.1_02+" product="sun.com" hfre="http://jreserver.com" />
    then you could ask for either a product or a platform version, either with or without an href, and attempt to download only if their was an href.
    /Dietz

  • J2se version="1.6+" in JNLP not working on a client with Java 1.5

    Hi all,
    In my deployment scenario I have two jnlp files, one for the app and one for its installer extension. The deployment process works fine on a client with J2SE 1.6 but there are some problems when the client has an older Java installed.
    I am trying to enforce a J2SE 1.6 version for my app deployed with WebStart and I have found that
    <j2se version="1.6+" ...> has no effect.
    The solution that I have found was to change "1.6+" into "1.6.***" and thus the JWS will download and install JRE 1.6 (however I was expecting it to download the latest JRE (update 16) but it installs 1.6 update 7).
    Could anybody confirm that?
    Thank you in advance.

    Thanks for the reply. I think Sun should update the auto-downloaded jre from 6u7 to the latest one.
    But this is a minor issue. The problem from my post is that you cannot impose a j2se version number 1.6 or greater. IOW <j2se version="1.6+" ... > has no effect. I have tested this on a clean win xp machine that had installed only j2se 1.5.
    I think it is a bug in jws but I want to check this issue with others.

  • Are you aware of a possible bug in version 3.6.23? In the browser, for example, "two/" appears with the slash through the "o". Is this a known bug?

    Are you aware of a possible bug in version 3.6.23? In the browser, for example, "two/" appears with the slash through the "o". Is this a known bug?
    When the same text is view in another browsers it appears correctly as "two/".
    I've checked, and the same problem appears in Firefox on another computer.
    The two answers received so far have not provided an answer: is this a known bug in Firefox?
    Thank you.

    You are on a Mac and that is a [http://en.wikipedia.org/wiki/Kerning kerning] problem. Don't you see the same problem in other applications if you choose the same font, font-weight and font-size.
    I only find one other kerning [https://support.mozilla.com/questions/789254 question] here -- it is marked unsolved. I find it strange that Firefox got involved with this at all rather than leaving such things to the operating system and font metrics.
    Does the problem go away with "command+0" (zero) which resets [http://kb.mozillazine.org/Zoom_text_of_web_pages zoom level] to normal. If you mess with the font sizes in your preferences because you want larger print that would have the same effect.
    Also found this one recently reported for [https://support.mozilla.com/questions/892222 Firefox 7 in ubuntu 11.04] which appears much worse. If it involves Firefox and specific operating systems it becomes a lot harder to diagnose who or what is responsible.

  • [svn:fx-trunk] 9319: Added missing ASDoc version tagging as part of fix for Watson bug 2402680.

    Revision: 9319
    Author:   [email protected]
    Date:     2009-08-14 14:38:48 -0700 (Fri, 14 Aug 2009)
    Log Message:
    Added missing ASDoc version tagging as part of fix for Watson bug 2402680. Code compiles and checkintests pass.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ConfigMap.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceUtils. as

    Revision: 9319
    Author:   [email protected]
    Date:     2009-08-14 14:38:48 -0700 (Fri, 14 Aug 2009)
    Log Message:
    Added missing ASDoc version tagging as part of fix for Watson bug 2402680. Code compiles and checkintests pass.
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/config/ConfigMap.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/messages/MessagePerformanceUtils. as

  • Possible bug found in Mac Os X Tiger 10.4.11 in conjuction with iPod Touch

    Dears,
    I think I've found a possible bug in Mac Os X version 10.4.11 in conjunction with iPod Touch.
    When the iPod is connected during boot, my Bluetooth hardware fails to be detected. When I restart the portable without the iPod connected, my Bluetooth hardware is recognised & activated again. It is reproduceable.
    1. Attach iPod Touch before starting the MacBook Pro
    2. Boot the Macbook
    3. Bluetooth hardware should be rendered inoperative
    Restore functionality:
    1. Detach the iPod Touch
    2. Reboot the portable
    3. Bluetooth hardware is restarted / recognised.
    Regards
    Cedric

    wrong category

  • j2se version="1.4.2*"     ??

    Is it not possible to use * character
    <j2se version="1.4.2*" ??
    So that my application uses only 1.4.2_xx version, I cannot use 1.4+ or 1.4.2+ or it will use 1.4.0 or 1.4.1_xx or 1.5

    yes, you can use this but you must include the href parameter.
    <j2se version="1.4.2*" href="http://java.sun.com/products/autodl/j2se"/>
    without an href argument, a version indicates a java specification version, and so there is no such thing as 1.4.2
    /Andy

  • What are the changes / enhancements / or possible bugs in LR 5 Auto Tone

    Can anyone explain what, if any, changes, enhancements, or possible bugs were introduced in the functionality of Auto Tone since LR ver. 5.0. The reason I ask is that I get different results for the Exposure and Contrast adjustments when applying Auto Tone (using ver. 5.3) from the results  (using ver.5.0) shown in the book "Adobe Photoshop Lightroom 5 CIB" in the "Using Quick Develop in the Library module" section, step 4 on page 37. (This difference in results between LR versions was confirmed by the authors of LR5CIB.)

    I'm not sure about any new bugs but the radical exposure mis-calculations have been improved. I had photos that were over exposed to 5 (and even 10, believe it or not) that were exposed to a more appropriate 2 or so following the improvements (in Lr5.2 if memory serves). It's also less likely to radically underexpose.
    Enjoy, (in my opinion, it's much better)
    I think there may have even been further improvement in Lr5.3 but I can't swear to it - seems to preserve a little more contrast than in 5.2 - could be my imagination..
    Rob

  • j2se version=1.4??? What comes here for 1.4.0. LP

    What is the correct tag for the limited production version ??
    <j2se version=1.4-beta" href="http://java.sun.com/products/autodl/j2se"/>
    does unfortunately not work.

    This worked for me:
    <j2se version="1.4.0-rc"
    rc" href="http://java.sun.com/products/autodl/j2se"/>
    What OS are you using? Under linux I get the 'cannot download requested JRE' error when I use this tag.

  • [svn:fx-trunk] 5067: In preparation for adding ASDoc version tags for Flex, remove old tags from AIR files

    Revision: 5067
    Author: [email protected]
    Date: 2009-02-25 08:21:22 -0800 (Wed, 25 Feb 2009)
    Log Message:
    In preparation for adding ASDoc version tags for Flex, remove old tags from AIR files
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemComboBox.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemDataGrid.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemEnumerationMode .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemHistoryButton.a s
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemList.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemSizeDisplayMode .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FileSystemTree.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/FlexNativeMenu.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/controls/HTML.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/FlexHTMLLoader.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/IWindow.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/Window.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/WindowedApplication.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/windowClasses/StatusBar.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/windowClasses/TitleBar.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/AIREvent.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/FileEvent.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/FlexNativeMenuEvent.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/FlexNativeWindowBoundsEvent .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/events/WindowExistenceEvent.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/NativeDragManagerImpl.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/managers/WindowedSystemManager.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/ApplicationTitleBarBack groundSkin.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/StatusBarBackgroundSkin .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowBackground.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowCloseButtonSkin.a s
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowMaximizeButtonSki n.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowMinimizeButtonSki n.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/skins/halo/WindowRestoreButtonSkin .as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/utils/DirectoryEnumeration.as
    flex/sdk/trunk/frameworks/projects/airframework/src/mx/utils/DirectoryEnumerationMode.as

    I'm also having this problem. I'm using Flash Builder 4.6, AIR 3.4 and I've made a DLL (e.g. ExtensionDll.dll) which needs to call functions in another DLL (e.g. DllUsedByExtensionDll.dll) . I've made sure my ANE is working with the ExtensionDll.dll already, so there are no issues with my actionscript code or my ANE packaging or my DLL compilation. However, once I start calling functions from the other DLL, it starts throwing me Error #3500. Even if I call this function (e.g. abc()) in ExtensionDll.dll, but I never actually use the function from actionscript, and I call another function (e.g. def()) from actionscript, the Error #3500 still appears, so it does not seem to depened on the whether the code is used or not.
    It's similar to this problem.
    http://stackoverflow.com/questions/9823504/how-to-use-external-dll-in-air-native-extension
    Does anyone have a solution or at least a way to debug this?

  • [svn:fx-trunk] 8583: Add ASDoc version tags to AIR files

    Revision: 8583
    Author:   [email protected]
    Date:     2009-07-15 10:21:01 -0700 (Wed, 15 Jul 2009)
    Log Message:
    Add ASDoc version tags to AIR files
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Checkintests: passed
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/CloseB uttonSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/Grippe rSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MacClo seButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MacMax imizeButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MacMin imizeButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/MacTit leBarSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/Maximi zeButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/Minimi zeButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/Restor eButtonSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/windowChrome/TitleB arSkin.mxml

    Thats good news.

  • [svn:fx-trunk] 15368: integrate 15352: Update ASDoc version tags

    Revision: 15368
    Revision: 15368
    Author:   [email protected]
    Date:     2010-04-13 05:31:21 -0700 (Tue, 13 Apr 2010)
    Log Message:
    integrate 15352: Update ASDoc version tags
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkButtonBarButtonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkCheckBoxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkTextAreaAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkButtonBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkListBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkSkinnableTextBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkSliderBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/RadioButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/TitleWindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as
    Property Changed:
        flex/sdk/trunk/

    Revision: 15368
    Revision: 15368
    Author:   [email protected]
    Date:     2010-04-13 05:31:21 -0700 (Tue, 13 Apr 2010)
    Log Message:
    integrate 15352: Update ASDoc version tags
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run:
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkButtonBarButtonAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkCheckBoxAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/SparkTextAreaAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkButtonBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkListBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkSkinnableTextBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/automation_spark/src/spark/automation/delegates/compon ents/supportClasses/SparkSliderBaseAutomationImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/RadioButtonAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/accessibility/TitleWindowAccImpl.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/DefaultItemRenderer.as
    Property Changed:
        flex/sdk/trunk/

  • [svn:fx-trunk] 10931: Update ASDoc version tags to show IID. as and IAdvancedStyleClient.as as Flex 4

    Revision: 10931
    Author:   [email protected]
    Date:     2009-10-08 07:43:33 -0700 (Thu, 08 Oct 2009)
    Log Message:
    Update ASDoc version tags to show IID.as and IAdvancedStyleClient.as as Flex 4
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IID.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/styles/IAdvancedStyleClient.as

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

  • [svn:fx-trunk] 9932: Add ASDoc version tags to new or untagged classes - Part 2

    Revision: 9932
    Author:   [email protected]
    Date:     2009-09-02 12:17:26 -0700 (Wed, 02 Sep 2009)
    Log Message:
    Add ASDoc version tags to new or untagged classes - Part 2
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/SparkChromeWindowed ApplicationSkin.mxml
        flex/sdk/trunk/frameworks/projects/airframework/src/spark/skins/spark/WindowedApplication Skin.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/RichTextEditor.mxml
        flex/sdk/trunk/frameworks/projects/framework/src/mx/controls/Text.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/events/Request.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/skins/RectangularBorder.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/states/OverrideBase.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/Responder.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/Operation.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/remoting/mxml/RemoteObject.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/IXMLSchemaInstance.as
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLDecoder.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/RectangularDropShadow.as

    Wolf:
    Take a look at the pl/sql source for the apex_util package. There are a few more APIs related to purging cached pages.
    -- Page and Region Caching APIs, APIs for use by application developers
    procedure cache_purge_by_application (
    -- Purges all cached pages and regions for a given application.
    p_application in number);
    procedure cache_purge_by_page (
    -- Purges all cached pages and regions for a given application and page.
    -- If p_user_name is supplied, only that user's cached pages and regions
    -- will be purged.
    p_application in number,
    p_page in number,
    p_user_name in varchar2 default null);
    procedure cache_purge_stale (
    -- Deletes all cached pages and regions for the specified application
    -- that have passed their timeout. When you select to have a page or
    -- region be cached, you can specify an active time period. Once that
    -- has passed, that cache will not be used. This removes those
    -- unusable pages and regions from the cache.
    p_application in number);
    varad

  • [svn:fx-4.0.0] 13409: Add asdoc version tags to OSMF classes

    Revision: 13409
    Revision: 13409
    Author:   [email protected]
    Date:     2010-01-10 11:11:43 -0800 (Sun, 10 Jan 2010)
    Log Message:
    Add asdoc version tags to OSMF classes
    QE notes:
    Doc notes:
    Bugs:
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration:
    Modified Paths:
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/display/ScaleMode.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/LoadEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/MediaPlayerStateChan geEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/events/TimeEvent.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/layout/LayoutUtils.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/media/MediaPlayerState.as
        flex/sdk/branches/4.0.0/frameworks/projects/osmf/src/org/osmf/net/StreamType.as

    I had downloaded it for test, and requested for evaluation license...
    But I haven't got license, and also I am not able to find Flash Builder Plugins from HFCD site....
    I think those plugins are removed from site....
    Please help me, if anyone have those plugins...

Maybe you are looking for

  • Playback problem - video playback stops; any suggestions?

    I have distributed about 20 copies of a DVD I made using iMovie and iDVD v4.x - and about 5 of the discs are reported to freeze during playback. Because not all of the 20 discs have been viewed, it's possible the percentage of discs with playback pro

  • When will Adobe support Nikon NRW file format?

    Adobe guys and ladies, Is there any information that you can add to the dialog shown below that will help me decide if the NRW format used by the Nikon P7000 P&S will be compatible with my >> 10,000 image Lightroom collection? thanks, WK Customer 09/

  • Show On A Custom Component

    I have a custom component based uon a VBox I am using the following show="myFunction()" private function myFunction():void{ trace("In the function); But the trace never shows? The show is never hit. If I change the name of the function, I get the cal

  • BO EDGE 3.1  Sizing Guide

    HI  I have not been able to find any guide for sizing BO Edge 3.1 can someone help? Br Niels Rolskov

  • Media unlinking after export

    I am doing a Keying job, so I am replacing some clips with after effects compositions through the use of dynamic linking. When I do this the previews in Premiere show the media being present, then when I export using media encoder the footage shows u