1. Jan Hoppe
  2. PowerBuilder
  3. Monday, 6 November 2017 09:40 AM UTC

I am having  a number of problems with sheets opened as documents using OpenSheetAsDocument() function.

1) CTRL + TAB does not shift between open sheets.

2) when a sheet is selected by clicking the tab, no shortcut keys are working until you click somewhere on the selected sheet.

3) if I open and close a popupwindow from a sheet, all shortcut keys seems to go to the frame.

I have created a small pbl that illustrates these problems, but I see no way to attach such file, am I overlooking something?

/Jan Hoppe Geokon A/S Denmark

 

 

Govinda Lopez @Appeon Accepted Answer Pending Moderation
  1. Monday, 6 November 2017 23:59 PM UTC
  2. PowerBuilder
  3. # 1

Hi Jan,

 

For you points 1 and 2 I can also suggest you open a support ticket for those issues.

 

About the point #3 you mention here I did see your email. I did load the PBL you sent me. The difference between Popup windows and Response windows is:

 

- Popup: A window that usually displays in response to an event within a window, but can exist outside of the window and, in some cases, after the window that opened it is closed.

 

- Response: A window that displays to obtain information from the user and cannot lose focus or be closed until the user responds.

 

So, in this case, popup windows return focus to the MDI frame window while response windows return focus to the calling window. So, I would suggest you to use a GetActiveSheet() function before calling the popup window to log the calling window. Or, you can change the window type for a response window.

 

Hope this helps.

 

 

Regards,

Comment
  1. Jan Hoppe
  2. Tuesday, 7 November 2017 13:58 PM UTC
Hi Govinda, I still believe that issue 3 is an error for these reasons:



1) Even if I Click on the sheet and start editing in the sle control, shortcut keys still goes to the frame, only if I select another sheet and then goes back to the first sheet, the shortcut-keys will address the sheet menu.



2) the behaviour is different in an MDI application.



I have opened a support ticet for all 3 issues.

  1. Helpful
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 6 November 2017 13:32 PM UTC
  2. PowerBuilder
  3. # 2

Hi Jan;

    I would suggest that if you have a repeatable test case that you open up a support ticket for this issue.

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.