The following example shows how you can use the Alert.NONMODAL constant to toggle whether a Flex Alert control is modal or non-modal.
Full code after the jump.
{ 0 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can use the Alert.NONMODAL constant to toggle whether a Flex Alert control is modal or non-modal.
Full code after the jump.
{ 0 comments }
The topic of setting modal styles came up again today so I thought I’d re-share this tip (I previously covered controlling modal styles for the Alert control in an earlier post, “Changing a modal Alert control’s blur, transparency and transparency color”).
The following example shows how you can set the various modal styles (modalTransparencyBlur, modalTransparency, modalTransparencyColor, and modalTransparencyDuration) on the global selector so it propogates to both the Alert control and pop-ups created using the PopUpManager.
Full code after the jump.
{ 0 comments }