CS6 "move" dialog box issue

What is the secret to getting the "move" dialog box in AI CS6 to move objects the distance and direction entered in the box?

It's a group of vector polygons, with effects attached. I think rulers, transformation center, and preferences are similar to defaults. I'm not a skilled enough user to change much. I like inches, so I changed that. But otherwise, it's fairly bland. How do you reset the preferences?
I should also have mentioned that I'm using the 30-day trial version of Illustrator.
Just now, I opened up a new file, created a single rectangle, and was able to reproduce the problem. You can download the file through this link: https://docs.google.com/file/d/0B0Hoxcl5zTEtT1dvR0RjMkFyRTQ/edit?usp=sharing
Recipe for problem:
- Open file
- Left click the black rectangle.
- Right click the rectangle, choose tansform->move
- Tab. Tab. 1. Tab. 30. Tab. (note that h/v boxes fail to update, and remain 0)
- Click preview
Nothing happens.
It seems to me that if you enter values in the horizontal and vertical boxes, the distance/direction boxes update appropriately, and the move works fine. However, if you enter values in the distance/direction boxes, the horizontal and vertical boxes generally do not update at all, then sometimes it works, and sometimes it doesn't. Sometimes, the first set of distance/direction numbers work fine, but if you leave the move box open, then change those numbers, the h/v boxes then fail to update, and clicking preview just causes the object to move as for the previous settings, or to not move at all.

