【问题标题】:Change blur filter in modal TitleWindows在模态 TitleWindows 中更改模糊过滤器
【发布时间】:2011-07-19 13:09:18
【问题描述】:

我创建了几个 TitleWindow 实例。并通过PopUpManager.addPopUp( wnd, root, true );将它们添加到舞台上 但是如何改变 madal 状态的模糊呢?

【问题讨论】:

    标签: flash apache-flex flex4 flex-spark


    【解决方案1】:

    尝试在窗口上应用以下样式:

    modalTransparencyBlur
    modalTransparency
    modalTransparencyColor
    modalTransparencyDuration
    

    您也可以全局设置它们:

        <mx:Style>
            global {
                modalTransparencyBlur: 0;
                modalTransparency: 0.8;
                modalTransparencyColor: black;
                modalTransparencyDuration: 500;
            }
        </mx:Style>
    

    【讨论】:

      猜你喜欢
      • 2014-09-01
      • 1970-01-01
      • 2016-10-07
      • 1970-01-01
      • 1970-01-01
      • 2021-11-09
      • 2015-10-08
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多