[flexcoders] Click Datagrid row - Custom class popup window showing database values?

2009-08-19 Thread ballofmagic
I appreciate everyone's assistance thus far in answering my questions. We've got a lot of experts in this group! Is there a customized popup window class that databinds with a datagrid row so when a user clicks the row, the pop up window displays not only what's visible in the datagrid (limited

[flexcoders] ColdFusion/Flex CRUD wizard Many to Many table joins

2009-08-14 Thread ballofmagic
I have a membership table with usernames etc and a roles table. Each username can have multiple roles (admin, basic user, user with some priveledges etc) thus a join between the 2 tables will distinguish what areas of the Flex application are visible/not visible. Is there a tutorial on the how

[flexcoders] Flex and NT Login

2009-08-14 Thread ballofmagic
Do you know how to create an NT Authentication which will then extract role persmissions from a separate database with a Flex UI?