Page 8 of 8
Re: QLCommander v 2.2.7- For Testers!
Posted: Sat Mar 22, 2025 1:24 pm
by desin
qlcconfig_bas
running on QDOS needs this or similar
1251 IF NOT "HBA" INSTR VER$
1252 a$='win1_QLCOMMANDER_'
1253 ELSE
1255 a$=HOME_DIR$: IF a$='' THEN a$='win1_QLCOMMANDER_'
1257 END IF
Markus
Re: QLCommander v 2.2.7- For Testers!
Posted: Sat Mar 22, 2025 2:20 pm
by Derek_Stewart
Andrew wrote: Sat Mar 22, 2025 12:10 pm
Derek_Stewart wrote: Sat Mar 22, 2025 10:49 am
Hi,
Any chance of adding support of PIC files and JPG via Photon?
No, no chance. I mean, I can easily add it, but why?
QLCommander has support for FileInfo, and through FIleInfo it supports any kind of extension.
OK, no problems, I have Fileinfo2 configured for this anyways.
Re: QLCommander v 2.2.7- For Testers!
Posted: Sat Mar 22, 2025 3:08 pm
by Andrew
desin wrote: Sat Mar 22, 2025 1:24 pm
qlcconfig_bas
running on QDOS needs this or similar
1251 IF NOT "HBA" INSTR VER$
1252 a$='win1_QLCOMMANDER_'
1253 ELSE
1255 a$=HOME_DIR$: IF a$='' THEN a$='win1_QLCOMMANDER_'
1257 END IF
Markus
Yes, you are right!