ggreen86 / VFP-Editors

VFP Editors for SCX, VCX. MNU, PRG, and DBF files; also Table Browser and Project Manager Replacements
24 stars 8 forks source link

About Codemax #4

Open pxycn opened 2 years ago

pxycn commented 2 years ago

In the form design interface, Codemax often cannot be clicked by the mouse. If it is placed in pageframe.page1 and switched to pageframe.page2, it will always be displayed at the forefront of the form, obscuring other controls.

But the operating status is normal.

thanks.

How to make it normal at the design stage? a1 a2

ggreen86 commented 2 years ago

CodeMax has different challenges working with VFP. I solved it by creating two instances of CodeMax and setting the Visible property as needed. From the author of the control, he indicated that CodeMax does share a lot in memory with multiple instances so it does not consume a lot of memory. At design stage, CodeMax never did behave very well. So, I always created the instance of CodeMax at runtime and placed as needed (left, top, width and height properties).


From: pxycn @.> Sent: Wednesday, January 5, 2022 8:53 PM To: ggreen86/VFP-Editors @.> Cc: Subscribed @.***> Subject: [ggreen86/VFP-Editors] About Codemax (Issue #4)

In the form design interface, Codemax often cannot be clicked by the mouse. If it is placed in pageframe.page1 and switched to pageframe.page2, it will always be displayed at the forefront of the form, obscuring other controls.

But the operating status is normal.

thanks.

How to make it normal at the design stage? [a1]https://user-images.githubusercontent.com/95022606/148315314-46a6f8f9-ed54-47c2-aed7-35218a79e50c.png [a2]https://user-images.githubusercontent.com/95022606/148315331-577aad13-ba6f-4a2e-a7b1-6fbb06b15313.png

— Reply to this email directly, view it on GitHubhttps://github.com/ggreen86/VFP-Editors/issues/4, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AGWB33OMBWG6JVWMDUZUUTTUUTYYXANCNFSM5LLIO5NQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you are subscribed to this thread.Message ID: @.***>