Subj : Re: xtrn/ddfilelister/ddfilelister.cfg ddfilelister.jsdefaultTheme.cf To : Ragnarok From : Ragnarok Date : Mon Feb 07 2022 17:46:52 El 7/2/22 a las 17:31, Ragnarok escribió: > El 7/2/22 a las 16:33, Nightfox escribió: >>    Re: Re: xtrn/ddfilelister/ddfilelister.cfg >> ddfilelister.jsdefaultTheme.cfg >>    By: Ragnarok to Eric Oulashin on Mon Feb 07 2022 01:39 am >> >>   Ra> if you use V or B shortcuts, then move left or tight arrows, the >>   Ra> selected item still selected at firt menu "Info" >> >> My fix should fix this too.  When it gets merged ,try the new version. >> >> I'm still curious about the file view issue you mentioned. >> >> Nightfox >> > i will check your fix asap > > i have my own "file lister", to view file i was use this: > > > bbs.list_files(file_area.lib_list[bbs.curlib].dir_list[bbs.curdir].number, > file, FL_VIEW); > > > and the content view of file working as expected > > i will switch to new FileBase code to test too just for test function view_file(file) { console.clear(); //bbs.list_files(file_area.lib_list[bbs.curlib].dir_list[bbs.curdir].number, file, FL_VIEW); code = file_area.lib_list[bbs.curlib].dir_list[bbs.curdir].code var fb = new FileBase(code); fb.open(); path = fb.get_path(file); bbs.view_file(path); console.pause(); } I replace my code from bbs.list() ti bbs_view_file() I had to add a console.pause() at the end to be able to see the content --- ■ Synchronet ■ Dock Sud BBS TLD 24 HS - bbs.docksud.com.ar * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705) .