Er macht das auch mit einem Image in der Forms9_x.nsf ...
//Trying to remove Buttons From Masthead
if (s_MenuID == "e-actions-commonmasthead" )
{
var aRemove1 = [ {id:"contacts"}, {id:"todo"}, {id:"notebook"}];
removeActionsLite(s_MenuID, true, aRemove1);
var aAdd1 = [{ find_id: "home", id: "hello1", before: true, action:"com_ibm_dwa_ui_EXAMPLE_alert {sMsg: \'Hello1\'}", help_text:"some hover text", img:"/iNotes/Forms9_x.nsf/gender-female.png", img_width: 14, img_height: 15 }];
addActionsLite( s_MenuID, true, aAdd1);
}
Das Ergebnis schaut dann aber lustig aus