Web Desktop Application - Issues when a form is opened full screen

0
0

When one of my forms open on the desktop is open full screen – and I double click a record to open it in another form -it shows in the taskbar. Clicking on it in the taskbar – it does not come up. Even when the other form is back to non-full screen mode, I can never get those other forms to appear. The form in the taskbar highlights as if it was selected – but does nothing else.

See screenshot.

Attachment
  • You must to post comments
0
0

Hi Edmond,

by full screen right away you mean setting the WindowState to Maximized ?
Please find attached a very simple sample where I tried to reproduce the problem.

I have already contacted you by private mail.

Thanks in advance.

Best regards
Frank

Attachment
  • edmond girardi
    No, the form initially opens as is in my screenshot – I click the icon in the title to make that form go full screen. Then I double click rows in the data grid to open the other forms.
  • edmond girardi
    I emailed you my project so you can check it out
  • edmond girardi
    Frank, I think I might know what the issue is. I am setting the position of the new form based on position of the list form so it opened next to it to the right. I think the form may be out of bounds and its trying to show it “off screen”
  • You must to post comments
0
0

Hi Edmond,

I tried to reproduce but it only happened here when I set ShowModalMask for the form to true.
Can you please check that property and try setting it to false if it´s set to true ?

Thanks in advance.

Best regards
Frank

  • edmond girardi
    ShowModalMask is set to false;
  • edmond girardi
    If I dont go full screen with the list form, the launched forms appear. If I go full screen with the list form right away – then try to open other forms from it (double click on a row in the data grid) the launched forms dont appear. If I start out as not full screen on the list form and launch a few forms -they appear, I go full screen with the list – they still work.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.