Finding what has been pinned
Dave Higton (1515) 3526 posts |
Is there a way to find out what has been pinned (using a Pin command), or a way to find if a particular item has been pinned? |
WPB (1391) 352 posts |
Could you alias the Pin command to trap pins, or might you start monitoring after the event? |
Andrew Conroy (370) 740 posts |
I was about to suggest sending a SaveDesktop mesage to the pinboard and parsing what it output, but I’ve just discovered that Pinboard doesn’t output anything to the SaveDesktop file any more! |
Dave Higton (1515) 3526 posts |
It does remind me that there used to be a way to save the Desktop, but maybe that was RO4. For sure I can’t find it now. |
David Pitt (3386) 1248 posts |
Clicking Menu over the Pinboard and saving the Pinboard produces an Obey file with the answers. It’s in here |
David Pitt (3386) 1248 posts |
Click Menu on the Tasks window. In RO4 that is available directly from the Task Manager iconbar icon menu, but ROOL obligingly corrected this in OS5. |
Andrew Conroy (370) 740 posts |
I might be wrong, but I got the impression Dave was trying to do it programatically, not manually. Is there a way to force the Pinboard to generate that Obey file without manually clicking a mouse button (or simulating a mouse click)? |
David Pitt (3386) 1248 posts |
That is my understanding also, but if the Pinboard module can find the info to write to a file then it could be possible to write/copy some user code to do as required in this case. |
Dave Higton (1515) 3526 posts |
I am indeed. |
Dave Higton (1515) 3526 posts |
Of course. Thank you, David. In fact, click Menu on the Pinboard’s background. |
David Pitt (3386) 1248 posts |
Or not. As far as I can see there really is nothing within the Pinboard module that is externally accessible. |
Steve Pampling (1551) 8170 posts |
No SWI’s certainly, just service numbers and *commands exposed. Module info Flags : Services : No SWIs provided by this module. Commands : Perhaps Pinboard 2 exposes more? |