INTERACT FORUM

More => Old Versions => Media Center 12 (Development Ended) => Topic started by: gappie on November 14, 2007, 07:45:02 am

Title: rotating images.
Post 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

 :)
Title: Re: rotating images.
Post by: gappie on November 14, 2007, 08:29:24 am
maybe i should add that after the mcc command for rotating mc rebuilds the thumb.
also the RotateImage from the MJFileautomation works as expected.
Title: Re: rotating images.
Post by: Matt on November 14, 2007, 08:51:13 am
Put a number of degrees to rotate in the param of the MCC.
Title: Re: rotating images.
Post by: gappie on November 14, 2007, 09:00:45 am
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]"/>
Title: Re: rotating images.
Post by: Matt on November 14, 2007, 09:19:38 am
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.