Questions tagged [filedialog]

Refers to both OpenFileDialog and SaveFileDialog in .NET WinForms.

This tag represents both the OpenFileDialog class and SafeFileDialog class from .NET. More information about them on MSDN here and here respectively.

358 questions
-1
votes
1 answer

Importing image to canvas using file dialog after clicking select image button (python tkinter)

I am trying to make an employee registration form in Tkinter and I have a problem inserting employee image to the canvas after browsing it from my pc all I want to click the button under the canvas and browse for my image to automatically insert it…
Alaa Ali
  • 1
  • 1
-1
votes
1 answer

How to use the default File Chooser for the operating system in Java (in Linux and Windows)

I want to use the file chooser of the operating system from java. I am currently using JFileChooser but that looks ancient! I saw this question : How to use the default File Chooser for the operating system? java But there are problems with that! I…
Jaysmito Mukherjee
  • 1,467
  • 2
  • 10
  • 29
-1
votes
2 answers

What's the source in image in ListView QML

I need to realise list of images, which are chosen by user (folder) and implemet it in a list. I have some trouble with source in object Image. In this way I see in console "You chose path..", but my images doesn't appear. Why? What's the right path…
appleKey
  • 47
  • 5
-1
votes
1 answer

Get the last selected directory from filedialog

I've created a GUI that allows the user to select a folder (Windows environment) to save files to when clicking a button and then that path is put into an entry widget. I've noticed that the last folder selected is always the starting folder for…
A. Quinn
  • 1
  • 3
-1
votes
2 answers

fileDialogDCM.fileUrls.count gives "undefined" (QML)

Ubuntu 16.04 Qt, .qml Hi, I am trying to loop over Urls received from user by calling console.log(fileDialogDCM.fileUrls.count) after user successfully selects files from directory in FileDialog (to get their maximum number). However, I received…
tyraell
  • 1
  • 4
-1
votes
2 answers

Excel VBA How to prevent user from hitting cancel in msoFileDialogSaveAs

I am very new to VBA and I am creating a template for my boss. I want to force users to "save as" so that they don't overwrite the template. In other words, I'd like to disable the cancel button when the save as dialog box pops up. Here is my code:…
user10093333
-1
votes
2 answers

Initial Directory on filedialog in Delphi

I need to know how to set the initial directory using the example from this link. TFileOpenDialog in FireMonkey Application Here is the code I am using, It works fine other than being able to set the initial folder. function WinVistaSelectFolder:…
Lewis Harris
  • 15
  • 1
  • 7
-2
votes
1 answer

simulate file dialog

I need to add to my application a place where users can drop files and they appear just like when you drag files to a folder on windows. there is a program in here that has the functuanality that I need but it is written using windows forms and I am…
Tono Nam
  • 34,064
  • 78
  • 298
  • 470
-2
votes
1 answer

Uniting two dataframes (pandas) into one excel file and save it using tkinter filedialog

I have a SQLite database with two tables. One for clients and another one for processes of each client. I need a function to export a pandas dataframe using filedialog. If I use XslsWriter, the Excel file is automatically saved where the program is…
-2
votes
1 answer

How to use askopenfile()?

I'm wondering if anyone knows how to use askopenfiles() from tkinter.filedialog to move a file to another folder? If so can I have an example
Zinnedd
  • 1
  • 1
-2
votes
1 answer

Cannot see the openFileDialog and saveFileDialog in C#

I am creating a windows form with the openFileDialog and the showFileDialog icons. But when I run the form, I do not see the options in the top left corner. Is there some properties that I need to change to visible or something? Any help will be…
-2
votes
1 answer

Does the Java FileDialog work on Mac?

I have created a web applet in Java which uses the FileDialog. The file dialog works fine on Windows, I am wondering if it is cross platform. Does it work on Mac and Linux? Or do you need to specify custom parameters? If so, how?
-3
votes
2 answers

qt filedialog directory

i got a QString blabla = qtfiledialog::getOpenFileName(); now blabla gives me the full path and the exe like: C:/Program Files/imanoob.exe but i only want the path like: C:/Program Files/ how to do this?
stefan
  • 133
  • 1
  • 1
  • 6
1 2 3
23
24