Strange transform bug

CS4 Extended 11.01 on Mac OSX 10.6.1 (although I have seen this issue in CS3 on Windows too)
This happens all the time on a file that is using a non-square pixel aspect ratio.  I do quite a bit of work for NTSC television broadcast, so I often work at D1/DV NTSC 0.91 pixel aspect ratio.
Problem #1: Say I want to scale a layer to 51% of its original size.  I press Command-T to invoke the free-transform tool, then type 51% in either the width or height boxes in the tool options bar.  Finally I'll click the little chain link icon to scale width and height proportionally.  Sometimes when I do this only the first dimension scales (ie: whatever box I typed "51%" in). Other times this has no effect at all.  I've tried clicking the chain link icon before I enter the dimension, but I get the same problem.
Problem #2: This will also happen when problem #1 happens.  Again when I start a free transform using Command-T (or from the edit menu), if I click on one of the registration points in the tool options bar, the contents of the layer will shift to the left and scale horozontally to about 90% of its original size.  If I continue to click the various registration points, the layer will continue to scale and shift, even though I have not specified any transform parameters other than to set it s registration.
Arbitrary scaling by dragging the control points works fine.
If I switch to square pixel aspect ratio, the problem goes away.  If I switch back to D1/DV 0.91, the problem returns.
Has anyone else seen this?  Is there a workaround or resolution?
Thanks!
- Jeff

File that as a bug please.

