Click here to Skip to main content
15,919,931 members
Home / Discussions / WPF
   

WPF

 
QuestionGradient background from image for XAML. Pin
Member 23244837-Jan-10 13:00
Member 23244837-Jan-10 13:00 
AnswerRe: Gradient background from image for XAML. Pin
AspDotNetDev7-Jan-10 13:53
protectorAspDotNetDev7-Jan-10 13:53 
GeneralRe: Gradient background from image for XAML. Pin
Member 23244837-Jan-10 14:10
Member 23244837-Jan-10 14:10 
AnswerRe: Gradient background from image for XAML. Pin
Pete O'Hanlon7-Jan-10 22:31
mvePete O'Hanlon7-Jan-10 22:31 
GeneralRe: Gradient background from image for XAML. Pin
Member 23244838-Jan-10 7:38
Member 23244838-Jan-10 7:38 
QuestionSystem.Exception in K2 Service Manager. Pin
jhonrsa7-Jan-10 9:11
jhonrsa7-Jan-10 9:11 
AnswerRe: System.Exception in K2 Service Manager. Pin
Pete O'Hanlon7-Jan-10 9:17
mvePete O'Hanlon7-Jan-10 9:17 
Question3D Rotation Pin
sajib_bd7-Jan-10 6:04
sajib_bd7-Jan-10 6:04 
i have constructed a 3D object using WPF and i want to rotate that object. i also use the following code to rotate the object:

<Transform3DGroup>
<RotateTransform3D x:Name="rotate_center_x" CenterX="1" CenterY="0" CenterZ="0">
<RotateTransform3D.Rotation>
<AxisAngleRotation3D x:Name="rotatex" Axis="1,0,0" Angle="0" />
</RotateTransform3D.Rotation>
</RotateTransform3D>

<RotateTransform3D x:Name="rotate_center_y" CenterX="0" CenterY="1" CenterZ="0">
<RotateTransform3D.Rotation>
<AxisAngleRotation3D x:Name="rotatey" Axis="0,1,0" Angle="0" />
</RotateTransform3D.Rotation>
</RotateTransform3D>

<RotateTransform3D x:Name="rotate_center_z" CenterX="0" CenterY="0" CenterZ="1">
<RotateTransform3D.Rotation>
<AxisAngleRotation3D x:Name="rotatez" Axis="0,0,1" Angle="0" />
</RotateTransform3D.Rotation>
</RotateTransform3D>

but the problem is, when i rotate the object for a certain angle in x, y and z axis, and come to x-axis again, it doesn't rotate the same direction as previous. you can see the similar types of scenario in the following link.

Click Here

may be here the object rotate along its local coordinate, not its world coordinate. how can i solve this problem?
QuestionBind to Single Element in Itemssource Using XAML Pin
C.J.7-Jan-10 5:42
C.J.7-Jan-10 5:42 
AnswerRe: Bind to Single Element in Itemssource Using XAML Pin
Abhinav S7-Jan-10 5:59
Abhinav S7-Jan-10 5:59 
GeneralRe: Bind to Single Element in Itemssource Using XAML Pin
C.J.7-Jan-10 6:04
C.J.7-Jan-10 6:04 
GeneralRe: Bind to Single Element in Itemssource Using XAML Pin
Abhinav S7-Jan-10 6:16
Abhinav S7-Jan-10 6:16 
GeneralRe: Bind to Single Element in Itemssource Using XAML Pin
C.J.7-Jan-10 6:47
C.J.7-Jan-10 6:47 
QuestionWPF Datagrid Style Pin
reibor6-Jan-10 10:12
reibor6-Jan-10 10:12 
AnswerRe: WPF Datagrid Style Pin
Mark Salsbery6-Jan-10 12:37
Mark Salsbery6-Jan-10 12:37 
QuestionArgghh my controls are disabled and cannot figure out why!!! Pin
Michael Eber6-Jan-10 9:26
Michael Eber6-Jan-10 9:26 
AnswerRe: Argghh my controls are disabled and cannot figure out why!!! Pin
Ian Shlasko7-Jan-10 3:09
Ian Shlasko7-Jan-10 3:09 
GeneralRe: Argghh my controls are disabled and cannot figure out why!!! Pin
Michael Eber7-Jan-10 7:47
Michael Eber7-Jan-10 7:47 
GeneralRe: Argghh my controls are disabled and cannot figure out why!!! Pin
Ian Shlasko7-Jan-10 10:35
Ian Shlasko7-Jan-10 10:35 
Questionhow to navigate from 1 page to another Pin
hotthoughtguy6-Jan-10 8:18
hotthoughtguy6-Jan-10 8:18 
AnswerRe: how to navigate from 1 page to another Pin
Mark Salsbery6-Jan-10 8:47
Mark Salsbery6-Jan-10 8:47 
AnswerRe: how to navigate from 1 page to another Pin
April Fans6-Jan-10 19:10
April Fans6-Jan-10 19:10 
Questionsubclassing a treeviewitem Pin
hb521342146-Jan-10 4:21
hb521342146-Jan-10 4:21 
AnswerRe: subclassing a treeviewitem Pin
AspDotNetDev6-Jan-10 20:53
protectorAspDotNetDev6-Jan-10 20:53 
GeneralRe: subclassing a treeviewitem Pin
hb521342147-Jan-10 6:26
hb521342147-Jan-10 6:26 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.