OUR NETWORK:MediaSmart Home Sansa Community Explore3DTV TechLore RoboCommunity Dijit Community About UsAdvertiseContact Us

 
Learn about scoring Forum's Raw Score: 46486.1
January 26, 2010 01:17 PM
Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

AndreWolf

Member
Joined: 01/13/2010

Hi,

 I am developing an app based on a dialog compareable to the link app. I used to hide the particular screen and show the next screen with the following code:

 this.Hide();
MeterActivScreen nextScreen = new MeterActivScreen();
nextScreen.Show();

 Theese approach doesn't work. The app crashs with showing a empty normal window (with close restore, minimize button). Does anybodz know an alternative?

 Cheers,

Andre

Discussion:    Add a Comment | Comments 1-2 of 2 | Latest Comment

January 26, 2010 2:05 PM

may be you can try..nextScreen.Visible=true; I am using visible property to set true.

January 26, 2010 3:43 PM

thanks for that suggestion! But it doesn't

this.Visibility = Visibility.Collapsed;
MeterActivScreen nextScreen = new MeterActivScreen();
nextScreen.Visibility = Visibility.Visible;

When I execute the UI as normal window it works. When I change it to TS:InfoviewWindow it doesn't.

Discussion:    Add a Comment | Comments 1-2 of 2 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window