Similar Messages

  • [svn:fx-trunk] 8605: Transform bug fixes

    Revision: 8605
    Author:   [email protected]
    Date:     2009-07-15 15:30:29 -0700 (Wed, 15 Jul 2009)
    Log Message:
    Transform bug fixes
    http://bugs.adobe.com/jira/browse/SDK-22046 - Can't set matrix3D property on Transform
    Player declares matrix3D setter with * return type. So mx.geom.Transform override must also use *. Note that once the Player is updated with void, this will need to be changed to void.
    http://bugs.adobe.com/jira/browse/SDK-22146 - AlphaMultiplier and AlphaOffset in color transformation are ignored in MXML Graphics
    Changed the behavior of alpha and ColorTransform for GraphicElement to match the behavior of DisplayObject.
    - ColorTransform.alphaMultiplier and alpha are equivalent and are kept in sync.
    - ColorTransform.alphaOffset is still applied even if alpha is set.
    Implementation details:
    - mx.geom.Transform sets the colorTransformExplicitlySet flag whenever the colorTransform setter is called
    - GraphicElement alpha setter clears the colorTransformExplicitlySet flag whenever it is called
    - Setting GraphicElement.transform will update the alpha property with ColorTransform.alphaMultiplier if a colorTransform was explicitly set
    - Setting the colorTransform on a mx.geom.Transform that is assigned to a GraphicElement, calls setColorTransform, which updates the alpha property with ColorTransform.alphaMultiplier.
    - In commitProperties, the displayObject.alpha is updated only if there is no transform or if colorTransformExplicitlySet is false.
    QE Notes: Need tests for combo of alpha and colorTransform alpha props
    Doc Notes: None
    Bugs: SDK-22046, SDK-22146
    Reviewer: Chet
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-22046
        http://bugs.adobe.com/jira/browse/SDK-22146
        http://bugs.adobe.com/jira/browse/SDK-22046
        http://bugs.adobe.com/jira/browse/SDK-22146
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/Transform.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/supportClasses/GraphicEleme nt.as

    This bug figures out also when creating a custom spark ComboBox, then trying to programatically update the userProposedSelectedIndex property. The proposed selected index is selected, but does not apply the same skin as when mouse is on rollover or item is selected due to up and down keys.
    The issue seems like updating the status of the item renderer to rollover or selected to get the same skin applied.
    Please could you attach DropDow nList.as that you edited ?
    Thank you so much.

  • Strange transformation

    I want to use matrix to express the transformtion of the
    lingo 3D, But I find something strange and cannot find any way to
    adjust the matrix to match it.
    Just like the code bellow, I new two groups:group1 and group2
    ,group1 is a member of group("world"), and contain the member
    group2. group2 contain a member pModel. i set the pModel's position
    as vector(1.0,0.0,0.0), give the group1a rotation of
    vector(0.0,45.0,0.0) and a scale of vector(2.0,1.0,1.0). When I use
    pModel.getworldtransform() to get the pModel's transform in world
    space, I find the result like bellow:
    scales:vector( 1.6720, 1.0000, 1.1961 )
    position:vector( 0.6136, 0.0000, -1.5339 )
    rotation:vector( 0.0000, 72.9868, 0.0000 )
    axisAngle:[vector( 0.0000, -1.0000, 0.0000 ), -72.9868]
    I don't know why. if someone can give me a explanation or
    give me some document about the transformation.

    In this case, the group of groups is really not needed, but
    not for all the case.
    The code I posted is just tell a strange transform result of
    director. I can't express it using tansform matrix.
    Give a complex scene with group of groups, with
    parent-relative transform of groups and models. Then I want to get
    the model's tranform in the world space. I hope to use transform
    matrix to express it.
    In this case, we can use getworldtransform() to get the
    model's transform in worldspace. But not all the transform(what I
    really want is the worldposition) can be obtained easily. Like the
    vertex's worldposition in a mash model. The model maybe
    transformed, the group contain the model maybe transformed. If you
    want to get the worldposition of the vertex. You have to find a way
    to get it.Use transform matrix is a way(Maybe another way is new a
    model and move to the position of the vertex in the mash model's
    space, and then use getworldtransform() or worldposition property
    to get the worldposition). I think use transform matrix is a more
    traditional way. But I found the transform of director is strange
    and I can't express it in transform matrix.
    If there is a transformed group and a transformed model in
    the group, I found it is easy to get the models' tranform in the
    group's parent's space using transform matrix. But when I want to
    get the model's transform in the group's parent's parent's space,
    the transform is not match the result using tranform matrix.
    Now, back to the question above: I new two groups:group1 and
    group2 ,group1 is a member of group("world"), and contain the
    member group2. group2 contain a member pModel. i set the pModel's
    position as vector(1.0,0.0,0.0), give the group1a rotation of
    vector(0.0,45.0,0.0) and a scale of vector(2.0,1.0,1.0)
    I want to know why the pModel's transform in world space is
    scales:vector( 1.6720, 1.0000, 1.1961 )
    position:vector( 0.6136, 0.0000, -1.5339 )
    rotation:vector( 0.0000, 72.9868, 0.0000 )
    axisAngle:[vector( 0.0000, -1.0000, 0.0000 ), -72.9868]
    I hope someone can give me a mathematics explaination, or
    give me some document about the transform in director

  • Voice Transformer bug?

    I have been using the Voice Transformer plug in to change the sounds of peoples voices in my project.
    I adjust the settings to the way I want them to give the people lower or deeper voices, but after it starts to play back Soundtrack makes it sound like a robot voice, if I stop the playback and play again it goes away and sounds the way I set it up to sound.
    This would not be to bad of a bug, BUT! When I export the file to a AIFF or MP3 or whatever it renders the voice with the robot sound! not the settings I put on the effect. This is really annoying.
    With all the hangs and beachballs that soundtrack gets I am half tempted to buy Pro-Tools with the DV ToolKit.
    So what's the deal? Can anybody really use Soundtrack on big projects? I am only using 2 tracks with same effect on each track and it can't handle even that.

    Yes! I have tested with 30 minutes, 1 hour and 2 hour recorded.
    End the record and wait until duration appear.
    Sim! Eu testei com 30 minutos, 1 hora e 2 horas de gravação
    Termine a gravação e aguarde a duração aparecer.

  • Strange Display Bug - Photoshop CS5 64bit

    I have an issue where a portion of my screen extending from the top left corner displays images in Photoshop just a little differently than the rest of the screen. You can see how it looks in these screenshots (I was a little surprised the screenshots captured the bug). These are screens of a photoshop document filled with one color, not the two shades it appears to be.
    http://i.imgur.com/RzWei.png
    http://imgur.com/NadQA
    This bug doesn't appear except in Photoshop. As you can tell it's always the same part of the screen. Except somehow Photoshop briefly 'remembers' where the image bug is when I drag it around with the hand too. Eventually it goes back to the original spot or it will reset to there when I zoom or do something to the image. You can see in the screens how that works.
    I have tried clearing out the settings files.
    Reinstalling Photoshop.
    Updated display drivers.
    I connected to the monitor to another computer and ran Photoshop from that one (no bug).
    I attached another monitor to this computer - no bug with that monitor. Strangely, it seemed to take a few minutes to reappear after I reattached my other monitor again. I thought it had gone away at first.
    I've done some searching around the web and the forums but can't seem to find the right answers. It would be great is someone had some ideas on what's going on. This problem is driving me batty. Thanks much.
    My screen is a Dell U2711.
    Here's the system info dump:
    Adobe Photoshop Version: 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch]) x64
    Operating System: Windows XP Professional 64-bit
    Version: 5.2 Service Pack 2
    System architecture: Intel CPU Family:6, Model:7, Stepping:6 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1
    Physical processor count: 4
    Processor speed: 2993 MHz
    Built-in memory: 8189 MB
    Free memory: 5922 MB
    Memory available to Photoshop: 7238 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 1440, right: 2560
    Video Card Number: 1
    Video Card: NVIDIA Quadro FX 1700
    Driver Version: 6.14.12.6645
    Driver Date: 20110111092401.376641-000
    Video Card Driver: nv4_disp.dll
    Video Mode: 2560 x 1440 x 4294967296 colors
    Video Card Caption: NVIDIA Quadro FX 1700
    Video Card Memory: 512 MB
    Serial number: 95458127520668614052
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\
    Temporary file path: C:\DOCUME~1\BKUEHL~1.COO\LOCALS~1\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      Startup, 88.3G, 28.0G free
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2010/03/10-08:31:04   61.423599   61.423599
       adbeape.dll   Adobe APE 2010/02/23-12:40:58   61.421986   61.421986
       AdobeLinguistic.dll   Adobe Linguisitc Library   5.0.0  
       AdobeOwl.dll   Adobe Owl 2010/03/29-17:44:28   3.0.91   61.425789
       AdobeOwlCanvas.dll   Adobe Owl Canvas   3.0.68   61.2954
       AdobePDFL.dll   PDFL 2010/03/04-10:02:26   61.281542   61.281542
       AdobePIP.dll   Adobe Product Improvement Program   5.0.0.2021  
       AdobeXMP.dll   Adobe XMP Core   5.0   61.134777
       AdobeXMPFiles.dll   Adobe XMP Files   5.0   61.134777
       AdobeXMPScript.dll   Adobe XMP Script   5.0   61.134777
       adobe_caps.dll   Adobe CAPS   3,0,116,0  
       adobe_OOBE_Launcher.dll   Adobe OOBE Launcher   1.0.0.64 (BuildVersion: 1.0; BuildDate: Mon Jan 26 2010 21:49:00)   1.000000
       AFlame.dll   AFlame 2010/02/23-17:27:33   61.421976   61.421976
       AFlamingo.dll   AFlamingo 2010/02/23-17:27:33   61.421978   61.421978
       AGM.dll   AGM 2010/03/10-08:31:04   61.423599   61.423599
       ahclient.dll    AdobeHelp Dynamic Link Library   1,5,0,30  
       aif_core.dll   AIF   2.0   53.422628
       aif_ogl.dll   AIF   2.0   53.422628
       amtlib.dll   AMTLib (64 Bit)   3.0.0.64 (BuildVersion: 3.0; BuildDate:  Mon Jan 26 2010 21:49:00)   1.000000
       amtservices.dll   AMTServices (64 Bit)   3.0.0.64 (BuildVersion: 3.0; BuildDate:  Mon Jan 26 2010 21:49:00)   1.000000
       ARE.dll   ARE 2010/03/10-08:31:04   61.423599   61.423599
       asneu.dll    AsnEndUser Dynamic Link Library   1, 7, 0, 1  
       AXE8SharedExpat.dll   AXE8SharedExpat 2010/02/23-17:27:33   61.421978   61.421978
       AXEDOMCore.dll   AXEDOMCore 2010/02/23-17:27:33   61.421978   61.421978
       Bib.dll   BIB 2010/03/10-08:31:04   61.423599   61.423599
       BIBUtils.dll   BIBUtils 2010/03/10-08:31:04   61.423599   61.423599
       boost_threads.dll   DVA Product   5.0.0  
       cg.dll   NVIDIA Cg Runtime   2.0.0015  
       cgGL.dll   NVIDIA Cg Runtime   2.0.0015  
       CoolType.dll   CoolType 2010/03/10-08:31:04   61.423599   61.423599
       data_flow.dll   AIF   2.0   53.422628
       dvaadameve.dll   DVA Product   5.0.0  
       dvacore.dll   DVA Product   5.0.0  
       dvaui.dll   DVA Product   5.0.0  
       ExtendScript.dll   ExtendScript 2010/03/05-08:21:15   61.423205   61.423205
       FileInfo.dll   Adobe XMP FileInfo   5.0   61.134777
       icucnv36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       icudt36.dll   International Components for Unicode 2009/06/17-13:21:03    Build gtlib_main.9896  
       image_flow.dll   AIF   2.0   53.422628
       image_runtime.dll   AIF   2.0   53.422628
       JP2KLib.dll   JP2KLib 2010/02/24-17:43:58   61.131544   61.131544
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2, 0, 1, 11  
       MPS.dll   MPS 2010/02/24-17:43:58   61.421978   61.421978
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.4053  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.4053  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.4053  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS5   CS5  
       Plugin.dll   Adobe Photoshop CS5   CS5  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (64 bit)   2.0.0.746  
       PSArt.dll   Adobe Photoshop CS5   CS5  
       PSViews.dll   Adobe Photoshop CS5   CS5  
       SCCore.dll   ScCore 2010/03/05-08:21:15   61.423205   61.423205
       tbb.dll   Threading Building Blocks   2, 1, 2009, 0201  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   1.0.0.64 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   1.0.0.64
       WRServices.dll   WRServices Thursday January 21 2010 12:13:3   Build 0.11423   0.11423
       wu3d.dll   U3D Writer   9.3.0.113  
    Installed plug-ins:
       3D Studio 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Accented Edges 12.0
       ADM 3.11x01
       Angled Strokes 12.0
       Average 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Bas Relief 12.0
       BMP 12.0
       Camera Raw 6.0
       Chalk & Charcoal 12.0
       Charcoal 12.0
       Chrome 12.0
       Cineon 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Clouds 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Collada 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Color Halftone 12.0
       Colored Pencil 12.0
       CompuServe GIF 12.0
       Conté Crayon 12.0
       Craquelure 12.0
       Crop and Straighten Photos 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Crop and Straighten Photos Filter 12.0
       Crosshatch 12.0
       Crystallize 12.0
       Cutout 12.0
       Dark Strokes 12.0
       De-Interlace 12.0
       Dicom 12.0
       Difference Clouds 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Diffuse Glow 12.0
       Displace 12.0
       Dry Brush 12.0
       Embed Watermark 4.0
       Entropy 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Extrude 12.0
       FastCore Routines 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Fibers 12.0
       Film Grain 12.0
       Filter Gallery 12.0
       Fresco 12.0
       Glass 12.0
       Glowing Edges 12.0
       Google Earth 4 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Grain 12.0
       Graphic Pen 12.0
       Halftone Pattern 12.0
       HDRMergeUI 12.0
       IFF Format 12.0
       Ink Outlines 12.0
       JPEG 2000 2.0
       Kurtosis 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Lens Blur 12.0
       Lens Correction 12.0
       Lens Flare 12.0
       Lighting Effects 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Liquify 12.0
       Matlab Operation 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Maximum 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Mean 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Measurement Core 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Median 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Mezzotint 12.0
       Minimum 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       MMXCore Routines 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Mosaic Tiles 12.0
       Multiprocessor Support 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Neon Glow 12.0
       Note Paper 12.0
       NTSC Colors 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Ocean Ripple 12.0
       OpenEXR 12.0
       Paint Daubs 12.0
       Palette Knife 12.0
       Patchwork 12.0
       Paths to Illustrator 12.0
       PCX 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Photocopy 12.0
       Photoshop 3D Engine 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Picture Package Filter 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Pinch 12.0
       Pixar 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Plaster 12.0
       Plastic Wrap 12.0
       PNG 12.0
       Pointillize 12.0
       Polar Coordinates 12.0
       Portable Bit Map 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Poster Edges 12.0
       Radial Blur 12.0
       Radiance 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Range 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Read Watermark 4.0
       Reticulation 12.0
       Ripple 12.0
       Rough Pastels 12.0
       Save for Web & Devices 12.0
       ScriptingSupport 12.0
       Shear 12.0
       Skewness 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Smart Blur 12.0
       Smudge Stick 12.0
       Solarize 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Spatter 12.0
       Spherize 12.0
       Sponge 12.0
       Sprayed Strokes 12.0
       Stained Glass 12.0
       Stamp 12.0
       Standard Deviation 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Sumi-e 12.0
       Summation 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Targa 12.0
       Texturizer 12.0
       Tiles 12.0
       Torn Edges 12.0
       Twirl 12.0
       U3D 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Underpainting 12.0
       Vanishing Point 12.0
       Variance 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Variations 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       VueScan 1.0.00
       Water Paper 12.0
       Watercolor 12.0
       Wave 12.0
       Wavefront|OBJ 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       WIA Support 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       Wind 12.0
       Wireless Bitmap 12.0 (12.0x20100407 [20100407.r.1103 2010/04/07:14:00:00 cutoff; r branch])
       ZigZag 12.0
    Plug-ins that failed to load: NONE
    Flash:
       Flash
       Mini Bridge
       Access CS Live
       CS News and Resources
       Flash
       Kuler
       CS Review
    Installed TWAIN devices: NONE

    Just a bunch of random thoughts...
    Hm, seems to stop exactly halfway across, left to right, and in a 5:4 ratio.
    Looks like a pretty big display...  What's the pixel resolution of your monitor?  Does it use a dual-link DVI connection?
    Do you have any desktop management software active that does things like expand the desktop or provide multiple / virtual desktops?  I'm trying to guess at whether something might be causing the system metrics to be reported wrongly.
    Just on a hunch, try this:  Choose Edit - Preferences - Performance, click the [Advanced Settings...] button, and change the OpenGL Mode to Basic.
    If no change, does the problem go away if you uncheck [ ] Use OpenGL Drawing entirely?
    -Noel

  • Strange Indesign Bug -- I lost a weeks worth of files

    Not sure what caused this.  There's certainly nothing that can be done
    about it.  I neglected to repair my backup volume which failed a couple weeks ago and proceeded with an InDesign
    large project and lost all my work.
    When working on this doc, every several days I would edit the file name, adding something to the end of the file to let me know what work it contained.  I began about Nov 6 and made my last edits on Nov 16, yesterday evening before going home.  During the course of the day I noticed something very strange -- the file name had some jibberish in it enclosed in parens.  I simply removed them and resaved.
    When I came in this morning, there were NO files from Nov 7 on -- all of the edits I'd made to some 10 incrementally changing files were now gone.
    I've since used a disk recoverey tool to no avail.
    Obviously, I'm at fault for not using proper backup procedure -- but there's a pretty nasty bug here which bit me that is pretty frustrating.  I'm on Snow Leopard.  File was about 150 pages, quite a bit of imagery.
    don

    Sorry to go silent, but I was busy trying to salvage things.
    First -- thanks for all the helpful replies, and also thanks for the wake-up calls as to my sloppy procedures.  I've taken them to heart and just finished backup up my system. I had a functioning backup system that failed a few weeks ago and I let my workload keep me from attending to it.
    As I stated earlier, I was using a backup method where in the same directory I was altering names every chapter.  The day the system ate my collection of files I had encountered some sort of problem in the file names.  I corrected the problem and went on.
    When I first realized the data was lost I immediately checked my "dropbox" (an online program that lets me move with files between computers.  I had taken the work home for the weekend, but deleted it monday morning from the dropbox because I hadn't actually done any work over the weekend.  I worked all day monday and it was on tuesday thart my files were gone.
    When I came in to work monday morning I noticed something interesting in my task bar at the top of the OS X screen.  I saw a program that when highlighted said "backup successful".  It seems I had installed the free version of Mozy a few months back and since it was only 2 gig of storage I pointed it as a test to my "Dropbox" and forgot about it.
    Sure enough, it had dutifully copied friday evenings work out of the drop box to the Mozy servers.
    So, despite all of the suggestions failing (booting without extensions, data salvage programs and so forth) I have no a file that represents only one days worth of data loss.  And the edits I did monday were fairly minimal.  Needless to say I've made multiple copies of it and I am now back on schedule to deliver my project ontime.
    Thanks again for all the advice.
    Don

  • Strange Swing bug in Oracle's JDK7

    I have a strange bug with every java app i run with the Java 7 VM. Every frame is limited to a maximum width of 1024 pixels. Doesn't matter if you try to resize it by code or dragging the border with the mouse pointer.
    I have a Macbook with Mac OSX 10.7.5 (1280x800 resolution).
    If i try to run the apps with Apple's Java 6 VM all works as expected.
    Here is a POC:
    import javax.swing.*;
    import java.awt.*;
    public class JDK7Bug {
        public static void main(String[] args) throws InterruptedException {
            JFrame frame = new JFrame();
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setVisible(true);
            frame.setSize(800, 400);
            Thread.sleep(100);
            System.out.println("frame.setSize(800, 400); " + frame.getSize());
            frame.setSize(1100, 400);
            Thread.sleep(100);
            System.out.println("frame.setSize(1100, 400); " + frame.getSize());
            frame.setSize(1000, 400);
            Thread.sleep(100);
            System.out.println("frame.setSize(1000, 400); "+frame.getSize());
            System.out.println("ScreenSize: "+Toolkit.getDefaultToolkit().getScreenSize());
    It outputs:
    frame.setSize(800, 400); java.awt.Dimension[width=800,height=400]
    frame.setSize(1100, 400); java.awt.Dimension[width=1024,height=400]
    frame.setSize(1000, 400); java.awt.Dimension[width=1000,height=400]
    ScreenSize: java.awt.Dimension[width=1280,height=800]

    Try wrapping everything inside main in a SwingUtilities.invokeLater. You should not do any Swing stuff outside the EDT and you can remove the Thread.sleep.
    I have tested on my Windows 8.1 with 7u45 and 7u60 and they both work
    I get the following in std.out:
    frame.setSize(800, 400); java.awt.Dimension[width=800,height=400]
    frame.setSize(1100, 400); java.awt.Dimension[width=1100,height=400]
    frame.setSize(1000, 400); java.awt.Dimension[width=1000,height=400]
    ScreenSize: java.awt.Dimension[width=2560,height=1440]

  • Strange, indefinable bug in InDesign CS2014

    Can anybody tell me how to get rid of this strange bug?
    It steals the focus, and then returns it. It causes all sorts of problems. Sometimes it bugs a lot/many times in short time, sometimes less.
    The bug is only in InDesign. This started after I updated all software to current latest version:
    OSX Mavericks 10.9.4
    Adobe Creative Cloud 2014
    InDesign 10.0.0.7 Build

    Thanks. I have already done that and no bug so far. Still not sure, because the bug is not always present.
    Thank you for the tip! I´ll be talking to Extensis if there´s no bug during the day.

  • Strange behaviuor (bug?) with view (ora-918 column ambiguously defined)

    Hallo everybody,
    the following code works as expected;
    select substr(fire_id,-4,2) as ct,zone_id, count(fire_id),sum(a_total) from
    (select *
    from fire right join fire_zone using (fire_id)
    where definition_id = 1
    and checked = 1
    and substr(fire_id,-4,2) in (21,23)
    and fire_id between 190400000000 and 200900000000)
    group by substr(fire_id,-4,2),zone_id
    order by ct, zone_id
    but when a define a view for the subquery:
    create or replace view tempfire as
    select *
    from fire right join fire_zone using (fire_id)
    where definition_id = 1
    and checked = 1
    and substr(fire_id,-4,2) in (21,23)
    and fire_id between 190400000000 and 200900000000
    and then run
    select substr(fire_id,-4,2) as ct,zone_id, count(fire_id),sum(a_total) from tempfire
    group by substr(fire_id,-4,2),zone_id
    order by ct, zone_id
    I got the error ora-00918 column ambiguously defined for zone_id.
    Is this a bug or is there a reason?
    Thank you in advance,
    Cheers,
    Boris
    Edited by: boris on Nov 19, 2009 6:49 AM
    Edited by: boris on Nov 19, 2009 6:52 AM

    user503699
    I followed your suggestion and now it works. Thank you !
    But something is strange ... this is the result of the desc tempfire ... and all the column names are different ...
    desc tempfire
    Name Null Type
    FIRE_ID NOT NULL NUMBER(12)
    START_DATE DATE
    END_DATE DATE
    LOCALITY VARCHAR2(56)
    X_COORD NUMBER(6)
    Y_COORD NUMBER(6)
    COORD_RELIABILITY_ID NUMBER(1)
    ALTITUDE NUMBER(4)
    SITE_ID NUMBER(1)
    EXPO_ID NUMBER(1)
    SLOPE NUMBER(3)
    X_BUSH NUMBER(1)
    X_COPPICE NUMBER(1)
    X_COPPICE_MIXED NUMBER(1)
    X_SELVA NUMBER(1)
    X_HIGH_FOREST_HARDWOOD NUMBER(1)
    X_HIGH_FOREST_SOFTWOOD NUMBER(1)
    X_HIGH_FOREST_MIXED NUMBER(1)
    X_PIONEER NUMBER(1)
    X_FORESTATION NUMBER(1)
    S_BUSH NUMBER(8,2)
    S_COPPICE NUMBER(8,2)
    S_COPPICE_MIXED NUMBER(8,2)
    S_SELVA NUMBER(8,2)
    S_HIGH_FOREST_HARDWOOD NUMBER(8,2)
    S_HIGH_FOREST_SOFTWOOD NUMBER(8,2)
    S_HIGH_FOREST_MIXED NUMBER(8,2)
    S_PIONEER NUMBER(8,2)
    S_FORESTATION NUMBER(8,2)
    A_FOREST NUMBER(8,2)
    A_GRASSLAND NUMBER(8,2)
    A_NONPRODUCTIVE NUMBER(8,2)
    A_TOTAL NUMBER(8,2)
    D_CASTANEA NUMBER(1)
    D_QUERCUS NUMBER(1)
    D_FAGUS NUMBER(1)
    D_BETULA NUMBER(1)
    D_OTHER_HARDWOOD NUMBER(1)
    D_PINUS NUMBER(1)
    D_PICEA NUMBER(1)
    D_LARIX NUMBER(1)
    D_OTHER_SOFTWOOD NUMBER(1)
    DIAMETER NUMBER(3)
    LITTER_ID NUMBER(1)
    HERB_LAYER_ID NUMBER(1)
    BUSH_LAYER_ID NUMBER(1)
    FIRE_SURFACE NUMBER(1)
    FIRE_CROWN NUMBER(1)
    FIRE_SINGLE_TREE NUMBER(1)
    FIRE_SUBSURFACE NUMBER(1)
    DAMAGE_FOREST_ID NUMBER(1)
    DAMAGE_SOIL_ID NUMBER(1)
    HEIGHT_DAMAGE NUMBER(4,2)
    F_PROTECTION NUMBER(1)
    F_ECONOMIC NUMBER(1)
    F_RECREATION NUMBER(1)
    CAUSE_ID NUMBER(2)
    OTHER_CAUSE VARCHAR2(200)
    CAUSE_RELIABILITY_ID NUMBER(1)
    ALARM_FORESTDEP DATE
    CHECKED NUMBER(1)
    DATA_FROM_FORESTDEP NUMBER(1)
    DATA_FROM_FIREMANDEP NUMBER(1)
    DATA_FROM_HISTORY NUMBER(1)
    INSERT_DATE DATE
    INSERT_BY VARCHAR2(16)
    UPDATE_DATE DATE
    UPDATE_BY VARCHAR2(16)
    OLD_TI_AFFDFO VARCHAR2(1)
    OLD_TI_S_SPES NUMBER(8,2)
    OLD_TI_PICFOR VARCHAR2(1)
    OLD_TI_FIRE_TYPE VARCHAR2(1)
    OLD_TI_DOMINANT_SPECIES VARCHAR2(1)
    OLD_TI_CAUSE VARCHAR2(2)
    OLD_TI_FOREST_TYPE VARCHAR2(1)
    START_DATE_RELIABILITY_ID NUMBER(1)
    END_DATE_RELIABILITY_ID NUMBER(1)
    DEFINITION_ID NUMBER(1)
    ZONE_ID NOT NULL NUMBER(8)
    79 rows selected
    I'm still interested hoe to use hints. Can anybody tell me?
    Thank you
    Boris

  • Opacity and Free Transform bugs

    I just got Photoshop CS5 and there are two things that bug me. The first is a problem with Free Transform that has dated back since Photoshop CS. When I first started out with Photoshop 7.0 and I have both a path and a selection on screen, I can choose to Free Transform the path if I have the Path Selection Tool selected, or Free Transform the selection's content if I have the Move or Marquee tools selected. But since Photoshop CS came out, it will ONLY Free Transform the path if it's on screen, regardless of which tool is selected. This is very annoying, because I usually use paths as a guide when I need to Free Transform something into place. [b]How do I Free Transform pixels if a path is on screen?[/b]
    The second problem seems to be a bug with the Opacity shortcuts. If for example, I want to reduce the opacity of a layer to 50%, I'd press M, 5. But in Photoshop CS5, I have to press M, 5, 5. I have no idea why I need to press 5 twice, but it throws me off. What's causing this and how do I fix it?

    Ah with you now.
    With the selection on screen click on the Move tool. Then check the "Show transform tools"box at the top of the screen. After that transform away...
    I hope this helps
    Dave

  • STRANGE TRANSFORMATION ERROR

    Hi Experts,
    I would try to explain my problem because I think it is so strange.
    I have a datasource and a ODS. I assign all the fields that I want (1to1) but when I save the transformation, automatic it assign one source field to two target fields. When I try to activate I have an error.
    I don't know why when i save the transformation it assign me more fields. Each time with differents fields.
    How can I solve this problem????
    Thank you very much,

    HI Guijarro,
    I think 2source field is mapping to 1target fields is not a problem
    because it may be UNIT characteristic (Ex REVENUE,0currency is mapped to one TARGET field like that....)
    Which of ur source fields are mapping with target field?
    Thanks
    chandra sekhar

  • Strange behaviour (bug?) of 3D widget on iPad2

    Hi,
    I've just encoutered very strange behaviour when playing around with 3d widget.
    Here's what I'm doing:
    Created new project from basic template,
    On section page removed everything and placed two simple 3d objects (~7000 faces each no textures) and removed title, description, background etc from them, both was set to autorotate.
    Send to my iPad using preview button.
    What's happening:
    When page with 3d objects opens one of them behaves as expected (autorotate), but other is either unresponsive for a very long time (few minutes) or you have to pinch it to full screen to be able to interact with it, however when you close full screen mode every thing gets normal and you can play with both objects at once.
    It looks like a bug to me, but maybe someone else could try to reproduce this behaviour to rule out configuration factors.
    Do you know when I could fill bug report?
    Best regards,
    Jacob

    While there is no formal bug reporting method similar to what devs have w/apps, iBA does have a 'Provide iBooks Author Feedback' menu item.
    As well, confirm your 3d related process here:
    iBooks Author: Best practices for using 3D models - Support - Apple

  • Strange JPG bug. Lost image details when open it in PS. It looks sharper.

    Hello.
    Strange problem found.
    This problem recur in Windows/Mac environment and in the CS4, CS3, CS2 and even 5.5 :-) (maybe others) versions of PS.
    When open some JPG images in Photoshop, some details lost and image looks sharper/grainy then it is.
    I've tested jpg's created by 3d editing program, downloaded from web etc on different PC's and still same problem, only in PS.
    Any ideas?
    I think, it's not driver problem, because of problem iterations on different machines and in PS only.
    CS4 11.0.1 installed, nvidia fx3700 latest drivers installed.
    Original image in attachment, to open it ps and see the bug.

    I didn't see any of that.
    What I did see was that when opened and viewed in Paintshop pro X2 the picture was the same.
    When opened and viewed in PS CS4 extended the red color was noticeabley washed out.
    I must have something adjusted wrong in PS. 

  • Strange boot bug; open firmware not working

    Hi!
    I have a powerbook Alu 15", 1.5Ghz. It runs OS X 10.4.2 with the latest security update. My problem started last Saturday.
    The problem is that my pb will not restart nor boot on its own. The computer makes its usual chime, the hard-disk starts to spin for a few second, and then stops suddenly before anything is displayed on the screen (the display does not even light-up). If I press the option key after or before the chime, and keep it pressed, or the shift key, or the c key, or the t key, or the command-option-p-r key combination, or even the command-option-o-f key combination, the behavior is exactly the same: the disk starts to spin for a few second after the chime, and suddenly halts. The computer appears to shutdown on its own before the boot can even start.
    Here is the strange part: the computer boots normally if I press the command key (this key on its own is not suppose to do anything). It also works if I press the command-s or command-v key combination. No other key combination seem to work.
    Except for this strange boot behavior, the computer works flawlessly. I did not have any kernel panic for at least a year, the computer did not crash recently, everything works fine except for one small detail on which I will come back at the end.
    I've tried to fix the problem by the following actions:
    1) Clean install of Tiger with a new partitioning of the disk; I even zeroed the entire disk. This did not change anything so the problem is probably not OS related.
    2) Reset of the PMU with the four finger salute: shift-control-option-power combination. No effect except that I lost the date/time information. Hence the reset worked.
    3) Tried to reset the PRAM, but the command-option-p-r key combination does not seem to work.
    4) Tried to load the open firmware with command-option-o-f, but this does not work either.
    5) Memory seems ok. I have 1x256M of Apple RAM + 1x1G of RAM bought from OWC. I've had the OWC RAM for about a year without any problem. Anyway, I removed the 1G module and tried to boot on the 256M Apple module alone. Exact same behavior. Then I removed the Apple module and put back the 1G module. Exact same boot behavior. So the problem is not with my RAM, unless both modules have simultaneously developed a malfunction.
    6) Tried to run the Apple hardware tests. However, for my machine, these tests come on the install DVD, in a special hidden volume. To boot on this special volume, one needs to boot with the option key depressed, and to select the boot volume from the open firmware interface. But this does not work on my machine, the computer seems to shut down before this interface can be activated!
    So this problem is very strange. I can live with having to press the command key for booting my machine, but I would sure like to know what is going on here. Is the problem hardware related? Perhaps, but as I said, the machine works flawlessly except for the strange boot behavior.
    Is the problem related to firmware? I think that this is the most probable option. What do you think? Maybe, the firmware got slightly corrupted? Maybe a bit got flipped in the flash memory? Is this possible? I guess so. But, what can I do? Should I contact my friendly local repairman?! I have to admit that this option scares me a little bit for such a strange problem. I would need an Apple engineer with boot related experience/expertise!
    Now, here is a little bit of further information. I don't know if its related, but it is also very strange. I work with a dual screen configuration. Usually, I connect my screen and then I wake up the computer. Last week, I noticed that if I connect my second screen live, the system detects it automatically. I guess this is new to Tiger? Anyway, the strange behavior is that the computer then asks me if I want to sleep, restart or shutdown my pb, as if I had pressed the power button. But I did not press this button when I connected the dvi connector >:-o
    Many thank

    Hi Scott!
    Almost every time the PowerBook woke after sleep, I got the 'Are you sure you want to shut down your computer now...' message.
    I get this message upon wake only rarely, but every time I plug or unplug a display live.
    The strange behaviour was tolerable, so I've lived with it for several months. But then when checking out the PowerBook discussions, I read about the failing lower RAM slot problems, and just out of interest, checked out my System Profiler....
    Ok, so the good news is that my pb may continue to work for several months
    My lower RAM slot appears to be ok for now.
    Interestingly, I'm sure that the start-up problems began when I started using my PowerBook with a 23" Apple Cinema Display (a pink hued one, but that's another on-going saga) - and you too have mentioned that you use an external display, so I wonder if that's part of the cause of our start-up problems.
    Yes, I've noticed the 'Are you sure you want to shut down your computer now...' message just a few days before noticing the strange boot problem (not sure if the machine booted in between). I use ViewSonic displays (one at home and one at the office), and several different projectors in different class rooms. From what I read, it is plausible that there is a link between this problem and the dvi port. Could it be that the boot sequence of mb is affected by a hardware problem on the dvi port? But not when a press the command key?!
    Anyway, my machine is no longer under warranty, so I intend to live with the problem for as long as possible...
    But I've been doing more regular backups since then.
    Best wishes to you and your (almost) new machine!
    Marc.

  • XSLT transformation Bug?

    We are encountering a strage error and it is not always reproducible.
    Problem:
    content of one of the element has &; and in the initial transformation this is getting replaced by &
    We are doing another transformation of this transformed xml file. This is where the transformation seems to not working correctly.
    for some of the elements & is passed as is, on some of the elements , & is replaced with &#38 when ever this happens, the result will pickup all the elements after this element and treat them as text content for this element.
    ex
    Input1
    <?xml version="1.0" encoding="UTF-8"?>
    <Root>
    <item>
    <company>abc &; co</company>
    <addr1>1 xyz st</addr1>
    <addr2>zyz zyz</addr2>
    <city>xyz</city>
    </item>
    <item>
    <company>def &; co</company>
    <addr1>1 xyz st</addr1>
    <addr2>zyz zyz</addr2>
    <city>xyz</city>
    </item>
    <item>
    <company>ghi &; co</company>
    <addr1>1 xyz st</addr1>
    <addr2>zyz zyz</addr2>
    <city>xyz</city>
    </item>
    </Root>
    Result of transformation 1
    <?xml version="1.0" encoding="UTF-8"?>
    <Root>
    <item company="abc &#38; co" addr1="1 xyz st" addr2=" zyz zyz" city="xyz" />
    <item company="def &#38; co" addr1="1 xyz st" addr2=" zyz zyz" city="xyz" />
    <item company="ghi &#38; co" addr1="1 xyz st" addr2=" zyz zyz" city="xyz" />
    </Root>
    Result of transformation 2
    <?xml version="1.0" encoding="UTF-8"?>
    <Root>
    <item>
    <company>abc &#38; co</company>
    <addr1>1 xyz st</addr1>
    <addr2>zyz zyz</addr2>
    <city>xyz</city>
    </List>
    </item>
    <item>
    <company>def &#38;#38 co addr1="1 xyz st" addr2=" zyz zyz" city="xyz" />
    <item company="ghi &#38; co" addr1="1 xyz st" addr2=" zyz zyz" city="xyz" />
    </company>
    <addr1>1 xyz st </addr1>
    <addr2> zyz zyz</addr2>
    <city>xyz</city>
    </item>
    </Root>
    Transformation 2 for company element some times converts &#38; to &#38;#38; and when it does that will pick up next item elements.
    Any reason?
    null

    read & as &#38;#38 in the transformed xml

