问题标签 [maximize-window]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
vb.net - 当我在 vb 中最大化窗口时,是否有任何命令可以更改所有字体?
在我的程序中,我的默认字体适合小窗口,但用户可以最大化窗口,然后当用户这样做时所有字体都太小了。当用户最大化窗口时,我想增加程序所有页面中的所有字体大小。我可以更改每个文本的大小,但我需要更改的文本太多。是否有任何命令可以更改我程序中的所有字体?
谢谢你。
java - 当父 JFrame 最大化时,JInternalFrame 如何最大化?
我正在分析我的客户提出的问题。我们有一个 JFrame,里面有 6 个 JInternalFrames。如果任何一个 JInternalFrame 被最大化,并且如果我们从这个 JInternalFrame 打开另一个 JInternalFrame,那么新的 JInternalFrame 也将以最大化状态打开。同样,如果它处于恢复模式,则另一个 JInternalFrame 将在恢复模式下打开。我需要知道新打开的 JInternalFrame 如何确定父框架处于最大化或恢复模式。
感谢大家的考虑。
在调试时我有 IsMaximum FALSE 直到倒数第二行,即 editorFrame.setSelected(true); 在此之后,我将 IsMaximum 设为 TRUE
python - 在 RHEL5 中使用 Tkinter 时最大化按钮不起作用
我创建了一个最小的 Tkinter GUI,如下所示:
如果我在 RHEL5 上运行上述代码,一切都很好,除了最大化按钮无法正常工作(可以调整大小)。如果我单击该按钮,则窗口不会展开以占据整个屏幕。而且我相信这个问题是特定于平台的,因为 Windows 上的相同代码没有这样的问题。
有谁知道这是什么原因?有什么解决办法吗?谢谢!
java - 如何在 JavaFX 中的场景的最大化(而不是调整大小)上调用函数
我可以将 ChangeListener 添加到 Scene 并在 scene.widthProperty() 和 scene.heightProperty() 上调用它,但这不适用于通过“最大化”按钮最大化窗口时。
当像 scene.getWindow() 那样访问它时,我找不到窗口的任何 onResize 属性
这是我必须根据调整窗口大小来调整表中列的大小。
当整个窗口最大化时(不符合 scene.widthProperty() 或 scene.heightProperty() 的条件,如何将 resizeColumns 侦听器添加到
maximize - 如何从命令行最大化启动 emacsclient
我想知道如何在新的最大化框架中启动 emacsclient。
开始一个新框架,但手册页指示无法最大化此框架。没有这样的选项--maximized
。
警告:这与帖子没有重复:如何为 emacsclient 提供命令行选项?. 事实上,这篇文章的答案并不能解决我的问题。他们使用的-F
选项似乎记录在他们的 man 上,但在我的man emacsclient
(在 debian sid 中)中不存在,并且该-F
选项在我的情况下不起作用:
这是emacsclient --help
信息的结果:
javascript - Detect maximize event in browser Javascript
I want to close the tab when we press the maximize button in the browser.
How can we detect the event of maximize button?
Any help would be appreciated.
javascript - 在 ng-app 中最大化 div
堆栈中有几个类似的问题,但似乎都没有帮助。我正在寻找正确的方法(我会说 ng-way)如何最大化 div。就我而言,最好的例子是 Github 上的 ZEN 模式:https ://github.com/angular/angular.js/issues/new#fullscreen_issue_body
我有一个引导行,ng-repeat
里面有:
- z-index 没问题
- jquery 将有助于角度
- ...
更新 1 Plunker
任何想法将不胜感激!
wxpython - wxpython EVT_MAXIMIZE 恢复
我想处理MAXIMIZE
事件。最大化时它工作得很好,但是当我想恢复它时甚至没有设置EVT_MAXIMIZE
,即使文档说在最大化和恢复时调用了这个事件。我发现这应该是文档中的错误,这里是链接,但是我仍然不知道恢复最大化时设置了哪个事件。
这是我的 .Bind 方法。这是在MyFrame __init__:
这是 onMaximize 函数:
任何想法如何处理最大化恢复事件。
java - Maximizing JInternalFrame Windows Look and Feel maximizes all JInternalFrame
In the SSCCE below, you can see that if you maximize one of the JInternalFrame
s, then it maximizes them both. This only (AFAIK) happens with the "Windows" LookAndFeel
(if you omit the LookAndFeel
code, it works as expected).
To reproduce:
- Run the SSCCE below.
- Maximize one of the
JInternalFrame
s. - Close (X) the one you maximized
- Observe the other one was maximized as well.
Is there any way to stop this behavior? Is this a bug?
SSCCE:
lua - 很棒的 WM:移动/调整最大化的浮动窗口
在浮动布局中,或者当窗口在任何其他布局中浮动时,最大化时无法移动/调整它们的大小。但是,我希望能够将它们从最大化状态中拖出/调整大小。这似乎不起作用:
有没有人遇到过这种情况或类似情况?