n4af / TR4W

TRLOG 4 Windows free amateur radio logging application
GNU General Public License v3.0
19 stars 6 forks source link

Rules menu items are grayed out #700

Closed ny4i closed 11 months ago

ny4i commented 12 months ago

Under the tools menu, the rules items are grayed out. Not sure why but this should just be a simple case to open the URL and let Windows open it with the browser.

n4af commented 12 months ago

From MainUnit.pas if ContestsArray[Contest].WA7BNM = 0 then Windows.EnableMenuItem(tr4w_main_menu, menu_sk3bg_calendar, MF_BYCOMMAND or MF_GRAYED);

On Sat, Oct 7, 2023 at 7:46 PM Tom Schaefer @.***> wrote:

Under the tools menu, the rules items are grayed out. Not sure why but this should just be a simple case to open the URL and let Windows open it with the browser.

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/700, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVLCUBIOQODYOJY6UJ55DTX6HSWBAVCNFSM6AAAAAA5XH4XASVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZTCNJVG44DAMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

n4af commented 12 months ago

Ok.no calendar numbers means gray --

If WA7BNM parm is edited with the menu number in the perpectual calendar it will work in 4.127.1: https://www.contestcalendar.com/perpetualcal.php so, wa7bnm for CQP lists as '140' in the perpectual cal, so VC needs to be modified as ' ({Name: 'CQP'; }Email: nil; DF: 'california_cty'; WA7BNM: 140;. . . .' This has been done in 4.127.1 for CQP as a template for what is required to make RULES work for WA7BNM calendar

n4af commented 12 months ago

There shud be a menu for wa7bnm. it presently lives within sk3bg. Since it works, i left it for time being...

n4af commented 12 months ago

https://tr4w.net/4.127/tr4w_setup_4_127.1.exe should work where the Wa7BNM # is entered. REF: CQP in VC.PAS

n4af commented 12 months ago

line 3218 https://github.com/n4af/TR4W/blob/master/tr4w/src/VC.pas

ny4i commented 12 months ago

Thanks. That works. It didn;t dawn on me that the entry might be missing. I thought I checked those previously to update them all. I will go through all th eocntests and check.

I did notice an extra space in the menu now though.

image

ny4i commented 12 months ago

The bandmap does not appear to be working on this build. I went back to the .0 release and it works again.

n4af commented 12 months ago

Seems to be working here. i will have a look after lunch...

On Sun, Oct 8, 2023 at 12:25 PM Tom Schaefer @.***> wrote:

The bandmap does not appear to be working on this build. I went back to the .0 release and it works again.

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/700#issuecomment-1752098511, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVLCUC7ZTSCU6Y556SSI3LX6LHZFAVCNFSM6AAAAAA5XH4XASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJSGA4TQNJRGE . You are receiving this because you commented.Message ID: @.***>

n4af commented 12 months ago

yeah, there is a problem.

On Sun, Oct 8, 2023 at 12:28 PM Howie Hoyt @.***> wrote:

Seems to be working here. i will have a look after lunch...

On Sun, Oct 8, 2023 at 12:25 PM Tom Schaefer @.***> wrote:

The bandmap does not appear to be working on this build. I went back to the .0 release and it works again.

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/700#issuecomment-1752098511, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVLCUC7ZTSCU6Y556SSI3LX6LHZFAVCNFSM6AAAAAA5XH4XASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJSGA4TQNJRGE . You are receiving this because you commented.Message ID: @.***>

n4af commented 12 months ago

Would you try d/l 4.127.1 again and verify the bm is now ok ?? Thanks, Howie

On Sun, Oct 8, 2023 at 2:33 PM Howie Hoyt @.***> wrote:

yeah, there is a problem.

On Sun, Oct 8, 2023 at 12:28 PM Howie Hoyt @.***> wrote:

Seems to be working here. i will have a look after lunch...

On Sun, Oct 8, 2023 at 12:25 PM Tom Schaefer @.***> wrote:

The bandmap does not appear to be working on this build. I went back to the .0 release and it works again.

— Reply to this email directly, view it on GitHub https://github.com/n4af/TR4W/issues/700#issuecomment-1752098511, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVLCUC7ZTSCU6Y556SSI3LX6LHZFAVCNFSM6AAAAAA5XH4XASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJSGA4TQNJRGE . You are receiving this because you commented.Message ID: @.***>

ny4i commented 12 months ago

That works. Thanks