首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏韩曙亮的移动开发专栏

    【Java AWT 图形界面编程】Dialog 对话框 ( 简介 | 模式对话框 | 非模式对话框 | Dialog 构造函数 | Dialog 代码示例 | 向 Dialog 对话框添加布局组件 )

    DEFAULT_MODALITY_TYPE : Dialog.ModalityType.MODELESS); } Dialog 构造函数 原型 文档 : /** * Constructs If false, the dialog is MODELESS; * if true, the modality 如果为false,则对话框为MODELESS; * 如果为真,则modality类型属性设置为DEFAULT_MODALITY_TYPE * @exception java.lang.IllegalArgumentException HeadlessException异常 * * @see java.awt.Dialog.ModalityType * @see java.awt.Dialog.ModalityType#MODELESS DEFAULT_MODALITY_TYPE : Dialog.ModalityType.MODELESS); } 三、Dialog 对话框代码示例 ---- 要想显示 Dialog 对话框 ,

    2.1K20编辑于 2023-03-30
  • 来自专栏一“技”之长

    Java开发GUI之Dialog弹出窗口 原

    GraphicsConfiguration gc); public Dialog(Window owner); public Dialog(Window owner, String title); /* ModalityType是模式枚举 MODELESS

    3.8K20发布于 2018-08-15
  • 来自专栏时悦的学习笔记

    [PyQt Tutorial]7.QDialog 类

    什么是QDialog 对话框类一般用来收集用户的响应 它能配置成如下2个形式: Modal 他会阻塞(Block)父窗口,即取消前无法操作父窗口 Modeless 他可以被跳过(bypass)而在后台运行

    51510发布于 2020-08-19
  • 来自专栏祥的专栏

    [MFC]模态与非模态对话框

    1.2非模态对话框(modeless dialog box) 当非模态对话框显示时,运行转而执行程序中的其他任务,而不用关闭这个对话框。

    2K20发布于 2020-03-10
  • 来自专栏用代码征服天下

    window.showModalDialog()用法

    center 是否居中 默认yes(yes:1,no:0) help 是否显示帮助按钮 默认yes resizable 是否可被改变大小 默认no status 是否显示状态栏 Modal默认no,Modeless

    2K20发布于 2020-08-10
  • 13k star,微软用rust 开发的 文本编辑器 Edit:轻量级终端编辑的务实之选

    与Vim的modalediting、深度可配置性不同,Edit采用modeless设计——无模式切换、无复杂键绑定,开箱即用[[12]]。

    22510编辑于 2026-02-14
  • 来自专栏开发运维工程师

    运维分享|Linux指令入门vim命令

    Silent (batch) mode (only for "ex") -d Diff mode (like "vimdiff") -y Easy mode (like "evim", modeless ") -d Diff mode (like "vimdiff") -y Easy mode (like "evim", modeless

    94320编辑于 2023-11-27
  • 来自专栏小刀志

    From CVE-2017-0263 To Windows Menu Management Component

    If the menu type is modeless (MODELESS), kernel function xxxMenuWindowProc receives this message and Function xxxCallHandleMenuMessages is responsible for processing messages for modeless menu just like If the menu type is modeless, the function then calls function xxxMNEndMenuState in the current context operation in the original thread. ---- Major Function of Proof Code At first, proof code creates two modeless the loop waiting state in function xxxMNLoop in the kernel, which is difficult to trigger the bug, modeless

    63600编辑于 2022-12-12
  • 来自专栏跟着阿笨一起玩NET

    window.showModalDialog基础

    是否显示帮助按钮,默认yes resizable {yes | no | 1 | 0 } 是否可改变大小,默认no status {yes | no | 1 | 0 } 是否显示状态栏,默认为yes[ Modeless

    1.5K10发布于 2018-09-19
  • 来自专栏深度学习与python

    微软为 Windows 11 内置全新命令行编辑器 Edit,开源且轻巧

    为提升用户友好度,微软特意为 Edit 选择了“无模式”(modeless)设计,力求比 Vim 这类“模式化”(modal)编辑器更易于上手(参见,开发者社区 Stack Overflow 上曾有关于

    64500编辑于 2025-06-08
  • 来自专栏编程教程

    python3如何使用QT编写基础的对话框程序

    dialog = QDialog(self) dialog.setModal(True) dialog.exec_() # 阻塞式显示 非模态对话框:独立存在,不阻塞父窗口 def show_modeless_dialog

    32810编辑于 2025-08-29
  • 来自专栏祥的专栏

    [Qt]从close()与hide()引发的一些思考

    模态对话框(Modal Dialog) 与 非模态对话框(Modeless Dialog) 的概念不是Qt所独有的,在各种不同的平台下都存在。又有叫法是称为模式对话框,无模式对话框等。

    7.2K21发布于 2020-03-10
  • 来自专栏守望轩

    备忘:base 标签和ShowModalDialog 、showModelessDialog

    默认为yes[ Modeless]或no[Modal]。 scroll:{ yes | no | 1 | 0 | on | off }:指明对话框是否显示滚动条。默认为yes。

    2.2K100发布于 2018-01-02
  • 来自专栏python爬虫日记

    cxfreeze打包python程序的方法说明(生成安装包,实现桌面快捷方式、删除快捷方式)

    to use')     ]     x = y = 50     width = 370     height = 300     title = "[ProductName] Setup"     modeless distutils.command.bdist_msi.PyDialog(self.db, "PrepareDlg",                 self.x, self.y, self.width, self.height, self.modeless distutils.command.bdist_msi.PyDialog(self.db, "ProgressDlg",                 self.x, self.y, self.width, self.height, self.modeless

    9.2K40发布于 2018-09-27
  • 来自专栏TDesign 技术视野・开发篇

    TDesign 更新周报(2022年6月第3周)

    t-option 异步加载问题修复分组为空未展示分组名称的问题优化虚拟滚动示例、修复 pagination 分页数量宽度问题Dialog:修复普通对话框不脱离文档流的问题修复点击对话框后对话框会隐藏问题修复 modeless

    4.1K10编辑于 2022-06-20
  • 来自专栏林德熙的博客

    dotnet 读 WPF 源代码 Popup 的 StaysOpen 为 false 将会吃掉其他窗口的首次激活

    mouse is not already captured, we will consider the following: // In all cases but Modeless

    1K30编辑于 2021-12-24
  • 来自专栏MixLab科技+设计实验室

    最全,从小白到交互设计大牛的105条设计原则-附PDF资料

    Differentiate modeless dialogs from modal dialogs. 不要在非模态对话框中使用终止命令按钮。 Do not use terminating button commands for modeless dialogs. 不要动态地改变终止命令按钮的标签。 Provide modeless feedback to help users avoid mistakes. 很高兴,你看到了结尾,我这里埋了个彩蛋: ?

    1.2K30发布于 2019-10-14
  • 来自专栏后端开发专栏

    VC++6.0入门——第7讲 对话框编程(一)

    新建的方式:方式一:插入--->资源--->对话框方式二:资源工具条中插入有两种类型的对话框:模态(Modal)对话框和非模态(Modeless)对话框。

    75410编辑于 2024-11-25
  • 来自专栏java达人

    javascript之BOM

    默认为yes[ Modeless]或no[Modal]。

    1.6K80发布于 2018-01-31
  • 来自专栏Seebug漏洞平台

    CVE-2019-0808 从空指针解引用到权限提升

    CreatePopupMenu(); MENUINFO mi = { 0 }; mi.cbSize = sizeof(MENUINFO); mi.fMask = MIM_STYLE; mi.dwStyle = MNS_MODELESS

    1.2K20发布于 2020-10-10
领券