[flexcoders] Any way to remove or style the bottom border of the TabBar?

2008-03-03 Thread David_M_Barrett
Do you know of any way to change the bottom border of the TabBar so the active tab blends seamlessly with the box below? (I'm trying to manually construct a TabNavigator; the standard one doesn't quite work with my layout.) The easiest way to see what I'm talking about is to take a look at the

[flexcoders] Re: What is the most permissive crossdomain.xml policy file?

2008-01-30 Thread David_M_Barrett
and crossdomain settings I need to use to accomplish this? Thanks! -david PS: I'm posting my lessons as I go to http://bottomupflash.com; feel free to follow along. --- In flexcoders@yahoogroups.com, David_M_Barrett [EMAIL PROTECTED] wrote: What need I do to allow a SWF to access my web service

[flexcoders] What is the most permissive crossdomain.xml policy file?

2008-01-29 Thread David_M_Barrett
What need I do to allow a SWF to access my web service? I have a web service here: https://data.expensify.com I've configured it to respond with the absolute maximally-permissive crossdomain.xml: https://data.expensify.com/crossdomain.xml HTTP/1.1 200 OK Content-Type:

[flexcoders] Right way to customize drag/drop between two DataGrids?

2008-01-27 Thread David_M_Barrett
I have two DataGrids, the menu and the receipt. I want to be able to: 1) Add items to the receipt by dragging from the menu 2) Remove items from the receipt by dragging back to the menu With the following constraints: a) The menu should never change b) A receipt can never contain more than one