On 04/04/2016 at 20:01, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 17
Platform: Windows ;
Language(s) :
---------
If I make a call to the method
Bool ShowBitmap(BaseBitmap* bm)
then it shows the Picture Viewer with the image but it also assigns focus to the picture viewer.
It will even do this if you already have the picture viewer up.
This is extremely disrupting if you wish to use this function for displaying renders.
Right now I have a render happening on a second monitor and am displaying the images using ShowBitmap. But each time it does this it takes away focus from my text editor, or website I am typing in (like this one).
It would be great if you could either stop the picture viewer from taking focus or add flags to the method to allow users to specify what they would like to occur:
PV_FLAG_0,
PV_FLAG_TAKEFOCUS,
PV_FLAG_MAXIMIZE,
PV_FLAG_SHOW_IF_MINIZED,
etc...
Thanks,
Kent