问题标签 [opendialog]

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.

0 投票
1 回答
122 浏览

javascript - 是否可以使用 javascript 在 Firefox 文件打开对话框中以编程方式设置“来自:”字段

我正在生成一个文件打开对话框,允许用户下载我在代码中生成的 blob。这工作正常,但在 Firefox 中,打开对话框上的“from:”字段如下所示:

来自: 斑点:

是否可以使用 javascript 以编程方式设置它,以便我可以指定数据实际来自的域?

例如,如果 blob 是从 www.stackoverflow.com 上的数据生成的,我希望打开的对话框看起来像:

来自:www.stackoverflow.com

0 投票
1 回答
11124 浏览

vbscript - 如何在 Windows 7 上制作一个简单的文件对话框?

我正在尝试在 VBScript 中创建一个简单的文件选择对话框。我四处寻找并回答,但没有想出一个简单的解决方案。我不需要过滤器选项等。

在扩展脚本中,我会使用 myFile = File.openDialog().

有人可以给我相当于 Windows 7 的 VBScript 吗?

0 投票
2 回答
925 浏览

c++ - 从 C++ 应用程序显示 Windows 资源管理器对话框

我有一个用 C++ 编写的 Windows 应用程序。应用程序在隐藏目录中生成某些配置文件。我想为用户提供从我的应用程序中打开该目录的选项。单击该选项应打开带有输入目录位置的 Windows 资源管理器之类的对话框。我花时间搜索类似的 api,但最终会出现某些对话框,例如“DlgDirListComboBoxW”或“GetOpenFileName”或“GetSaveFileName”。我正在寻找一个 api 来打开普通的 Windows 资源管理器,比如带有输入目录位置的对话框。如果 api 属于 CommonDialogs 部分,那将非常有帮助。

0 投票
1 回答
524 浏览

c# - OpenFileDialog hangs, Waiting for Localhost

I'm trying to create my first File Dialog box using C# and MS Web Developer 2010. I got the System.Windows.Forms reference set up (from the .NET tab, the one on the COM tab gave me an error), and imported the namespace OK. I found a few very helpful newbie sites for this and I've got the code below.

My problem is that when I invoke it with a button, my browser gives me the 'Waiting for Localhost' message forever and nothing happens. (I did minimize all windows to make sure my dialog box isn't hiding behind something else.) There are a number of posts on forums, including here on StackOverflow (WinFors GUI Hangs When Calling OpenFileDialog.ShowDialog), that discuss this issue, but I can't find a solution.

A lot of forums discuss a resolution that involve making my .NET processes run on different threads. Could it be that Microsoft actually expects me to understand that kind of thing to use this simple control?

EDIT (from comment)

What I'm trying to do is to allow my user to save a file created on the site to a folder of his choosing.

0 投票
1 回答
1242 浏览

c++ - 尽管系统设置已关闭,但 QFileDialog 显示隐藏文件

我正在使用以下代码在 Qt 中显示一个打开的对话框:

我意识到虽然显示隐藏文件的系统设置已关闭,但此对话框也显示隐藏文件。如果我QFileDialog手动实例化并显示它也是一样的。我也找不到如何通过过滤器将其关闭。

有谁知道是否有办法实现所需的行为?

0 投票
0 回答
412 浏览

primefaces - 在从 backingbean(primefaces)打开的对话框中禁用关闭按钮

从 ManagedBean 打开对话框时出现错误:

requestcontext.getcurrentInstance().opendialog("mydialog",map,null).

我在地图中将 closeable 设置为 false 为:

但按钮 close[X] 出现在对话框中。我还测试了:

…… 但是按钮并没有任何帮助(对不起我的英语)

0 投票
2 回答
50 浏览

c# - 如何知道用户关闭打开的对话框而不保存?

0 投票
0 回答
56 浏览

java - 文件选择器对话框Java的Android实现

我用 Java 编写了一个保存文本加密工具,我想在 Android 上运行和共享它,但是我在 Android 中实现文件选择器对话框时遇到了问题。那么如何转换这个:

进入可在 .apk 中使用的东西,或者是否有人对如何使其在 Android 上运行并使其易于共享(一个文件)有其他建议?

完整源代码: http: //pastebin.com/QFhvRtaq

0 投票
2 回答
170 浏览

java - 如何在一个框架中获取用户输入并在另一个 JFrame 中获取输出?

我们编写了一个有两个窗口的游戏:MainMenu 和 Playfield。当您单击 MainMenu 中的开始时 - Playfield 将打开。在 MainMenu 中有 2 个 JTextfields,两个玩家可以在其中输入他们的名字。目前 2 个 JTextfields 没有任何功能。

现在的问题是:我们想要得到这个名字并且我们想要存储它们直到有人获胜并且在获胜之后我们想要输出类似“xy wins!”的内容。在一个对话框中。我们如何在两个窗口中实现它?

0 投票
0 回答
22 浏览

c# - 我如何一键控制2个picturebox上传照片

我有 2 个图片框和 1 个上传按钮 我想要第一次单击按钮并打开 showdialog 并选择照片和 closeshowdialog 并再次单击按钮这次选择第二个图片框但问题是第一次单击按钮并逐步打开 showdialog