Click here to Skip to main content
16,011,804 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: WPF Datagrid? Pin
Christian Graus9-Jun-09 22:24
protectorChristian Graus9-Jun-09 22:24 
QuestionGaussian Blur Effect Pin
Etienne_1239-Jun-09 6:50
Etienne_1239-Jun-09 6:50 
AnswerRe: Gaussian Blur Effect Pin
#realJSOP9-Jun-09 9:03
professional#realJSOP9-Jun-09 9:03 
AnswerRe: Gaussian Blur Effect Pin
Christian Graus9-Jun-09 10:51
protectorChristian Graus9-Jun-09 10:51 
AnswerRe: Gaussian Blur Effect Pin
Pete O'Hanlon9-Jun-09 23:06
mvePete O'Hanlon9-Jun-09 23:06 
GeneralRe: Gaussian Blur Effect Pin
Etienne_12310-Jun-09 3:49
Etienne_12310-Jun-09 3:49 
GeneralRe: Gaussian Blur Effect Pin
#realJSOP10-Jun-09 8:12
professional#realJSOP10-Jun-09 8:12 
QuestionNavigationEventArgs.Uri and LoadCompleted event Pin
Gary Wheeler9-Jun-09 5:32
Gary Wheeler9-Jun-09 5:32 
I'm using page navigation, with pack URI's specified like this:
Uri uri = new Uri(@"/DetailAssembly;component/Detail.xaml",UriKind.Relative);
frame.Navigate(uri);
In the LoadCompleted handler, I see the following:
public void _DetailLoadCompleted(Object sender,NavigationEventArgs e)
{
  // e.Uri.ToString() == e.Uri.OriginalString() ==
  // "DetailAssembly;component/Detail.xaml"
}
Somewhere along the line, someone removed the leading '/' character from the relative URI.

I know this is a picayune little detail, but does anyone know why they would do this? I thought maybe there was something I'm not understanding about URI's in WPF, but I can't find anything on MSDN or in my books. My basic conclusion is that it's just a bug. Can anyone offer any other explanation?

Software Zen: delete this;

QuestionCopy Paste event handler at design time Pin
Vinod C S9-Jun-09 5:20
Vinod C S9-Jun-09 5:20 
AnswerRe: Copy Paste event handler at design time Pin
Christian Graus9-Jun-09 10:53
protectorChristian Graus9-Jun-09 10:53 
AnswerRe: Copy Paste event handler at design time Pin
User 27100910-Jun-09 5:07
User 27100910-Jun-09 5:07 
QuestionHow to display canvas thumbnails. Pin
Nekkantidivya8-Jun-09 21:23
Nekkantidivya8-Jun-09 21:23 
AnswerRe: How to display canvas thumbnails. Pin
Pete O'Hanlon8-Jun-09 23:08
mvePete O'Hanlon8-Jun-09 23:08 
QuestionProblem in showing an image in WPF Pin
paradisonoir8-Jun-09 14:18
paradisonoir8-Jun-09 14:18 
AnswerRe: Problem in showing an image in WPF Pin
Mark Salsbery8-Jun-09 14:49
Mark Salsbery8-Jun-09 14:49 
GeneralRe: Problem in showing an image in WPF Pin
#realJSOP8-Jun-09 23:36
professional#realJSOP8-Jun-09 23:36 
GeneralRe: Problem in showing an image in WPF Pin
Mark Salsbery9-Jun-09 5:43
Mark Salsbery9-Jun-09 5:43 
GeneralRe: Problem in showing an image in WPF Pin
#realJSOP9-Jun-09 9:01
professional#realJSOP9-Jun-09 9:01 
AnswerRe: Problem in showing an image in WPF Pin
Christian Graus8-Jun-09 16:13
protectorChristian Graus8-Jun-09 16:13 
JokeRe: Problem in showing an image in WPF Pin
Mark Salsbery9-Jun-09 5:43
Mark Salsbery9-Jun-09 5:43 
GeneralRe: Problem in showing an image in WPF Pin
Christian Graus9-Jun-09 10:53
protectorChristian Graus9-Jun-09 10:53 
QuestionUsing Drawing Brushes in WPF 3D Pin
David Shapira8-Jun-09 10:16
David Shapira8-Jun-09 10:16 
QuestionmsOffice intergration Pin
Ed Hill _5_8-Jun-09 3:25
Ed Hill _5_8-Jun-09 3:25 
AnswerRe: msOffice intergration Pin
Mark Salsbery8-Jun-09 6:59
Mark Salsbery8-Jun-09 6:59 
GeneralRe: msOffice intergration Pin
Ed Hill _5_9-Jun-09 3:19
Ed Hill _5_9-Jun-09 3:19 

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.