xforms-development
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XForms] [Xforms] trouble with file selector: doesn't update the browser


From: Werner Heisch
Subject: [XForms] [Xforms] trouble with file selector: doesn't update the browser : solved
Date: Fri, 22 May 2020 04:59:39 +0200

Hi all,
I don't know if it is of any interest, but I want to let you know:

On a newer ( and quicker ) computer I have had trouble with the 
file selector : it did not update the browser if the directory has been
changed.

If anyone has the same problem:

in the file "lib/fselector.c"

at the end of the function
fill_entries( )

    fl_unfreeze_form( lfs->fselect );
    fl_update_display(1); // <<<< insert this <<<<<<<<<

This solves the problem.

Greetings 
Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]