A Flash Developer Resource Site

Search:

Type: Posts; User: ampo_webdesign

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. What you mean by that? Didn't your solution...

    What you mean by that? Didn't your solution resolve the problem?
  2. How do you try to import the as files? Are they...

    How do you try to import the as files? Are they class definitions or just plain external AS scripts? In case of class definitions, do you have class path defined properly?
  3. Replies
    3
    Views
    3,724

    Did it work afterall?

    Did it work afterall?
  4. Annoying, but non-critical bug: A file found in a source-path must have an [...]

    I work on some complex (multiple files) Flex 2 project in Flex Builder V2.01, and from time to time the Flex Builder seems to lose itself - it displays an error message:

    When this message shows...
  5. Autoscroll DataGrid content when draging a row

    Hi guys

    my simple question is about the autoscroll functionality in Flex2's DataGrid while dragging an element row in it. Is there such a functionality or not?

    I mean, I have a DataGrid which...
  6. Thanks RiaAce, I didn't know about the...

    Thanks RiaAce,

    I didn't know about the Problems window. This is exactly what I needed.

    If anyone else was puzzled too, it is easy to find in Window menu (Window/Problems). It displays a summary...
  7. [RESOLVED] How to find error in the code in Flex Builder 2 when working with multiple files?

    I am working on a pretty huge Flex 2.0 project, which consists of multiple AS and MXML files (about 50 by now). Let's say I make some changes in a few of these files, then I hit Ctrl+F11 to run the...
  8. The other solution I can think of is to use...

    The other solution I can think of is to use customized events that will deal with the conditions separately, instead of checking for all of them on every frame. You define one event that is about...
  9. Why not try the approach with try...catch syntax?...

    Why not try the approach with try...catch syntax? You can let the script to try to execute the second and third "if", and catch the errors if they are thrown. That way you would'n need to avoid the...
  10. Replies
    14
    Views
    11,098

    Do you know of any documentation, tutorials, help...

    Do you know of any documentation, tutorials, help files, any guidance or tips about creating AS3 components in Flash CS3? I just started to make one, but i'm stuck right at the beginning...
  11. Replies
    5
    Views
    718

    The CPU usage rises a few % in my case.

    The CPU usage rises a few % in my case.
  12. Replies
    14
    Views
    11,098

    Sorry for misleading in my previous post. When...

    Sorry for misleading in my previous post. When you work with styles, you should use the setStyle() and getStyle() methods, so my previous trace() commands had to fail.

    Now I tried this:
    ...
  13. I managed get rid of the horizontal division...

    I managed get rid of the horizontal division lines of the ComboBox. I pulled the ComboBox component from Components panel to library and then I doubleclicked it in the library, entering its...
  14. Replies
    14
    Views
    11,098

    The StyleManager.setStyle sets a style globally,...

    The StyleManager.setStyle sets a style globally, i.e. for all components that are capable of using it. Although this is a way to force the ComboBox to format it's text, its drawback is that you...
  15. Replies
    3
    Views
    12,109

    Thanks joshstrike, I didn't know that too, so you...

    Thanks joshstrike, I didn't know that too, so you probably saved my time :).
    Until now the dataProvider worked for me without library considerations, but I guess it was just luck, because I had some...
  16. Replies
    3
    Views
    12,109

    Yes, I was so tired. I had to put the ComboBox...

    Yes, I was so tired. I had to put the ComboBox component in the library.
  17. Replies
    3
    Views
    12,109

    [RESOLVED] fl.controls missing?

    This one simply killed me:

    I create a brand new AS flash file. I put only one line of code in the timeline script:

    import fl.controls.ComboBox;
    And I get an error:

    1172: Definition...
  18. You mean the alpha of the whole list instance?...

    You mean the alpha of the whole list instance? Well, the list graphics nearly dissapeared... no, I bet you meant something else. Could you explain? :)
  19. or you can put the loader inside the Sprite ...

    or you can put the loader inside the Sprite

    myMask.addChild(myLoader)
    this way you don't need to draw additional graphics, the bitmap itself will define the button area.
  20. [RESOLVED] List component unfinished in retail Flash CS3?

    I experience strange problem when trying to use the List component in Flash CS3. When I pull the component from Components panel to the stage, I see a nice frame of the list component - the two upper...
  21. Replies
    14
    Views
    11,098

    Formatting text in ComboBox

    I try to format text (the labels) inside ComboBox component instance. Here's what I do:

    1. I put a comboBox instance on the stage and give it a name 'aCb'.
    2. I add the following script:

    ...
  22. Replies
    20
    Views
    1,259

    So it seems that flash.utils.getTimer is the only...

    So it seems that flash.utils.getTimer is the only tool you can depend on, when time accuracy is crucial...
  23. Replies
    20
    Views
    1,259

    Tonypa, are you sure about that? Have you done...

    Tonypa, are you sure about that? Have you done some experiments that confirm that, or have you found some authorized documentation about that? If it is true, then the Timer would not be a real timer...
  24. Replies
    8
    Views
    1,150

    I guess if they prohibited it in Flash Player...

    I guess if they prohibited it in Flash Player (which they did) there's no way to override it. You could obviously hack the Flash Player code and probably this could even work for you, but still every...
  25. Replies
    27
    Views
    19,720

    Yes, overloading is one thing that is missing in...

    Yes, overloading is one thing that is missing in AS3... maybe AS4? ;)
Results 1 to 25 of 65
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center