Modify ↓
Opened 3 years ago Last modified 5 months ago #38 accepted enhancementNew 'On double click of attachment' event
Description (last modified by damato)
It would be could if a new ARexx event could be added something along the lines of "On double click of attachment".
This would tell us which attachement was clicked we could then do as we please and by setting a return result either YAM continued as normal or nothing happens.
Why?
With this we could write a script that detects a double click of HTML file saves all the additional pictures etc somewhere, manally saves the HTML and then manually launches a viewer.
The reason for the "stopping" YAM from launching aviewer is because I have no viewers apart from Multiview set-up in YAM and I would like t be able to keep it this way.
Moved from SF: Attachments (0)Change History (6)comment:1 Changed 3 years ago by damatocomment:2 Changed 3 years ago by damato
comment:3 Changed 3 years ago by damato
comment:4 Changed 3 years ago by damato
comment:5 Changed 3 years ago by damato
This would probably require some thoughts about how we can prevent YAM from being locked in case there will be no reply by the Arexx script? But the request itself sounds reasonable and doable. But probably not for 2.7. comment:6 Changed 5 months ago by damato
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber Nobody is currently notified about changes to this ticket. | ||||||||||||||||||||||||||||



Of course this would require some additional ARexx commands like
"GETATTACHMENTS" and "SAVEATTACHMENTS".
GETATTACHMENTS would return an array of data containing something like
id/description/filename
SAVEATTACHMENT would take an id/filepath/name and save the attachment
decoded.
Moved from SF. Original poster: anonymous