This just happened. I will follow up this string with the macro for move, this will be the basic macro provided with acad 14 and 15.
The second instance of dragmode was me verifying it had turned itself off.
Sequance was COPY, select objects, place objects, cancle out of multiple copy. (dragmode does its thing) The next selected move command was slow and sluggish, not something that happens much, I also had, i think, a contraint symble next to the courser that would not go away.
I do have constrained dynamic blocks in my drawing but had not messed with or exploded any during this string
Command:
Command:
Command: _copy
Select objects: *Cancel*
Command: Duplicate definition of block Field Weld ignored.
Command:
Command:
Command:
Command:
Command: *Cancel*
Command:
Command:
Command: _copy
Select objects: 1 found
Select objects:
Current settings: Copy mode = Multiple
Specify base point or [Displacement/mOde] <Displacement>:
Specify second point or [Array] <use first point as displacement>:
Specify second point or [Array/Exit/Undo] <Exit>: *Cancel*
Command:
Command:
Command: dragmode
Enter new value [ON/OFF/Auto] <Auto>: OFF
Command:
Command:
Command: _move
Select objects: Specify opposite corner: 1 found
Select objects:
Specify base point or [Displacement] <Displacement>:
Specify second point or <use first point as displacement>:
Automatic save to C:\Autosave\85-06-41-1012-4~SIDEWALL BINDING SECTIONS_1_1_6741.sv$ ...
Command:
Command: *Cancel*
Command: Specify opposite corner or [Fence/WPolygon/CPolygon]: *Cancel*
Command: DRAGMODE
Enter new value [ON/OFF/Auto] <OFF>: *Cancel*
MOVE
$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_move,^C^C_move)
COPY
$M=$(if,$(eq,$(substr,$(getvar,cmdnames),1,4),GRIP),_copy,^C^C_copy)
I hope this helps.