Using Resize effect to resize the component to 100percent

Hi all,
I am using resize component to show the opening of a datagrid which contains itemrenderers.The number of itemrenderers is not fixed hence i want to use the resize effect to resize the grid from height=0 to height=100%. I m not getting any clue as to how to do percent resize with effects.
Please share ur ideas.

Thanks for your answer!
I tried setting the font size to Auto, but the problem is that the text starts off really small, at about 12pt font. I really need it to start with large text, eg to start off as one word at say 60pt size, and be able to go down to two words on the top line and two words on the bottom line, at around 20 pt size. So it starts large, but goes down in size with the more text that is put in.
I am making editable Avery Labels for teachers - 10 to a page - to put kids names in, or subjects and names.
Also... is it possible to cenre the text vertically with in the text box?
Thanks very much for your advice!

Similar Messages

  • Error.Unable to use mx:CustomDateTimeAxis to implement the component.

    Hello.
    I have a modified class DateTimeAxis to show data labels in my own format:
    package
         import mx.charts.DateTimeAxis;
         public class CustomDateTimeAxis extends mx.charts.DateTimeAxis
              public function CustomDateTimeAxis()
                   super();
              override protected function formatDays(d:Date, previousValue:Date, axis:DateTimeAxis):String
                   return d["date"];
    In main application:
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:horizontalAxis>
         <mx:CustomDateTimeAxis id="xAxis" dataUnits="days" parseFunction="myParseFunction"/>
    </mx:horizontalAxis>
    The compiler produces an error:
    "Unable to use <mx:CustomDateTimeAxis> to implement the component."
    Can you help me. Thank you.

    The issue is very clear: you are using the wrong XML namespace to add your component. The mx namespace is defined for the Flex SDK, so unless you have a custom build of it then your component isn't in there.
    http://livedocs.adobe.com/flex/3/html/help.html?content=intro_3.html

  • Not able to stop flip effect available in the distortioneffects swc

    Hi,
    I am using flip effect available in the distortioneffects.swc component(http://blogs.adobe.com/auhlmann/archives/2007/03/distortion_effe.html).I am trying to stop a running flip effect.Though the isPlaying property of the effect is false when i traced it,the effect continued playing.Using Flex 3 sdk.
    Here is a sample code snippet where you can reproduce this error:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:mxeffects="com.adobe.ac.mxeffects.*">
        <mx:Script>
            <![CDATA[
                import mx.controls.Alert;
                private function onBtn1Click():void
                    if(flip1.isPlaying)
                        flip1.stop();
                    viewstack1.selectedIndex = 0;
                private function onBtn2Click():void
                    if(flip2.isPlaying)
                        flip2.stop();
                    viewstack1.selectedIndex = 1;
            ]]>
        </mx:Script>
        <mx:Button x="170" y="153" label="One" click="onBtn1Click()"/>
        <mx:Button x="259" y="153" label="Two" click="onBtn2Click()"/>
        <mx:WipeLeft id="c1Effect" target="{c1}" duration="1000"/>
        <mx:WipeLeft id="c2Effect"  target="{c2}" duration="1000"/>
        <mxeffects:Flip id="flip1" target="{c1}" siblings="{[c2]}" duration="1000" direction="RIGHT"/>
        <mxeffects:Flip id="flip2" target="{c2}" siblings="{[c1]}" duration="1000" direction="LEFT"/>
        <mx:ViewStack x="170" y="212" id="viewstack1" width="261" height="200" creationPolicy="all">
            <mx:Canvas id="c1" width="100%" height="100%" hideEffect="{flip1}">
            <mx:DataGrid x="0" y="0" width="100%" height="100%">
                    <mx:columns>
                        <mx:DataGridColumn headerText="View1" dataField="col1"/>
                    </mx:columns>
                </mx:DataGrid>
            </mx:Canvas>
            <mx:Canvas id="c2" width="100%" height="100%" hideEffect="{flip2}">
                <mx:DataGrid x="0" y="0" width="100%" height="100%">
                    <mx:columns>
                        <mx:DataGridColumn headerText="View2" dataField="col1"/>
                    </mx:columns>
                </mx:DataGrid>
            </mx:Canvas>
        </mx:ViewStack>
    </mx:Application>
    Steps to reproduce:
    1)Click Button 'two'.
    2)When the effect is playing,quickly click on Button 'one'.
    3)Effect continues to play and view1 not gets selected

    Still i am facing this issue.Any help?

  • Decompressing video files using After effects

    Hello!!
    I have a SONY Full HD camcorder that records in an AVCHD format.
    So when I import my clips into my computer's hard drive, they are compressed. That meens that I have to decompress them in order to work with the best quality.
    So, I use After Effects to export the AVCHD clips totaly uncompressed (I export them into none compressed Quicktime files). Then I re-import the uncompressed Quicktime clips into After Effects and start working with them, adding effects, color correction and so on. When I finish, I export them again totally uncompressed, in order to import them to Premiere for the final editting. I do that because I do not own an Adobe production suite so that to use Adobe Link for transfering files from After Effects to Premiere.
    I decompress all my AVCHD clips because I won't need to apply effects to all of them, so some will go straight to Premiere without passing through After effects, since there is no need. So they must be decompressed.
    I have noticed that when I decompressed an AVCHD clip, it got 578 GB from 84GB. So when I re-imported the uncompressed 578 GB clip in After Effects and added some effects and color correction, the final clip got out 392GB, although I chose the uncompressed settings and although I added effects. Normally it should be more than 578 GB.
    Would you happen to know why is that?
    Do you have any other suggestion of how should I decompress my camcorder clips? I have Quicktime but I cannot play AVCHD files, since it is an unsupported format for Quicktime.
    Thank you!!
    Giannis

    After Effects and added some effects and color correction, the final clip got out 392GB, although I chose the uncompressed settings and although I added effects. Normally it should be more than 578 GB.
    The default QT output uses the Animation CoDec, which is a visually lossless compression. No problem here and I think you are overdoing. There is nothing wrong with converting files e.g. to LZW compressed TIFFs, PNG or EXR files, all formats producing much smaller file sizes than QT files and without losing any info...
    Mylenium

  • Using only 1 view from a component ( usage )

    hi experts..
    I have a component C1 with 7 views...
    I have another componet C2 in ehich i want to use only 1 view of the component C1 rather than the entire component...
    How can i do that...
    jagruti

    Hi again.
    can u make it more simpler sascha..
    In the component controlelr of C1 create en event
    (mark as interface).
    Steps below r not clear.....
    Then in the actíon handler method of C1 fire this
    event.
    The action handler method assigned to the back button in the view you want to use in C2. Here you can use the wizzard to fire the event in the component controller. There should be a fire_... method in the component controller now.
    In the controller of view in C2 which contains the
    ViewUiContainerElement create an event handler method
    for the event of C1. In this handler you fire an
    outbound of the view which navigates to another view
    in C2.
    this is described in the above mention thread. In C2 you created a viuew with the ViewUiContainerElement which embedds the view with the back button of C1.
    Go to the attrib utes tab of this view and add the usage of C1 here.
    Then go to the methods tab of this view and create a method handleBackEvent and choose event handler. In the event columen make a F4 and select the event of the component usage C1. Hit enter.
    Create an outbound plug in this view which should be use to navigate to the view in C2 you want. Then go to the event handler method just created and fire the outbound plug.
    Do not forget to connect the outbound to the inbound of the view you want to navigate to.
    sorry for bugging u..
    No prob.
    jagruti..
    Cheers,
    Sascha
    Message was edited by:
            Sascha Dingeldey

  • I am using a doc formatted on excel --- how do i resize the doc to fit on one page?

    I am using a document that was formatted in excel (on a PC) --- how do i resize the document to print on one page?

    Hi phylw,
    Here is one way. View > Show Print View. At the bottom of the window is a slider control called Content Scale. Slide to the left to shrink the document.
    Under File > Print... you will see a print preview that tells you how many pages the document now occupies.
    Regards,
    Ian.

  • What method should be used for resizing the particular JTable Column width

    I have a four table. Only one table which are on top have a table header. I want that when user resize the topmost table with a mouse other table colume also be resized automatically. So I want to know that what method should be used for resizing the particular JTable Column width.
    Thanks
    Lalit

    maybe you can implement a interface ComponentListener as well as ComponentAdapter with your topmost Table.
    for example:
    toptable.addComponentListener(
    new ComponentAdapter(){
    public void componentResized(ComponentEvent e){
    table1.setSize(....);
    table2.setSize(....);
    /*Optionally, you must also call function revalidate
    anywhere;*/
    );

  • Using CampTune application to Resize the Bootcamp partition

    Hello,
    I neet to increase the size of my Windows partion on the HDD created with Bootcamp. Asked in a previous Question.
    Some respondents have advised that this can only be done by doing a complete Windows uninstall and then recreating an new Bootcamp partion of the desired size. They have advised that to do anything else invites damage to the HDD.
    Others have advised purchasing CampTune and using it to resize the bootcamp Windows partition.
    Asking for feedback from those who have purchased and used CampTune on their experience with the software to resize the partion.
    Thanks for the help.
    RF

    Either method will work.

  • I am trying to resize the the lengths of the address bar and the search bar. I could before using a "line" between them to drag to resize. But this is now not s

    I am trying to resize the the lengths of the address bar and the search bar. I could before using a "line" between them to drag to resize. But this is now not showing. Any ideas?

    There is a simple way to try and fix the Issue.
    Try '''Resetting '''Your Toolbar to Default and Resize.
    '''You can always restore the default toolbar settings by clicking Restore Default Set in the Customize Toolbar window.'''
    For more step by step way of fixing the Toolbar Arrangement, [https://support.mozilla.org/en-US/kb/customize-firefox-controls-buttons-and-toolbars?esab=a&s=reset+toolbar&r=3&as=s Look at this Link]

  • Resizing the wrapped swing component inside the javafx stage

    I have a customized swing component & need to wrap it in javafx stage. But as & when the javafx scene resizes, I want to resize the swing component accordingly.
    One way of resizing this is to scale the swing component. But is there any other way or layout to do it efficiently.
    --Nitin Pokalwar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hello
    <p>Let's have a look at this Forms PJC/JavaBean site</p>
    Francois

  • In Aperture 3 creating a book using Formal theme and in Edit Layout I can move but not resize the image box even though handles appear and the manual says I should be able to. Help      image boxt

    Can I resize image boxes with the displayed handles as the User Manual suggests I can, when creating a book in Aperture 3 using the Formal Theme (with the beveled mask) and in Edit Layout mode?  I can move the box with the yellow guidelines, but those handles will not move to allow me to adjust size.  If I delete the box and add a photobox, I can resize, but I loose those nice beveled masks!

    Well I tried on my wife's MB and it worked fine, but keeps the same aspect ratio. Nearly there. I tried the local Apple outlet, but they had just taken Aperture off the demo machine .
    However, I have discovered that I can use the "right click" option for 'photo aspect ratio' and it will resize the box to accomodate my pictures.  By fiddling I can select an alternative ratio and/or picture and change the size of the frame up or down and try to get an appropriate size and ratio, e.g. if I have a small landscape picture, I can pop in a bigger square picture (it gets cropped) then choose a portrait mode (cropped differently) then pop in my landscape picture (still cropped, but bigger size), then use the option 'photo aspect ratio', I get it uncropped and bigger.  Not a really satisfactory work around, but better than nothing. 
    By combining they fiddling with aspect ratios and the pinch/squeeze routine - on the MB (or via Lion and a track pad I assume) - I should get there.
    Pity those pesky handles don't work!!
    Thanks folks for the help

  • Problem with dragged component after resizing the frame

    My application is simple: I am displaying an image on a panel inside a frame (JFrame). I am able to drag the image inside the panel. My problem is that, after dragging the image around, if I am resizing the frame, the image goes back to its original position.
    Does anyone know a workaround?
    I have been using the sample provided by noah in his answer (reply no. 3) to a previous question on this forum: http://forum.java.sun.com/thread.jsp?forum=57&thread=126148
    Thank you!

    Chek out the visibility of your components. Some operations may render them invisible. Use the setVisible( boolean ) to make them visible.

  • I updated to Photoshop cc 2014 and now can't resize the images like I used to.

    I updated to Photoshop cc 2014 and now can't resize the images like I used to. 
    I used to click on the image and then go to the corner hold down shift and resize it.  Now it won't do it.
    How do I do it now? 
    I have a project deadline and need to do this asap.  Panicking that I won't meet my deadline.

    Did you turn off the "show transform controls" option in the move tool?
    It sounds like you were using that previously.
    And you can always transform by using the Free Transform command (command/control T).

  • Hello, I am trying to upgrade to yosemite, but I get the "disk cannot be used to startup your computer" error. Resizing the partition does not work, I get the error "MediaKit reports no such partition" probably because I installed linux in dual boot

    Hello, I am trying to upgrade my macbook pro to yosemite, but I get the "disk cannot be used to startup your computer" error.
    Resizing the partition does not work for me and I get the error "MediaKit reports no such partition" probably because I installed linux in dual boot and the disk manager is lost.
    Anyway to tell the yosemite installer that it should not pay attention whether the disk is bootable or not ?
    If I am doomed, any way to delete the installer and downloaded OS from my hard drive ?
    Thanks for your help

    As usual, the Linux installer wrecked the partition table. You would have to boot from your OS X installation disc and repartition. Doing so will of course remove all data from the drive, so you must back up first if you haven't already done so.

  • I erased my windows partition using disk utility then realized I should have used boot camp, because now I can't resize the original partition and seem to be stuck with a ghost unusable space. Boot Camp now doesn't give me the option to install or re

    I erased my windows partition using disk utility then realized I should have used boot camp, because now I can't resize the original partition and seem to be stuck with a ghost unusable space. Boot Camp now doesn't give me the option to install or remove windows partition.

    Hi, Ralph,
    The problem is that I did erase the partition, using disk utility, but I can't go back to my original disk size pre-partition, as disk utility won't let me do it and gives the message "Couldn’t modify partition map because file system verification failed." When I try to use Boot Camp Assistant it won't let me select the third option to remove windows.

Maybe you are looking for

  • RFC Connection error in SM59 for SAP J2EE

    Hi All, i am getting the following error description while testing the connection for SAP J2EE ... Connection Test SAPJ2EE   Connection Type TCP/IP Connection   Logon              Connection Error Error Details     Error when opening an RFC connectio

  • INS0029 Error occurred during installation

    Version: OWB Client 9.2.0.2.8 OWB Repository 9.2.0.2.0 I cannot install successfully OWB Runtime Repository. Installation falls in 66%, then display Error message: INS0029 Error occurred during installation. What can I do?

  • Tethered cellphone as a modem on Solaris 10

    I'm looking to use a cell phone with a data package tethered to a Solaris 10 sparc64 laptop as a modem to access the Internet. Has anyone had any success or failures attempting to do this?

  • Adding a clip to same multitrack

    I used to be able to do this in the older versions of Audition. Basically I am editing a lot of clips from one long wave form and want to add each clip to just one single track in the multitrack view. So essentially each clip will line up one after t

  • Download for CS6 installer failed to initialize, downloaded both files, extracted to a folder, but doesn't install.

    have new new machine and i'm trying to put CS6 back on without luck. downloaded two files from; http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html PhotoShop CS6, English extracted the zip to a folder, "we've encountered the