Quantcast
Channel: Windows Presentation Foundation (WPF) forum
Viewing all articles
Browse latest Browse all 18858

Popup Child window content not rendering

$
0
0

I need to display some message to user untill it is refreshes content from database. i decided to open one  modalwindow which will display Refreshing... message to user.

i am putting following code in a function and once tasks completes i am closing that window but i am getting blank window. how i can render popup content

myfunction(){

var w=new Window();

w.content="Refreshing";

w.show();

return w;

}

main()

{

var w=myfunction();

dowork();

w.close();

}


F a i r L i g h t


Viewing all articles
Browse latest Browse all 18858

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>