[WT-support] $QTCROW
Laurent HAAS - F6FVY
f6fvy at free.fr
Fri Nov 13 11:24:10 CET 2009
Hi Ben
Bernhard Buettner DL6RAI a écrit :
> While getting ready for the WAEDC RTTY this weekend, I came across
> a missing feature which is specific to WAE RTTY but which would come
> in very handy. RCKLog provides this feature, for example.
(snip)
Even if it not perfect, I've just add the possibility use scripts in the
predefined RTTY (or CW) messages fired in the Receive/Transmit QTC
dialog, by using the usual #SCRIPT notation.
So, you can use the following workaround :
Create a script named qtcRow (or whatever) :
qtcRow = wtApp:InputNumber("Enter the QTC Row ?", "QTC Row");
if (qtcRow ~= nil and qtcRow > 0 and qtcRow <= 10) then
msg= string.format("PSE RPT QTC %d QTC %d", qtcRow, qtcRow);
wtKeyer:Play(msg);
end;
And assign the following message to one of your function keys :
#QTCROW
When you hit this function key, a entry dialog will ask you for the QTC
row. You enter it in the dialog box and "Enter" : The message will then
play. If you hit the key by mistake, use "Cancel" or "ESC" to leave.
I understand it's not perfect, but it looks a bit more convenient than
previous methods.
Please note you must run the very last nightly build to use this feature.
Hope this helps !
73
Larry
More information about the Support
mailing list