MDI history not updated when using macro
Posted: Wed Nov 17, 2021 1:44 pm
Hi,
I've noticed this annoying (for me) issue : If a macro set and validate the field 1000 (MDI entry), the command is not added to the history.
If I put the following code in m20001.txt
And create a button 20001 (auto link to macro), the command "g0 x100" is executed and the MDI led blink. But the command is not added to the history.
I've noticed this annoying (for me) issue : If a macro set and validate the field 1000 (MDI entry), the command is not added to the history.
If I put the following code in m20001.txt
- Code: Select all
AS3.Setfieldtext("g0 x100", 1000);
AS3.Validatefield(1000);
And create a button 20001 (auto link to macro), the command "g0 x100" is executed and the MDI led blink. But the command is not added to the history.