Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Desktop form #10

Open
lscheffler opened this issue Oct 15, 2022 · 4 comments
Open

Problem with Desktop form #10

lscheffler opened this issue Oct 15, 2022 · 4 comments

Comments

@lscheffler
Copy link

ℹ Computer information

  • VFP version: VFP 9 SP2 / VFPA
  • ObjectExplorer version: 3.3.3

📝 Provide detailed reproduction steps (if any)

  1. Open a DESKTOP form. For example GoFish, Settings
  2. Run ProjectExplorer (via Key)

✔️ Expected result

Form should still respond

❌ Actual result

Form is blocked until ProjectExplorer is closed. For example, it's not possible to close the Form in any way.

@DougHennig
Copy link
Member

That is the way modal forms work in VFP, unfortunately.

@lscheffler
Copy link
Author

Possibly ObjectExplorer should somehow point to the problem. Or go, in such cases, modal itself. A non modal form over a modal one is good for havoc all the time. :)

@DougHennig
Copy link
Member

But it seems reasonable to me that you close the non-modal form first since you cannot access the modal form until you do.

@lscheffler
Copy link
Author

The chain is

  1. non modal form (GoFish result)
  2. modal form (GoFish options)
  3. ObjectExplorer (non modal)

I must close ObjectExplorer first, GoFish Options does not respond. This is a bit odd and surprising.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants