A Flash Developer Resource Site

Search:

Type: Posts; User: Gohloum

Page 1 of 8 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    941

    For more pure AS3: "Essential ActionScript...

    For more pure AS3:

    "Essential ActionScript 3.0" By Colin Moock.
    "ActionScript 3.0 Cookbook" By Joey Lott, Darron Shall, Keith Peters
    "Advanced ActionScript 3 With Design Patterns" by Joey Lott,...
  2. Replies
    1
    Views
    1,175

    Can you post a little more of your code? The...

    Can you post a little more of your code? The event coming in should have a targert property of the module that is ready. So you should be able to cast that to a display object and set the values:
    ...
  3. Thread: Flex Newbie

    by Gohloum
    Replies
    1
    Views
    2,437

    Before you go downloading and building a larger...

    Before you go downloading and building a larger complex project, you should take a little time to create some simple ones on your own to better understand what is happening.

    Sometimes you have...
  4. Replies
    5
    Views
    1,379

    Heh heh... Yeah, I want to do a blog, but just...

    Heh heh... Yeah, I want to do a blog, but just haven't had the time to set it up.

    I've not seen the lesson you are talking about, but I have created skins through inheritence by creating a new...
  5. Go to the underlying data to do this. I assume...

    Go to the underlying data to do this. I assume you have some sort of array collection of objects as your data source?

    Pseudo code:

    if (dataSource[fieldInQuestion] == inputText.text)
    {
    ...
  6. I second Azz Kicker. Go get the Flex Component...

    I second Azz Kicker. Go get the Flex Component Kit from adobe. It's a free plugin for flash CS3 and higher. It has templates for buttons and all you have to do is modify the state art to your...
  7. Replies
    5
    Views
    1,379

    Cool! Let me give you a little skinfile primer...

    Cool! Let me give you a little skinfile primer that will help you out bigtime.

    1 - create a Flex project.
    2 - in the project folder find the lib icon labeled Flex 4.0
    3 - expand it and locate...
  8. Replies
    5
    Views
    1,379

    Hey Wisse, It really comes down to time and...

    Hey Wisse,

    It really comes down to time and your understanding of AS3. I have been coding Flash for many years (since flash 5), and a friend with very little programming experience showed me what...
  9. Replies
    3
    Views
    937

    Actually, it did work for a short time. But...

    Actually, it did work for a short time. But Steve Jobs decided to change the rules for iPhone OS V4 and ban it in the new license.
  10. More than likely, the target container or one of...

    More than likely, the target container or one of it's parents may have background data and you are seeing that.

    Without seeing you code, my suggestion would be to create a new project for testing....
  11. [FB4] Spark List bug and workaround with XML and drag features

    Hello,

    I thought I would post this to help out anyone else having trouble with drag enabled spark lists which are bound to XML data via XMLListCollections.

    If you setup 2 lists with drag...
  12. There is a whole slew of properties that will...

    There is a whole slew of properties that will tell you this. It just depends on what you want.

    bottom
    bottomRight
    height
    left
    right
    size
    top
    topLeft
  13. Replies
    1
    Views
    488

    I don't see any size or position defined for your...

    I don't see any size or position defined for your Holder, so when you call addchild, it's adding it to the 0,0 location (top left). Since holder does not have dimensions defined, it will conform to...
  14. Replies
    6
    Views
    712

    From what it looks like, your root variable is...

    From what it looks like, your root variable is not defined. Can you post your LogoObject class code? Looks like the way you are handling the change event may be incorrect as well.
  15. Replies
    3
    Views
    1,350

    Hey, no worries... The forums are here to assist...

    Hey, no worries... The forums are here to assist and it's rare I have time to stop in and post... If anything I've posted helps, then job well done for me, which is all I desire.

    keeping it real...
  16. I dont really understand what you are explaining...

    I dont really understand what you are explaining about the numeric stepper, but as for filtering the radio buttons, you just use the relatedObject property for the ItemClick event in a switch...
  17. Replies
    5
    Views
    1,667

    spandex, hair spray, animal print, arena rock,...

    spandex, hair spray, animal print, arena rock, Van Halen (pre '84), and whole slew of teen movies - Fast Times at Ridgemont, Breakfast Club, Tuff Turf, Flat Liners.... Kefeir Sutherland actually...
  18. Replies
    3
    Views
    1,350

    FlexEvent.DATA_CHANGE should work for you, but...

    FlexEvent.DATA_CHANGE should work for you, but what you could do is create a bindable variable and then use the ChangeWatcher.watch() and then have a responder run code to open the tree.

    I did...
  19. Replies
    1
    Views
    616

    Look in the docs at E4X. This is how you easily...

    Look in the docs at E4X. This is how you easily traverse XML and XMLLists with simple dot notation.

    There should be no need to convert your XML to arrays as it's already a traversable complex...
  20. Replies
    2
    Views
    1,013

    Read this thread as I posted the solution for...

    Read this thread as I posted the solution for another person. Hope this helps.

    http://board.flashkit.com/board/showthread.php?t=808364
  21. Replies
    9
    Views
    1,241

    It's your RSL's and lack of using the optimize...

    It's your RSL's and lack of using the optimize tool on your final .swf. I dont have docs or examples handy but here is what will shrink it down.

    1 - RSL (Runtime Shared Libraries). You want to...
  22. Replies
    1
    Views
    5,031

    I am not sure I understand your issue and I am...

    I am not sure I understand your issue and I am using ASP.NET Web Services to support my flex projects, so this may or may not help you, but maybe someone else.

    I built an FTP file uploader which...
  23. Replies
    2
    Views
    471

    Heh heh... that is the one I was looking for. ...

    Heh heh... that is the one I was looking for. Thanks a bunch!
  24. Replies
    2
    Views
    471

    Looking for a simple framerate debugger

    Hey Everyone,

    Every now and then I come across some examples on the web that have a nifty little FPS output window. I have also seen a couple that count objects on screen and various other...
  25. Replies
    3
    Views
    1,428

    For Raster - You can create an Image object,...

    For Raster - You can create an Image object, attach it to something on the dislplay and set it's source to the image location. You could also use a Loader class, or embed tags.

    If you are...
Results 1 to 25 of 185
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center