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 497987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T05:50:03+00:00 2026-05-13T05:50:03+00:00

I have three xaml files + their code behind files in my Silverlight (C#)

  • 0

I have three xaml files + their code behind files in my Silverlight (C#) web project.

One is the MainPage.xaml, which is what gets rendered in the browser.

The other two (lets call them Dot and Box) are custom usercontrols.

When the webpage loads, Dots get added to random locations in a sub-canvas in MainPage xml.

I would like to add a Box to a Dot’s location when the user mouses over the Dot. Here is my code behind for Dot:

public partial class Dot : UserControl

{
public string grbId {get; set;}

public Dot()
{
// Required to initialize variables
InitializeComponent();
}

    private void UserControl_MouseEnter(object sender, MouseEventArgs e)
    {
        //
        //HtmlPage.Window.Alert(grbId);

        MainPage mp = new MainPage();
        Box idWindow = new Box();
        idWindow.textBlock.Text = grbId;

        // I added the following two lines because I thought it was being 
        // rendered behind Skymap but that is not the case.
        Canvas.SetZIndex(idWindow, 5);
        Canvas.SetZIndex(mp.SkyMap, -1);

        idWindow.IsEnabled = true;

        // Grow is animation storyboard
        idWindow.Grow.Begin();

        // SkyMap is a canvas inside my LayoutRoot canvas in MainPage.
        mp.SkyMap.Children.Add(idWindow);            
    }

}

The MouseEnter event fires properly and the HtmlPage alert works just fine. But the Box never gets drawn. I have added the same code to the MainPage OnLoad event and it works fine. Can someone please tell me what I am missing? I would appreciate any help you can provide.

Please let me know if I am leaving out important information to solve the problem. Thanks!

  • 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-05-13T05:50:04+00:00Added an answer on May 13, 2026 at 5:50 am

    I had searched every keyword combo I could think of before posting this question. Apparently, they were not the keywords the search engines wanted.

    I was able to finally find my answer here: http://forums.silverlight.net/forums/p/123126/278060.aspx

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

Sidebar

Related Questions

I have an error with my Xaml files in a WPF application. I'm not
I have made the experience that editing large XAML files is extremly faster when
Is there anyway in XAML only to have a linebreak in a TextBox? I
I have three tables: page, attachment, page-attachment I have data like this: page ID
I have three tables tag , page , pagetag With the data below page
I have three models: class ReleaseItem < ActiveRecord::Base has_many :pack_release_items has_one :pack, :through =>
I have three unordered lists that have been created as Scriptaculous Sortables so that
I have three (C++) classes: Player, Hand, and Card. Player has a member, hand,
I have three divs : <div id=login /> <div id=content /> <div id=menu />
I have three TextBox controls on the page <asp:TextBox ID=TextBox1 runat=server AutoPostBack=True OnTextChanged=TextBox_TextChanged TabIndex=1>

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.