Restore window from desktop's taskbar

0
0

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

  • You must to post comments
0
0

Tung, Muhammed,

this issue (WJ-8056) is fixed in the latest Wisej release (1.3.35).

Best regards
Frank

  • You must to post comments
0
0

Yes, this problem very important , on mobile or tablet big problem , please a solution

  • You must to post comments
1
0

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.

  • Tung Ngo
    Thanks, Luca Is there any option to subscribe to this ticket when its status changes? Or Where can I follow-up your latest update of pending tasks of Wisej team?
  • You must to post comments
0
0

Hello Luca

Please follow steps in your test case:

  1. Create a new window
  2. Maximize it
  3. Minimize it
  4. Click its icon in the taskbar. The window is restored as maximized, but in the original state instead.
  • You must to post comments
0
0

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?

  • You must to post comments
Showing 5 results
Your Answer

Please first to submit.