Hi,
i recall having struggled with a file chooser some years ago,
but after some iterations got something that worked for me
for simple file operations. It was however impossible at that
time to tell the file chooser to open a file OR a dir so i ended
reinventing the wheel and wrote my own file
On 10/25/2017 12:43 AM, rbd wrote:
>
>
> Hi all,
>
> I have done some further experimentation with regard to my
> GtkFileChooser problem and discovered that the piece of my code that
> seems to be triggering this problem is the call to
> gtk_file_chooser_set_curre
Hi all,
I have done some further experimentation with regard to my GtkFileChooser
problem and discovered that the piece of my code that seems to be
triggering this problem is the call to gtk_file_chooser_set_current_name()
-- if I remove that then I do not get the error described in my last
Hi all,
I am having a problem with GtkFileChooser when the chooser action is set to
GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER, i.e., I want to allow the user to
specify any existing or as-yet-nonexistent directory. The documentation says
that use of GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER:
"... I
On Monday 12 November 2007 23:24:51 [EMAIL PROTECTED] wrote:
>> Hi,
>> I'm experiencing a little problem with GtkFileChooserDialog and
>> GtkFileChooser: I'm writing an app that needs to select a path to operate on
>> it. This path could be a file or a directory (to be handled recursively).
>> Whil
Hi,
I'm experiencing a little problem with GtkFileChooserDialog and GtkFileChooser:
I'm writing an app that needs to select a path to operate on it.
This path could be a file or a directory (to be handled recursively).
While it was possible to select a file OR a directory with the old
GtkFileSelect