Applying Transform Matrix

I am applying a transform matrix to a UIComponent. The width
of the object changes appropriately when displayed; however, the
width property on the component is 0. Does anyone know why the
width property is not updated? Is the only way to retrieve the
actual width through the transform matrix? I used the following
code snippet.
Thanks for any input!
-Kris
var comp:UIComponent = new UIComponent();
comp.graphics.lineStyle(3);
comp.graphics.drawRect(0,0,200,200);
this.addChild(comp);
trace("width before applying matrix = " + comp.width); //
width = 0
var matrix:Matrix = new Matrix();
matrix.a = 2;
comp.transform.matrix = matrix;
trace("width after applying matrix = " + comp.width); //
width still = 0 Why not 400?

I think we need to set the dimensions of the UIComponent as well. Check whether the code below works
var comp:UIComponent = new UIComponent();
comp.graphics.lineStyle(3);
comp.graphics.drawRect(0,0,200,200);
comp.width = 200;
comp.height = 200;
this.addChild(comp);
trace("width before applying matrix = " + comp.width); // width = 200
var matrix:Matrix = new Matrix();
matrix.a = 2;
comp.transform.matrix = matrix;
trace("width after applying matrix = " + comp.width); // width still = 200

Similar Messages

  • How to use the transformation matrix in Placed Suite.

    I am in trouble how to use the transformation matrix Placed Art (PlacedSuite ). 
           AIRealMatrix rasterMatrix;
    AIRealMatrix placedMatrix;
    if (artType == kRasterArt {
         error = sAIRaster-> GetRasterMatrix (art, & rasterMatrix);
    } else if ((artType == kPlacedArt) {
         error = sAIPlaced-> GetPlacedMatrix (art, & placedMatrix);
    When I converted to using the transformation matrix of PlacedArt, the target art could not be converted to expect.
    I could convert in case of the RasterArt. (The reference point of the transformation matrix of RasterArt is (0,0).) 
    In the PlacedArt, preference point is not (0,0)?
    The tx/ty of the transformation matrix of PlacedArt is not correct? 
    In the transformation matrix of RasterArt and Placed Art, how are those two different?

    The short answer is "no", (0, 0) is not the origin of placed art (unlike kRasterArt). Off the top of my head, I believe when you place art, its original state is upside-down and flipped horizontally in the upper-right of the artboard. If you want to see where it starts, simply create an identity matrix and apply that as the matrix for the kPlacedArt and you'll see how it starts. Yes, its pretty crazy.
    minimum99 posted some code that might help. I haven't tried it (I rolled my own years ago) but I'd give it a whirl:
    http://forums.adobe.com/message/3195790#3195790

  • [svn] 3130: Fix SDK-16700: Applying a matrix to a GraphicElement does not get applied immediately.

    Revision: 3130
    Author: [email protected]
    Date: 2008-09-05 15:32:13 -0700 (Fri, 05 Sep 2008)
    Log Message:
    Fix SDK-16700: Applying a matrix to a GraphicElement does not get applied immediately.
    Added explicit matrixChanged and displayObjectChanged flags to GraphicElement so we can reliably track changes to those items. Changed commitXY() to set the x and y properties directly on the display object rather than indirectly through the matrix. Setting through the matrix caused any non-rotation or scale transform to be lost.
    Reviewer: Deepa
    Checkintests: pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16700
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/flex/graphics/graphicsClasses/GraphicElement .as

    :/ - I just said I can't post this on the business forum as I have tried, it it says my post doesn't conform to the rules, yet there isn't anywhere where it breaks them. I will already be in talks with a lawyer but I was wondering if a more amicable solution could be reached first

  • [svn:fx-trunk] 9183: Transform matrix bug fix

    Revision: 9183
    Author:   [email protected]
    Date:     2009-08-07 15:25:44 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Transform matrix bug fix
    http://bugs.adobe.com/jira/browse/SDK-22390 - Color transform is incorrectly applied in MXML Graphics
    For a component or graphic, specifying a transform without an explicit matrix declaration was overriding the convenience transform properties.
    The new behavior is to only apply the transform?\226?\128?\153s matrix to the component or graphic if it was explicitly specified.
    QE notes: Add test case
    Doc notes: Explain that transform matrix will only apply if explicitly set
    Bugs: SDK-22390
    Reviewer: Glenn
    Tests run: spark primitives
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22390
        http://bugs.adobe.com/jira/browse/SDK-22390
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
        flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/Transform.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

    error dateField not selecion date 27/11/2002 ?
    This is bug flex 3 ?
    thanks

  • Error 0000: internal error with Apply Transform Module

    Hello:
    I get an internal error message when attempting to use a previously saved data transform (namely missing value processing using MICE).  What is strange is that using the previously saved model works if I feed the exact same data that was used for training
    it but generates an internal error whenever I use a sample - even a 90% sample of the original.  This is the output log:
    Record Starts at UTC 04/02/2015 10:30:53:
    Run the job:"/dll "Microsoft.Analytics.Modules.ApplyITransform.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.Analytics.Modules.ApplyITransform.Dll.ApplyITransformModule;ApplyITransform" /Output0 "..\..\Transformed dataset\Transformed dataset.dataset" /transform "..\..\Transformation\Transformation.itransform" /data "..\..\Dataset\Dataset.dataset" "
    Starting Process 'C:\Resources\directory\870595a63cd0452da2f3767b831099d7.SingleNodeRuntimeCompute.Packages\AFx\6.2\DllModuleHost.exe' with arguments ' /dll "Microsoft.Analytics.Modules.ApplyITransform.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.Analytics.Modules.ApplyITransform.Dll.ApplyITransformModule;ApplyITransform" /Output0 "..\..\Transformed dataset\Transformed dataset.dataset" /transform "..\..\Transformation\Transformation.itransform" /data "..\..\Dataset\Dataset.dataset" '
    [ModuleOutput] DllModuleHost Start: 1 : Program::Main
    [ModuleOutput] DllModuleHost Start: 1 : DataLabModuleDescriptionParser::ParseModuleDescriptionString
    [ModuleOutput] DllModuleHost S[ModuleOutput] DllModuleHost Start: 1 : DllModuleMethod::DllModuleMethod
    [ModuleOutput] DllModuleHost S[ModuleOutput] DllModuleHost Start: 1 : DllModuleMethod::Execute
    [ModuleOutput] DllModuleHost Start: 1 : DataLabModuleBinder::BindModuleMethod
    [ModuleOutput] DllModuleHost Verbose: 1 : moduleMethodDescription Microsoft.Analytics.Modules.ApplyITransform.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca;Microsoft.Analytics.Modules.ApplyITransform.Dll.ApplyITransformModule;ApplyITransform
    [ModuleOutput] DllModuleHost Verbose: 1 : assemblyFullName Microsoft.Analytics.Modules.ApplyITransform.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
    [ModuleOutput] DllModuleHost Start: 1 : DataLabModuleBinder::LoadModuleAssembly
    [ModuleOutput] DllModuleHost Verbose: 1 : Trying to resolve assembly : Microsoft.Analytics.Modules.ApplyITransform.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
    [ModuleOutput] DllModuleHost Verbose: 1 : Loaded moduleAssembly Microsoft.Analytics.Modules.ApplyITransform.Dll, Version=6.0.0.0, Culture=neutral, PublicKeyToken=69c3241e6f0468ca
    [ModuleOutput] DllModuleHost S[ModuleOutput] DllModuleHost Verbose: 1 : moduleTypeName Microsoft.Analytics.Modules.ApplyITransform.Dll.ApplyITransformModule
    [ModuleOutput] DllModuleHost Verbose: 1 : moduleMethodName ApplyITransform
    [ModuleOutput] DllModuleHost Information: 1 : Module FriendlyName : Apply Transformation
    [ModuleOutput] DllModuleHost Information: 1 : Module Release Status : Release
    [ModuleOutput] DllModuleHost S[ModuleOutput] DllModuleHost Start: 1 : ParameterArgumentBinder::InitializeParameterValues
    [ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos count = 2
    [ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[0] name = transform , type = Microsoft.Analytics.MachineLearning.ITransform`2[Microsoft.Numerics.Data.Local.DataTable,Microsoft.Numerics.Data.Local.DataTable]
    [ModuleOutput] DllModuleHost Start: 1 : DotNetSerializationHandler::HandleArgumentString
    [ModuleOutput] DllModuleHost S[ModuleOutput] DllModuleHost Verbose: 1 : parameterInfos[1] name = data , type = Microsoft.Numerics.Data.Local.DataTable
    [ModuleOutput] DllModuleHost Start: 1 : DataTableDatasetHandler::HandleArgumentString
    [ModuleOutput] DllModuleHost S[ModuleOutput] DllModuleHost S[ModuleOutput] DllModuleHost Verbose: 1 : Begin invoking method ApplyITransform ...
    [ModuleOutput] InputDataStructure
    [ModuleOutput]
    [ModuleOutput] {
    [ModuleOutput] "InputName":Dataset
    [ModuleOutput] "Rows":385338
    [ModuleOutput] "Cols":105
    [ModuleOutput] "ColumnTypes":System.Nullable`1[System.Double],99,System.Nullable`1[System.Int32],5,System.String,1
    [ModuleOutput] }
    [ModuleOutput] DllModuleHost S[ModuleOutput] DllModuleHost Error: 1 : Program::Main encountered fatal exception: Microsoft.Analytics.Exceptions.ErrorMapping+ModuleException: Error 0000: Internal error ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
    Module finished after a runtime of 00:00:27.6131405 with exit code -2
    Module failed due to negative exit code of -2
    Record Ends at UTC 04/02/2015 10:31:38.
    Experiment URL: 
    https://studio.azureml.net/Home/ViewWorkspace/ffac4490b5e448fa8778ceadc74a0b97?#Workspaces/Experiments/Experiment/ffac4490b5e448fa8778ceadc74a0b97.f-id.0c2caa16ad4b46b08449bcfaf4a71e57/ViewExperiment
    Thanks for your help

    It's pretty clear no-one at Microsoft is interested in answering this on this forum.  With a paid subscription plan would I be able to get a response for these types of incidents/follow up questions?  You know - so I can stop throwing money away
    running experiments with modules that haven't been fixed in almost a month in hope that magically they will start to work some day...

  • 'Error applying transforms' when trying to install Xcelsius 2008 fp3.2

    Hello
    I've just tried to install Xcelsius 2008 fp3.2 (I am currently on Xcelsius 2008 sp3). I did read the installation notes, and I wonder if the problem I had is related to the fact that I am not logged in as administrator (I'm on XP).
    The package extracted and as the installer ran I got the message:
    'Error applying transforms. Verify that the specified transform oaths are valid'.
    Thanks
    Phil

    Hi Phil,
    Can be...
    To resolve this error, copy all files from the disc to a local computer location (for example, the desktop). Install Crystal Xcelsius from the setup.exe file at that location.
    Hope this helps.
    Kind Regards,
    Marcio

  • Adobe Acrobat 9.3.4 Update failure- "Error Applying Transforms, verify that the specified...

    I have ignored this issue for long enough.  I have Adobe CS4, with Acrobat Pro version 9.3.4.  Windows 7.  Acrobat updater pops up on my machine, and when I execute the update requested, the updater gives me the update failure message, with code 1604, "error applying transforms."
    I have seen solutions posted for this tranforms message, but it was a problem with Acrobat 8.  I have seen no solutions as of yet for Acrobat 9, so I thought I would post.
    I also tried opening Acrobat 9 Pro, and under the help tab, I initiated "repair".  I get the same transform error message as above.  Any advice anyone?  Should I just uninstall Acrobat 9 Pro and reinstall using my CS4 disk?
    Thanks for the help!

    If you have original CD with Acrobat installation, copy all files with extension .mst from this CD to the following location:
    C:\Program Files (x86)\Adobe\Acrobat 9.0\Setup Files\[ProductCode]   if this is 64bit system
    or
    C:\Program Files\Acrobat 9.0\Setup Files\[ProductCode]   if this is 32bit system
    where [ProductCode] is a unique value which identifies your language version of Acrobat 9 Pro.
    If this is EFG version, it should be {AC76BA86-1033-F400-7760-000000000004}
    If location does not exist, create it.
    2. If you do not have original CD and cannot find .mst files, provide the exact Product name including language and I will provide further instructions.
    Good luck

  • Adobe Acrobat Standard 9.5 Install Error:  "Error applying transforms please ensure specified transform paths are valid".  Any ideas on how to fix this?

    I had Acrobat Standard 9.5 on a laptop that broke.  Adobe Acrobat Standard is paid for and all I need. I had to get a new PC (Windows 8.1) and I did downloaded Standard 9.5 but when I went to install it the installer gave me an “Error applying transforms please ensure specified transform paths are valid”.  Any ideas on how to fix this?

    Rahul,
    No error numbers other than the message I mentioned previously.
    I tried the transforms repair and it reported no Acrobat product (correct, none yet installed) or no administrative privileges (I am the administrator and have done previous administrative actions).
    When I unzip the Acrobat file this is what is in the setup ini file:
    [Startup]
    RequireOS=Windows XP
    RequireMSI=3.0
    RequireIE=6.0.2600.0
    [Product]
    msi=AcroStan.msi
    Languages=1033;1031;1036
    1033=English (United States)
    1031=German (Germany)
    1036=French (France)
    CmdLine=TRANSFORMS="AcroStan.mst"
    [Windows XP]
    PlatformID=2
    MajorVersion=5
    MinorVersion=1
    ServicePackMajor=2
    [MSI Updater]
    Path=WindowsInstaller-KB893803-v2-x86.exe
    Thoughts?
    Thanks again,
    Tom

  • Retrieve/Modify the transformation matrix of an object

    Hi,
    I'm new to this, so I have a lot of questions.
    Here is what I am trying to do.
    I know the designer I work with will draw some paths on an isometric grid (30 degrees )
    I am interested in the paths that get skewed 30 degrees vertically.
    I will need to create a 'bottom' plane for the selected path, that means I will need to copy
    the object and shear/skew it.
    As far as I can tell I need to:
    1.retrieve the selected PathItem
    2.clone it
    3.transform it ( skew/shear ) it.
    I've to create a scaleMatrix using
    app.getScaleMatrix(Math.atan(30 * Math.PI / 180) * 100,Math.atan(60 * Math.PI/180) * 100);
    then transforming my path, but the skew looks pretty random.
    I know that in theory
    skewX = Math.atan( matrix.c * angleInRadians);
    skewY = Math.atan( matrix.b * angleInRadians);
    but things aren't as easy to do in Illustrator as they are in Flash
    Is it possible to retrieve the transformation matrix of a PathItem ? (I've looked in the docs and found nothing of use )
    Any hints ?

    What exactly is it that you are trying to accomplish with the ScaleMatrix? Are you trying to merely skew a selection by 30 degrees?
    If so, do you understand that merely skewing something will not yield the sides of an object drawn in isometric?
    For example:
    Assume two 1" squares, normally oriented and abutting each other side by side.
    Skew the right side of the rightmost square vertically upward 30 degrees.
    Skew the left side of the leftmost square vertically upward 30 degrees.
    I hope you understand that does not yield the left and right visible sides of a 1" isometric cube. In an isometric cube, all the visible edges are the same length. (In an isometric drawing of a 1" cube, each edge measures 1". In an isometric projection of the same cube, each edge measures approximately .82" [cosine of the isometric angle, 35'16"]).
    By merely skewing the squares, you are effectively lengthening their top and bottom edges. The vertical edges are now out of proportion.
    You can draw the "bottom" or "top" of a 1" isometric cube by rotating a normally-oriented 1" square 45 degrees and then scaling it vertically by 58% (sine of the iso angle). Then rotate two copies of that about the resulting bottom-most point to complete the cube.
    Maybe you know this and I'm misunderstanding what you are trying to do.
    JET

  • Flash content loaded in IFRAME gets disappeared while applying transform:scale css property

    I have an iframe loaded with a flash content inside, and i have to resize the iframe while browser window width changes. So i tried changing transform:scale() property on different media query cut-offs. But unfortunately firefox makes the flash content disappear while applying transform-scale property. Is there any way to overcome this?

    Sorry, i don't know how to visualize this. I can paste a sample code here, will it help?
    '''HTML:'''
    <iframe width="900px" class="iframeStyle" align="middle" height="1200px" frameborder="0" src="http://linktoFlashContainingHtml.html"> </iframe>
    '''CSS'''
    .iframeStyle {
    transform:scale(0.5);
    While applying this tranform:scale property, iframe get scaled but flash content inside the page loaded in IFRAME disappears

  • ERROR "Error Applying Transforms" while installing SAP integration kit.

    i have currently installed
    BusinessObjects Enterprise XI3.1 SP3
    Live office
    xcelsius 2008
    Crystal reports 2008
    now i want to install the integration KIT for SAP BO.  But when i start the setup it gives the error "Error Applying Transforms. Verify that the transform parths are valid."
    Need help on this.. please

    Hi,
    Try installing Windows uninstaller to uninstall the integration kit(the previous one) and installl the integration kit again. This will work.
    Thanks
    Washburn

  • Reinstall Acrobat 8.1.4 "Error applying transforms"

    I recently installed security update Acrobat 8.1.4 on my windows98 system.  A few hours later, I sought to uninstall the same, so I could reinstall the entire program and gain the Adobe toolbars in Outlook (which were not displaying nor available).  After the uninstallation, I put in the installation disc, and got an "error applying transforms."
    A quick search of Google brought up this page: http://kb2.adobe.com/cps/404/kb404307.html which supposedly addresses the problem for Acrobat 8.x.  I'm sure the little program works very well on 8.1.2 and 8.1.3.  But there isn't any option for the very new 8.1.4 (as of the date of this writing, February 11 2011).  I ran it anyway, and it informed me that it couldn't help me.
    Interestingly, even after supposedly uninstalling, the program is still operational on the system, though all the acrobat icons are missing from displays in other programs.  The uninstaller continues to appear in the uninstallation menu.  Further attempts to use the uninstaller are met with the same error from installation- "error applying transforms."
    Adobe support informed me that I would/could find the answers for my new problem here, even though 8.1.4 is a very recent update so it's a very recent problem.  So, have at.  How do you fix this?

    You might try doing a Repair Acrobat installation (under the Help menu) first. Here are some additional troubleshooting tips -- such as deleting tmp files which Acrobat checks during the startup process.

  • Dont want Transform matrix, when file save as SVG

    Hi All,
    I am using AI and saving the file as SVG.
    When I look the saved SVG file.
    it looks some what like...
    <rect x="107" y="104" fill="none" width="159" height="26"/>
    <text transform="matrix(1 0 0 1 107 112.52)"font-family="'MyriadPro-Regular'" font-size="12">Name</text>
    <rect x="296" y="107" fill="none" width="127" height="19"/>
    <text transform="matrix(1 0 0 1 296 115.52)"font-family="'MyriadPro-Regular'" font-size="12">Mr. Nice</text>
    <rect x="107" y="183" fill="none" width="82" height="21"/>
    <text transform="matrix(1 0 0 1 107 191.52)"font-family="'MyriadPro-Regular'" font-size="12">Address</text>
    My concern is I dont want the Transform part,
    transform="matrix(1 0 0 1 107 191.52)" .
    Frankly speaking I don't want this entry in my SVG file. Can any body help me out, so that I can save the SVG file without having transform attribute.
    I want it simple like :
    <text x="50" y="76" font-family="'MyriadPro-Regular'" font-size="12">Address</text> or any thing but for the Transform attribute at all.
    Can any expert can help me out. I know this should doable but I don't knw how to achieve this.
    It is some what urgent.
    Thanks.

    jdldn,
    You may try this:
    Create a new, empty document in Illy and:
    1) Save it with Create PDF compatible file unticked;
    2) Save it with Create PDF compatible file ticked;
    3) Save it as PDF with Maintaining Illustrator editing capabilities unticked;
    4) Save it as PDF with Maintaining Illustrator editing capabilities ticked.
    1) and 3) give you the raw size of the wrapping in each format, 2) and 4) give you the raw size of the wrapping in the dual AI+PDF format either way.
    The difference(s) up to the corresponding file(s) will show you the effective size of the contents.

  • CS5 illustrator and SVG transform matrix

    Hi. I`m saving the file in svg and have this
    <rect x="559.25" y="98" fill="#ED1C24" width="237.75" height="483.75"/>
    How can i get this?
    <rect x="1019.981" y="577.658"  transform="matrix(0.9659 0.2588 -0.2588 0.9659 186.6047 -254.1031)"   fill="#F2F2F2"   width="76.687"
       height="7.941"   id="rect2983" />
    With information about coordinates.

    THANKS ALOT for this!!!
    this was the problem the CA antivirus
    Best Regards

  • Error applying transforms. Verify that the specified transform paths are valid.

    In our enterprise environment, we recently used Group Policy to deploy a .msi package of Adobe Reader 9.3.1. In a few cases, the client was unable to successfully uninstall the older version of Adobe Reader and install version 9.3.1.
    When an administrator attempts to manually install Adobe Reader 9.3.1 onto one of the client machines that experienced problems, they receive the following error message during the installation process:
    "Error applying transforms. Verify that the specified transform paths are valid."
    The Application Event Log will show that Adobe Reader 9.3 did not install:
    Source: MsiInstaller
    Event ID: 11708
    Description: Adobe Reader 9.3. -- Installation failed
    We have unsuccessfully attempted several suggested solutions...
    http://kb2.adobe.com/cps/404/kb404307.html
    This Adobe Knowledge Base is for Reader 8.x, but we decided to try anyway. When we run the kb404307.exe tool as an administrator, we get this error message:
    "Acrobat Transforms Update did not find valid installed Acrobat products or you do not have sufficient privileges to update registry."
    http://support.microsoft.com/kb/290301
    We also saw advice to use the Windows Installer Cleanup utility (MSICUU2.exe) from Microsoft. This tool, however, has been discontinued and is no longer available.
    Does anyone have any advice on how to install Adobe Reader 9.3.1 on a machine that is presenting the "Error applying transforms. Verify that the specified transform paths are valid." error during installation?

    In our enterprise environment, we recently used Group Policy to deploy a .msi package of Adobe Reader 9.3.1. In a few cases, the client was unable to successfully uninstall the older version of Adobe Reader and install version 9.3.1.
    When an administrator attempts to manually install Adobe Reader 9.3.1 onto one of the client machines that experienced problems, they receive the following error message during the installation process:
    "Error applying transforms. Verify that the specified transform paths are valid."
    The Application Event Log will show that Adobe Reader 9.3 did not install:
    Source: MsiInstaller
    Event ID: 11708
    Description: Adobe Reader 9.3. -- Installation failed
    We have unsuccessfully attempted several suggested solutions...
    http://kb2.adobe.com/cps/404/kb404307.html
    This Adobe Knowledge Base is for Reader 8.x, but we decided to try anyway. When we run the kb404307.exe tool as an administrator, we get this error message:
    "Acrobat Transforms Update did not find valid installed Acrobat products or you do not have sufficient privileges to update registry."
    http://support.microsoft.com/kb/290301
    We also saw advice to use the Windows Installer Cleanup utility (MSICUU2.exe) from Microsoft. This tool, however, has been discontinued and is no longer available.
    Does anyone have any advice on how to install Adobe Reader 9.3.1 on a machine that is presenting the "Error applying transforms. Verify that the specified transform paths are valid." error during installation?

Maybe you are looking for

  • I have OSX 10.6.4 and when I go to software update it says I am up to date......what to do?

    I have OSX 10.6.4 and when I go to software update it says I am up to date......what to do?

  • Problem with dual video adapter

    Hi, I have an MSI 845 Ultra-C Mother board with a GE-Force4 MX440/440SE with AGP8X video card and it works fine. Now I tried to put in another video adapter to have dual monitor but somehow I cannot get the second video card to work. The second video

  • Macbook Al (2008) on Vizio VW32L

    Have a Mini-Displayport to DVI-D adapter and bought the Belkin DVI-D to HDMI cable. Have it connected to my Vizio VW32L and the picture displays, however, it seems like the colors are not displaying right. The port is HDCP compliant. Its almost like

  • Control Key has stopped functioning

    Hi All, My MBP (early 2009) 17" has just come back from apple after having the motherboard, battery and magsafe port replaced. Unfortunately the ctr key has stopped working, this is osx (10.6.5) and Windoze 7. Does it need to go back to the shop or i

  • LiveCycle on WebSphere - Installation Validation

    Hi I am a newbie to Adobe LiveCycle. I have installed LiveCycle on Win2003/WebSphere6.1.0.23 machine. We have Forms and Output Solution component. I deployed everything using the Configuration Manager. How can I validate my LiveCycle Server? Is there