A Flash Developer Resource Site

Search:

Type: Posts; User: skinnyfingers

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    700

    radio button selection problems

    I have radio button groups and once the group has focus it's possible to move through the group with the keyboard arrow keys (default). The problem with that is I found that when moving through the...
  2. How to get rid of the space between MenuBar and menu items

    I have been trying for hours to get rid of the space below the MenuBar and its menu (menu items). This is only important/necessary for me since I've used the MenuBar to create a drop down menu. In...
  3. Thanks Chris! I got it working...lovley!

    Thanks Chris! I got it working...lovley!
  4. Move items from one list to another using a button

    I'm trying to figure out how to (with the use of a button) move items from one list component to another. I basically want to duplicate what happens when you drag and drop one item in a list to...
  5. Finally got it! Anyone who's curious...code's...

    Finally got it! Anyone who's curious...code's below. Dynamically sorting columns controlled by list drag and drop.

    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application...
  6. I finally got something to work (not the best way...

    I finally got something to work (not the best way I'm sure)...now I have to assign an ID number to each dataGrid column name within the array some how. You'll see in the application that when you...
  7. I thought I had it! ...but... Unfortunately I...

    I thought I had it! ...but... Unfortunately I wasn't as successful as I thought at dynamically changing the order of my dataGrid columns and now I'm in desperate need of help. Below I've included a...
  8. How can I dynamically order columns in dataGrid?

    Hello,
    I'm trying to figure out if there's a way that I can dynamically order the columns in my dataGrid. Is there a way that I can retrieve the columnIndex and then assign new ones?

    Example:...
  9. Replies
    2
    Views
    2,306

    Thanks for the reply. I actually found a flash...

    Thanks for the reply.
    I actually found a flash dataGrid that's been extended but unfortunately it doesn't do exactly what I need and I'm unable to modify it. You can check it out here
    ...
  10. Replies
    2
    Views
    2,306

    dataGrid - re-order columns

    I'm building an application that will be using the dataGrid component heavily. My question is if anybody knows how I could re-order columns by dragging and dropping the headers so...if the user...
  11. ahhh! Thanks for that! I set the 'text-indent' to...

    ahhh! Thanks for that! I set the 'text-indent' to -15px and it moved the bullet where I need it...now the only problem is that the wrapping text is still indenting the amount the bullet was...
  12. CSS - XML - trying to get rid of bullet indent

    What I'm trying to do is remove the bullet indent from my bulleted lists so that the bullets left align with the rest of the un-bulleted text.

    I'm loading css to control the text format and using...
  13. [F8] Need to change html page title from within flash app

    Does anyone know how to change the html page/browser title from with a flash file. When a user clicks on the nav I'd like to set the page title to "Home, About Us, etc..."

    What I'm trying to do is...
  14. It worked!!! What a releif! I can't thank you...

    It worked!!! What a releif! I can't thank you enough...in the future I'll be using the MovieClipLoader model.
  15. I'll be trying that first thing tomorrow morning...

    I'll be trying that first thing tomorrow morning and will let you know how it goes. ... again ... thanks
  16. Yes...they're being resized to the constraints of...

    Yes...they're being resized to the constraints of the space...the path to the image is being pulled from xml. Why would it work sometimes and not others. My brain is on the road to -- spent ;/
    ...
  17. yes...i'm using onLoad. i have to say...

    yes...i'm using onLoad. i have to say again...thank you for helping. can you think of a solution? have you followed the link and seen the difference between browsers (IE and FF)?...
  18. My xml code is as follows:

    My xml code is as follows:

    <?xml version="1.0" encoding="iso-8859-1"?>
    <Loacations>
    <LocateOne>
    <PathToImages>http://www.playdown.com/virtual/imgsLocate/locationOne/</PathToImages>...
  19. Flash/xml/images not loading in Firefox or Safari

    Hello to anyone who might help...
    I am creating a completely dynamic flash site (example problem: http://www.playdown.com/testing/testing.swf) that's pulling all of its information from xml files....
  20. Flash/xml/images not loading in Firefox or Safari

    Hello to anyone who might help...
    I am creating a completely dynamic flash site (example problem: http://www.playdown.com/testing/testing.swf) that's pulling all of its information from xml files....
  21. Flash/xml/images not loading in Firefox or Safari

    Hello to anyone who might help...
    I am creating a completely dynamic flash site (example problem: http://www.playdown.com/testing/testing.swf) that's pulling all of its information from xml files....
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center