Painel with Zoom Effect..

I have a sample application where when the user clicks a
button i instance a new component based on a panel and add an
"addedEffect" to this painel to this zoom tag
<mx:Zoom zoomHeightFrom="0" zoomHeightTo="1"
zoomWidthFrom="0" zoomWidthTo="1" id="zoomEfeito">
and on this component it has only a label with a sample text
like "test test test test"
anyway, when i click the button, the panel appears and
everything okey but the text stays like this:
tes...
and when i click the panel itself then it shows the complete
text.. it also happens to any other component i put inside the
panel.. it resumes all text with "..." and when i focus the panel
it becomes normal.. if i remove the addedEffect from the instance
then it shows normal...
i tried like setFocus and such but nothing... does any1 have
any ideia wth is this ?
thx

I am having the same problem.  Did you ever find a solution to this?

Similar Messages

  • I imported a video I make in another program and I played it back in the video editor and I like the pan and zoom that was added by the program how do I save a copy with the effect of Premiere elements 12

    I imported a video I make in movie maker program and I played it back in the premiere video editor and I like the pan and zoom that was added by the program how do I save a copy with the effect of Premiere elements 12
    all I did was played it back how do I save that and make a new version of the video beacause when I save a copy the effect look I was trying to save was not there.
    Rodney
    [personal information removed... Mod - https://forums.adobe.com/docs/DOC-3731]
    [This is an open forum, not Adobe support, please do not post personal information]
    [If you are posting using email, please turn your 'sig file' function OFF for posting]

    silkman1
    I would be glad for the opportunity to customize a Premiere Elements 12 answer to your Premiere Elements 12 issue.
    But, I want to make sure that we are together on the details. This is my understanding of what you have written. Please review and let me
    know if I am misinterpreting anything that you have written.
    You have a video created in Windows Movie Maker.
    How did you output the video from Windows Movie Maker...wmv or mp4, what was the frame size and frame rate of that export?
    Next you import that video into Premiere Elements 12 (can we assume that this is on Windows 7, 8, or 8.1 64 bit?)
    From what you wrote, you have applied a pan and zoom effect to your video in Premiere Elements.
    Now you go to export the Premiere Elements 12 Timeline content with your video with the pan and zoom applied.
    But, the pan and zoom effect is not seen in playback of the export.
    Is all of the above correct so far?
    If so....we are going to need some more details from you...
    a. What is the project preset that you or the project are setting to match the properties of the video coming from Movie maker? See Edit Menu/Project Settings/General and the readings for Editing Mode, Timebase, Frame Rate, and Pixel Aspect Ratio even if the fields look grayed out.
    b. Are you applying the pan and zoom effect with the Pan and Zoom Tool, fx Effects Presets, or keyframing the Scale (for Zoom) and
    Position (for Pan) in the Motion Panel expanded?
    c. What are you selecting as your export in Publish+Share/. Please give details...are you using default settings or customizing the export
    setting under the Advanced Button/Video Tab and Audio Tab of the preset selected?
    I am suspecting some sort of mismatch of your project settings or some problems with working with the Pan and Zoom tool. I need
    your answers to help me help you. If I have written anything that you do not understand, please let me know. I will re-write if necessary
    so that we are in sync to resolve the issue.
    Thanks.
    ATR

  • Problem with the zoom effect

    I have five images in a row and I have added a zoom effect to
    the rollover and rollout effects. What I have noticed is that the
    image only zooms out when I bring the mouse out from the bottom of
    the image. If I try to bring the mouse from left to right across
    the images the first image zooms in but not out, and this happens
    for all five images. Can anyone identify what I am doing wrong?
    Here is my code:
    <mx:HBox width="100%" horizontalAlign="center">
    <mx:Image source="@Embed('images/bistro9-1.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-1.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-2.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-2.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-3.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-3.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-4.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-4.jpg')"/>
    <mx:Image source="@Embed('images/bistro9-5.jpg')"
    scaleX=".05" scaleY=".05" rollOver="doZoom(event)"
    rollOut="doZoom(event)"
    click="showImage('images/bistro9-5.jpg')"/>
    </mx:HBox>
    <mx:Zoom id="zoomAll" zoomWidthTo="0.06"
    zoomHeightTo="0.06" zoomWidthFrom=".05" zoomHeightFrom=".05" />
    public function doZoom(event:MouseEvent):void {
    if (zoomAll.isPlaying) {
    zoomAll.reverse();
    else {
    // If this is a ROLL_OUT event, play the effect backwards.
    // If this is a ROLL_OVER event, play the effect forwards.
    zoomAll.play([event.target], event.type ==
    MouseEvent.ROLL_OUT ? true : false);

    I figured out the problem I was having with my zoom effect.
    It worked when I added a specific number for height and width.
    Before I had a percent. Try adding a height and width number, it
    worked for me.

  • HOWTO show a popup window with ZOOM OUT effect?

    Hi,
    I want to implement such an effect in flex:
    Popup a modal window, which is showing as zooming out from
    the backgroud stage.
    I know how to implement in flash, but how in flex?
    please help.
    thanks.

    When you define the pop-up, set its scaleX and scaleY to
    zero. Then assign its showEffect to a <mx:Zoom> effect. If
    you don't set the initial scale to 0, you may briefly see the
    pop-up at full size before the Zoom effect re-scales it to zero.
    Note that your text may not scale: it depends on the font and
    if the Flash player can scale it; you can always embed the font and
    it will work correctly.
    You can make the Zoom effect either an MXML tag or create it
    with ActionScript when you make the pop-up.

  • Controlling zoom with scroll effect

    I really like the scrolling zoom effect on this site (first scroll effect): http://www.discovershadow.com
    I would love to see something similar included in muse.
    That is all.

    Okay...did that too.  We'll see.  I appreciate your help. 
    Having a major printing problem though.  Looks like I am going to be doing a lot of testing soon because the presents for my Canon iP6700D don't work like they did two days ago.  Canon has a new driver which I believe is the problem.  Maybe I can get back to the other one that worked like a charm.  -- Sandy

  • Problem with zoom in and zoom out

    hello,
    m doing zooming operation on tiff image.
    when i applied zoom in operation on image which have properties
    Bit per sample =1
    Image Length = 2200 Pixel
    Image Width = 1700 Pixel
    Resolution(x) = 200 dpi
    Resolution(y) = 200 dpi
    then it require 2 sec.
    then i apply the same code with diff image which have properties like,
    Bit per sample =1
    Image Length = 3300 Pixel
    Image Width = 2500 Pixel
    Resolution(x) = 300 dpi
    Resolution(y) = 300 dpi
    then it require 9 to 10 sec.
    my code is:
    RenderedImage src= oriRndImage[selectedButtonIndex];(orirndImage is Rendered
    Iamge)
    //Transfer Current RenderedImage object into BufferedImage object
    Raster ra= currRimage.getData(); //it take time.
    DataBuffer db = ra.getDataBuffer();
    SampleModel sa = ra.getSampleModel();
    ColorModel cm = currRimage.getColorModel();
    final BufferedImage currImage = new
    BufferedImage(cm,Raster.createWritableRaster(sa,db,null), false, new
    Hashtable());
    //Create new Bufferred Image
    BufferedImage bi = new BufferedImage(zoomW,zoomH, BufferedImage.TYPE_INT_RGB);
    Graphics2D g = bi.createGraphics();
    double scaleW = (double)(zoomW)/(double)(prev_width);
    double scaleH = (double)(zoomH)/(double)(prev_height);
    transAtZoom = AffineTransform.getScaleInstance(scaleW,scaleH);
    g.drawRenderedImage(src, transAtZoom);
    can any one tell me that image properties affect the speed.?
    how to handle this problem?
    Regards,
    Shruti.

    Hi,
    I m dealing with same problem as the one u specified regarding speed of zoom effect,can u plz help me out if u have a solution for the same..
    waiting for ur reply...
    thanking u.

  • Cannot see zoom effect

    After setting up a zoom on a still image it looks fine when using "play output"  in the pan/zoom tool preview window but when I return to the timeline view and play that clip it doesn't display properly. Instead it shows the initial frame with something looking like the zoom effect going on behind it.
    Can I not view the actual zoom effect for a clip after setting it up and returning to the timeline view?  I will be grateful for any insight.
    Still image is a .psd 1613 x 1080 in a project that is HD 1080i 1920 x 1080 (so the still image has black bars at both sides--which is the way I want it)
    OS: Windows 7 Ultimate x64

    Thank you to all three of you (Steve, Vipul, Bill) who took the time to answer and make suggestions.
    I have uploaded two videos showing : 1) view in effect preview window and 2) view in timeline.
    However, I think I may have done something wrong to begin with because when I created a new project and used the same source psd file to do the same kind of zoom effect it displayed perfectly both in the effect preview window and in the timeline.
    Accordingly, because I can do what I want to do--get the proper zoom effect--I'm not going mess around with that original clip anymore.
    What I did wrong with the original clip, I don't know, but I think that perhaps I was trying to make the orginal clip too short and that messed up the program. The new project clip with zoom that I created was a few seconds long.

  • How do I create a magnifying glass zoom effect?

    I'm building an image 'showcase of work' website site. Each html page features a selection of thumbnails on one side linked to a main image on the other.  I am trying to find out how to create something like a zoom effect 'magnifying glass' so that the user can hover over the main image to zoom in within a confined circle or square in more detail, which moves with the mouse whilst hovering over the image. I'm sure you all know what I mean!  (just in case, please see attached html file showing the page layout)  (I also don't want to get too techy/over complicate things as I'm learning as I go). I want to be able to use this feature throughout the site, therefore, I guess it's another CSS rule that I need to apply...?
    I'm hoping someone can point me in the right direction to find some sort of step by step 'how to' do this.  I can't seem to find just what I'm looking for... maybe I'm not calling it by the right terminology!
    I'm currently using Design Premium CS4 (predominantly Dreamweaver, Photoshop and a little Flash)
    Cheers....

    Hi
    Magiczoom and lightbox are used for showing enlarged versions of images etc. similar to using a separate pop-up window (but without the annoyance of pop-up windows).
    Anythingzoomer is a magnifying glass effect and works as such.
    PZ

  • Strange behavior with Zoom and Image control

    HELP - I have a strange behavior (bug?) with using Zoom
    effect on an Image that has been placed on a Canvas. I am using
    dynamically instantiated images which are placed on a canvas inside
    a panel. I then assign a Zoom IN and Zoom Out behavior to the
    image, triggered by ROLL_OVER and ROLL_OUT effect triggers. THE BUG
    is that the image jumps around on the Zoom OUT and lands on a
    random place on the canvas instead of coming back to the original
    spot. This is especially true if the mouse goes in and out of the
    image very quickly. HELP -- what am I doing wrong? Computer = Mac
    OS X 10.4.9 Flex 2.0.1
    Here's a simple demo of the bug -- be sure to move the mouse
    in and out rapidly:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute" creationComplete="setUp();">
    <mx:Script><![CDATA[
    import mx.events.EffectEvent;
    import mx.effects.Fade;
    import mx.effects.Zoom;
    import mx.rpc.events.ResultEvent;
    import flash.display.Sprite;
    import mx.core.UIComponent;
    import mx.controls.Image;
    private var zoomIn:Zoom;
    private var zoomOut:Zoom;
    private function setUp():void {
    var image:Image = new Image();
    image.id = "album_1_1";
    image.x = 200;
    image.y = 200;
    image.width = 64;
    image.height = 64;
    image.source = "
    http://s3.amazonaws.com/davidmccallie/album-128.jpg";
    image.addEventListener(MouseEvent.ROLL_OVER, doZoom);
    image.addEventListener(MouseEvent.ROLL_OUT, doZoom);
    myCanvas.addChild(image);
    zoomIn = new Zoom();
    zoomIn.zoomHeightTo = 2.0;
    zoomIn.zoomWidthTo = 2.0;
    zoomIn.captureRollEvents = true;
    zoomIn.suspendBackgroundProcessing = true;
    zoomOut = new Zoom();
    zoomOut.zoomHeightTo = 1.0;
    zoomOut.zoomWidthTo = 1.0;
    zoomOut.captureRollEvents = true;
    zoomOut.suspendBackgroundProcessing = true;
    private function doZoom(event:MouseEvent):void {
    var image:Image = Image(event.currentTarget);
    if (event.type == MouseEvent.ROLL_OVER) {
    zoomIn.target = event.currentTarget;
    zoomIn.play();
    } else if (event.type == MouseEvent.ROLL_OUT) {
    zoomOut.target = event.currentTarget;
    zoomOut.play();
    ]]>
    </mx:Script>
    <mx:Panel width="100%" height="100%"
    layout="absolute">
    <mx:Canvas id="myCanvas" width="100%" height="100%">
    </mx:Canvas>
    </mx:Panel>
    </mx:Application>

    There must be bugs in the Zoom effect code -- I changed the
    Zoom to Resize in the above code, and it works perfectly. Of
    course, Resize is not as nice as Zoom because you can't set the
    resize to be around the center of the image, but at least it works.
    Does anyone know about bugs in the Zoom effect?

  • Pan and Zoom Effect, which PE version introduced it?

    I like my PE 3.0 but it does not seem to offer the Pan and Zoom effect. Or am I just not seeing it.  Does anyone know which later version introduced it? I know 8.0 has it, but when did it come along?  The bundled version of Photoshop 5.0 it came with has a pan slide show, just discovered it.
    Also, I am familiar with keyframes, would this be helpful with 3.0 pan? or do I need a newer version.  Any tutorials good for this?
    thank you

    Pan & Zoom is available in all versions that offer Keyframing on the fixed Effects>Motion>Scale (Zoom) and Motion>Position (Pan). What might have been introduced would be Presets to do those with "one button." Do not know when those came into being. I do not use them in PrE 4, and would not in PrE 8, or 9, as I want control, and also the ability to determine what MY subject is, in an image. No amount of AI can do that for me, so a simple Preset stands about a zero chance of doing exactly what I want.
    At some point, PSE added the automatic Random Pan & Zoom. Again, were I doing a slideshow in it, I would not apply such, as i would Keyframe Motion>Position and Motion>Scale in PrE.
    In PrE 3, I feel strongly that you have the Effects Control Panel (accessed via Edit Effects for a Clip/still), and the ability to Keyframe both Motion>Scale and Motion>Position. This allows one adjust the parameters for those Effects over time, i.e. create a Zoom, and create a Pan. Other than the fact that you do these by hand, by eye and by mind, but with ultimate control, you have the features - just not automatically applied via a single button.
    Good luck,
    Hunt

  • HTML Widget zooming effect

    Hi,
    I am trying to make my HTML Widgets in my iBooks Author book to being fired up when user taps on a small button in the side of the book.
    For that sake, I place my widget first, then I drag my small button graphic to the widget area so it becomes the poster image of it.
    Problem is that when I test my book and I tap on the button, there's always a "zooming effect" of the button prior to execute the Widget itself, that enlarges the little png for a little while, so it shows the big pixel jagged image. I don't like this effect, is there any way to get rid of it?
    Thank you,
    Ignacio

    I am just using finally this workaround:
    1) Place the HTML widget as usual, but without poster image, nor Title, Background... so it is sort of a "transparent hot spot" in the book
    2) I draw a figure with text inside, as a button, and organize it so it lies below this transparent widget
    When I run the book in the iPad, I see a crisp, clear button that I cap tap and the Widget plays at full screen without that annoying jagged PNG zoomed in.
    Same thing if you use an image button rather than a figure.
    Greetings,
    Ignacio

  • Pan & Zoom effect in FCP 6

    Hello everyone,
    New to this forum and struggling with FCP to perform zoom and pan effect on scren cast movies.
    Can anybody give me som tips and tricks on how you best approach this or recommend a good effect for it?
    Thank You

    Sorry Shane, with screencast I mean that I capture with IShowU screen movements with a Mov file as finished product. In my case it is about creating a software tutorial. Once captured I do the editing in FCP and I need to zoom in or pan to certain screen areas to focus on some functionality on the screen.
    I have seen the tutorial before and Thank you for pointing it out, but that illustrate only a zoom effect, but I cannot find a way on how you easaly can move the screen from left to right , for example.
    Roger

  • Disable zoom effect in QT Player fullscreen playback?

    I'm using Quicktime Player to present video in fullscreen mode on a separate monitor. It all works well, but I'd like to disable the "zoom" effect when the video starts and finishes -- that is, I don't want the video window to "slide" in and out of position, but just begin and end "out of nowhere", so to speak.
    I don't mind hacking a plist or going through the Terminal to get there, if that's what's needed.
    Curiously, I have the MP2 (DVD file) plug-in, and there's no zoom when playing a muxed mpeg file -- it just shows up, like I want. But for various reasons I don't want to use muxed files, although that suggests there's a zoom switch somewhere that can be turned off.
    Any suggestions?

    Nope, that won't do it.
    I'm having the same problem, as I am planning to use QuickTime to play back a series of clips for an in-house CATV system, and under QT-7 there is this unacceptable zooming between clips. I have not found a solution under QT-7.
    I've also found that the AppleScript commands "Enter Full Screen" and "Exit Full Screen", which were added for QuickTime 6, are missing from the AppleScript dictionary in QuickTime 7. I actually reported this one to Apple as a "bug" (#5612904, Nov. 26, 2007) and as of this morning (March 24, 2008) the bug is still "open"...that is, Apple has not declared it "non-persuasive" or "expected behavior" or whatever they do to "bugs" that are just needless whining yet.
    What you CAN do (kudos to QuickTime Kirk for coming up with this one as a solution for another problem) is to run the QuickTime 6 player. That is, with QuickTime 7 installed, find a copy of QuickTime Player version 6.5.3 and give it a unique name (mine is called "QuickTime 6.app"). That allows you to run the v6 player on the v7 framework, and it actually does work. You get full-screen without the animation, and the full-screen AppleScript commands also work.
    --Dave Althoff, Jr.

  • I am looking for an animated globe/map with zoom capabilities for FCP

    I want to purchase a globe that will spin and look somewhat realistic and when I stop it on the country it will zoom in/out to the state I want. I have found globes at several companies, but I need the zoom effect. Or... I need a map of the U.S. with a zoom effect like this. Can anyone help?

    Google earth pro can be purchased with a modual that exports to AVI format, but only runs on the PC; its MUCH cheaper than 10k; I'm sure you can use the google search engine to find the home page to earth pro, with the movie maker plugin.
    You can use google earth the free version to create the sequance to test and see if you see what you like; and then upgrade to pro with movie plug in and get the best results; The free version will not be as smooth and hi res as the pro with movie maker, movie maker downloads all the data for each frame, then stores that frame in the AVI, the free version will download as much data as it can to display to keep up with the time alloted for the animation;
    You can get sneeaky and use your camera to record off the LCD panel, but this looks like crap as all the details are missing, not to mention its illegal. Pro with Movie plug in is worth it for exactly this type of thing...
    tk

  • I can't change shortcuts editing the shortcut file in preferences (mac) with After Effects CC. I Edi

    I can't change shortcuts editing the shortcut file in preferences (mac) with After Effects CC. I Edit the file, but when i open AE, it still the old same keys.
    How to have this working? And why until now, we don't have a GUI for shortcuts?
    I use the Apple Wireless Keyboard, and need to change the preview keys to a suitable ones, because this keyboard don't have the num pad.
    Until CS6, i was using ? and Shift+?, in the place of some kind of Zoom.
    But this time, i edit the file, in a sort of way i tried, and non of then change at all.
    WE NEED A GUI in AE Preferences to CHANGE THE SHORTCUTS!
    Thank You!

    The best way to add a +1 would be for everyone to file a feature request. Those are officially tracked by Adobe (unlike this user-to-user forum) and the more people that ask for something, the more likely it is to be implemented.

Maybe you are looking for

  • Cropping limitation in PSE 13

    I recently upgraded from version 10 to 13. When cropping in version 10, I normally wanted to maintain an aspect ratio of 3:2 as in the original image. I did this in the crop tool by selecting "Use Photo Ratio". This defaults the width and height to t

  • JWS 1.4.2_06 NoClassDefFoundError

    Help! I am trying to deploy a new application written in java version 1.4.2_01-b06. The network people pushed out JWS version 1.4.2_06 to almost 2000 workstations. The new app will not work with that JWS and returns the error message listed below (No

  • Skype credit gone after update?!

    Hello! About a week ago I got an update for Skype on my iPhone and iPad. As usual, I updated. The next day I wanted to call my family in Germany over Skype on my phone and was told I have no credit left. How is that possible?? I KNOW I had enough cre

  • Problem in getting updated data of VO

    I have a jspx page which have one ADF input LOV alongwith other controls. I have also a valueChangeListener attached with it so that whenever, user changes value, i want to process that value along with other values in VO which are set by LOV in the

  • Sounds at Night Time: Alarm/Calls = On, Everything Else = OFF??

    Hello, i am searching for days for a good solution to handle those notifications at night time on my iphone. I searched the internet in english, german and russian, but i was not able to find a official solution for my problem. Only jailbrake apps li