[flexcoders] Re: Drilldown ideas

2008-05-31 Thread markgoldin_2000
Yes, that took care of Blur. But still, the surface of the screen is changed when a popup gets on it. Is there a way to keep it unchanged? --- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote: You can get rid of the popup window's blur effect by setting the

[flexcoders] Re: Drilldown ideas

2008-05-21 Thread mr_delphi_developer
--- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: If a user wants to drilldown into a dataGrid's cell what could have been the best approach? Popup windows? Other ideas? If popup it is, can I completely get rid of a blur affect when popup window is shown? Thanks

[flexcoders] Re: Drilldown ideas

2008-05-21 Thread Doug Lowder
You can get rid of the popup window's blur effect by setting the modalTransparencyBlur style inherited from Panel. I think you'd set it to 0. HTH, Doug --- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: If a user wants to drilldown into a dataGrid's cell what could