<p>Hi,</p>
<p> </p>
<p>Trying to make my WP7 application fancier, I wanted to apply the TiltEffect on the Hubtiles I use. This to indicate that a user actually has pressed the tile.</p>
<p>Sadly enough this doesn't seem to work. I have edited the following constructor of the HubTile class:</p>
<p> </p>
<p>TiltableItems = new List<Type>() </p>
<p> { </p>
<p> typeof(ButtonBase), </p>
<p> typeof(ListBoxItem), </p>
<p> typeof(MenuItem),</p>
<p> typeof(HubTile)</p>
<p> };</p>
<p> </p>
<p>While the HubTile acts as a button, the effect isn't applied. Could you look into this please?</p>
Comments:
<p> </p>
<p>Trying to make my WP7 application fancier, I wanted to apply the TiltEffect on the Hubtiles I use. This to indicate that a user actually has pressed the tile.</p>
<p>Sadly enough this doesn't seem to work. I have edited the following constructor of the HubTile class:</p>
<p> </p>
<p>TiltableItems = new List<Type>() </p>
<p> { </p>
<p> typeof(ButtonBase), </p>
<p> typeof(ListBoxItem), </p>
<p> typeof(MenuItem),</p>
<p> typeof(HubTile)</p>
<p> };</p>
<p> </p>
<p>While the HubTile acts as a button, the effect isn't applied. Could you look into this please?</p>
Comments:
Closing all issues marked as fixed, dupe or no repro for the Windows Phone Toolkit September 2012 release.