Click here to Skip to main content
15,909,205 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: One Object Data Provider - Binding two datagrid Pin
Jammer20-Jul-08 10:47
Jammer20-Jul-08 10:47 
GeneralRe: One Object Data Provider - Binding two datagrid Pin
Michael Sync20-Jul-08 21:36
Michael Sync20-Jul-08 21:36 
GeneralRe: One Object Data Provider - Binding two datagrid Pin
Jammer20-Jul-08 22:52
Jammer20-Jul-08 22:52 
QuestionDragSource Event ... has it been removed??? Pin
Jammer20-Jul-08 1:38
Jammer20-Jul-08 1:38 
AnswerRe: DragSource Event ... has it been removed??? Pin
Mark Salsbery20-Jul-08 8:46
Mark Salsbery20-Jul-08 8:46 
GeneralRe: DragSource Event ... has it been removed??? Pin
Jammer20-Jul-08 10:49
Jammer20-Jul-08 10:49 
QuestionWPF and Texture mapping.. need some help =( Pin
SilverD20-Jul-08 0:51
SilverD20-Jul-08 0:51 
AnswerRe: WPF and Texture mapping.. need some help =( Pin
Insincere Dave21-Jul-08 7:39
Insincere Dave21-Jul-08 7:39 
Am I right in understanding that the bitmap was visible but did not change when you updated the bitmap?
I tried using a MemoryStream and only got it to change by recreating the BitmapDecoder and setting the ImageSource each time, even though it was set not to cache the result.
I also tried using WriteableBitmap in that case just changing the ImageSource on the ImageBrush was enough for it to update. The WriteableBitmap class is improved in 3.5 sp1 and allows access via pointers (don't for get to use AddDirtRect). You can also just write the whole array if you want.

If your not not updating the bitmap I may have misunderstood, if it doesn't show up at all I would check the texture coordinates and test by setting the BackMaterial to a SolidColor. You may also want to check if any of the materials, images e.t.c are Frozen.
GeneralRe: WPF and Texture mapping.. need some help =( Pin
SilverD24-Jul-08 7:30
SilverD24-Jul-08 7:30 
QuestionRead XAML file Pin
Krishnraj18-Jul-08 21:56
Krishnraj18-Jul-08 21:56 
AnswerRe: Read XAML file Pin
yanairon19-Jul-08 21:18
yanairon19-Jul-08 21:18 
GeneralRe: Read XAML file Pin
Krishnraj20-Jul-08 19:06
Krishnraj20-Jul-08 19:06 
QuestionHow to set the startup object in WPF? Pin
Michael Sync17-Jul-08 0:46
Michael Sync17-Jul-08 0:46 
AnswerRe: How to set the startup object in WPF? Pin
Wes Aday17-Jul-08 9:15
professionalWes Aday17-Jul-08 9:15 
GeneralRe: How to set the startup object in WPF? Pin
Michael Sync17-Jul-08 16:32
Michael Sync17-Jul-08 16:32 
AnswerRe: How to set the startup object in WPF? Pin
John Ad18-Jul-08 4:02
John Ad18-Jul-08 4:02 
GeneralRe: How to set the startup object in WPF? Pin
Michael Sync18-Jul-08 4:16
Michael Sync18-Jul-08 4:16 
QuestionHow to find a particular entity in the listview and color it Pin
chandra vempati16-Jul-08 4:37
chandra vempati16-Jul-08 4:37 
AnswerRe: How to find a particular entity in the listview and color it Pin
MIHAI_MTZ16-Jul-08 21:38
MIHAI_MTZ16-Jul-08 21:38 
AnswerRe: How to find a particular entity in the listview and color it Pin
Yajnesh Narayan Behera20-Jul-08 23:27
Yajnesh Narayan Behera20-Jul-08 23:27 
QuestionWhen the control's content is displayed? :confused: Pin
Ryzhiy16-Jul-08 2:39
Ryzhiy16-Jul-08 2:39 
AnswerRe: When the control's content is displayed? :confused: Pin
Mark Salsbery16-Jul-08 7:27
Mark Salsbery16-Jul-08 7:27 
GeneralRe: When the control's content is displayed? :confused: Pin
Ryzhiy16-Jul-08 23:34
Ryzhiy16-Jul-08 23:34 
QuestionAdd Singleton UserControl in WPF Pin
ezazazel15-Jul-08 23:51
ezazazel15-Jul-08 23:51 
AnswerRe: Add Singleton UserControl in WPF Pin
MIHAI_MTZ16-Jul-08 21:05
MIHAI_MTZ16-Jul-08 21:05 

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.