<div dir="auto"><a href="https://docs.win-test.com/wiki/API">https://docs.win-test.com/wiki/API</a></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">DC8YZ <<a href="mailto:dc8yz@darc.de">dc8yz@darc.de</a>> schrieb am Fr., 20. Jan. 2023, 18:31:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What means LUA ?<br>
<br>
Michael Stark 73<br>
DC8YZ<br>
Member of DARC OV B13 (Schwabach-Roth)<br>
Member of the BAVARIAN CONTEST CLUB<br>
<br>
> Am 20.01.2023 um 17:16 schrieb DC8YZ <<a href="mailto:dc8yz@darc.de" target="_blank" rel="noreferrer">dc8yz@darc.de</a>>:<br>
> <br>
> Hi all and thanks for the new release,<br>
> <br>
> what is wenn with Lua ?<br>
> <br>
> 73 Michael<br>
> <br>
> Michael Stark 73<br>
> DC8YZ<br>
> Member of DARC OV B13 (Schwabach-Roth)<br>
> Member of the BAVARIAN CONTEST CLUB<br>
> <br>
>> Am 20.01.2023 um 14:06 schrieb Laurent HAAS - F6FVY <<a href="mailto:f6fvy@free.fr" target="_blank" rel="noreferrer">f6fvy@free.fr</a>>:<br>
>> <br>
>> Hi<br>
>> <br>
>> Win-Test version 4.46.0 is now available for download:<br>
>> <br>
>> <a href="http://download.win-test.com/v4/bin/wt-4.46.0.exe" rel="noreferrer noreferrer" target="_blank">http://download.win-test.com/v4/bin/wt-4.46.0.exe</a> [full, 26 MB]<br>
>> <a href="http://download.win-test.com/v4/bin/wt-4.46.0-update.exe" rel="noreferrer noreferrer" target="_blank">http://download.win-test.com/v4/bin/wt-4.46.0-update.exe</a> [update, 6.8 MB]<br>
>> <br>
>> The update download is also available from Win-Test by using the Help /<br>
>> Check for Win-Test updates... menu item.<br>
>> <br>
>> As usual, use your login / password to access the download area.<br>
>> <br>
>> Tnx to Ben DL6RAI, Pablo EA4TX and Roberto IV3IYH for the translations.<br>
>> <br>
>> Please find below the release file<br>
>> <br>
>> <br>
>> ---------------------------------------------------------------------<br>
>> <br>
>> 4.45.0 (Oct 18, 2022)<br>
>> <br>
>> 4.46.0 (Jan 17, 2023)<br>
>> <br>
>> - Lua API version string is 1.9.0<br>
>> <br>
>> - Lua : wtApp:TextCommand now accepts "*" as strStn to send to all<br>
>> stations of the network.<br>
>> <br>
>> - Lua : New local variable wtFrom. Set to nil by default. Contains<br>
>> the name of the station that sent the text command thru network<br>
>> to run a local script. Can be useful when two (or more) stations<br>
>> exchange data with scripts.<br>
>> <br>
>> - Lua : New onBandChange event when there is a band change. wtArg<br>
>> includes the band name and the radio as strings<br>
>> (ex : "10/0" for 10m on radio1).<br>
>> <br>
>> Reminder : The band name can have letters in it (2KM, 10G etc.)<br>
>> <br>
>> onBandChange.wts example :<br>
>> <br>
>> _, _, band, radio = string.find(wtArg, "(%d+[GKM]*)/(%d+)")<br>
>> wtApp:AlertBox("Radio: " .. radio .. " Band: " .. band)<br>
>> <br>
>> Tnx TK5EP.<br>
>> <br>
>> - Bugfix : ARRL RTTY Roundup : The Check Mult window (F10) was<br>
>> not filled properly. Tnx PA2A.<br>
>> <br>
>> - WAG : LCR parser added.<br>
>> <br>
>> - Cabrillo import : When the Cabrillo contest identifier is<br>
>> unknown, Win-Test now offers the possibility to choose the<br>
>> contest the log is referring to.<br>
>> <br>
>> - Radio wnd / List view : When possible, set an inactive VFO<br>
>> indicator. Tnx DJ0ZY.<br>
>> <br>
>> - Carrier / Tune timer : The remaining time is now displayed<br>
>> in the Stop button caption.<br>
>> <br>
>> - Explore Current op. directory added to the File menu.<br>
>> <br>
>> Two (similar) Lua API added to get this path :<br>
>> - wtApp:GetCurrentOpPath()<br>
>> - wtOp:GetPath()<br>
>> <br>
>> - Lua : New wtKeyer:Load(strFileName) API to load messages<br>
>> from a .smsgs file. If no path is specified, the current op.<br>
>> directory is used. Tnx F6IFY.<br>
>> <br>
>> - The default directory to save or load CW/RTTY messages is now<br>
>> set to the current op. directory.<br>
>> <br>
>> - The QTC transmit and receive dialogs are checked to be always<br>
>> visible even if their positions were saved with a different<br>
>> monitors configuration. Tnx F5UII.<br>
>> <br>
>> - The WAE messages can now be saved and loaded.<br>
>> <br>
>> - Partner Wnd : After a Q is entered and the window is cleaned,<br>
>> the remaining content stays in place to not mess up the $GRABn<br>
>> variables. Tnx FY5KE.<br>
>> <br>
>> - Scripts manager : Refresh button added. Useful if you alter<br>
>> directly the scripts directory.<br>
>> <br>
>> - Ctrl-X now prompts for a text command to be executed on the<br>
>> current QSO if it applies.<br>
>> <br>
>> - The log caret / cursor can now be displayed as a solid block<br>
>> (Options / Log). Text commands : BLOCKCARET / NOBLOCKCARET or<br>
>> BLOCKCURSOR / NOBLOCKCURSOR. Tnx DL6RAI.<br>
>> <br>
>> - When archiving, the full path of the generated zip file is copied<br>
>> to the clipboard.<br>
>> <br>
>> - When using RUN vs S&P, Alt-F4 (return to the last RUN CQ freq)<br>
>> switches automatically to RUN. Tnx F5UII.<br>
>> <br>
>> - WAE : Following the rules, if the received serial is set to 000,<br>
>> points are credited only if it is a new mult. Tnx F5UII.<br>
>> <br>
>> - Text commands : "NOTES" added as a text command to open the notes<br>
>> file attached to the current log.<br>
>> <br>
>> - Partner window : Partial callsigns or callsigns with wildcard<br>
>> character(s) '?' are now removed if they match the callsign<br>
>> entered in the log. Tnx FY5KE.<br>
>> <br>
>> - Bugfix : When entering your own callsign in the log (to cancel a<br>
>> QSO), your own location was displayed on the spots map (if enabled).<br>
>> <br>
>> - Checkmark added to the freq offsets menu item if they're enabled.<br>
>> <br>
>> - The summary data broadcast is now allowed for single-ops,<br>
>> independently of the Master setting in the contest configuration<br>
>> dialog. Tnx K2RET.<br>
>> <br>
>> Bugfix : FT-891 : Code totally rewritten and it now works as<br>
>> expected. Tnx RX3APM for report, and DK5MR for testing.<br>
>> <br>
>> <br>
>> ---------------------------------------------------------------------<br>
>> <br>
>> 73<br>
>> <br>
>> Larry - F6FVY<br>
>> <br>
>> -- <br>
>> <br>
>> Si vis pacem, para bellum - Végèce, Epitoma Rei Militaris<br>
>> <br>
>> -- <br>
>> support mailing list<br>
>> <a href="mailto:support@win-test.com" target="_blank" rel="noreferrer">support@win-test.com</a><br>
>> <a href="https://lists.win-test.com/cgi-bin/mailman/listinfo/support" rel="noreferrer noreferrer" target="_blank">https://lists.win-test.com/cgi-bin/mailman/listinfo/support</a><br>
<br>
<br>
-- <br>
support mailing list<br>
<a href="mailto:support@win-test.com" target="_blank" rel="noreferrer">support@win-test.com</a><br>
<a href="https://lists.win-test.com/cgi-bin/mailman/listinfo/support" rel="noreferrer noreferrer" target="_blank">https://lists.win-test.com/cgi-bin/mailman/listinfo/support</a><br>
</blockquote></div>