Hello,

an opportunity to look at the sources (had not touched this
bit for 4 years). It says:

SET_DEFAULT
; It is passed a key and a string value.
; The keys currently defined are:
;
;       0 .. 7          default extension 1 to 8        (6)
;       32 .. 39        default directory 1 to 8        (38)
;       64 .. 67        main default main colourway, subwindow 
               colourway,
;                       button colour, explain colourway  (1)
;       96              flash-frequency for update icon   (2)
;       97              delay for icon explanation (hint) (2)
;
; The maximum size for the string is given in brackets.

Hope this helps,

cheers   Jochen



François Van Emelen wrote:
> Dilwyn Jones schreef:
>> This is all I know about it...
>>
>> SET_DEFAULT n,default_string$
>>
>> e.g. SET_DEFAULT 1,"_TXT"
>> SET_DEFAULT 2,'_ASM'
> Did you find that in the manual?
>> where n=1 to 8 sets default extension 1 to 8 e.g. for EXT_SELECT$
>>
>> n=32 to 39 sets default directories, e.g. for DIR_SELECT$
>>
>> You can check the default settings with:
>>
>> FOR a=1 to 8:PRINT GET__DEFAULT$(a)
>> FOR a=32 TO 39:PRINT GET_DEFAULT$(a)
> This info is present in the manual.
>> In addition, PRINT GET_DEFAULT$ with parameter of 64, 65, 66 return 
>> colour combinations for main window, sub-window and buttons, though I 
>> don't know if SET_DEFAULT can set these too.
>>
> Thanks for the info, Dilwyn.
> François Van Emelen
> 
> _______________________________________________
> QL-Users Mailing List
> http://www.q-v-d.demon.co.uk/smsqe.htm
> 

-- 
Jochen Merz Software - Kaiser-Wilhelm-Str. 302 - D-47169 Duisburg
    Tel. +49-(0)203-502011      Fax +49-(0)203-502012
    Email: [EMAIL PROTECTED]       Homepage: http://SMSQ.J-M-S.COM

_______________________________________________
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm

Reply via email to