Copy link to clipboard
Copied
I have a plugin that I'm developing and I'm using a floating dialog. When LrC has either the Library, Map, Slideshow or Web module active, the floating dialog can be brought to the front by clicking on it from the Windows Task bar. The floating dialog will not come to the front when Develop, Book or Print are active.
Is there a trick to this? Is there something that I'm missing? Is it as designed? Or is it a bug?
Code is
local profileDialog = {
title = "Metadata Settings",
contents = dialogLayout,
resizable = false,
save_frame = 'MetadataSettingsPosition',
blockTask = true,
windowWillClose = closeDialog,
background_color = LrColor( "gray" ),
}
LrDialogs.presentFloatingDialog( _PLUGIN, profileDialog )
Does anyone know?
Copy link to clipboard
Copied
I see the same issue on Windows (but not Mac) with the floating dialogs in my Any Crop plugin. Floating dialogs have a number of rough edges, e.g. there's no way to keep them disappearing under the main window -- I tell users to adjust their window sizes so the Any Crop window peeks behind the main window. Also, on Windows when in Window > Screen Mode > Full Screen, the floating dialog never comes to the front:
I generally try to stay away from floating dialogs now.
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now