* Melchior FRANZ -- Saturday 13 September 2008: > [l-key file select dialog] > * Rob Shearman, Jr. -- 9/10/2008 12:48 PM: > > if I select a subdirectory [...] the screen fails to refresh > > I'll look into that next week.
And "next week" is the week after this week. :-) Actually, I did look into that back then, but found the file select dialog fully functional on Linux, and I don't really have an idea what could go wrong for you. Could you put some debug messages in $FG_ROOT/gui/dialogs/file-select.xml, especially functions select() and update(). Maybe in select()'s "if (new != nil)" part string.normpath() returns garbage on Windows? Compare input and output value in line 213: if (new != nil) { var p = string.normpath(new); debug.dump(new, p); # <-------add this if (update(p)) current.dir = p; selection.setValue(""); } m. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel