If You know how to store the position of a layout-object and how to paste that object into other layouts at the very same position - no need to read on
copy the desired object in a layout where its position is ok
select browse mode (this stores the position)
select layout mode again
go to the next layout where that object should be pasted into
without any clicking, paste
the object will be pasted at its original position. Make sure that the target layout is heigh enough and don’t click anywhere
I guess that most of You are aware of this - but I was not, dito for some friends of mine, but we’re all rookies
This tip was shared at the german DevCon by the guru of printing, Fabrice Ricker (he speaks to printers and printer drivers - those probably dream about him…)
I’ve always done step 2 and 3 after step 4. I didn’t know it worked this way too. Thanks.
Re: accidentally clicking. If you do click somewhere on the target layout, you can enter browse mode then layout mode and the paste position will be fixed again.
if you use a tool like Clip Manager it is even easier:
activate Clip Manager
copy any object to the clipboard
[do something completely different including using the clipboard]
come back to Clip Manager and load the above copied objects
insert at the exact same place…
seems to store the position of the objects but that gets lost in/by the FM-engine
… or is destroyed to prohibit pasting at the exact same position because FM fears we could mess up the layout and end with double/triple what ever layout objects one stapled on the other…
I had an earlier version of clip manager - but that thing was crashing a lot (although Windows users did not have crashes at that time) and I decided to give it up
Does it run stable now? If so, I would buy it again…
Set Variable [ $setEnabled ; Value: MBS(“HotKey.SetEnabled”;$$hotkey_c_shift_ctrl; 1) ]
Set Variable [ $setEnabled ; Value: MBS(“HotKey.SetEnabled”;$$hotkey_v_shift_ctrl; 1) ]
with this method you copy layout objects to the clipboard and change to browse-mode
(hotkey shift-ctrl-c)
now you navigate to the target (layout, register, slider…)
and paste to the exact position
(hotkey shift-ctrl-v)
makes live a bit easier although it would be nicer not to have the need of changing between layout- and browse-mode, I was not (yet) able to get that behaviour into one hotkey-calculation