Search found 239 matches

by fightcancer
Fri Oct 07, 2022 1:39 am
Forum: Technical / Scripting
Topic: "incompatible with String" errors
Replies: 3
Views: 4192

"incompatible with String" errors

EDIT: resolved! Found that the variable TheRowWithATrader was empty when the error occurred even though post macro execution showed a value of 6 in the Watch List. Trying to figure out why MS is generating occasional errors. Less than half the time I get these 5 MS errors when running my macro. Line...
by fightcancer
Fri Oct 07, 2022 1:34 am
Forum: Technical / Scripting
Topic: Weird Watch List Behavior
Replies: 2
Views: 4331

Weird Watch List Behavior

When I run a macro, the Watch List is sometimes blank throughout execution and after it. Sometimes when I type the name of a variable in the white box at the top and press Enter, MS will NOT find the variable. So I have to scroll all the way to the top of variables, click the topmost var, click the ...
by fightcancer
Mon Oct 03, 2022 6:00 pm
Forum: General Discussion
Topic: MS Still Being Developed?
Replies: 9
Views: 12855

Re: MS Still Being Developed?

Dorian (MJT support) wrote:
Mon Oct 03, 2022 5:46 pm
Ah, interesting! Yes, >Help >About in my 15.0.20 is reporting as July 2021 too. This is incorrect. I can confirm it was in fact December 2021.
Thanks for clearing that up!
by fightcancer
Mon Oct 03, 2022 5:34 pm
Forum: General Discussion
Topic: MS Still Being Developed?
Replies: 9
Views: 12855

Re: MS Still Being Developed?

I just tested with a 15.0.20 installation where Maintenance was set to expire in 2018, and in >Help >Check For Updates it told me the latest version was 15.0.21. I don't think that system is intelligent enough to take your maintenance into account and decide you're not eligible for it. There's also...
by fightcancer
Mon Oct 03, 2022 5:28 pm
Forum: General Discussion
Topic: MS Still Being Developed?
Replies: 9
Views: 12855

Re: MS Still Being Developed?

Wow! 14 months passed without an update (July 2021 - Sept. 2022) and the update came out 3 days after my license expired. I guess that's why I can't see the update. There wasn't a gap of 14 months as far as I can see. 15.0.20 came between the dates you mentioned. You must be looking at an old list ...
by fightcancer
Mon Oct 03, 2022 3:46 pm
Forum: General Discussion
Topic: MS Still Being Developed?
Replies: 9
Views: 12855

Re: MS Still Being Developed?

Wow! 14 months passed without an update (July 2021 - Sept. 2022) and the update came out 3 days after my license expired. I guess that's why I can't see the update.
by fightcancer
Mon Oct 03, 2022 1:08 am
Forum: General Discussion
Topic: MS Still Being Developed?
Replies: 9
Views: 12855

MS Still Being Developed?

I haven't seen any updates lately.

EDIT: Help > About is not always accurate. Version History is the best source.
https://help.mjtnet.com/article/222-version-history
by fightcancer
Mon Oct 03, 2022 12:31 am
Forum: Technical / Scripting
Topic: Strange Error Message
Replies: 8
Views: 7877

Re: Strange Error Message

Same error again. Restarting MS didn't help. MS doesn't seem to like this line, " HoldKey>VK112,1,0". SRT>Pause SetDialogProperty>Dialog1,Label2,Caption,SRT>Pause Let>k=0 Repeat>k Add>k,1 HoldKey>VK112,1,0 Wait>{0.01 * (%k% - 1) * (%k% - 1)} HoldKey>2,1,0 Wait>{0.01 * (%k% - 1) * (%k% - 1)} Until>k,...
by fightcancer
Tue Jun 28, 2022 8:02 pm
Forum: Technical / Scripting
Topic: BUG: WaitKeyDown
Replies: 8
Views: 5430

Re: BUG: WaitKeyDown

Out of curiosity, Does this script wait until you press the KeyPad's minus key? Or does it run straight to "Done"? OnEvent>Key_Down,VK109,0,srtVK109 Let>VK109_wait_Flag=1 Label>VK109IdleLoop If>VK109_wait_Flag=1 Goto>VK109IdleLoop EndIf MDL>Done SRT>srtVK109 Let>VK109_wait_Flag=0 END>srtVK109 After...
by fightcancer
Tue Jun 28, 2022 8:00 pm
Forum: Technical / Scripting
Topic: BUG: WaitKeyDown
Replies: 8
Views: 5430

Re: BUG: WaitKeyDown

I'm unable to reproduce an issue in v15.0.20 even when looping 25 times. (And there haven't been any changes to WaitKeyDown since Version 7.3.10.5 17 years ago). let>x=0 repeat>x let>x=x+1 WaitKeyDown>VK109 Mdl>Done %x% Until>x,25 When I run this script below, it breaks the WaitKeyDown functionalit...
by fightcancer
Tue Jun 28, 2022 4:20 pm
Forum: Technical / Scripting
Topic: BUG: WaitKeyDown
Replies: 8
Views: 5430

Re: BUG: WaitKeyDown

Same issue with all keys.

The keys are not stuck as they produce no keystrokes in Notepad, Discord or other software.
by fightcancer
Mon Jun 27, 2022 9:32 pm
Forum: Technical / Scripting
Topic: BUG: WaitKeyDown
Replies: 8
Views: 5430

BUG: WaitKeyDown

WaitKeyDown>VK109 Mdl>Done MS doesn't wait for anything and immediately executes line 2. (VK109 is the NumPad subtract key.) EDIT: it works for the first few times as it should, then it won't work any more, i.e. it won't wait but goes straight to line 2. I tested VK109, VK101, VK107 and the backslas...
by fightcancer
Thu May 19, 2022 7:13 pm
Forum: Technical / Scripting
Topic: Strange Error Message
Replies: 8
Views: 7877

Strange Error Message

What causes the MS error "No context-sensitive help installed."? Thanks.
by fightcancer
Thu May 19, 2022 7:10 pm
Forum: Technical / Scripting
Topic: Out of system resources - ScreenCapture
Replies: 2
Views: 2053

Re: Out of system resources - ScreenCapture

I think it happens when X1 > X2. Same with Y1 and Y2, resp.
https://www.mjtnet.com/manuals/v15/HTML ... pture.html

Ideally the wizard would intelligently tell the user to draw a rectangle from the TL to the BR. Maybe it already does.
by fightcancer
Fri Apr 22, 2022 5:01 pm
Forum: Technical / Scripting
Topic: MDL> weirdness with array values
Replies: 14
Views: 11297

Re: MDL> weirdness with array values

Thanks!
Sign up to our newsletter for free automation tips, tricks & discounts