You can prevent an object from ever taking focus by using
PHP Code:
useownprofile = true;
profile.modal = false;
When I was working on an Inventory system I would make a GuiControl container and place an image inside of it and make the image modal so I only had to worry about the container's events.