GLIB CRITICAL ** Gtk - gtk_tree_model_filter_row_has_child_toggled: assertion `elt->visible' failed

2008-08-26 Thread learning maemo
Hello, I came across this problem. GLIB CRITICAL ** Gtk - gtk_tree_model_filter_row_has_child_toggled: assertion `elt->visible' failed by using the functions like htis. GtkWidget* dialog = hildon_file_chooser_dialog_new(GTK_WINDOW(window), GTK_FILE_CHOOSER_ACTION_OPEN); gtk_widget_show_a

RE: hildon_file_chooser_dialog_new() can not get the wanted files

2008-08-26 Thread learning maemo
r_dialog_new() can not get the wanted files > > On Tue, Aug 26, 2008 at 02:49:52PM +0300, learning maemo wrote: > > I use the function hildon_file_chooser_dialog_new() to choose and > > open files. But I can not get the correct folders and file names. > > > > For

hildon_file_chooser_dialog_new() can not get the wanted files

2008-08-26 Thread learning maemo
Hello, I use the function hildon_file_chooser_dialog_new() to choose and open files. But I can not get the correct folders and file names. For example, I just got two folders: Nokia N800 and bluetooth. I hope to get the file MyDocs/*.*. If possible, how can I get it? Thanks! _