Opened 17 years ago
Closed 12 years ago
#63 closed enhancement (implemented)
Macro recording/playback for clients
Reported by: | westram | Owned by: | westram |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | no idea | Version: | |
Keywords: | macros | Cc: |
Description (last modified by westram)
- currently macros are only recorded and played back in the main application (ARB_NTREE), e.g. in ARB_EDIT4 no macros are available.
- to record client-actions, the client has to inform the server about each action (do so only if macro recording is active; store that information in a global awar)
- for playback: remote commands from perl contain an application tag (currently always "ARB_NT"). If this contains a different tag, then the client with this name should handle it.
(see also #179)
Change History (3)
comment:1 Changed 15 years ago by westram
- Description modified (diff)
- Keywords macros added
- Summary changed from Macro recording for EDIT4 to Macro recording/playback for clients
comment:2 Changed 12 years ago by westram
- Owner changed from devel to westram
comment:3 Changed 12 years ago by westram
- Resolution set to implemented
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
basically implemented by [10083]