we need to get some kind of itemChanged notification in the parent window so that we may do some API work after the media bin dialog closes. Apparently the "ItemChanged" API handler isn't called when the dialog closes and fills in the values (ie filename). It seems the changed event is only triggered when a user enters keystrokes and then changes the focus to another control on the form.browser_jsp has callback code to set itemChanged in the Parent - but it is commented out.Honestly, we backed up the class file - loaded it into a binary editor and made the changes we needed - works perfectly. When we get the "correct" way, we'll put the real class file back.