Search found 2529 matches

by IW3HMH
10 Nov 2024, 16:35
Forum: Error reports
Topic: Auto Start section not displaying full page
Replies: 1
Views: 1378

Re: Auto Start section not displaying full page

can you send us a screenshot of the issue?
by IW3HMH
08 Nov 2024, 17:13
Forum: Error reports
Topic: Cluster alert band not confirmed is broken
Replies: 24
Views: 18464

Re: Cluster alert band not confirmed is broken

I think i've finally found the issue...
by IW3HMH
28 Oct 2024, 16:10
Forum: User support
Topic: Upload to LOTW fails
Replies: 1
Views: 585

Re: Upload to LOTW fails

If you have problems with a single QSO it's unlikely you can have a problematic QSO in the archive, as it's not affecting.
have you tried opening TQSL stand alone and check if there are user interface messages coming in?
by IW3HMH
24 Oct 2024, 07:17
Forum: Award Support
Topic: Challange
Replies: 11
Views: 22453

Re: Challange

Calculating award points (flexible enough to accomodate all potential awards with some useful functions) is on the short list :-)
by IW3HMH
24 Oct 2024, 07:14
Forum: Feature suggestions
Topic: Switching between 2 different radios without OmniRig
Replies: 7
Views: 8311

Re: Switching between 2 different radios without OmniRig

Actually log4om CAT structure is made with a centralized "hub" that take the role to transfer information from the application to the desired CAT engine, and is responsible to start and stop the CAT engine itself and 3 different libraries, published under C# interfaces, that are dynamically loaded ...
by IW3HMH
21 Aug 2024, 15:10
Forum: Error reports
Topic: Reconnection of Cluster not working anymore
Replies: 2
Views: 3525

Re: Reconnection of Cluster not working anymore

Thanks, some activities were done on that, but probably i still need to find the right path...
by IW3HMH
14 Aug 2024, 20:14
Forum: Error reports
Topic: ADIF import ITU Zone 6 to 8
Replies: 2
Views: 6389

Re: ADIF import ITU Zone 6 to 8

Ciao Mike, no unfortunately we didn't set a "blank" default in the app for those codes.
Next release should make this identification even more precise, in the meanwhile i'm evaluating the impact of having a blank value for that (blank = 0)
by IW3HMH
14 Aug 2024, 20:12
Forum: User support
Topic: Log4OM 2.33 - QSL Manager filter
Replies: 6
Views: 5014

Re: Log4OM 2.33 - QSL Manager filter

KI5IO wrote: 11 Aug 2024, 15:05 My search configuration filters have always been 'sticky' with the last choice I used. IE: Yes, No, etc..

No changes noted here with version changes.
but you can change them according to your needs?
by IW3HMH
11 Aug 2024, 14:11
Forum: Feature suggestions
Topic: Long Path or Short Path on map
Replies: 8
Views: 15597

Re: Long Path or Short Path on map

i'm checking if it's possible with actual code
by IW3HMH
11 Aug 2024, 14:10
Forum: Feature suggestions
Topic: Use of MariadB latest version
Replies: 2
Views: 4297

Re: Use of MariadB latest version

Some updates...
the official driver for MARIADB didn't support the MySqlScript command or equivalent one. To do this operation i will need to use MySQL drivers instead of mariaDb one, but this is not possible with the actual structure, as every database is handled with a different DLL linked with an ...