!7 cmodule MoveInfoBoxes > DynPrintLogAndEnabled { switchable int firstScreenWidth = 1920; start { dm_vmBus_onMessage shouldShowInfoBox(voidfunc(JWindow w, S text) { please include function moveToTopRightCorner. int inset = moveToTopRightCorner_inset; setLocation(w, firstScreenWidth-w.getWidth()-inset, inset); }); } }