VFPX/ObjectExplorer

Problem with Desktop form

Opened this issue ยท 4 comments

โ„น 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.

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

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. :)

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

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.