Previous Thread
Next Thread
Print Thread
INFLD timer issue #37852 06 Mar 25 07:09 AM
Joined: Oct 2024
Posts: 6
K
Kyle Vaughn Offline OP
Member
OP Offline
Member
K
Joined: Oct 2024
Posts: 6
Good Morning Jack!

I'm having some issues with exiting one INFLD into another, the timer doesn't start on the second INFLD until a user starts typing. If a user were to use 'Enter' to exit the first INFLD, things seem to work as expected, however, the issue is when a user presses an 'F-key' to exit. Below is a sample program I used to test.

Version 7.0.1764.1


Code
MAP1 entry$,s,132
MAP1 inx,f,6
MAP1 exitcode,f,6
MAP1 funmap,f,6

MAIN'ROUTINE:
    PRINT TAB(-1,0)"TIMER TEST PROGRAM";

    PRINT TAB(3,1)"      Start:   (Press F1)";
    funmap = 1
    XCALL INFLD,3,14,1,0,"A^1",entry$,inx,1,0,exitcode,0,0,-1,-1,funmap
    PRINT TAB(3,1);TAB(-1,9);TAB(-1,254);
    Trace.Print exitcode

    PRINT TAB(5,1)"Timer Field:";
  TIME'AGAIN:
    XCALL INFLD,5,14,3,0,"#1Tk",entry$,inx,1,0,exitcode,5
    Trace.Print exitcode
    IF exitcode = 1 THEN
        END
    ENDIF
    GOTO TIME'AGAIN


Thanks,
Kyle Vaughn

Re: INFLD timer issue [Re: Kyle Vaughn] #37858 09 Mar 25 03:00 PM
Joined: Jun 2001
Posts: 11,924
J
Jack McGregor Online Content
Member
Online Content
Member
J
Joined: Jun 2001
Posts: 11,924
Hi Kyle,

Sorry for the delayed response; I was out of town the last couple of days and somehow missed this. And thanks for the test program which made it simple to reproduce. It's an interesting problem in that I can't see any relevant code changes that would have affected this in years. Fortunately it was fairly simple to track down and I think it's fixed in 7.0.1770.1; beta test copies below ...

ash-7.0.1770.1-w32-upd.zip
ash-7.0.1770.1-el7-upd.tz
ash-7.0.1770.1-d12-x86_64-upd.tz
ash70notes.txt

-Jack

Re: INFLD timer issue [Re: Kyle Vaughn] #37860 09 Mar 25 11:46 PM
Joined: Jun 2001
Posts: 3,424
J
Jorge Tavares - UmZero Online Content
Member
Online Content
Member
J
Joined: Jun 2001
Posts: 3,424
Hi Jack,
Can you build an updated "c" version please?
Where is the LIBXL 4.5.0?
Also, the zip file for compiler 1064 is empty.
Thanks


Jorge Tavares

UmZero - SoftwareHouse
Brasil/Portugal
Re: INFLD timer issue [Re: Kyle Vaughn] #37861 10 Mar 25 08:58 AM
Joined: Jun 2001
Posts: 11,924
J
Jack McGregor Online Content
Member
Online Content
Member
J
Joined: Jun 2001
Posts: 11,924
Hi Jorge,

Wow, that's a lot of demands and complaints for a Monday morning! shocked
Fortunately I'm well rested and relaxed after a weekend in Palm Springs cool and can take it!
So let's try again with this set of links...

compil-7.0.1064-w32.zip
libxl-4.5.0-w32.zip
ash-7.0.1770.1-w32-upd.zip
ash-7.0.1770.1-w32c-upd.zip
ash-7.0.1770.1-el7-upd.tz
ash-7.0.1770.1-d12-x86_64-upd.tz
ash70notes.txt

Re: INFLD timer issue [Re: Kyle Vaughn] #37862 10 Mar 25 01:40 PM
Joined: Oct 2024
Posts: 6
K
Kyle Vaughn Offline OP
Member
OP Offline
Member
K
Joined: Oct 2024
Posts: 6
Thanks Jack!

I'll download and make sure everything works as expected.

Thanks again,
Kyle Vaughn

Re: INFLD timer issue [Re: Kyle Vaughn] #37889 20 Mar 25 02:55 PM
Joined: Oct 2024
Posts: 6
K
Kyle Vaughn Offline OP
Member
OP Offline
Member
K
Joined: Oct 2024
Posts: 6
Good Evening Jack!

Sorry for the delay in testing. I've update to the new version and still get the same results.

Thanks,
Kyle Vaughn

Re: INFLD timer issue [Re: Kyle Vaughn] #37890 20 Mar 25 05:18 PM
Joined: Jun 2001
Posts: 11,924
J
Jack McGregor Online Content
Member
Online Content
Member
J
Joined: Jun 2001
Posts: 11,924
Ugh! Sorry about that. After determining that it happened in Windows, I fixed it there, but apparently failed to sync the update to the Linux code base. So at this point it's scheduled for 1770.4, but that's going to delayed at least until late tomorrow while I track down another issue.

Re: INFLD timer issue [Re: Kyle Vaughn] #37891 21 Mar 25 07:15 AM
Joined: Oct 2024
Posts: 6
K
Kyle Vaughn Offline OP
Member
OP Offline
Member
K
Joined: Oct 2024
Posts: 6
No worries! Thank you!

Re: INFLD timer issue [Re: Kyle Vaughn] #37904 24 Mar 25 05:51 PM
Joined: Jun 2001
Posts: 11,924
J
Jack McGregor Online Content
Member
Online Content
Member
J
Joined: Jun 2001
Posts: 11,924
Ok, the issue has now been correctly patched into these Linux versions...

ash-7.0.1770.4-el7-upd.tz
ash-7.0.1770.4-el7-x86_64-upd.tz
ash-7.0.1770.4-d12-x86_64-upd.tz
ash70notes.txt


Moderated by  Jack McGregor, Ty Griffin 

Powered by UBB.threads™ PHP Forum Software 7.7.3