Click here to Skip to main content

Silverlight / WPF

   

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page  Show 
  Refresh
QuestionAccelerator keys on buttons not working PinmemberBernhard Hiller1:13 21 Feb '12  
AnswerRe: Accelerator keys on buttons not working PinprotectorPete O'Hanlon1:32 21 Feb '12  
GeneralRe: Accelerator keys on buttons not working PinmemberBernhard Hiller2:38 21 Feb '12  
GeneralRe: Accelerator keys on buttons not working PinprotectorPete O'Hanlon2:43 21 Feb '12  
QuestionData binding to a UserControl PinmemberJohn T.Emmatty6:05 19 Feb '12  
AnswerRe: Data binding to a UserControl PinprotectorPete O'Hanlon2:53 21 Feb '12  
Question901130 - Image is not displayed Pinmemberilostmyid221:59 18 Feb '12  
in the following XAML:
<UserControl x:Class="NextImage2.MainPage"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    mc:Ignorable="d"
    d:DesignHeight="300" d:DesignWidth="400">
 
    <Grid x:Name="LayoutRoot">
        <Grid.Background>
            <LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
                <GradientStop Color="Black" Offset="0" />
                <GradientStop Color="White" Offset="1" />
            </LinearGradientBrush>
        </Grid.Background>
        <Image Name="image1" Stretch="Fill" Source="file:///C:/Program Files (x86)/Telerik/RadControls for Silverlight Q2 2011/Demos/Examples/Slider/Images/Slider/Image1.PNG" Margin="49,29,0,0" HorizontalAlignment="Left" Width="304" Height="245" VerticalAlignment="Top" />
    </Grid>
</UserControl>
the image is displayed in design mode, but is not displayed in runtime, neither in browser nor out of browser.
why it may be?
 
P.S. replace the face with colon d!
AnswerRe: 901130 - Image is not displayed Pinmemberilostmyid221:42 20 Feb '12  
AnswerRe: 901130 - Image is not displayed PinprotectorPete O'Hanlon2:49 21 Feb '12  
QuestionResource Dictionary Question PinmemberKevin Marois14:40 17 Feb '12  
AnswerRe: Resource Dictionary Question PinmemberCollin Jasnoch4:44 20 Feb '12  
QuestionBest Design Approach For This App [modified] PinmemberKevin Marois14:46 15 Feb '12  
AnswerRe: Best Design Approach For This App PinmemberSledgeHammer017:32 16 Feb '12  
GeneralRe: Best Design Approach For This App PinmemberKevin Marois7:43 16 Feb '12  
QuestionSet Combo SelectedItem In DataTemplate PinmemberKevin Marois5:30 15 Feb '12  
AnswerRe: Set Combo SelectedItem In DataTemplate PinmemberSledgeHammer018:05 15 Feb '12  
GeneralRe: Set Combo SelectedItem In DataTemplate PinmemberKevin Marois15:48 15 Feb '12  
GeneralRe: Set Combo SelectedItem In DataTemplate PinmemberSledgeHammer017:25 16 Feb '12  
QuestionTrying to use the VisualStateManager PinmemberSuper Lloyd2:04 15 Feb '12  
QuestionStoring Data on Server or Client in SilverLight4 Pinmemberidreesbadshah23:48 14 Feb '12  
AnswerRe: Storing Data on Server or Client in SilverLight4 PinmvpAbhinav S23:52 14 Feb '12  
GeneralRe: Storing Data on Server or Client in SilverLight4 Pinmemberidreesbadshah23:56 14 Feb '12  
GeneralRe: Storing Data on Server or Client in SilverLight4 PinprotectorPete O'Hanlon1:35 15 Feb '12  
GeneralRe: Storing Data on Server or Client in SilverLight4 Pinmemberidreesbadshah2:16 15 Feb '12  
GeneralRe: Storing Data on Server or Client in SilverLight4 PinprotectorPete O'Hanlon2:29 15 Feb '12  

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

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


Advertise | Privacy | Mobile
Beta | 2.5.120517.1 | Last Updated 22 May 2012
Copyright © CodeProject, 1999-2012
All Rights Reserved. Terms of Use
Layout: fixed | fluid