What is the event name after RESIZE is finished?

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default What is the event name after RESIZE is finished?

    Hi,

    I need to determine the new size of a component after it is resized by the
    user. But it seems if I check the 'size' when Event.RESIZE happens, 'size' is
    still the old one, not the new one.

    So what is the event name for the event when the Event.RESIZE is finished?

    Thanks!

    webvalue Guest

  2. Similar Questions and Discussions

    1. Resize Effect effectEnd event not fireing properly
      I am trying to create a custom nav menu that uses resize to provide a drop down effect. The intent is to have the each menu item drop down and...
    2. Getting Error: Event Type 'flash.event:event' is unavailable ?????
      Hi, I am not using Cairngorm or anything, but trying to get an app built first without it then look into it. I am getting this error however...
    3. Capturing an Object's Resize Event
      I am sort of new to Flex and am trying to dispatch a function when a HorizontalList is resized. That function would essentially redraw the lists...
    4. Ive finished ! :)
      It may not seem like much.....but, ive just finished, completly my first ever flash site :) im ver proud of myself. Just thought i would tel you, cos...
    5. Finished editing. How to get out of PE once and for all.
      I finish editing a photo and save it in My Documents. Why then can I not open it without going back into PE editor? I don't want to see the editor...
  3. #2

    Default Re: What is the event name after RESIZE is finished?

    From my understanding when the resize has occurred the event is fired, so when you receive the event you should have the resized dimensions. Could you stick up your code?
    pickle jar Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139