prepend presentation altering position in presentation mode (UI)
Hello,
I'm just working on an UI for an Application and want to fade in some buttons when needed.
Automating when they show in presentation mode works perfectly with toggling prepend presentation.
The problem is that when hiding and showing it again in presentation mode it doesn't restore the location I positioned the object in the presentation patcher but takes the location from the main patch window.
I could relocate all stuff in the main patch window, but that doesn't seem like a real solution for me.
Any guesses on this?
Thanks,
Imbie
When you turn on presentation, it uses the patching_rect attribute value to define the presentation_rect attribute. You can just specify the presentation_rect with a message after enabling it.