djhenderson / piggtools

Automatically exported from code.google.com/p/piggtools
Other
0 stars 0 forks source link

Maximize and minimize don't work correctly. #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open Pigg Viewer Pro.
2. Try to maximize application.
3. Try to minimize application.

What is the expected output? What do you see instead?
Application should maximize and minimize 

Please use labels and text to provide additional information.

Original issue reported on code.google.com by tonyv%pa...@gtempaccount.com on 10 Sep 2009 at 11:56

GoogleCodeExporter commented 9 years ago
There is a bit of an
[http://miksovsky.blogs.com/flowstate/2005/10/the_fractal_nat.html arcane art] 
to
fixing this problem.  I am working on it, though.

Original comment by tonyv%pa...@gtempaccount.com on 11 Sep 2009 at 1:09

GoogleCodeExporter commented 9 years ago
Fixed in r28.  Instead of using bound properties (which I've found out don't 
work
right in trying to set and save the window state, location, and size), I have
separated the code that determines how and where the main window initially 
loads at
in a LoadWindowState function:

http://code.google.com/p/piggtools/source/browse/branches/tonyv-0.3/Pigg%20Viewe
r%20Pro/MainForm.cs#40

Original comment by tonyv%pa...@gtempaccount.com on 11 Sep 2009 at 2:03