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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:56:15+00:00 2026-06-12T17:56:15+00:00

I currently have two windows, my main application window and then I have a

  • 0

I currently have two windows, my main application window and then I have a “Editor” window which is used to change certain things within a TreeView (these are departments) I have recently implemented the ability to hide all sub departments/show, however I have an issue where if I hide/show all of these only the original selection will be hidden/showing until I use my Refresh Function… So my question is.. Is there anyway I can set my accept button on my editor to cause a Refresh of my page as since these are both two seperate files I seem to be unable to access the TreeView named “explorer”

How my current refresh is done:

        public void RefreshData()
    {
        explorer.Items.Clear();
        using (new SessionConnecter(session))
        {
            var topLevelDepartments = session.CreateCriteria(typeof(Department))
                .Add(NHibernate.Expression.Expression.Eq(Department.IS_TOP_LEVEL, true))
                .List<Department>();

            foreach (Department d in topLevelDepartments)
            {
                explorer.Items.Add(Fabric.ObjectProvider.Get<INodeWrapperFactory>().Create(d));
            }
        }
    }

Current code of saving:

        void Save(object sender, ExecutedRoutedEventArgs e)
    {
        FocusManager.SetFocusedElement(GetWindow(savebutton), savebutton);
        if (!session.IsConnected)
            session.Reconnect();

        try
        {
            if (ValidateModel())
            {
                session.Save(model);
                if (pendingParent != null)
                {
                    model.Parent = pendingParent;
                    // session.Save(pendingParent); - should cascade
                }

                session.Flush();
                Close();
            }
        }
        catch (NHibernate.Classic.ValidationFailure ex)
        {
            if (pendingParent != null)
                session.Refresh(pendingParent);

            if (session.IsConnected)
                session.Disconnect();

            MessageBox.Show(this, ex.Message, this.Title, MessageBoxButton.OK, MessageBoxImage.Warning);
        }
    }
  • 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-12T17:56:17+00:00Added an answer on June 12, 2026 at 5:56 pm

    In this case, a solution could be using Messages. Do you have seen the Mvvm Light Toolkit’s messages? This is a good way of communicate distances objects, other windows, etcs. You may to implement you self message mechanism, by making an static class (the same for all the application) then implement your own subscription/calling mechanism… Hope be helpful to you.

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

Sidebar

Related Questions

I currently have two panels within another large panel. The left panel is for
I currently have two threads running in my program: Main thread - Grabs image
Currently I have two tests that each individually test for a button_click within a
I have a windows forms application that runs two threads simultaneously, with the UI
I have a class called GUIMain which registers, creates, and shows a main window
Windows Forms, .net 2.0 My main application thread has a form (A). I have
I am working on a Windows Forms application. I have two tab2 in my
I currently have two different models: User and Project . The User model has
I currently have two SQL commands. One retrieves a list of unique IDs from
I currently have two Backbone models: user and project. I would like to have

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.