Hello,
I have a wisej desktop application. When minimize one window to the task bar and restore it later. I expect that the window remembers its size and position before minimizing. When I click to the icon on the taskbar, i need it re-appears to exact location when i hide it.
However, it does not work that way. The restore window always use the initial (design time) size and position.
I tried different events where i though i can manage its size/position without success.
Do i forget anything?
Thanks
Tung, Muhammed,
this issue (WJ-8056) is fixed in the latest Wisej release (1.3.35).
Best regards
Frank
Yes, this problem very important , on mobile or tablet big problem , please a solution
Got it. I thought you meant the normalized location and size. That behavior is by design, the restore() function in the javascript library restores the window to the normalized (non-maximized) location and size. Will add an enhancement request.
Hello Luca
Please follow steps in your test case:
Cannot reproduce it with a simple test case. I see the window being restored correctly to the location and size before being minimized. Do you have the Location and/or Size programmatically? Can you send a small test case?
Please login first to submit.