RE: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Dimitrios Gianninas
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cool.king08 Sent: Sunday, January 27, 2008 12:04 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Role based rendoring of MXML components - visibility and editability Hi I need some help

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Jon Bradley
On Jan 28, 2008, at 12:09 PM, Abdul Qabiz wrote: I would not do any such role-based things on client, it's very easy to spoof http packets and a normal user can get access to Admin UI... Just be careful with that... If you have solid way to avoid any such security issues, go ahead. -abdu

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Paul Andrews
- Original Message - From: Abdul Qabiz To: flexcoders@yahoogroups.com Sent: Monday, January 28, 2008 5:09 PM Subject: Re: [flexcoders] Role based rendoring of MXML components - visibility and editability I would not do any such role-based things on client, it's very ea

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Abdul Qabiz
gt; you what you want with the security component updating states rather than > directly manipulating components. > > Hope that helps. > > Paul > - Original Message - > > *From:* cool.king08 <[EMAIL PROTECTED]> > *To:* flexcoders@yahoogroups.com > *Sent:* Sun

Re: [flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-28 Thread Paul Andrews
implement the correct states to adjust to the security settings just by switching states - this would probably give you what you want with the security component updating states rather than directly manipulating components. Hope that helps. Paul ----- Original Message ----- From: cool.k

[flexcoders] Role based rendoring of MXML components - visibility and editability

2008-01-27 Thread cool.king08
Hi I need some help regarding role based access control mechanism at the view level i.e on flex components.My requirement is simple - I have flex page which has many controls like buttons, combox, textinput etc. The users who access the page are grouped by roles. I want limit access to compone