Would it be possible to modify the display string to limit it to say ## characters and then end it with "..." like for example
instead of
Code:
Abs(ovlGetRed("ORObj", LoopIndex("x")-1, LoopIndex("y"))-ovlGetRed("ORObj",LoopIndex("x")+1,LoopIndex("y")))+Abs(ovlGetGreen("ORObj", LoopIndex("x")+1, LoopIndex("y")))+Abs(ovlGetBlue("ORObj", LoopIndex("x")-1, LoopIndex("y"))-ovlGetBlue("ORObj", LoopIndex("x")+1, LoopIndex("y"))) < 384
it would show
Code:
Abs(ovlGetRed("ORObj", LoopIndex("x")-1, LoopIndex("y"))-ovlGetR...
and then set the tooltip to show the complete condition/event...
I don't know how the MMF GUI is written so this may not be possible without redesigning some hard code, but it is just a suggestion...