Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7760783
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:58:52+00:00 2026-06-01T13:58:52+00:00

In the code below, the image imgNew doesn’t show on the canvas when I

  • 0

In the code below, the image “imgNew” doesn’t show on the canvas when I launch the application, all the other images show. It is the fourth one from the bottom :

<Image Height="100" HorizontalAlignment="Left" Margin="12,656,0,0" Name="imgNew" Source="/Elementals;component/NoughtsAndCrosses/NACImages/N%26C_new_1.png" Stretch="Fill" Tap="imgNew_Tap" VerticalAlignment="Top" Width="150" />

 <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
    <Grid.Background>
        <ImageBrush ImageSource="/Elementals;component/Main/HomeImages/bg_fire_3.png" />
    </Grid.Background>
    <Image Height="458" HorizontalAlignment="Left" Margin="12,154,0,0" Name="imgGrid" Source="/Elementals;component/NoughtsAndCrosses/NACImages/Grid.png" Stretch="Fill" VerticalAlignment="Top" Width="458" />
    <Image Height="120" HorizontalAlignment="Left" Margin="27,171,0,0" Name="LeftTop" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="LeftTop_Tap" VerticalAlignment="Top" Width="120" />
    <Image Height="120" HorizontalAlignment="Left" Margin="181,171,0,0" Name="MiddleTop" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="MiddleTop_Tap" VerticalAlignment="Top" Width="120" />
    <Image Height="120" HorizontalAlignment="Left" Margin="335,171,0,0" Name="RightTop" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="RightTop_Tap" VerticalAlignment="Top" Width="120" />
    <Image Height="120" HorizontalAlignment="Left" Margin="335,479,0,0" Name="RightBottom" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="RightBottom_Tap" VerticalAlignment="Top" Width="120" />
    <Image Height="120" HorizontalAlignment="Left" Margin="181,479,0,0" Name="MiddleBottom" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="MiddleBottom_Tap" VerticalAlignment="Top" Width="120" />
    <Image Height="120" HorizontalAlignment="Left" Margin="27,479,0,0" Name="LeftBottom" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="LeftBottom_Tap" VerticalAlignment="Top" Width="120" />
    <Image Height="120" HorizontalAlignment="Left" Margin="335,325,0,0" Name="RightMiddle" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="RightMiddle_Tap" VerticalAlignment="Top" Width="120" />
    <Image Height="120" HorizontalAlignment="Left" Margin="181,325,0,0" Name="MiddleMiddle" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="MiddleMiddle_Tap" VerticalAlignment="Top" Width="120" />
    <Image Height="120" HorizontalAlignment="Left" Margin="27,325,0,0" Name="LeftMiddle" Source="/Elementals;component/NoughtsAndCrosses/NACImages/empty.png" Stretch="Fill" Tap="LeftMiddle_Tap" VerticalAlignment="Top" Width="120" />
    <TextBlock Height="30" HorizontalAlignment="Left" Margin="10,46,0,0" Name="lblPlayerX" Text="X Points:" VerticalAlignment="Top" />
    <TextBlock Height="30" HorizontalAlignment="Left" Margin="11,10,0,0" Name="lblPlayerO" Text="O Points:" VerticalAlignment="Top" />
    <Image Height="100" HorizontalAlignment="Left" Margin="12,656,0,0" Name="imgNew" Source="/Elementals;component/NoughtsAndCrosses/NACImages/N%26C_new_1.png" Stretch="Fill" Tap="imgNew_Tap" VerticalAlignment="Top" Width="150" />
    <Image Height="178" HorizontalAlignment="Left" Margin="56,325,0,0" Name="lblX" Source="/Elementals;component/NoughtsAndCrosses/NACImages/WHo_First_3.png" Stretch="Fill" VerticalAlignment="Top" Width="180" Tap="lblX_Tap" />
    <Image Height="138" HorizontalAlignment="Left" Margin="35,154,0,0" Name="lblWhosGo" Source="/Elementals;component/NoughtsAndCrosses/NACImages/WHo_First_2.png" Stretch="Fill" VerticalAlignment="Top" Width="420" />
    <Image Height="180" HorizontalAlignment="Left" Margin="251,325,0,0" Name="lblO" Source="/Elementals;component/NoughtsAndCrosses/NACImages/WHo_First_4.png" Stretch="Fill" VerticalAlignment="Top" Width="192" Tap="lblO_Tap" />

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T13:58:53+00:00Added an answer on June 1, 2026 at 1:58 pm

    I’m guessing it is getting messed up with the HTML encoded character in the filename. %26 is the same as the ampersand &, and that is likely to cause you issues all over. I’d recommend that you rename the file to something without the special character.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The button doesn't show in this layout(code below),image and textview are shown. I tried
I have the css code below along with an image to show it's output.
i'm using this code below to drag an image across the screen. The one
Code below contains certain tags in all four. Image-1 here is the code :
I'm gathering consecutive images from Kinect's RGB camera from the code below; PlanarImage Image
Hi all i am using the code below to append image to a label
I am trying to change desktop image using below code: NSError *anError = nil;
I am able to provide animation to an image button from below code. this.RegisterName(image1.Name,
UPDATE - I have fixed some mistakes in the code below and the images
I use below code to get photo's path and id: String[] projection = {MediaStore.Images.Media._ID,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.