Re: [Tlf-devel] Autosend feature - changed logic

2013-12-09 Thread Thomas Beierlein
In meantime I added a progress indicator. All sent characters are shown inverted. So you can see how many characters you are ahead of the keyer. 73, de Tom DL1JBE Am Sun, 8 Dec 2013 19:52:30 +0100 schrieb Thomas Beierlein : > Hi all, > > I did an experimental change of the autosend logic. The

Re: [Tlf-devel] Autosend feature - changed logic

2013-12-08 Thread Thomas Beierlein
Hi all, I did an experimental change of the autosend logic. The fixed 0.7 secongs timeout after you stop typing is gone. Tlf now guesses the expected time to finish sending the call. If you type in characters after autosend starts time for the new characters gets added to the timeout. As soon as

Re: [Tlf-devel] Autosend feature - further suggestions

2013-11-22 Thread Thomas Beierlein
Hi all, just implemented the first suggestion from Martin: Am Thu, 14 Nov 2013 08:06:33 +0100 schrieb Martin Kratoska : > - an indicator of the ON state of Autosend. I suggest different color > in the call field till the "length" set, ie. if :char set to 4, the > first 4 characters in the call fi

[Tlf-devel] Autosend feature - further suggestions

2013-11-13 Thread Martin Kratoska
Hi Tom, we also would need following: - an indicator of the ON state of Autosend. I suggest different color in the call field till the "length" set, ie. if :char set to 4, the first 4 characters in the call field should have different background color. If the color change is a problem, there

Re: [Tlf-devel] Autosend feature - first tests

2013-11-12 Thread Thomas Beierlein
Hi Martin, Am Tue, 12 Nov 2013 11:05:42 +0100 schrieb Martin Kratoska : > Hi Tom et al, > > Dne 12.11.2013 10:07, Thomas Beierlein napsal(a): > > Hi Martin, > > > > Am Tue, 12 Nov 2013 00:33:09 +0100 > > schrieb Martin Kratoska : > >> there is something strange. tlf does not see now hamlib, so n

Re: [Tlf-devel] Autosend feature - first tests

2013-11-12 Thread Martin Kratoska
Hi Tom et al, Dne 12.11.2013 10:07, Thomas Beierlein napsal(a): Hi Martin, Am Tue, 12 Nov 2013 00:33:09 +0100 schrieb Martin Kratoska : there is something strange. tlf does not see now hamlib, so no radio control :-( Maybe you forgot the '--enable-hamlib' in the ./configure stage? Of cours

[Tlf-devel] Autosend feature - first tests

2013-11-11 Thread Martin Kratoska
Hi Tom, there is something strange. tlf does not see now hamlib, so no radio control :-( The Autosend option works but not exactly as meant. The auto sending begins with the character count as set with :char command, this is OK. Setting :char to 4 actually moves the cursor to the exchange fi

Re: [Tlf-devel] Autosend feature

2013-11-11 Thread Thomas Beierlein
Hi, I just finished the first quick version of the new autosend feature. Please download the zip archive from https://github.com/Tlf/tlf/archive/autosend.zip unpack it and then change to the directory. 'autoreconf --install' './configure ' 'make' 'make install' should build it. Some comme

Re: [Tlf-devel] Autosend feature

2013-11-10 Thread Fred Siegmund
Indeed. 73 Fred Am 07.11.2013 21:25, schrieb Martin Kratoska: Excellent! You hit the nail, Tom! 73, Martin, OK1RR Dne 7.11.2013 21:13, Thomas Beierlein napsal(a): Ok. Lets summarize: - autostart after 2..5 characters (configurable) - shorter calls have to be finished with the normal ENTER -

Re: [Tlf-devel] Autosend feature

2013-11-07 Thread Martin Kratoska
Excellent! You hit the nail, Tom! 73, Martin, OK1RR Dne 7.11.2013 21:13, Thomas Beierlein napsal(a): Ok. Lets summarize: - autostart after 2..5 characters (configurable) - shorter calls have to be finished with the normal ENTER - as soon as autosend starts there will be no chance to edit bad

Re: [Tlf-devel] Autosend feature

2013-11-07 Thread Martin Kratoska
Dne 7.11.2013 21:02, Thomas Beierlein napsal(a): Hi Andy, Am Tue, 5 Nov 2013 13:45:51 + schrieb Andy Summers : Tom, you are right that there is no means of determining what characters have been sent from cwdaemon when you have sent a word to it, or a series of characters. I realised this w

Re: [Tlf-devel] Autosend feature

2013-11-07 Thread Thomas Beierlein
Ok. Lets summarize: - autostart after 2..5 characters (configurable) - shorter calls have to be finished with the normal ENTER - as soon as autosend starts there will be no chance to edit bad characters, all you type in will be send - start sending exchange after a keyboard timeout (100..200 ms

Re: [Tlf-devel] Autosend feature

2013-11-07 Thread Thomas Beierlein
Hi Andy, Am Tue, 5 Nov 2013 13:45:51 + schrieb Andy Summers : > Tom, you are right that there is no means of determining what > characters have been sent from cwdaemon when you have sent a word to > it, or a series of characters. I realised this when I wrote a winkey > server for cwdaemon > (

Re: [Tlf-devel] Autosend feature

2013-11-06 Thread Martin Kratoska
I would prefer configurable count, not just 4 chars. Tested also 2 characters, this works but with some hurry... Yes, usually the ENTER is used when working the shorties. 73 Martin, OK1RR Dne 6.11.2013 10:53, FS napsal(a): Hi Thomas, i would consider the autosend after 4 characters a interest

Re: [Tlf-devel] Autosend feature

2013-11-06 Thread FS
Hi Thomas, i would consider the autosend after 4 characters a interesting feature. To drop "Space" for manually starting this process would free this key to jump between callinput and exchangeinput (even for TRLOG this would be useful!). For the use with calls like P3N, it would be fine to use t

Re: [Tlf-devel] Autosend feature

2013-11-05 Thread Andy Summers
Tom, you are right that there is no means of determining what characters have been sent from cwdaemon when you have sent a word to it, or a series of characters. I realised this when I wrote a winkey server for cwdaemon ( http://g4kno.com/software_it/jWinkeyServer/jWinkeyServer.html). Winkey provid

Re: [Tlf-devel] Autosend feature

2013-11-05 Thread Thomas Beierlein
Hi Fred and Martin, I remember working on that autosend problem some time ago as we implented the ESC handling to stop CW or step back in fields. I just retested and right it does not work as I expected. As it seems that I did not really understand what that function should do until now here is h

Re: [Tlf-devel] Autosend feature

2013-11-04 Thread FS
Ok, interesting indeed. The functionality is basicly there, but broken. I always wondered what such a important key like "space" does in TRLOG mode. Well, it just doesn't work like intended (arrow down is the same). The same is true for the :char command (autosend). See the original meaning: htt

[Tlf-devel] Autosend feature

2013-11-04 Thread Martin Kratoska
Was: Re: [Tlf-devel] WAEDC QTC - v0.002 release :) --- Dne 3.11.2013 22:09, Fred Siegmund napsal(a): > Hi Martin, which autosend feature do you mean? I worked with TRLOGLinux > and was not very satisfied, namely > the bandmap is very slow and there s