filedialog
How to detect if user pressed cancel button or selected root (primary disk) with java.awt.FileDialog in MAC OS?
Does somebody knows how to detect if user selected cancel button or root disk in java.awt.FileDialog in Mac OS (10.6 - Snow Leopard)????[详细]
2023-04-08 15:15 分类:问答Qt customizing save file dialog
I need to customize default Qt save file dialog: add some options in it. For example, adding some checkboxes with my own va开发者_JS百科lues in it between file type and save/close buttons.[详细]
2023-04-05 04:32 分类:问答Is it possible to prevent file dialog from appearing? Why?
Suppose I have input[type=file] element and I want to interc开发者_如何学Cept onclick event and prevent file dialog from appearing if conditions are not met. Is it possible? And why, if - not?Soufiane[详细]
2023-04-04 01:28 分类:问答save a file generated by a php script in to a directory by save dialog form
I have a php script that generate a pdf file. So I have an html page with jquery javascript that do an ajax call at this php script and retrieve the pdf file content.[详细]
2023-03-27 01:19 分类:问答Selecting Multiple files in FileChooser
How to select multiple files present in different directories using FileDialog? I need to create a UI where I need to add lots of files from different directories. Also, I need to create a checkbox[详细]
2023-03-24 06:47 分类:问答Create a "virtual directory" or tree view so that user can browse through files that exist in a database
I know I can browse through files when they exist by using a FileDialog. I am tracking the changes that are made in a directory and every time there has been a change I save that file in a database. I[详细]
2023-03-14 21:38 分类:问答how to open file with specific extension in fileDialogue
I am trying to Open a file with sp开发者_StackOverflowecific extension ( .fcg or .wtg ) using file Dialog[详细]
2023-03-04 19:16 分类:问答Java: How to force the localization for swt FileDialog
I would localize a FileDialog component in English. My d开发者_Go百科efault language is Italian.[详细]
2023-03-03 22:25 分类:问答Open file with Python DirSelector
is it somehow possible to open a file (instead of a directory) with Python\'s DirSelector. It\'s also fine to make a wx.FileSelector to open also a directory.[详细]
2023-02-20 05:45 分类:问答Save FileDialog in Java strips initial file extension
I\'m using java.awt.FileDialog to create a dialog for saving a file. The problem is that when I specify a suggested (default) file name, FileDialog strips its extension. Example:[详细]
2023-02-13 18:17 分类:问答