• xq-weather and xq-moon Mystic A47 ANSI Viewer Update

    From Gandalf@21:4/153 to xqtr on Mon Apr 18 13:03:23 2022
    After upgrading to A47, I found that xq-weather and xq-moon failed to display the ansi screens due to the updated GV menu command. I played around with the syntax and found the following to work. There may be a better solution, but this is working for me currently:

    q-weather.mps A47 ANSI Viewer Update
    if city<>'' then begin
    MenuCmd('DD',datapath+'getweather.py '+city+' > '+datapath+'cityweather.ans')
    MenuCmd('GV','ansiview;'+datapath+'cityweather.ans')
    end

    xq-moon.mps A47 ANSI Viewer Update
    begin
    clrscr
    DataPath := JustPath(ProgName)+'xq-moon'+pathchar;
    menucmd('DD',datapath+'xqmoon '+datapath);
    menucmd('GV','ansiview;'+datapath+'xqmoon.ans')
    end

    --- Mystic BBS v1.12 A47 2021/12/24 (Linux/64)
    * Origin: ARDA-BBS (21:4/153)
  • From xqtr@21:1/111 to Gandalf on Tue Apr 19 19:37:30 2022
    After upgrading to A47, I found that xq-weather and xq-moon failed to displaythe ansi screens due to the updated GV menu command. I played around with thesyntax and found the following to work. There may be a better solution, butthis is working for me currently:

    Nice... i haven't upgrade recently and i didn't have issues with the script, but this seems a nice fix. I'll try to update the packages and fix this issue.

    Thank you for bringing it up. :)

    .
    :: XQTR :: Another Droid BBS :: andr01d.zapto.org:9999 :: xqtr@gmx.com

    --- Mystic BBS v1.12 A47 2020/11/23 (Raspberry Pi/32)
    * Origin: Another Droid BBS # andr01d.zapto.org:9999 (21:1/111)