Similar Messages

  • CS5 Move dialog box angles

    I've been using ai for many years. As far back as I can remember if you select an item and have either of the arrow tools as your current tool, hit the return key or double click either arrow tool you get the move dialog box. Everything in CS5 seems to be working the same until I try to move something up or down. I've always used positive numbers to move up and negative to move down. Now it's the opposite in CS5 (I don't know about CS4 since I've never purchased that upgrade). If I change the angle at the bottom of the box from 90° to -90° it works the way I'm used to, but the angle doesn't stick. Does/has anyone run into this and found out why or how to fix it? It doesn't seem to matter where I put the ruler zero at.
    Adobe Illustrator CS5
    Mac OSX 10.6.3

    Fruit,
    I think the Illustrator team was really listening to its users, who for  many many years have been shouting from the rooftops to change the Ruler  origin (0,0) to Top Left of the artboard.
    I am not sure about the rooftops; maybe we shall see answers tt that here: http://forums.adobe.com/message/2857555#2857555
    Illustrator had been the  exception to this rule (with its ruler origin at bottom left) when  compared to other Adobe products like Photoshop & InDesign which had  their ruler origin at the top left.
    ... and are all inherently (apart from PS) based on the conventions of Western writing:
    and Illy was not but is now an exception when compared with corresponding applications such as FH, Draw, Canvas, Xtreme.
    Agreed that some users will find the change not to their liking but that is how it works - no company can satisfy all its users all the time.
    They, could by making it optional. Still, as shown in post #4, it is doable.

  • Crystal Report dialog box issues

    I am very new at .NET, and this is my second post to this forum.
    I've created a Crystal Report within a project using Visual Studio 2005 Professional Edition, on a Windows XP machine.
    The report is handled by a CrystalReportViewer, which has its ReportSource set to the report.
    Via a dialog box, the report asks for a signon and password for a SQL Server database.  Then, via a second dialog box, it prompts for a parameter required by the report.
    All of this works ok, but I have two issues:
    1) I would like to set the database signon and password so that the user doesn't have to enter them each time he runs the report.
    2) If the Cancel button is clicked on any of the dialog boxes, it renders the report unusable until I shut down the application and reopen it.
    I have looked online for two days, but have not been able to find a solution to these above problems.  It is probably simple, but I'm not seeing it.
    I am attaching the relevant code for the button that runs the report.
        Private Sub cmdChecks_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdChecks.Click
                CrystalReportViewer2.DisplayToolbar = True
                CrystalReportViewer2.Visible = True
                CrystalReportViewer2.Height = 600
                CrystalReportViewer2.Width = 1000
                CrystalReportViewer2.Left = 10
        End Sub
    Can anybody help me with this?
    Thank you!

    Hi,
    I would like you to know the code of the logon based on the object models-
    If you are using the ConnectionInfo then use the below code:-
    //For web application
    ConnectionInfo crConnection = new ConnectionInfo();
    // Connection Information
    crConnection.ServerName="D-2818-W2K";
    crConnection.DatabaseName="Northwind";
    crConnection.UserID="sa";
    crConnection.Password="sa";
    crReport.Load(Server.MapPath("CrystalReport1.rpt"));
    Tables crTables=crReport.Database.Tables;
    foreach(CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
              TableLogOnInfo crTLOI = crTable.LogOnInfo;
              crTLOI.ConnectionInfo=crConnection;
              crTable.ApplyLogOnInfo(crTLOI);
              crTable.Location=crTable.Location;// for multiple table selection
    CrystalReportViewer1.ReportSource=crReport;
    ====================================================================================
    //For desktop application
    ConnectionInfo crConnection = new ConnectionInfo();
    // Connection Information
    crConnection.ServerName="D-2818-W2K";
    crConnection.DatabaseName="Northwind";
    crConnection.UserID="sa";
    crConnection.Password="sa";
    crReport.Load(Application.StartupPath + "//CrystalReport1.rpt");
    Tables crTables=crReport.Database.Tables;
    foreach(CrystalDecisions.CrystalReports.Engine.Table crTable in crTables)
              TableLogOnInfo crTLOI = crTable.LogOnInfo;
              crTLOI.ConnectionInfo=crConnection;
              crTable.ApplyLogOnInfo(crTLOI);
              crTable.Location=crTable.Location;// for multiple table selection
    CrystalReportViewer1.ReportSource=crReport;
    =====================================================================================
    If using ReportDocument object model
    //For web application
    ReportDocument crReport= new ReportDocument();
    crReport.Load(Server.MapPath("CrystalReport1.rpt"));
    crReport.SetDatabaseLogon("sa","sa");
    CrystalReportViewer1.ReportSource =crReport;
    =====================================================================================
    //For desktop application
    ReportDocument crReport= new ReportDocument();
    crReport.Load(Application.StartupPath + "//CrystalReport1.rpt");
    crReport.SetDatabaseLogon("sa","sa");
    CrystalReportViewer1.ReportSource =crReport;
    To download sample code click [here|https://boc.sdn.sap.com/codesamples].
    You can also take help from [Dev library|https://www.sdn.sap.com/irj/boc/sdklibrary]
    Hope this helps!!
    Regards
    Amit

  • Find and Replace dialog box issue

    When I am in split mode, I get the Find and Replace dialog
    box up "Edit -> Find and Replace..." When I run a "Find and
    Replace" clicking the "Find All" the dialog box disapears and I
    have the Results checked in the Windows menu. When I go down to the
    little green arrow to bring back my dialog box - the Find and
    Replace text areas are clear and I have to re-paste the items into
    it to do the "Replace All" - this is much more time consuming. Why
    does my Find and Replace dialog box disapear and why does it lose
    the last "Find All" texts?

    pamelito2014 wrote:
    I tried to hover over them but nothing popped up to tell me what is what. So, I had to ask.
    You might have Tool Tips turned off in preferences...
    This is CS6, but I assume CC is the same or similar:

  • Print Dialog box issues

    When I make changes to a print parameter, ie add crop marks, the changes only appear if I select a different media size than what I was working in. Say I was working in CUSTOM. If I add crop marks, I have to chose another media size, say, LETTER, then come back to CUSTOM for the change to take place. In previous versions, I only had to CLICK on the media size I was working in, say, CUSTOM and the change was applied. Sort of a nuisance. Any suggestions?

    Printer type makes no difference. This has to do with the PRINT DIALOG BOX (CTRL-P) and the MEDIA SIZE option within. Below are the screen shots which depict the issue.
    #1 - print dialog box open and select CUSTOM under media size.
    #2 - selecting trim marks and bleed
    #3 - back to the GENERAL tab where just clicking on CUSTOM does not change the preview
    #4 - you must choose a different size - in this case A3 for the preview to update and show the crop mark and bleed selections.
    #5 - finally going back to CUSTOM updates the preview to show how the image will print
    #6,7 & 8 - shows the process in reverse when you deselect the CROP MARKS and BLEED. Must still choose a difference MEDIA SIZE for preview to update.
    In previous versions of Illus, all you needed to do was click on the CUSTOM media size selection and the preview would update. When you print as often as we do, this little annoyance gets quite bothersome.
    Hope this explains it.

  • Open dialog box issue

    When invoking the "open" command on AI or any of the CS3 app for that matter, on its window I get my 3 drives, network (wife's system) and MY OWN computer's name on the sidebar. What I mean is that Marcos' G5 appears too, when clicked it shows to the right my 3 drives and network again, what's the purpose of this? Aren't the drives on the side bar already? I would like to get rid of this repetition or bug (perhaps), my own computer on the open dialog box, am I missing a setting somewhere? anyone?
    It only happens with CS3 apps.

    Jean, I did trashed it :).
    Scott, holy macaroni, i knew it was something stupid, that did it!, never thought the open dialog box would behave the same way, trashing prefs anyways to start clean.
    Now that is out of the way, on the same open dialog box at the bottom of the sidebar I see the "media" folder and that one can not be moved by dragging, and is marked to not show on Finder prefs, not a big deal but can it be out of there? I'm just trying to simplify.
    Thanks again Scott :)

  • Dialog Box Issue

    Suddenly, all my dialog boxes in Acrobat take up the entire page; the only option I have is to close the box (I cannot resize it).  And in the "Save As" box, the "Settings" button is grayed out.  Any help?
    I'm using Acrobat Pro v. 9.

    Hi, seems you have Disk corruption, bad font, or duplicate font.
    Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions...
    Open Font Book & Validate all Fonts & check for duplicates.
    Reboot when complete, test again.

  • Simple Applescript Dialog Box Issue

    Hi,
    I am writing a very simple applescript that sets a variable to some text entered by the user in a textbox, in a dialog. Unfortunately, the font that is used to display what the user types is virtually unreadable, and therefore not at all fit for the purpose.
    I have recently had some problems with my system font cage, that required an entire re-install of the operating system, when I downloaded the new Microsoft Office 2011, but that issue has been resolved, and I can not see how it would effect applescript.
    Is there any way that I can change the font that is displayed as the user enters text. A photo of the dialog at the moment can be seen here:
    [img]http://www.freeimagehosting.net/uploads/b5102a5dd2.png[/img]
    Thanks for any help you can give me,
    Ari

    looks like a system font has been replaced by another....
    you could try to check/repair your fonts using apple's font book.app... already tried it?
    open it up, select all fonts (cmd+a) and select check fonts from the menu...

  • ACR Dialog Box not fully visible issue CS6

    I've got an issue with the ACR Dialog Box in PhotoshopCS6 when opening RAW files.
    The names various parameters (Temperature, Tint, Exposure, Blacks, Contrast etc.) are not visible, however you can see the sliders.
    It looks like a graphics issue as the background is black, but you cannot aee any text save for that in the WB dropdown.
    I've Googled this but not found any similar issues. It's very odd. Deleting the preferences hasn't made a difference, neither has a fresh install.
    See screen grab below
    Any suggestions welcome!
    Thanks

    Thanks people for your swift solution. I did look in the forums as well as in search engines, but didn't find these posts.
    I'll reinstall (or overwrite) the OS.
    FYI I'm on 10.8.4 on a Mac and do have MacKeeper, so there must be something in it.... grrrr
    Like people say it doesn't effects the 'normal' PS menus/screens, but does the ACR and I just checked the SAVE FOR WEB, and that too has the same issue.... (ACR 8.1 - PS 13)
    Hopefully someone clever will actually work out what it is that's being lost or corrupted.
    Thanks again!

  • CS6 Save/Save As dialog boxes not appearing

    I recently installed CS6 Master Collection (educational version, if that's relevent) and in many of the programs, I can't save. In Illustrator, Dreamweaver and After Effects, I will get the spinning wheel for a moment and then nothing happens. In Photoshop, I will get the wheel for awhile before a message pops up saying "Could not complete your request because of a program error." This happens whether I use the key command or go through the File drop down menu.
    If I try to exit out of the file, I will be prompted to save or don't save, but if I click save, it will just close the window and not actually save the file.
    However, I have no issues saving in Indesign or Flash. The print dialog box will also appear in the trouble programs. I also have CS5 on my computer (only ai, indd, and ps) and I can save in these programs without issue.
    I am operating on a MacBook Pro version 10.7.5, 2.4 GHz Intel Core i7, 8 GB 1333 MHz DDR3.
    Thanks for your help.

    I recently installed CS6 Master Collection (educational version, if that's relevent) and in many of the programs, I can't save. In Illustrator, Dreamweaver and After Effects, I will get the spinning wheel for a moment and then nothing happens. In Photoshop, I will get the wheel for awhile before a message pops up saying "Could not complete your request because of a program error." This happens whether I use the key command or go through the File drop down menu.
    If I try to exit out of the file, I will be prompted to save or don't save, but if I click save, it will just close the window and not actually save the file.
    However, I have no issues saving in Indesign or Flash. The print dialog box will also appear in the trouble programs. I also have CS5 on my computer (only ai, indd, and ps) and I can save in these programs without issue.
    I am operating on a MacBook Pro version 10.7.5, 2.4 GHz Intel Core i7, 8 GB 1333 MHz DDR3.
    Thanks for your help.

  • Windows 7, Photoshop CS6 or CC Dialog boxes Messed up bad!

    Hi Guys,
    I'm running a PC with Windows 7 and a Nvidia Quadro 600 Card.
    I have tried solving this one on and off for many months with no luck. Updating the drivers on the GPU etc. Clean installing.
    It seems to affect only photoshop dialog boxes. But on both CS6 and even now on CC.
    I'd settle right now for anyone even seeing this problem before! (Although I'd love a solution, don't get me wrong)
    Here are a few snippets of the problems. Makes it impossible to read and use. Poor guy who uses this at work, is having a hard time using photoshop! It's every dialog, that gets messed up.
    Um, help!

    I actually can't believe I'm writing this, but I have finally resolved this issue!
    I think it might have been something to do with duplicate fonts.
    I had duplicates of Arial and about 9 other fonts. However for the life of me, I could not delete them after going through changing ownership of the Windows folder to enable deletion of duplicate fonts which were used by the system. Couldn't do it that.
    I finally re-installed WIndows 7 as an upgrade. So basically I was upgrading to the exact same version of Windows 7, while maintaining all my original settings, programs, mapped drives etc etc. Everything.
    And photoshop looks peachy now! I can actually see what I'm doing!
    But thanks to Dutch Paul Paul, who got me thinking along the lines of re-activating fonts!

  • InDesign CS6: The "find" function doesn't work in "Open a file" dialog box...

    I am using CS6 on OSX 10.7.5. When I try to search in the OPEN DIALOG box, it NEVER lists anything, not even a close match. If I however search the SEARCH feature on OSX it always finds what I'm looking for. Is there a setting that I have to change to get this to work or is it a glitch? thanks so much!

    Exact same issue here.
    CS6, OSX 10.8.3.
    Example below ("Call Log," third item in first screen shot showing all files on Desktop, does not show up in the "Open a File" search for "Call Log" as shown in second screen shot):

  • Dialog boxes in PS & Bridge CS6 have black background

    All of the dialog boxes in my Bridge & Photoshop CS6 have black writting on a black backgroud which makes all of them unusable. I have recently zeroed my hard drive and reinstalled all software (Adobe via Creative Cloud) and this problem popped up.
    Any Ideas??
    There is a similar 2012 forum thread which addressed this problem, stating the solution was found by zeroing the drive, then reinstalling: http://forums.adobe.com/thread/1008692
    Here's what it looks like:
    Running on MacBook Pro (2011 build)
    OS 10.8.5
    Processor: 2.3 GHz Intel i7
    RAM: 8 GB 1333 MHz DDR3 memory (2x 4GB)
    Graphics: Intel DH Graphics 3000   512MB
    HD: 750 GB SATA (129 GB free)
    Photoshop CS6 (v13.1.2)
    Bridge CS6
    (all other CS6 apps working fine)

    Apparently this issue is cauused by agressive registry cleaners like MacSweeper that have deleted some files.  Here is the help doc.
    http://helpx.adobe.com/photoshop/kb/camera-raw-dialog-boxes-have.html

  • Crystal Report - Parameter issue (advanced dialog box)

    In our wpf .net application we view the crystal report, the report prompts for entering 2 parameter values i.e 2 dates and inturn these parameters will be used to generate the crystal report.
    The parameter panel on the left has a button (show advanced dialog box). This button should again invoke the same parameter prompt dialog box, so that the user can modify these parameters and the report can be regenerated.
    Issue is that when I click on the the button, this generates a null reference exception in the code. The call stack is -
    at CrystalDecisions.Windows.Forms.ParameterFieldInfo.get_isDCP()
       at CrystalDecisions.Windows.Forms.InteractiveParameterPanel.ShowAdvancedDialog(ParameterUnit pu)
       at CrystalDecisions.Windows.Forms.InteractiveParameterPanel.pu_ShowAdvancedDialog(Object sender, EventArgs e)
       at CrystalDecisions.Windows.Forms.ParameterUnit.OnShowAvancedDialog(EventArgs e)
       at CrystalDecisions.Windows.Forms.ParameterUnit.editControl_ShowAdvancedDialog(Object sender, EventArgs e)
       at CrystalDecisions.Windows.Forms.ParameterValueEditControl.OnShowAdvancedDialog(EventArgs e)
       at CrystalDecisions.Windows.Forms.ParameterValueEditControl.btnShowAdvancedDialog_Click(Object sender, EventArgs e)
       at System.Windows.Forms.Control.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnClick(EventArgs e)
       at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
       at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ButtonBase.WndProc(Message& m)
       at System.Windows.Forms.Button.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Please note, I used the .net reflector to debug the crystal report dll , the isDCP method looks like -
    public bool isDCP
          get
            return (this.Attributes.Contains("IsDCP") && ((bool) this.Attributes["IsDCP"]));
    Looks like the attributes value is null.
    Please let me know your comments. Am I missing something while getting the report in the frontend.
    I use crystal reports 2008 sp 2 (also note that my gac contains different version of crystal reports (cannot remove them - tried it) , with windows server 2003. I use web service with proxy to get the report from the local server.
    Note I also tried to create sample application in which I specify the local path to reports source , this works. However when I tried to use webservice, i was getting soap exception.
    Please let me know how solve above issue

    So you found the Report Design forum, if you looked down one more you would have found the SDK forum, SDK stands for Software Development Kit if you did not know.
    Or did you not mention you get the same error when you run this report in CR Designer, if so then you were in the right forum.
    Try Service Pack 3 also
    Move to the SDK forums.

  • Using Photoshop CS6 and after printing approx. 10 cards on an Epson R3000 printer the program gives me a dialog box saying "There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened an

    Using Photoshop CS6 and after printing approx. 10 cards on an Epson R3000 printer the program gives me a dialog box saying "There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents."  Even after closing and reopening the program, the print command is greyed out so I cannot select any printer. This also happens with a Brother laser printer. Both printers will produce a test page out side of the Adobe product. Help!

    I cannot get any help either.  I get the message "There was an error opening your printer. Printing functions will not be available until you have selected a printer and reopened any documents."  I have reinstalled all drivers, powered off/on all printers (2 of them - a Brother HL - 4040cn and an Epson Stylus Pro 7890 - which all worked fine until this morning).  There appears to be no path to a solution.  I have read all the forums and tried about 20 different suggestions all to no avail.  Reboots, changing cables, reinstalling printers and drivers and Photoshop CS6 - ALL TO NO AVAIL.  On a macbook pro retina with 10.10.3.  This issue is out there and some get solutions - but not all - that's my crowd...the not all crowd.  I have yet to be able to print from CS6 any more.  This is a show stopper and my patience is wearing thin.  And I'm tired of stupid questions like "is your printer powered on?" give me a break.  This appears to be an adobe photoshop cs6 problem - as I can print from every other application.  Anyone have any ideas?  Adobe should have something?... Adobe system  info below:
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x64
    Operating System: Mac OS 10.10.3
    System architecture: Intel CPU Family:6, Model:58, Stepping:9 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, HyperThreading
    Physical processor count: 4
    Logical processor count: 8
    Processor speed: 2300 MHz
    Built-in memory: 8192 MB
    Free memory: 4665 MB
    Memory available to Photoshop: 7059 MB
    Memory used by Photoshop: 70 %
    Image tile size: 1024K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Version: 2.1 NVIDIA-10.2.7 310.41.25f01
    OpenCL Version:
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: NVIDIA GeForce GT 650M OpenGL Engine
    Display: 2
    Display Depth:= 32
    Display Bounds:=  top: 1072, left: 140, bottom: 1950, right: 1580
    Video Renderer ID: 16918311
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 16384
    OpenGL Version: 2.1 NVIDIA-10.2.7 310.41.25f01
    OpenCL Version: 1.2 (Feb 27 2015 01:29:10)
    Video Card Vendor: NVIDIA Corporation
    Video Card Renderer: NVIDIA GeForce GT 650M OpenGL Engine
    Display: 1
    Main Display
    Display Depth:= 32
    Display Bounds:=  top: 0, left: 0, bottom: 1050, right: 1680
    Video Renderer ID: 16918311
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 16384
    Serial number: 92629107631240972642
    Application folder: KerrysHD:Applications:Adobe Photoshop CS6:
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      KerrysHD, 232.6G, 19.7G free
    Required Plug-ins folder: KerrysHD:Applications:Adobe Photoshop CS6:Adobe Photoshop CS6.app:Contents:Required:
    Primary Plug-ins folder: KerrysHD:Applications:Adobe Photoshop CS6:Plug-ins:
    Additional Plug-ins folder: not set
    Installed components:
       adbeape.framework   adbeape   3.3.8.19346   66.1025012
       AdbeScriptUIFlex.framework   AdbeScriptUIFlex   6.2.29.18602   66.490082
       adobe_caps.framework   adobe_caps   6.0.29.0   1.276181
       AdobeACE.framework   AdobeACE   2.19.18.19243   66.492997
       AdobeAGM.framework   AdobeAGM   4.26.17.19243   66.492997
       AdobeAXE8SharedExpat.framework   AdobeAXE8SharedExpat   3.7.101.18636   66.26830
       AdobeAXEDOMCore.framework   AdobeAXEDOMCore   3.7.101.18636   66.26830
       AdobeBIB.framework   AdobeBIB   1.2.02.19243   66.492997
       AdobeBIBUtils.framework   AdobeBIBUtils   1.1.01   66.492997
       AdobeCoolType.framework   AdobeCoolType   5.10.31.19243   66.492997
       AdobeCrashReporter.framework.framework   AdobeCrashReporter   6.0.20120201  
       AdobeExtendScript.framework   AdobeExtendScript   4.2.12.18602   66.490082
       AdobeJP2K.framework   AdobeJP2K   2.0.0.18562   66.236923
       AdobeLinguistic.framework      17206  
       AdobeMPS.framework   AdobeMPS   5.8.0.19463   66.495174
       AdobeOwl.framework   AdobeOwl   4.0.93   66.496052
       AdobePDFL.framework   AdobePDFL   10.0.1.18562   66.419471
       AdobePDFSettings.framework   AdobePDFSettings   1.4  
       AdobePIP.framework   AdobePIP   6.0.0.1654  
       AdobeScCore.framework   AdobeScCore   4.2.12.18602   66.490082
       AdobeUpdater.framework   AdobeUpdater   6.0.0.1452   "52.338651"
       AdobeXMP.framework   AdobeXMPCore   66.145661   66.145661
       AdobeXMPFiles.framework   AdobeXMPFiles   66.145661   66.145661
       AdobeXMPScript.framework   AdobeXMPScript   66.145661   66.145661
       ahclient.framework   ahclient   1.7.0.56  
       aif_core.framework   AdobeAIF   3.0.00   62.490293
       aif_ocl.framework   AdobeAIF   3.0.00   62.490293
       aif_ogl.framework   AdobeAIF   3.0.00   62.490293
       AlignmentLib.framework   xcode   1.0.0.1  
       amtlib.framework   amtlib   6.0.0.75  
       boost_date_time.framework   boost_date_time   6.0.0.0  
       boost_signals.framework   boost_signals   6.0.0.0  
       boost_system.framework   boost_system   6.0.0.0  
       boost_threads.framework   boost_threads   6.0.0.0  
       Cg.framework   NVIDIA Cg     
       CIT.framework   CIT   2.0.5.19287   145486
       data_flow.framework   AdobeAIF   3.0.00   62.490293
       dvaaudiodevice.framework   dvaaudiodevice   6.0.0.0  
       dvacore.framework   dvacore   6.0.0.0  
       dvamarshal.framework   dvamarshal   6.0.0.0  
       dvamediatypes.framework   dvamediatypes   6.0.0.0  
       dvaplayer.framework   dvaplayer   6.0.0.0  
       dvatransport.framework   dvatransport   6.0.0.0  
       dvaunittesting.framework   dvaunittesting   6.0.0.0  
       dynamiclink.framework   dynamiclink   6.0.0.0  
       FileInfo.framework   FileInfo   66.145433   66.145433
       filter_graph.framework   AdobeAIF   3.0.00   62.490293
       hydra_filters.framework   AdobeAIF   3.0.00   62.490293
       ICUConverter.framework   ICUConverter   3.61   "gtlib_3.0" "." "16615"
       ICUData.framework   ICUData   3.61   "gtlib_3.0" "." "16615"
       image_compiler.framework   AdobeAIF   3.0.00   62.490293
       image_flow.framework   AdobeAIF   3.0.00   62.490293
       image_runtime.framework   AdobeAIF   3.0.00   62.490293
       LogSession.framework   LogSession   2.1.2.1652  
       mediacoreif.framework   mediacoreif   6.0.0.0  
       PlugPlug.framework   PlugPlug   3.0.0.383  
       UpdaterNotifications.framework   UpdaterNotifications   6.0.0.24   "6.0.0.24"
       wrservices.framework        
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE

Maybe you are looking for