Maybe you are looking for

  • Photos transfer from MacBook Pro to Nokia

    I understand that iPhone cannot Bluetooth photos to other device except only to iPhone. So I had transferred the photo to my Mac book pro. Can anyone teach me how to transfer the photo to a Nokia phone? I can't find the word Bluetooth or transfer whe

  • Sonata font does not work in MS word, windows 7

    I purchased and downloaded Sonata Std. from Adobe. I downloaded it and installed it. I want to use it in Microsoft Word (Office 2013) - Windows 7. When I open a Word document, the Sonata Std. font name appears in the font select window, but after I s

  • Enhancement RMVKON00 missing EXIT_RMVKON00_003 in 6.0

    In 4.6C, We have a cmod that contains enhancement RMVKON00.  In 6.0 that exit is gone.  I read a note that talk about readding it.  Note number 459903.  But when you try and readd the exit, it won't allow you.  Says.  "As of Release 5.0, the concept

  • Oracle SOA Suite 11g Essentials Exam

    Hi All, If I read the book "Getting Started With Oracle SOA Suite 11g R1 - A Hands-On Tutorial" thoroughly will I pass the "Oracle SOA Suite 11g Essentials" Exam? or do I have to read more?

  • Accent marks - How do I put a caron over a capital Z?

    Greetings, Mac people. I am currently writing my dissertation with Appleworks. I have a problem. There are some words and names in it that I cannot type correctly. For example, the author Louis Zabkar has a caron (like the accent on î, but upside-dow