INTERACT FORUM
More => Old Versions => Media Center 12 (Development Ended) => Topic started by: gappie on November 14, 2007, 07:45:02 am
-
im sorry, but i wanted to give it one last shot.
just stumbled through the default resource xml. in there i find:
<Entry Command="31001" Text="Rotate Left" />
<Entry Command="31002" Text="Rotate Right" />
ever since i use mc, which is not so long, i have trouble getting rotating images to work:
http://yabb.jriver.com/interact/index.php?topic=33318.0
http://yabb.jriver.com/interact/index.php?topic=36491.0
so or i do something wrong, but i know how the mcc 's work, or it is a bug, or this feature is not supported anymore.
last weekend i had to go through 500 new pictures and it takes away part of the fun trying to rotate them all time using a mouse on the couch. :P
thanks for listening.
gab
:)
-
maybe i should add that after the mcc command for rotating mc rebuilds the thumb.
also the RotateImage from the MJFileautomation works as expected.
-
Put a number of degrees to rotate in the param of the MCC.
-
thanks a lot. that works. i changed it in the wiki already.
and for those interested in the resources.xml it should be
<Entry Command="31001" Text="Rotate Left" Param="[degrees]"/>
<Entry Command="31002" Text="Rotate Right" Param="[degrees]"/>
<Entry Command="31003" Text="Rotate Upside Down" Param="[degrees]"/>
-
Actually, next public build has this:
Changed: The MCC's for rotating images no longer require a number of degrees as the parameter.
It was silly to pass a number of degrees since there was an MCC for each rotation position.