Reduced by size module doesn't show Button

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

  1. #1

    Default Reduced by size module doesn't show Button

    Hi!
    I have compiled module with 'MXMLC' command. Its size is more than 100 K.
    It contains only one button. when I call this module in main application, it is
    called perfectly and button is showed on the screen.

    2nd Time:

    Now I want to reduce the size of the module. And for this I do following....

    I have complied the module using 'MXMLC' command using '-link-report' switch.
    It generates a XML file. Then I use again 'MXMLC' command using '-load-externs'
    switch.

    All works well, but when I compile and run the same application through FLEX
    builder, I am unable to view the button [which was seen earlier before reducing
    the size of module].

    Can some one guide me about the problem.

    Thanks in advance

    Enter To Learn Guest

  2. Similar Questions and Discussions

    1. Batch Processing for reduced size
      I want to take a number of PDF files and try to reduce their file size. Is there a way to do this in Batch Processing? I really don't want to open up...
    2. Trying to use Alert.show in module- possible?
      I have some user data that I have to validate before submitting it to a db and so I was planning on popping up an Alert.show to ask them if they are...
    3. show/hide button
      does anyone know how to make the buttons shown on this page that show and hide text? or know where to find a tutorial on how to do so?...
    4. Show Button
      Hi All I have made a small flsh opening for a site and i want to show a CLICK TO ENTER after it has run once, but if the user doesn't click it,...
    5. FHMXa - reduced size tiffs won't print and become 'locked'
      flukedesign wrote: I can confirm the inability to drag by corner at 5%, but I have no idea if this is something new. I've never before scaled...
  3. #2

    Default Re: Reduced by size module doesn't show Button

    Flex always has 135k or so that it includes UNLESS you use the Runtime Shared
    Library support, which may require an additional 500k download for users who
    have not seen a recent Flex app and already cached it.

    Sounds like you may have gotten rid of the required Flex Application/System
    Manager, etc. code. Doing a simple button is almost always a better idea to do
    in Flash (at the cost of owning flash).

    slaingod 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