scroll by X pixels is better.
Printable View
scroll by X pixels is better.
Scroll by pixels is a good idea !
Any official comment?
I know have to do that, but it is not simple at all as I cannot predict the height of an event group without displaying it. Doing pixel precision scrolling would imply a hidden drawing of all the list of event to calculate the sizes. This might proove to be long.
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
it would showCode: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
and then set the tooltip to show the complete condition/event...Code:Abs(ovlGetRed("ORObj", LoopIndex("x")-1, LoopIndex("y"))-ovlGetR...
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...
We should be able to toggle between snapping to events, and scrolling in pixels. :)